Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Tut] Installing a Dedicated Server on Linux

Featured Replies

Опубликовано:
You server seems to be running. Have you tried connecting?

Are you using one of the scripts from the tutorial to start the server?

 

yes i have now try to connec in my console of iw4m stand now

Dropping all reliable packets for client at '93.186.192.118:28960' since they haven't ack'd a reliable message in 20000ms

  • Ответы 127
  • Просмотры 11,7k
  • Created
  • Последний ответ

Top Posters In This Topic

Опубликовано:
  • Автор
And how do you start your server?

 

with a 1to1 copy from first topic

 

Xvfb :9 -screen 9 800x600x16 &
DISPLAY=localhost:9.9 wine /home/mw2/iw4m.exe -dedicated -console +set net_port 28965 +set party_maxplayers 18 +exec server.cfg +map_rotate &

Mh. Make sure you forwarded your port (TCP and UDP) correctly. If that doesn't work, try uninstalling (purge) wine and install the newest stable version.

 

edit: Also try running it directly from the /home/mw2/ directory.

Опубликовано:
And how do you start your server?

 

with a 1to1 copy from first topic

 

Xvfb :9 -screen 9 800x600x16 &
DISPLAY=localhost:9.9 wine /home/mw2/iw4m.exe -dedicated -console +set net_port 28965 +set party_maxplayers 18 +exec server.cfg +map_rotate &

Mh. Make sure you forwarded your port (TCP and UDP) correctly. If that doesn't work, try uninstalling (purge) wine and install the newest stable version.

 

edit: Also try running it directly from the /home/mw2/ directory.

 

still the same :( i reinstall no my root server and try it again

Опубликовано:

Hi i got problem with the linux server on 64bit i done everything but wen im trying to run it i get this

 

Xvfb :9 -screen 9 800x600x16 &
[1] 13642
serwer@V-5012:~/iw4m$ DISPLAY=localhost:9.9 \
>     wine iw4m.exe -dedicated -console \
>     +set net_port 28960 +set party_maxplayers 18 +exec server.cfg +map_rotate &_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/V-5012:9
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
SELinux: Disabled on system, not enabling in X server
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
libudev: udev_monitor_enable_receiving: bind failed: Operation not permitted
config/udev: failed to bind the udev monitor
[config] failed to initialise udev

 

:roll: :cry:

Опубликовано:
  • Автор
Hi i got problem with the linux server on 64bit i done everything but wen im trying to run it i get this

 

Xvfb :9 -screen 9 800x600x16 &
[1] 13642
serwer@V-5012:~/iw4m$ DISPLAY=localhost:9.9 \
>     wine iw4m.exe -dedicated -console \
>     +set net_port 28960 +set party_maxplayers 18 +exec server.cfg +map_rotate &_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/V-5012:9
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
SELinux: Disabled on system, not enabling in X server
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
libudev: udev_monitor_enable_receiving: bind failed: Operation not permitted
config/udev: failed to bind the udev monitor
[config] failed to initialise udev

 

:roll: :cry:

 

The errors are caused by Xfvb. I updated the tutorial and added instructions on how to compile wine. Please uninstall wine and try the new steps in the first post. You wont need Xvfb anymore then.

Опубликовано:
  • Автор
I get this wen im trying to run command apt-get build-dep wine

 

 apt-get build-dep wine
Reading package lists... Done
Building dependency tree... Done
E: You must put some 'source' URIs in your sources.list

https://www.google.com/search?q=E%3A+Yo ... urces.list

;)

2nd link looks promising

Опубликовано:

Ok I have tried and tried lol, but I tend to keep failing. I have everything installed etc.

 

But when I use the start script O keep getting an error that was on a page previously but I cant get vnc working correctly, I just want this thing up and running but the error im getting is this.

 

 

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

 

 

Someone please help me, also in my script I am running wine64 so thats obviously added (64) to the end of wine to run it.

Опубликовано:
  • Автор
Ok I have tried and tried lol, but I tend to keep failing. I have everything installed etc.

 

But when I use the start script O keep getting an error that was on a page previously but I cant get vnc working correctly, I just want this thing up and running but the error im getting is this.

 

 

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

 

 

Someone please help me, also in my script I am running wine64 so thats obviously added (64) to the end of wine to run it.

what does

wine --version

return?

Опубликовано:
Ok I have tried and tried lol, but I tend to keep failing. I have everything installed etc.

 

But when I use the start script O keep getting an error that was on a page previously but I cant get vnc working correctly, I just want this thing up and running but the error im getting is this.

 

 

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

 

 

Someone please help me, also in my script I am running wine64 so thats obviously added (64) to the end of wine to run it.

what does

wine --version

return?

 

1.5.9

Опубликовано:

 

1.5.9

 

Mh, try starting the server manually without -console (only -dedicated +...)

Same thing :(

 

 

wine64 iw4m.exe -dedicated +set net_port 28960 +set party_maxplayers 18 +exec server.cfg +map_rotate &

[1] 14271

mc@eldercrest:~/iw4m$ 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

Опубликовано:
  • Автор

 

1.5.9

 

Mh, try starting the server manually without -console (only -dedicated +...)

Same thing :)

 

 

wine64 iw4m.exe -dedicated +set net_port 28960 +set party_maxplayers 18 +exec server.cfg +map_rotate &

[1] 14271

mc@eldercrest:~/iw4m$ 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

I just tried setting up a server with wine-1.5.9 and I got the same errors, but the server is still working. Make sure you're using the correct iw4m.exe (I accidentally uploaded the steam MW2's exe, which didn't work obviously). If that doesn't work either, you could also try going back to wine 1.4

Опубликовано:

 

1.5.9

 

Mh, try starting the server manually without -console (only -dedicated +...)

Same thing :)

 

 

wine64 iw4m.exe -dedicated +set net_port 28960 +set party_maxplayers 18 +exec server.cfg +map_rotate &

[1] 14271

mc@eldercrest:~/iw4m$ 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

I just tried setting up a server with wine-1.5.9 and I got the same errors, but the server is still working. Make sure you're using the correct iw4m.exe (I accidentally uploaded the steam MW2's exe, which didn't work obviously). If that doesn't work either, you could also try going back to wine 1.4

Well im not sure if the server sis till working with that error cause im in ssh and it never stops doing something if you know what I mean unless I hit ctrl c so id like to have a console window like in windows, but I did the instructions exactly how they said so im sure I did it right and have the right file, if you have a mic and teamspeak hop on to mine, voice.eldercrest.com im stephen92. Thanks for the help I hope we can get this working.

Опубликовано:
Woofy wrote:

stephen92 wrote:

Woofy wrote:

stephen92 wrote:

 

1.5.9

 

 

Mh, try starting the server manually without -console (only -dedicated +...)

 

Same thing

 

 

wine64 iw4m.exe -dedicated +set net_port 28960 +set party_maxplayers 18 +exec server.cfg +map_rotate &

[1] 14271

mc@eldercrest:~/iw4m$ 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

 

I just tried setting up a server with wine-1.5.9 and I got the same errors, but the server is still working. Make sure you're using the correct iw4m.exe (I accidentally uploaded the steam MW2's exe, which didn't work obviously). If that doesn't work either, you could also try going back to wine 1.4

 

Well im not sure if the server sis till working with that error cause im in ssh and it never stops doing something if you know what I mean unless I hit ctrl c so id like to have a console window like in windows, but I did the instructions exactly how they said so im sure I did it right and have the right file, if you have a mic and teamspeak hop on to mine, voice.eldercrest.com im stephen92. Thanks for the help I hope we can get this working.

 

The server is working don't worry about this error.

Опубликовано:

Ok so do I need to do the convert command to convert it to 64 bit or whatever it is, because it wont let me ./configure ( I redid everything) it says (error: Cannot build a 32-bit program, you need to install 32-bit development libraries.) What I did last time was convert it then it let me, but idk if thats the issue. Please tell me everything you did extra.

Опубликовано:
  • Автор
when i do ./start.sh i get the following:

wine: cannot find L"C\\windows\\system32\\iw4m.exe"

Can this be fixed?

Thanks

Maybe you're running it from the wrong directory? Or did you forget to rename iw4m.dat / made a typo?

Опубликовано:
when i do ./start.sh i get the following:

wine: cannot find L"C\\windows\\system32\\iw4m.exe"

Can this be fixed?

Thanks

Maybe you're running it from the wrong directory? Or did you forget to rename iw4m.dat / made a typo?

 

Thanks i just forgot to rename!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.