LAK132 / SourceExplorer

GNU General Public License v3.0
136 stars 13 forks source link

gl_invalid_enum error #148

Closed czctus closed 3 months ago

czctus commented 4 months ago

My friend is unable to start Source Explorer. The application fails to launch and produces an error message.

Screenshots image (username was hidden since the person im submitting this issue for doesnt want it shown.)

Launch directory What directory did you attempt to start Source Explorer in? C:\Users\User\srcexp

Desktop:

Additional context They downloaded 2.2.0 64x from the Releases, ran srcexp.exe, however it didnt start. I told them to run it via command prompt and it said:

FATAL (../subprojects/lak/src/imgui/backend.cpp:1009): unwrap failed: GL_INVALID_ENUM (0x500)
Something went wrong!
Saving crash log to 'Something went wrong!
Saving crash log to '

No crash log was created

LAK132 commented 4 months ago

try launching with --nogl (srcexp.exe --nogl)

czctus commented 3 months ago

thank you, my friend said the --nogl option fixed the startup issue.