1 (edited by nohack2win555 2020-05-18 00:39:13)

Topic: Ubuntu VPS

deleted

2

Re: Ubuntu VPS

In the folder with autoexec.cfg, outside of wine,:

chmod 777 autoexec.cfg

not sure if this would fix it,  but no harm if it doesn't

Clan: Riot (I'm one of three leaders: Mile, Deku, pie)
Host teeworlds maps on a fng/ctf/dm/ddrace server for testing:http://riotproductions.tk/teewo/ broken-need reinstall nginx http://riotproductions.tk/bounce?whatEven, Teeworlds NA Discord chat

3

Re: Ubuntu VPS

what do you mean by that? Rename the autoexec to that or what?

4

Re: Ubuntu VPS

chmod 777 autoexec.cfg

make the file autoexec.cfg readable writable and executable.

Does this file exists anyway ?

But, why running the windows binary on ubuntu, you better use linux binary smile
-> https://www.teeworlds.com/forum/viewtopic.php?id=7868

5

Re: Ubuntu VPS

The autoexec.cfg is probably in /root/openfng (i.e. Z:\root\openfng\ from a wine perspective). But in the log you can see that the only search paths are C:\users\root\Application Data/OpenFNG, Z:\root\openfng/data, Z:\root. Perhaps use cd to change the directory to /root/openfng.

Also, you probably shouldn't run a teeworlds server as root!