Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete panics on Windows on version v0.1.0-dev.24 and later #26

Closed
Enivex opened this issue Aug 21, 2023 · 10 comments · Fixed by #27
Closed

Autocomplete panics on Windows on version v0.1.0-dev.24 and later #26

Enivex opened this issue Aug 21, 2023 · 10 comments · Fixed by #27

Comments

@Enivex
Copy link

Enivex commented Aug 21, 2023

v0.1.0-dev.23 does work, so something was changed between these two builds

I do not know if logs are available anywhere, so I don't have any more information than this.

OS: Windows 11 23H2

@Cubxity
Copy link
Owner

Cubxity commented Aug 21, 2023

Do you have the document in question?

@Enivex
Copy link
Author

Enivex commented Aug 21, 2023

Do you have the document in question?

It'll happen with anything. Even something with just plain text in it.

@Cubxity
Copy link
Owner

Cubxity commented Aug 21, 2023

I'm unable to reproduce this issue with the latest build (AppImage) on Fedora 38 Workstation. Please provide debug logs if you're able to. Set the RUST_LOG environment variable to debug.

@Enivex
Copy link
Author

Enivex commented Aug 21, 2023

I'm unable to reproduce this issue with the latest build (AppImage) on Fedora 38 Workstation. Please provide debug logs if you're able to. Set the RUST_LOG environment variable to debug.

I would have to compile it myself in that case?

@Cubxity
Copy link
Owner

Cubxity commented Aug 21, 2023

I'm unable to reproduce this issue with the latest build (AppImage) on Fedora 38 Workstation. Please provide debug logs if you're able to. Set the RUST_LOG environment variable to debug.

I would have to compile it myself in that case?

No. You should be able to run the compiled binary. I'm unsure how you would run the application with stdout on Windows, but I'm sure there's a way.

@Enivex
Copy link
Author

Enivex commented Aug 21, 2023

I'm unsure how you would run the application with stdout on Windows, but I'm sure there's a way.

My googling leads me to believe there is no way without actually recompiling it

Edit: And I'm too dumb to figure out how to do that.

@Dherse
Copy link

Dherse commented Aug 21, 2023

@Enivex asked me to run it on Windows with RUST_LOG="debug" and attached are the logs from running with the following file: out.log

#set page("a4")

= Hello, world!

@Cubxity
Copy link
Owner

Cubxity commented Aug 21, 2023

@Enivex asked me to run it on Windows with RUST_LOG="debug" and attached are the logs from running with the following file: out.log

#set page("a4")

= Hello, world!

Thank you. Seems like this may be a Windows-specific issue. Currently looking into it.

@Cubxity Cubxity changed the title Preview stops updating after a few seconds on v0.1.0-dev.24 and later Autocomplete panics on Windows on version v0.1.0-dev.24 and later Aug 21, 2023
@Cubxity
Copy link
Owner

Cubxity commented Aug 21, 2023

@Dherse could you try running the fix/windows-autocomplete branch?

@Dherse
Copy link

Dherse commented Aug 21, 2023

@Cubxity it appears to have fixed it ;) New log for reference: out.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants