coop-deluxe / sm64coopdx

An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
https://sm64coopdx.com
372 stars 68 forks source link

OpenGL Fatal Error, program does not launch with 16x Anti-Aliasing #225

Closed FakeSalamander closed 3 months ago

FakeSalamander commented 3 months ago

Describe the bug When the program is launched, rather than any window opening, the following error message is given instead:

Fatal Error

OpenGL 2.1+ is required.
Reported version: 0.0

To Reproduce Steps to reproduce the behavior:

  1. Go to sm64coopdx folder
  2. Launch sm64coopdx executable
  3. See error.

Expected behavior The program launches without any error message.

Desktop (please complete the following information):

Additional context I have OpenGL 4.6 installed, so I'm unsure as to why the program detected "0.0" instead.

AgentXLP commented 3 months ago

I got this same thing before, try backing up your configfile somewhere else and see if launching the game with fresh settings works

FakeSalamander commented 3 months ago

That fixed it! Thank you very much. I did some testing, and it seems Anti-Aliasing is the culprit. Anything up to 8x works fine, but setting AA to 16x is what causes this error.

AgentXLP commented 3 months ago

Fixed on my machine, although I'm not at my computer so I can't push the commit atm. Thank you for reporting this.