pulsatorius

Results 5 comments of pulsatorius

``` u@c:/OpenGL$ bin/Debug-linux-x86_64/OpenGL-Examples/OpenGL-Examples [18:05:00] GLCORE: OpenGL Info: [18:05:00] GLCORE: Vendor: NVIDIA Corporation [18:05:00] GLCORE: Renderer: NVS 5200M/PCIe/SSE2 [18:05:00] GLCORE: Version: 3.3.0 NVIDIA 390.143 Segmentation fault (core dumped) u@c:/OpenGL$ ```

I use Eclipse not CodeBlocks normally. In this case I use the CLI, with `make -j4 -f OpenGL-Sandbox.make`. The version is set by the program. When I run the code...

Shouldn't this conversation be held at [https://github.com/DaveAxiom/OpenGL](url)? I tried to debug and got this. ``` Thread #1 [OpenGL-Sandbox] 152096 [core: 2] (Suspended : Signal : SIGSEGV:Segmentation fault) 0x0 GLCore::Utils::EnableGLDebugging() at...

If I change lines 49 in `/OpenGL-Core/src/Platform/Windows/WindowsWindow.cpp` from ``` 49: glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); ``` to ``` 49: glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4); ``` I get a black window, which I think is the correct...

I have the same problem, but a different setup. Should I file a new Issue or continue this? Version 17.0.0 Operating system Linux, Ubuntu 24.04 What is a reproduction setup?