Author Topic: [BUG] LShift + U crashes the game in fullscreen on Windows  (Read 2125 times)

0 Members and 1 Guest are viewing this topic.

Offline mrpenguinb

  • Posts: 11
    • View Profile
[BUG] LShift + U crashes the game in fullscreen on Windows
« on: October 30, 2023, 11:10:31 AM »
As the title says. The dialog window gets put behind the game window and causes it to become unresponsive. I assume the game is running exclusive fullscreen?

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: [BUG] LShift + U crashes the game in fullscreen on Windows
« Reply #1 on: December 13, 2023, 09:50:28 AM »
Loap is running in whatever MonoGame does when you set an app in it to go fullscreen, which I presume is exclusive fullscreen. I should look into changing this to borderless window fullscreen.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline mrpenguinb

  • Posts: 11
    • View Profile
Re: [BUG] LShift + U crashes the game in fullscreen on Windows
« Reply #2 on: December 17, 2023, 10:28:36 AM »
Loap is running in whatever MonoGame does when you set an app in it to go fullscreen, which I presume is exclusive fullscreen. I should look into changing this to borderless window fullscreen.

Is it possible to fix this when in exclusive fullscreen?
Since having an option for both exclusive fullscreen and borderless in the .ini file) would be handy. If that's possible with MonoGame and is just a nice to have feature.

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: [BUG] LShift + U crashes the game in fullscreen on Windows
« Reply #3 on: December 17, 2023, 06:53:04 PM »
If I can achieve windowed fullscreen in general, I don't see why it wouldn't be possible to support both. The bigger question is whether I can fix the load replay issue in true fullscreen.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: [BUG] LShift + U crashes the game in fullscreen on Windows
« Reply #4 on: March 14, 2024, 05:16:02 AM »
So, I tested and found that while implementing borderless is pretty easy, it doesn't make a difference to this bug.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)