Crash on "now processing" after select server

Results 1 to 3 of 3
  1. #1
    Apprentice hatenak is offline
    MemberRank
    May 2020 Join Date
    5Posts

    Crash on "now processing" after select server

    Hi everyone,

    I searched everywhere to find a solution to my problem...
    I hope someone can help me with that bug...

    I use those files
    http://forum.ragezone.com/f1000/rele...epack-1143141/

    Thanks for your help :)

    Cheers,

    GameServ Files
    Server properties
    # Server id.
    server.id = 1

    # Server short name (Must be in UPPER case.)
    server.short.name = EU

    # Channel id.
    server.channel.id = 1

    # External server IP for client connections
    server.ip = 127.0.0.1


    Network properties
    # Rmi connection host.
    network.rmi.host = 127.0.0.1

    # Rmi connection port.
    network.rmi.port = 9000

    # Rmi connection password.
    network.rmi.password = 1234

    # Server version supported
    # NA-EU: 4635
    network.server.version = 4635

    # Client support european.
    network.encrypt.packets = true

    # Host for server binding.
    # Default: 0.0.0.0
    network.host = 127.0.0.1

    # Port for server binding.
    # Default: 8888
    network.port = 8889

    Login properties

    # Login server service type.
    # Options: DEV, KOR_REAL, NA_REAL, RUS_REAL, JPN_REAL
    login.game.service.type = NA_REAL

    # Automatic registration for accounts.
    # Default: false
    login.autoregistration.accounts = true

    # Enable auth by token from web.
    # Default: true
    login.server.token.auth.enabled = true
    LoginServ Files
    Login properties

    # Login server service type.
    # Options: DEV, KOR_REAL, NA_REAL, RUS_REAL, JPN_REAL
    login.game.service.type = NA_REAL

    # Automatic registration for accounts.
    # Default: false
    login.autoregistration.accounts = true

    # Enable auth by token from web.
    # Default: true
    login.server.token.auth.enabled = true
    Network properties
    # Rmi connection host.
    network.rmi.host = 127.0.0.1

    # Rmi connection port.
    network.rmi.port = 9000

    # Rmi connection password.
    network.rmi.password = 1234

    # Server version supported
    # NA-EU: 4635
    network.server.version = 4635

    # Client support european.
    network.encrypt.packets = true

    # Host for server binding.
    # Default: 0.0.0.0
    network.host = 127.0.0.1

    # Port for server binding.
    # Default: 8888
    network.port = 8888




    Last edited by hatenak; 03-06-20 at 11:46 AM.


  2. #2
    Life is beautiful, after Ledie is offline
    MemberRank
    Aug 2019 Join Date
    /tp homeLocation
    569Posts

    Re: Crash on "now processing" after select server

    Look into your database, are using port 50269.
    You need connect with mongo into this port.
    I actually use the 27017.

    Try this; localhost/port 50269 in mongodb, if it's connect great, try again, if doesn't work. Call me in discord. Ledie#1194

  3. #3
    Apprentice hatenak is offline
    MemberRank
    May 2020 Join Date
    5Posts

    Re: Crash on "now processing" after select server

    Thx Ledie :)

    It's already fixed by another version. Can someone closed or delete this topic ? :)



Advertisement