[GUIDE]Server on LINUX {By Crashinside}
Hello Guys ;)
After some tentative i have found method for open server on LINUX!
Ok,start!
Install MYSQL,APACHE etc for Linux!
Download Server Emulator and extract all in a folder (WARNING! EXCTRACT ALL IN THEY FOLDER!)
Configure all (like in windows)
Now,open your CONSOLE (Shell) and type:
Code:
sudo apt-get install wine
When have finish,type:
Go with shell in your Server Folder ex:
Code:
cd /Desktop/server/
Now Type:
Code:
wine LoginServer.exe
wine CharServer.exe
wine WorldServer.exe
every string in a new console!
My Server work! ;)
Bye :D
Re: [GUIDE]Server on LINUX {By Crashinside}
yea but isn't wine still beta?
Re: [GUIDE]Server on LINUX {By Crashinside}
Quote:
Originally Posted by
FlowMotion
yea but isn't wine still beta?
Hmm i dont think,btw i have try and server work!
Now i have only problem of MySql,but Work ;-)
Re: [GUIDE]Server on LINUX {By Crashinside}
WorldServer dead.
Code:
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[ERROR]: Signal received: SIGEGV, Server will be closed, Trying to save...
wine: Call from 0x7fc2e770 to unimplemented function msvcrt.dll.raise, aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr 0x7fc2e770
Wine version: 0.9.9
Can you give me some infos about your versions.
Re: [GUIDE]Server on LINUX {By Crashinside}
Youll have very bad problems emulating the osrose server with wine. Its 100% not recommended.
Code it for linux, or just have these problems in wine.
It will crash 60% more in wine.
Re: [GUIDE]Server on LINUX {By Crashinside}
thanks for the Guide i hope its help :)
Re: [GUIDE]Server on LINUX {By Crashinside}
Quote:
Originally Posted by
spotlifter
WorldServer dead.
Code:
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[ERROR]: Signal received: SIGEGV, Server will be closed, Trying to save...
wine: Call from 0x7fc2e770 to unimplemented function msvcrt.dll.raise, aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr 0x7fc2e770
Wine version: 0.9.9
Can you give me some infos about your versions.
Man lol,because ur database is not up!
U have use LAMP,next i make a guide for Apache & MySql
Re: [GUIDE]Server on LINUX {By Crashinside}
I'm not stupid.
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:mysql *:* LISTEN 4606/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN 4811/smbd
tcp 0 0 localhost.localdo:33681 *:* LISTEN 4436/hpiod
run
Code:
root@ip# wine LoginServer.exe &
[1] 17005
root@ip#
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[INFO]: Server started on port 29000 and is listening.
root@ip# wine CharServer.exe &
[2] 17014
root@ip#
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[INFO]: Initialized loginserver connection
[INFO]: User connected from 127.0.0.1
[INFO]: Server #1 connected from ip 127.0.0.1
[INFO]: Clans Information Loaded
[INFO]: Server started on port 29100 and is listening.
[INFO]: User connected from 127.0.0.1
root@ip# wine WorldServer.exe &
[3] 17021
root@ip#
[INFO]: Autosaving Every 25 minutes
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[ERROR]: Signal received: SIGSEGV, Server will be closed, Trying to save...
check port & process
Code:
#netstat -na | grep 3306
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 127.0.0.1:50796 ESTABLISHED
tcp 0 0 127.0.0.1:3306 127.0.0.1:50795 ESTABLISHED
tcp 0 0 127.0.0.1:50795 127.0.0.1:3306 ESTABLISHED
tcp 0 0 127.0.0.1:50796 127.0.0.1:3306 ESTABLISHED
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:29000 *:* LISTEN 17005/LoginServer.e
tcp 0 0 localhost.localdo:mysql *:* LISTEN 4606/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN 4811/smbd
tcp 0 0 *:29100 *:* LISTEN 17008/wineserver
Able connect to mysql server, from Elements CMS or using phpmyadmin or using console.
And there's a 'roseon' database in mysql.
The error is gone but still worldserver is dead. I upgrade wine to 0.9.35.
Re: [GUIDE]Server on LINUX {By Crashinside}
Quote:
Originally Posted by
spotlifter
I'm not stupid.
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:mysql *:* LISTEN 4606/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN 4811/smbd
tcp 0 0 localhost.localdo:33681 *:* LISTEN 4436/hpiod
run
Code:
root@ip# wine LoginServer.exe &
[1] 17005
root@ip#
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[INFO]: Server started on port 29000 and is listening.
root@ip# wine CharServer.exe &
[2] 17014
root@ip#
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[INFO]: Initialized loginserver connection
[INFO]: User connected from 127.0.0.1
[INFO]: Server #1 connected from ip 127.0.0.1
[INFO]: Clans Information Loaded
[INFO]: Server started on port 29100 and is listening.
[INFO]: User connected from 127.0.0.1
root@ip# wine WorldServer.exe &
[3] 17021
root@ip#
[INFO]: Autosaving Every 25 minutes
[INFO]: Connecting to MySQL
[INFO]: Connected to MySQL server
[ERROR]: Signal received: SIGSEGV, Server will be closed, Trying to save...
check port & process
Code:
#netstat -na | grep 3306
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 127.0.0.1:50796 ESTABLISHED
tcp 0 0 127.0.0.1:3306 127.0.0.1:50795 ESTABLISHED
tcp 0 0 127.0.0.1:50795 127.0.0.1:3306 ESTABLISHED
tcp 0 0 127.0.0.1:50796 127.0.0.1:3306 ESTABLISHED
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:29000 *:* LISTEN 17005/LoginServer.e
tcp 0 0 localhost.localdo:mysql *:* LISTEN 4606/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN 4811/smbd
tcp 0 0 *:29100 *:* LISTEN 17008/wineserver
Able connect to mysql server, from Elements CMS or using phpmyadmin or using console.
And there's a 'roseon' database in mysql.
The error is gone but still worldserver is dead. I upgrade wine to 0.9.35.
I dont have tell you "YOU ARE STUPID" ;)
Btw,try to update because to me work!!!
Re: [GUIDE]Server on LINUX {By Crashinside}
Crashinside? hehe... hey iam srry but if u got time can i ask u like...3 questions? (srry i posted here for this)
Re: [GUIDE]Server on LINUX {By Crashinside}
crashinside, until you speak correct English, *you* are the stupid one.