-
Notifications
You must be signed in to change notification settings - Fork 64
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
Neothesia crashes at start #9
Comments
Hi, thanks for detailed report, I have never seen this one before on my GPU. As I can't reproduce this in any way on my setup, wold you be willing to spend a little bit of time on trying to pinpoint the issue? For example, my first suspects would be a font drawing library and UI library, so I would appreciate if you could test it's examples, and let me know if those work: git clone https://github.com/hecrj/iced.git
cd iced/examples/tour/
cargo run |
Ok, that's good, so It's probably in Neothesia. |
Yes, here is the backtrace |
I'm not sure what's causing the problem, but it originates from Iced, not sure why this problem does not manifest in tour example. From backtrace you gave me, I see that Neothesia fails as soon as it tries to draw its logo in main menu, so I temporarily disabled logo drawing in no-img branch, you can also check if that did anything. Sorry for asking you for everything, but as I said I have no way to reproduce this, so I have to rely on your help |
That's great, thank you. I still don't know what's wrong, but at least you can run it. I'll try to find a cause, and if I stable upon something, I will let you know. |
Not sure if a ought to create a new issue for this, so I'm adding my crash (on launch) details here.
my system details are:
|
Hello, I tried running Neothesia on my computer it crashes everytime, I even compiled it myself, it still crashes
The window decorations show for like half a second then it closes
I tried running the windows version on wine, it crashes at the start too
My system:
AMD Ryzen 5 2500U
Radeon Vega Mobile Gfx (8)
Ubuntu 20.04 with KDE on x11
Kernel: 5.12.0-051200-lowlatency
Mesa 21.1.0
The error message:
The error I get on wine running the Windows version:
I dont know what additional info to submit or how to run neothesia with
RUST_BACKTRACE=1
environment variableThe text was updated successfully, but these errors were encountered: