-
Notifications
You must be signed in to change notification settings - Fork 10
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
The game suddenly crashes within allegro 5 when a picture is being shaded #70
Comments
This is all dump I could found |
it crashed at
yeah, try to run the game via the GNU debugger, gdb
then type when a crash happens, at the same prompt type if that's something after |
Did play with debugger and did get this from it
|
exactly where I expected 😏😤 currently you can toggle drawing the shadows off in the menus : options –> adjust graphics –> draw shadows |
at first I will make then I’ll try to get rid of the line HeadOverHeels/source/ShadowCaster.cpp Line 347 in 3ed956a
together with HeadOverHeels/source/ShadowCaster.cpp Line 352 in 3ed956a
|
…ibidem all of this is expected to solve the issue #70
@hendrikbez can you please test the current master for having zero segfaults when shadows are on ? |
Will test it today, was busy with other things yesterday |
Tested it and it does not crash on shadows anymore. |
Excellent. Such sudden crashes are very frustrating. I’m closing this |
Is there a way to see what happened when the game crashed
The text was updated successfully, but these errors were encountered: