Strange problems when resizing game window or changing resolution when we are doing mission #339
Comments
|
Temporairly disabled active resizing until this is fixed in 1ab5746 |
|
I think the game should automatically restarting when resolution has changed in Windows builds for now. "Apply changes" button should work only, when player isn't in any mission. |
|
That could be a fix, or we could just ask user to restart manually |
|
Some games just restart the window itself, but it keeps running when it stopped. For example, when I change resolution during a mission, it "restarts", but I can continue the mission. |
|
@MrSimbax: That's what the current code should do currently, and it works correctly under Linux. |
|
I've disabled changing resolution while in mission |
|
For now, I've added code to restart the game on pressing the "Apply changes" button. We'll need better solution later. |
|
Why was this even closed? |
|
@krzys-h Because we disabled possibility to change screen resolution in Windows builds to not allow frequent crashes of the game in 0.1.4. Possibly we thought that in future we will open another issue to change that after graphic or texture reloading refactoring. |
|
Yeah, this issue was supposed to stay open for the issue with texture reloading |
|
Actually, this is now a duplicate of #449 |
There is separate problem with Nvidia and AMD/ATI GPUs.
Radeon: models and textures disappear. When texture is refreshed (like power cells) they are visible again. When we create new bot (like produce(); for example) an old models/textures are overwritten by new. examples: http://prntscr.com/4y30l6 (TrackedOrgaShooter was created by produce();, that's when SpaceShip (yup, these flying objects is SpaceShip with disappeared and somehow overwritten textures) become visible) http://i.imgur.com/sbDhbgy.png (this is Me, when flying) http://i.imgur.com/ItOrYEI.png (produced NuclearCell, then invisible nozzle of WingedGrabber started looking like NuclearCell), https://www.dropbox.com/s/dlkppw0fdk4u641/VIDEO0010.3gp (video, when i'm running around SpaceShip).
Nvidia: after resizing window a game just crash. Log from IRC discussion http://wklej.org/hash/8318d8c3e72/
Linux users doesn't have this problem, it looks like Windows only problem.
The text was updated successfully, but these errors were encountered: