What do these error messages mean?

I tried building my project but it failed to launch and I got these error messages

ERROR:GRAPHICS: dmGraphics::OpenGLFlip(1275): gl error 1280: invalid enumerant

Assertion failed: 0, file ..\src\opengl\graphics_opengl.cpp, line 1275
INFO:CRASH: Successfully wrote Crashdump to file: C:\Users\Ash\AppData\Roaming\Defold/_crash
ERROR:CRASH: CALL STACK:

 0 0x7FF6D9500B20 dmCrash::GenerateCallstack D:\a\defold\defold\engine\crash\src\backtrace_win32.cpp:142
 1 0x7FF6D9865D04 raise /tmp/job2580035211480948343/minkernel/crts/ucrt/src/appcrt/misc/signal.cpp:547
 2 0x7FF6D9858E34 abort /tmp/job2580035211480948343/minkernel/crts/ucrt/src/appcrt/startup/abort.cpp:71
 3 0x7FF6D9858080 common_assert_to_stderr<wchar_t> /tmp/job2580035211480948343/minkernel/crts/ucrt/src/appcrt/startup/assert.cpp:186
 4 0x7FF6D9857BA4 _wassert /tmp/job2580035211480948343/minkernel/crts/ucrt/src/appcrt/startup/assert.cpp:443
 5 0x7FF6D94DD540 dmGraphics::OpenGLFlip D:\a\defold\defold\engine\graphics\src\opengl\graphics_opengl.cpp:1275
 6 0x7FF6D955CA70 dmEngine::Init D:\a\defold\defold\engine\engine\src\engine.cpp:1127
 7 0x7FF6D955BAB0 dmEngineCreate D:\a\defold\defold\engine\engine\src\engine.cpp:1926
 8 0x7FF6D9560F90 dmEngine::RunLoop D:\a\defold\defold\engine\engine\src\engine_loop.cpp:54
 9 0x7FF6D94E7B00 engine_main D:\a\defold\defold\engine\engine\src\engine_main.cpp:127
10 0x7FF6D981C4D4 __scrt_common_main_seh d:\agent\_work\4\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
11 0x7FFAB6AF7020 BaseThreadInitThunk <unknown>:0
12 0x7FFAB81A2630 RtlUserThreadStart <unknown>:0

What do they mean please?

1 Like

Which OS are you using? Which version of Defold? Please provide additional information: How to get help

I use windows 10 and the version is 1.2.183

Are you using any extensions? A custom render script? Which graphics card do you have? Are your drivers up to date?

The graphics card is Intel HD, there’s no custom render script and the extensions are

So when I switch to another account on the same computer the engine works perfectly.

Really?! That seems really strange… perhaps the driver or something similar isn’t installed for one of the users?

I’ve got no idea what to do and it’s quite annoying.

Coming back to this, what driver version does it report for the failing/working users?

1 Like

Failing user:


Working user:

1 Like