Private Server v142 error help

Results 1 to 7 of 7
  1. #1
    Novice Masoud Dadgar is offline
    MemberRank
    Sep 2014 Join Date
    4Posts

    Private Server v142 error help

    http://imgur.com/uOJgOUE


    hi guys so i tried to make a Maplestory Private Server v142 from
    • RuffRyder93 tutorial and i followed everything step by step but i keep getting an error shown on the image above (if you cant see it i posted the link too) if someone mind helping,it would be much appreciated



  2. #2
    Member Drum is offline
    MemberRank
    Jul 2013 Join Date
    80Posts

    Re: Private Server v142 error help

    We're gonna need to see some code man. Post your run_startup_configurations function from ChannelServer.java, and in particular point out line 110 for us.

  3. #3
    I'm overrated. Fraysa is offline
    MemberRank
    Apr 2008 Join Date
    4,891Posts

    Re: Private Server v142 error help

    Quote Originally Posted by Drum View Post
    We're gonna need to see some code man. Post your run_startup_configurations function from ChannelServer.java, and in particular point out line 110 for us.
    Well, I'm assuming this part of code is referring to some configuration, possibly ServerConstants.java.
    @MasoudDadgar Check your constants/configuration files, look for the number '20'. There are spaces after it, remove them.

  4. #4
    Novice Masoud Dadgar is offline
    MemberRank
    Sep 2014 Join Date
    4Posts

    Re: Private Server v142 error help

    Quote Originally Posted by Drum View Post
    We're gonna need to see some code man. Post your run_startup_configurations function from ChannelServer.java, and in particular point out line 110 for us.
    public final void run_startup_configurations() {
    setChannel(this.channel);
    try {
    this.expRate = Integer.parseInt(ServerProperties.getProperty("net.sf.odinms.world.exp"));
    this.mesoRate = Integer.parseInt(ServerProperties.getProperty("net.sf.odinms.world.meso"));
    this.serverMessage = ServerProperties.getProperty("net.sf.odinms.world.serverMessage");
    this.serverName = ServerProperties.getProperty("net.sf.odinms.login.serverName");
    this.flags = Integer.parseInt(ServerProperties.getProperty("net.sf.odinms.world.flags", "0"));
    this.eventSM = new EventScriptManager(this, ServerProperties.getProperty("net.sf.odinms.channel.events").split(","));
    this.port = Short.parseShort(ServerProperties.getProperty("net.sf.odinms.channel.net.port" + this.channel, String.valueOf(8585 + this.channel)));
    } catch (Exception e) {
    throw new RuntimeException(e);
    is this what u needed ? this is the code from line 99-110,

    - - - Updated - - -

    Quote Originally Posted by Fraysa View Post
    Well, I'm assuming this part of code is referring to some configuration, possibly ServerConstants.java.
    @MasoudDadgar Check your constants/configuration files, look for the number '20'. There are spaces after it, remove them.
    i know where that 20 is its in the worldGMS file its not in the Serverconstants.java i changed it to with space with out space and still nothing

  5. #5
    That one pokemon thing Luxray is offline
    MemberRank
    Apr 2010 Join Date
    2,043Posts

    Re: Private Server v142 error help

    Could you post your WorldGMS.properties?

  6. #6
    Novice Masoud Dadgar is offline
    MemberRank
    Sep 2014 Join Date
    4Posts

    Re: Private Server v142 error help

    Quote Originally Posted by Luxray View Post
    Could you post your WorldGMS.properties?
    net.sf.odinms.world.exp=20
    net.sf.odinms.world.meso=20


    # Admin Only or not
    net.sf.odinms.world.admin=false


    # 1 = Disable PQ 0 = Enable PQ
    net.sf.odinms.world.flags=0


    # Name of the Server
    net.sf.odinms.login.serverName=JavadMs v142


    # Event Message at Channel Selection
    net.sf.odinms.login.eventMessage=JavadMs v142!




    # Flag at Channel Selection 0: Nothing 1: Event 2: New 3: Hot
    net.sf.odinms.login.flag=3


    # Initial amount of characters per account
    net.sf.odinms.login.maxCharacters=18


    # Server Scrolling Message
    net.sf.odinms.world.serverMessage=JavadMs v142.2


    # total user limit of the server
    net.sf.odinms.login.userlimit=200


    # defaults for channelservers
    net.sf.odinms.channel.net.port1=8585
    net.sf.odinms.channel.net.interface=


    # active event scripts
    net.sf.odinms.channel.events=PierreBattle,VonBattle,VellumBattle,QueenBattle,AswanOffSeason,PVP,CygnusBattle,ArkariumBattle,ScarTarBattle,VonLeonBattle,HillaBattle,Ghost,OrbisPQ,Romeo,Juliet,Pirate,Amoria,Ellin,CWKPQ,DollHouse,BossBalrog_EASY,BossBalrog_NORMAL,HorntailBattle,Nibergen,PinkBeanBattle,ZakumBattle,NamelessMagicMonster,Dunas,Dunas2,2095_tokyo,ZakumPQ,LudiPQ,KerningPQ,ProtectTylus,WitchTower_EASY,WitchTower_Med,WitchTower_Hard,Vergamot,ChaosHorntail,ChaosZakum,CoreBlaze,BossQuestEASY,BossQuestMed,BossQuestHARD,BossQuestHELL,BossQuestCHAOS,Ravana_EASY,Ravana_HARD,Ravana_MED,GuildQuest,Aufhaven,Dragonica,Rex,MonsterPark,KentaPQ,study
    world.completequestid=31800,23272,6609,25720,25711,25512,25300,12490,12963,25768,31580,25512,57102,57400,57461,29015


    world.cashpic=http://t55.no-ip.biz/cash1.jpg

  7. #7
    desk.getCoffee().drink(); AngelSpirit is offline
    MemberRank
    Jul 2010 Join Date
    CanadaLocation
    318Posts

    Re: Private Server v142 error help

    Quote Originally Posted by Masoud Dadgar View Post
    net.sf.odinms.channel.net.interface=
    there's at least one of your problems



Advertisement