Linux Server List

Page 5 of 13 FirstFirst 12345678910111213 LastLast
Results 61 to 75 of 182
  1. #61
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Quote Originally Posted by Zorno View Post
    ty for all the extra help by the way.

  2. #62
    cats addicted Zorno is offline
    MemberRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Linux Server List

    Dont forget that cube 2: Sauerbraten link its not really a MMO but its multiplayer via internet in a system like teeworlds.

    oh and your welcome

    Also check the post, there is three kingdoms and hotk. Thats both the same because the game is called Heroes of the three Kingdoms
    Last edited by Zorno; 09-03-11 at 10:34 PM.

  3. #63
    Ex-Mod bitblaster is offline
    MemberRank
    Nov 2004 Join Date
    UNHANDLED EXCEPLocation
    2,614Posts

    Re: Linux Server List

    Note:
    runescape private servers run on Linux.

  4. #64
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Quote Originally Posted by bitblaster View Post
    Note:
    runescape private servers run on Linux.
    got any tut's for how todo so, cuz alot of people need precise explanations.

  5. #65
    cats addicted Zorno is offline
    MemberRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Linux Server List

    Runescape servers are Java programs and run on almost every OS. Its not a linux server itself. Tried to go thru the guides but only found noobdows .... uhm ... windows guides Guess there is no difference. Just put up JDK and run the java file.

  6. #66
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Quote Originally Posted by Zorno View Post
    Runescape servers are Java programs and run on almost every OS. Its not a linux server itself. Tried to go thru the guides but only found noobdows .... uhm ... windows guides Guess there is no difference. Just put up JDK and run the java file.
    it works sort of like dofus id assume. since ancestra is java based and so is runescape. if there is a guide it would best to have one made just for linux, to help ppl understand.

  7. #67
    cats addicted Zorno is offline
    MemberRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Linux Server List

    Found another one:

    Live for speed has dedicated serverfiles which can be run on linux using Wine.
    Link for l4s: Live for Speed - Online racing simulator
    small "how to" in german: Live for Speed - Wie kann ich einen LFS Host unter Linux/wine betreiben?

  8. #68
    sharing is caring... dheluxe is offline
    MemberRank
    Jan 2009 Join Date
    PhilippinesLocation
    381Posts

    Re: Linux Server List

    Ran PServer in linux :D

  9. #69
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Quote Originally Posted by dheluxe View Post
    Ran PServer in linux :D
    got a tutorial and server files you can post to help user who wish to run one too?

  10. #70
    Apprentice emjunkie is offline
    MemberRank
    Feb 2011 Join Date
    6Posts

    Re: Linux Server List

    Omnija downloaded from your svn
    i setup mysql server added the patches uploaded and installed java and phpmyadmin

    when i tryd to run this i dont know what to do :S i downloaded it from the svn in your post.

    [root@localhost lib]# java -jar jep.jar
    Failed to load Main-Class manifest attribute from
    jep.jar
    [root@localhost lib]#

    its a Dofus server i even used that sudo command you used and nothing tryd all the ways i was searching in google for this problem Failed to load Main-Class manifest attribute from
    jep.jar i did the file with Main-Class: jep.jar i dont get it to work, nothing i dont know what to do.. i think im not using the right commands..



    and i uploaded the original ancestra the one from windows and its says this look

    [emjunkie@localhost core]$ java -jar Ancestra.jar

    Ancestra-R v0.5.5
    Par DeathDown pour Dofus 1.29.1
    Thanks Diabu.

    http://sourceforge.net/projects/ancestrar/
    Compiler Par Demien
    ==============================================================
    Chargement de la configuration:
    Ok
    Connexion a la base de donnee
    SQL ERROR: null, message from server: "Host '83.222.126.122' is not allowed to connect to this MySQL server"
    Connexion invalide
    Arret du serveur demande ...
    Arret du serveur: OK
    Creation du Monde
    ====>Donnees statique<====
    Chargement des niveaux d'experiences:
    Arret du serveur demande ...
    Arret du serveur: OK
    [emjunkie@localhost core]$

    Solved: changed db ip in config to 127.0.0.1 and worked

    used command: java -jar -Xmx1000m -Xms1000m Ancestra.jar

    Up and Running Dofus Server in Linux Dedicated Server! NICE !:D

    i Still have one Problem a Huge one, when i close Putty server shuts down.. how to solve this?
    Solved: installed yum install screen, then used screen -l and started ancestra.jar, closed putty and server is up and running :D feel free to join: 83.222.126.122 port 443

    I will be posting a Tutorial on how to make a Dofus server in a Dedicated server Soon.. English tut
    Last edited by emjunkie; 08-04-11 at 09:02 PM.

  11. #71
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Quote Originally Posted by emjunkie View Post
    Omnija downloaded from your svn
    i setup mysql server added the patches uploaded and installed java and phpmyadmin

    when i tryd to run this i dont know what to do :S i downloaded it from the svn in your post.

    [root@localhost lib]# java -jar jep.jar
    Failed to load Main-Class manifest attribute from
    jep.jar
    [root@localhost lib]#

    its a Dofus server i even used that sudo command you used and nothing tryd all the ways i was searching in google for this problem Failed to load Main-Class manifest attribute from
    jep.jar i did the file with Main-Class: jep.jar i dont get it to work, nothing i dont know what to do.. i think im not using the right commands..



    and i uploaded the original ancestra the one from windows and its says this look

    [emjunkie@localhost core]$ java -jar Ancestra.jar

    Ancestra-R v0.5.5
    Par DeathDown pour Dofus 1.29.1
    Thanks Diabu.

    Ancestra Remake | Download Ancestra Remake software for free at SourceForge.net
    Compiler Par Demien
    ==============================================================
    Chargement de la configuration:
    Ok
    Connexion a la base de donnee
    SQL ERROR: null, message from server: "Host '83.222.126.122' is not allowed to connect to this MySQL server"
    Connexion invalide
    Arret du serveur demande ...
    Arret du serveur: OK
    Creation du Monde
    ====>Donnees statique<====
    Chargement des niveaux d'experiences:
    Arret du serveur demande ...
    Arret du serveur: OK
    [emjunkie@localhost core]$

    Solved: changed db ip in config to 127.0.0.1 and worked

    used command: java -jar -Xmx1000m -Xms1000m Ancestra.jar

    Up and Running Dofus Server in Linux Dedicated Server! NICE !:D

    i Still have one Problem a Huge one, when i close Putty server shuts down.. how to solve this?
    Solved: installed yum install screen, then used screen -l and started ancestra.jar, closed putty and server is up and running :D feel free to join: 83.222.126.122 port 443

    I will be posting a Tutorial on how to make a Dofus server in a Dedicated server Soon.. English tut
    So id assume after problem and solve, you managed it out?

  12. #72
    MostHated MG1978 is offline
    MemberRank
    Apr 2005 Join Date
    U.S.A - KentuckLocation
    355Posts

    Re: Linux Server List

    Runescape on linux OS?

    Lmao thats funny they are compiled in java and run with java not linux.

  13. #73
    Enthusiast Hopsopopso is offline
    MemberRank
    Feb 2011 Join Date
    39Posts

    Re: Linux Server List

    Quote Originally Posted by MG1978 View Post
    Runescape on linux OS?

    Lmao thats funny they are compiled in java and run with java not linux.
    Emulators written in Java almost always run perfectly on Linux and Windows as long as the Java runtime is installed.

  14. #74
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Quote Originally Posted by Hopsopopso View Post
    Emulators written in Java almost always run perfectly on Linux and Windows as long as the Java runtime is installed.
    Dofus is a java emulator and runs on linux,and i also proved that theory a while back. I wouldn't see why maplestory wouldn't work either with the correct things installed. Also JAVA is a "Language" not an operating system XD

    edit: added johnlth93's linux maplestory sea to list
    Last edited by Omnija; 18-05-11 at 10:20 PM.

  15. #75
    凸(ಠ益ಠ)凸 Omnija is offline
    MemberRank
    Jun 2008 Join Date
    QuebecLocation
    2,233Posts

    Re: Linux Server List

    Just added a few more new links and titles and filled out some of the old titles missing links.

    ex - Minecraft/PVPGN and a few others
    Last edited by Omnija; 22-05-11 at 07:43 AM.



Advertisement