server-beta icon indicating copy to clipboard operation
server-beta copied to clipboard

Server crashes if running in compatibility mode for older Windows

Open NexiusTailer opened this issue 1 year ago • 0 comments

Describe the bug omp server crashes after player (dis-/re-)connection if the application was launched in compatibility mode for older Windows versions. One interesting thing is that when player disconnects with reasons "quit" or "timeout", a crash will only occur when you try reconnecting to the server. But if the disconnection reason was "kick/ban", the server will crash immediately.

To Reproduce Steps to reproduce the behavior:

  1. Right-click the program file, select Properties and then select the Compatibility tab
  2. Mark in "Run this program in compatibility mode for", select some older Windows version
  3. Run omp server and connect, then disconnect and (if needed) reconnect again

Screenshots and/or logs Here are minidump files from every case.

  1. When player was quit/timeout and then reconnected: quit-minidump.zip timeout-minidump.zip
  2. When player was kicked: kick-minidump.zip

Release version Latest release version, v1.3.1.2748

NexiusTailer avatar Aug 26 '24 23:08 NexiusTailer