-
Notifications
You must be signed in to change notification settings - Fork 56
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
Windows 10 : Stonesense crashes when resizing window #69
Comments
I have the same issue in the current release, including being able to resize just fine in the splash screen but not outside of it. |
Consolidating with #38 |
Closed
realSquidCoder
added a commit
to SquidCoderIndustries/stonesense
that referenced
this issue
Jan 13, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: I have dual screens but I don't know if it's related.
Scenario :
- You can resize stonesense window as long as it's in the splash screen
Expected : The window gets resized properly
Observed (Faulty) : Stonesense raises an exception (and crashes)
Details :
Unhandled exception at 0x00007FF8ACC54C15 (d3d9.dll) in Dwarf Fortress.exe: 0xC0000005: Access violation reading location 0x0000000000000088.
The call stack is :
The exception happens while calling this stonesense code :
Please note : there doesn't seem to be any issue with any of the fields of todraw. Allegro compains internally, inside the Direct3D primitive. Maybe because it's drawing outside of the screen? The issue still happens when enlarging the window.
The text was updated successfully, but these errors were encountered: