TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
187 stars 3 forks source link

[Game Crash] VideoRenderers=glad or =opengl alone in Save/Preferences.ini crash #382

Closed rxhfcy closed 3 years ago

rxhfcy commented 3 years ago

Describe how it crashed by giving us those informations:

  1. What you were doing before it crashed and what action made the game to crash. didn't do anything: game crashes on startup

  2. Upload the crashinfo.txt (GameFolder/crashinfo.txt) crashinfo.txt

  3. Upload the info.txt and log.txt (GameFolder/Logs) info.txt log.txt

Explain how we can reproduce the error

  1. Start the game
  2. Game crashed

Sreenshots/Videos Console output before the crash: console-output.txt

Additional information I noticed that in in Save/Preferences.ini, I had the line VideoRenderers=glad,opengl

Manually editing it into VideoRenderers=opengl,glad fixed the crash.

"glad,opengl", "glad", "opengl" and "opengl, glad" (note the space) all crash

I don't know if this is relevant, but here's information about the computer: The laptop is old, from the year 2010 (HP EliteBook 8540p) Ubuntu 20.04.2 LTS (Focal Fossa) (fully updated) old NVIDIA GPU, "GT216M [NVS 5100M]" the driver package is nvidia-340 (340.108) (legacy, but the latest version I believe) Linux kernel version 5.4.0-74-generic (nvidia-340 won't support anything after 5.4), x86_64

rxhfcy commented 3 years ago

"WARNING: Video renderer list has been changed from 'opengl,glad' to 'glad,opengl'"

This looks suspicious

rxhfcy commented 3 years ago

The previous testing was done on 4.9.9-amd64-date-20210731

I re-tested with 4.9.9HF (20210804): "opengl" and "glad" alone still crash

"opengl,glad" still works

this has changed: "glad,opengl" now works, used to crash "opengl, glad" now works, used to crash "glad, opengl" now works, used to crash

rxhfcy commented 3 years ago

OK, testing with 4.9.9HF2 (20210806) I can't get it to crash anymore. Fixed at least for me!

rxhfcy commented 3 years ago

Pretty sure this is fixed now. Please reopen if necessary. Thanks!