2022-02-01 15:35:18 (edited by sudarshan-chakra 2022-02-01 16:24:08)

hello
I recently opt for a linux vps starter plan to learn and host games and other stuf there.
every thing is working fine. but there is one problem.
I installed wine there and it was successfully installed. after that when I tried to run my EXE file, it returned following error
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.
how to fix this please help me.

2022-02-01 16:11:49

it's working, it's not inportant error, the server should work.

meow meow.

2022-02-01 16:23:30

@2 is the server running, how can I verify?

2022-02-02 19:10:46

just try to connect, dude.

meow meow.

2022-02-03 05:31:08

@ 4 ok I'll try

2022-02-03 05:54:23

ps -ef | grep -i <name of process>

Facts with Tom MacDonald, Adam Calhoun, and Dax
End racism
End division
Become united

2022-02-03 06:19:41 (edited by sudarshan-chakra 2022-02-03 06:24:32)

@6
my executable file name is server.exe, so is this way to check: ps -ef | grep -i server.exe
edit: it is not running. time is 0:0:0
how can I run it without a desktop environment

2022-02-03 08:08:37 (edited by sooper-man 2022-02-03 08:12:32)

I had same issue with my linode vps.
dont no how to fix it.
I think you need to install a desktop environment.
maybe there is another way around it. don't no.

2022-02-03 08:19:55

What server are you trying to run?

2022-02-03 08:24:10

@ 8: it will take huge resources of my vps.
@ 9: I am trying to run bgt server.

2022-02-03 09:43:13

This error is totally insignificant. Whatever you run, it does work. If it doesn't, there may be a problem not in wine, but in the server you are trying to run.

2022-02-03 15:07:29

so what is the command to kill the server.exe?
my vps is a ipv6 vps. I dont have ipv4 support. how can I connect through it please tell me.
I also tried ipv4 to ipv6 trafick forwarder.
but I was not able to connect

2022-02-03 16:10:09

@12, are you sure you are running wine with screen?
That is, screen wine server.exe then detaching the session

2022-02-03 16:16:44

Maybe this is yet another sign to stop using BGT? As you've seen BGT doesn't support IPV 6 and never will. Your best option is getting a VPS from a server provider that still offers IPV4. Or, if possible, you could code your server program with something other than BGT.

2022-02-04 05:21:02

@13
I am not running it with screen. do I have to run with screen?
and can you tell me how to detach the session?

2022-02-04 07:27:38 (edited by Socheat 2022-02-04 07:29:57)

Looks like you are just started on using Linux. I'd say try to get yourself familiarize with Linux Before trying to do critical tasks on it. Linux eco system is huge, you cannot just pick it up today, and  have a big dream of accomplishing certain tasks. You don't even know how to kill process on Linux. Get use to Linux terminal first, before trying to run game servers. If you can't troubleshoot Linux, you also can't troubleshoot Wine. Like other people have said in this topic earlier, this error message is common in Wine. Your game server will run regardless. This post may seems rude, and if it is offence you, or bother anyone, I apologize. I'm just stating the facts here.

2022-02-04 08:30:10

ok I am able to connect to trtr server, but not able to connect to bgt server.

2022-02-11 10:25:43

hay sorry for reviving this topick
I as many here said, this error is common, the server will run. but when I tried netstat command to check listning ports, it was not there and I was also unable to connect. but when I run trtr server, it run successfully  and I was able to connect.
can any one tell why is this happening, and what is the solution of it?
thanks and please

2022-02-11 11:21:32

try installing vertual x server. that mite help.

2022-02-11 16:44:43

or check for other errors

meow meow.

2022-02-11 17:06:53

only 2 errors are coming. no driver could be loaded, and make sure your x server is set correctly.

2022-02-13 15:26:15

First you need to learn something about linux.

You won't be able to manage a server this way.

2022-02-14 15:56:09

hi,
today I managed to run the server.
thanks all of you for your suggestion

2022-02-15 18:57:36

Kinda curious why your trying to launch an app that has a GUI. Your not supposed to run those apps on servers.

"On two occasions I have been asked [by members of Parliament!]: 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out ?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."    — Charles Babbage.
My Github

2022-02-15 19:49:55

erm, he is maybe trying to run bgt game's srv.

meow meow.