I am trying to host a game server that needs wine to launch. I can run the game fine through an SSH terminal using wine game.exe.
I do get this message:
Code: Select all
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
I get this issue when I try and launch the server through a game control panel I have.
Code: Select all
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Error opening terminal: unknown.
The SSH terminal is set to xterm, and the user that controls the control panel is also set to xterm.
Any ideas would be much appreciated!