You are not logged in.
I've been trying to run some C++ program that uses the FreeGLUT graphics library but when I run the program (which is correct and should open a window that displays whatever I wrote in the code) nothing happens and I'm left staring at my terminal waiting for something to happen. I don't get any errors or warnings. my cursor just start blinking and then stops.
The package I'm using is freeglut-git
It's worth noting that I used to be able to run FreeGLUT apps like that on hyprland but that was when I switched from Xorg to Wayland without really uninstalling any of the Xorg packages which makes me believe that the culprit of the problem is the display server. I've gone thru Hyprland's wiki to ensure that I've installed XWayland so I can use apps that work with Xorg but my problem persists.
Please help.
EDIT: After running another sample program I get the following error in my terminal:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 150 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 47
Current serial number in output stream: 48 This is what command I use to run:
g++ main.cpp -o output -lGL -lGLU -lglut Last edited by Freakzz (2025-03-20 13:53:13)
Suffering from crippling rice addiction.
Offline