Advanced Search

Author Topic: PLAYPAL NOT FOUND? UBU server error  (Read 6087 times)

0 Members and 1 Guest are viewing this topic.

June 28, 2015, 07:47:34 PM
Read 6087 times

Offline BEan

  • Standard Member
  • Date Registered: July 14, 2010, 07:34:03 PM

    • View Profile
PLAYPAL NOT FOUND? UBU server error
« on: June 28, 2015, 07:47:34 PM »
I am currently working on a ubuntu server and I just ran into a roadblock.  I am getting an error that says W_GetNumFor_Name: PLAYPAL not found! No idea whats going on.

This is my current launch script.
Quote
/home/lladmin/MM8bdm/zandronum-server -host -port 10666 -iwad /home/lladmin/MM8bdm/megagame.wad -file zandronum.pk3 -file mm8bdm-v4c.pk3 +exec server.cfg

This is what my screen looks like.


Any fix for this?

June 28, 2015, 10:35:55 PM
Reply #1

Offline Messatsu

  • MM8BDM Extender

  • ....
  • *****
  • Date Registered: November 10, 2010, 04:06:39 PM

    • View Profile
Re: PLAYPAL NOT FOUND? UBU server error
« Reply #1 on: June 28, 2015, 10:35:55 PM »
That's an unusual error.  What's happening is that it's unable to load mm8bdm-v4c.pk3.  I'd suggest dropping the zandronum.pk3 for the list as it's unneeded and try to use the full path of the mm8bdm-v4c.pk3 file.  Let us know the results.

Ex.
Code: [Select]
/home/lladmin/MM8bdm/zandronum-server -host -port 10666 -iwad /home/lladmin/MM8bdm/megagame.wad  -file /home/lladmin/MM8bdm/mm8bdm-v4c.pk3 +exec server.cfg
*Correction: As Gummy pointed out, I accidentally had an extra -iwad entry above.  Follow his cmd line or the above fixed one.

June 29, 2015, 11:58:06 PM
Reply #2

Offline BEan

  • Standard Member
  • Date Registered: July 14, 2010, 07:34:03 PM

    • View Profile
Re: PLAYPAL NOT FOUND? UBU server error
« Reply #2 on: June 29, 2015, 11:58:06 PM »
I made the changes, but still same result. From what I gathered, I need to throw in the offical doom2.wad or a file is corrupt.

http://zandronum.com/forum/showthread.php?tid=5812

I also my current string.
Quote
/home/lladmin/MM8bdm/zandronum-server -host -port 10666 -iwad /home/lladmin/MM8bdm/megagame.wad  -file -iwad /home/lladmin/MM8bdm/MM8BDM-v4c.pk3 +exec /home/lladmin/MM8bdm/server.cfg

And what my current mm8bdm directory looks like

Quote
/home/lladmin/MM8bdm/lists/
/home/lladmin/MM8bdm/logs/
/home/lladmin/MM8bdm/skins/
/home/lladmin/MM8bdm/MM8BDM.exe
/home/lladmin/MM8bdm/zandronum.exe
/home/lladmin/MM8bdm/fmodex.dll
/home/lladmin/MM8bdm/server.cfg
/home/lladmin/MM8bdm/default.ini
/home/lladmin/MM8bdm/zandronum
/home/lladmin/MM8bdm/zandronum-server
/home/lladmin/MM8bdm/MM8BDM-v4c.pk3
/home/lladmin/MM8bdm/skulltag_actors.pk3
/home/lladmin/MM8bdm/zandronum.pk3
/home/lladmin/MM8bdm/title.png
/home/lladmin/MM8bdm/libfmodex-4.24.16.so
/home/lladmin/MM8bdm/liboutput_sdl.so
/home/lladmin/MM8bdm/README.txt
/home/lladmin/MM8bdm/megagame.wad
/home/lladmin/MM8bdm/zandronum2.1-linux-x86.tar.bz2

June 30, 2015, 02:52:59 AM
Reply #3

Offline Gummywormz

  • Standard Member

  • Air Man Tile Enthusiast
  • Date Registered: December 23, 2010, 01:05:44 AM

    • View Profile
    • Github Page
Re: PLAYPAL NOT FOUND? UBU server error
« Reply #3 on: June 30, 2015, 02:52:59 AM »
You tried loading MM8BDM-v4c as an iwad. Load it as a file instead

Code: [Select]
/home/lladmin/MM8bdm/zandronum-server -host -port 10666 -iwad /home/lladmin/MM8bdm/megagame.wad -file /home/lladmin/MM8bdm/MM8BDM-v4c.pk3 +exec /home/lladmin/MM8bdm/server.cfg

June 30, 2015, 11:19:32 PM
Reply #4

Offline BEan

  • Standard Member
  • Date Registered: July 14, 2010, 07:34:03 PM

    • View Profile
Re: PLAYPAL NOT FOUND? UBU server error
« Reply #4 on: June 30, 2015, 11:19:32 PM »
THANK YOU IT WORKED