zment

Results 11 comments of zment

I came to look for this. Apparently no-one has had any hand on it yet? ...I might look at this later, in case get something working. Been a pet peeve...

Just in case someone else has this same problem, and DON'T want to uninstall WinCUPL - apparently WinCUPL installer sets an empty string to the default item in the registry...

I have the same. I'll try to figure out a workaround but I have really no idea what's going on. And yes on Visual Studio 2022.

If I set SDF_ENABLED I get the same memory error but from LoadFontEx... 🤔

Windows 10 Home

I tested with a base raylib project, and it fails on creating a GL window. My current thesis on the problem is that my laptop's GPU is not supported by...

Talking with people on raylib discord we found the problem was OpenGL version support. Raylib defaults to OpenGL 3.3, but my laptop GPU doesn't support that high. Raylib can be...

Alright, managed to finally test the project with a Raylib DLL built for OpenGL 2.1. After building, the raylib.dll needs to be replaced with this one [raylib_ogl21.zip](https://github.com/SebLague/Chess-Challenge/files/12138582/raylib_ogl21.zip) at location `Chess-Challenge\bin\Release\net6.0\runtimes\win-x64\native`...

I don't mind either way. Seeing as this is more a workaround than a fix it might as well be left open. Oh and btw setting up a post-build step...