-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Freezes at start #314
Comments
Thx for letting me know. Change Also:
should produce more verbose logs, so if you could provide one here I would be happy. Thanks! |
And another thing you could try is to comment out the |
So i did some testing and found a bug where auto-detecting screen resolutions only works for 16 bits bit-depth. Which makes no sense as it also runs under 32 bits bit-depth. So, I changed it and noticed that I had the same kind of issue like you have. Only at resolution: I don't know why it happens, but my guess is that it has something to do with DPI. On the other hand, if I use 1080p resolution in the |
Thanks. Where shall 1080p in game.ini added? |
Indeed, changing to 100% fixed it - game was able to start. At me the windows recommended setting is 125% |
yes, I usually test with 800x600 (as it is the smallest size it should still work... initially (before 0.5.0) it was even 640x480, but not anymore). You can play with the resolutions if you want. I don't think I can do much about the scaling though. I'll attach this with the upgrade/migrate Allegro (#57 ) ticket and close this then. |
Just learned you can get around this by:
|
On Win10, notebook, Version 0.6
and thats is...
If you need any more information - and I am quite sure, like system logs, etc - let me now
The text was updated successfully, but these errors were encountered: