Map Database  •  FAQ  •  RSS  •  Login

Dedicated server bug

<<

xzaz

Barbarian

Posts: 105

Joined: 28 Jul 2009, 22:00

Post 30 Jun 2013, 17:29

Dedicated server bug

Hi their!
  Code:
root@server:/etc/kamremake# chmod +x KaM_Remake_Server_x86_64 root@server:/etc/kamremake# ./KaM_Remake_Server_x86_64 Runtime error 216 at $000000000041F7F2 Runtime error 216 at $0000000000439D84 $0000000000439D84 $000000000041752D
Memory:
  Code:
root@server:/etc/kamremake# free -m total used free shared buffers cached Mem: 1002 956 46 0 159 424 -/+ buffers/cache: 371 631 Swap: 966 1 965
Uname:
  Code:
root@server:/etc/kamremake# uname -a Linux webserver01 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux
Any ideas on the error, seems to be memory related? Config file has not been created yet.
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 30 Jun 2013, 17:42

Re: Dedicated server bug

You're getting that error as soon as you execute it? That's very odd. Try downloading it again in case the executable was corrupted. Also make sure the folder is writeable so the log file (and others) can be created.
<<

xzaz

Barbarian

Posts: 105

Joined: 28 Jul 2009, 22:00

Post 30 Jun 2013, 18:01

Re: Dedicated server bug

Okay, something weird is going on. I think it has something to do with Filezilla touching the file and corrupting the Zip for some reason.

To fix this follow the next steps:

Download the zip directly on to the server
  Code:
wget http://www.kamremake.com/wp-content/plugins/download-monitor/download.php?id=kam_remake_server_r5547.zip&mirror=0
Change the rev number for newer versions

Unzip it
  Code:
unzip download.php?id=kam_remake_server_r5547.zip
If you don't have unzip, just install it by: sudo apt-get install unzip

Give the rights
  Code:
chmod +x KaM_Remake_Server_x86_64
This is for the 64 bit version

Then run it
  Code:
./KaM_Remake_Server_x86_64
And then it works, strange... alternativly you can remove the zip by
  Code:
rm download.php?id=kam_remake_server_r5547.zip
To tell a full story
Run it:
  Code:
./KaM_Remake_Server_x86_64
Stop it:
  Code:
Ctrl +C
To run it in the background (start server in SSH session):
  Code:
nohup ./KaM_Remake_Server_x86_64 > log.out 2> log.err < /dev/null &
Stop it (nohup):
  Code:
ps aux | grep KaM
Get the ps (process id) in the second column
  Code:
kill xxxxx
<<

Nissarin

User avatar

Pikeman

Posts: 185

Joined: 26 Sep 2012, 18:11

KaM Skill Level: Average

Location: Poland

Post 30 Jun 2013, 20:12

Re: Dedicated server bug

Okay, something weird is going on. I think it has something to do with Filezilla touching the file and corrupting the Zip for some reason.
It's possible that you set text mode in options which would "translate" eol characters upon download but it's strange that the zip didn't complained about wrong crc.

Return to “Bugs”

Who is online

Users browsing this forum: No registered users and 5 guests