Preface: I'm very new to rAthena and setting up a server in general, but I decided to try it for setting up an offline pre-re server for myself to have a little sandboxy server. My knowledge about rAthena is limited to the start up guide and what little I managed to pick up from this forum.
So, I followed the start up guide on the github repo (https://github.com/rathena/rathena/wiki/Install-on-Windows) to the best of my ability and didn't encounter any real issues. After database setup I executed the scripts in the sql-files folder to fill the database and set use_sql_db to true. Login server and Character server are running fine and dandy, but the Map server is giving me a lot of trouble. After resolving the first few errors by searching the forums I now reached a point where the server crashes without giving me any error:
[Info]: Git Hash: '5e6fd03848791b2054a274e52ebd4a604854ce57'
[Info]: Server uses 'select' as event dispatcher
[Info]: Server supports up to '4096' concurrent connections.
[Info]: Char Server IP Address : '127.0.0.1' -> '127.0.0.1'.
[Info]: Map Server Bind IP Address : '127.0.0.1' -> '127.0.0.1'.
[Info]: Map Server IP Address : '127.0.0.1' -> '127.0.0.1'.
[Status]: Using SQL dbs: yes
[Info]: Logging item transactions to table 'picklog'.
[Info]: Logging commands to table 'atcommandlog'.
[Info]: Logging 'logmes' messages to table 'npclog'.
[Info]: Logging Cash transactions to table 'cashlog'.
[Info]: Logging Feeding items to table 'feedinglog'.
[Info]: Connecting to the Map DB Server....
[Status]: Connect success! (Map Server Connection)
[Info]: [SQL]: Connecting to the Log Database log At 127.0.0.1...
[Status]: [SQL]: Successfully 'connected' to Database 'log'.
[Status]: Loading maps (using db/import/map_cache.dat as map cache)...
[Status]: Loading maps (using db/pre-re/map_cache.dat as map cache)...
[Status]: Loading maps (using db/map_cache.dat as map cache)...
[Info]: Successfully loaded '1109' maps.
[Info]: Done reading '0' messages in 'conf/msg_conf/import/map_msg_eng_conf.txt'.
[Info]: Done reading '1255' messages in 'conf/msg_conf/map_msg.conf'.
[Status]: Done reading '217' entries in 'conf/atcommands.yml'
[Status]: Done reading '4' entries in 'db/pre-re/instance_db.yml'
[Status]: Using packet version: 20211103.
[Status]: Packet Obfuscation: Enabled. Keys: 0x00000000, 0x00000000, 0x00000000
[Status]: Done reading '5' entries in 'db/const.yml'
[Status]: Done reading '6170' entries in 'item_db'.
[Status]: Done reading '64' entries in 'item_db2'.
[Warning]: Item Ahura_Mazda (2199) is a shield and should have a view id. Defaulting to Guard...
[Warning]: Item Tuxedo is an armor, but does not have an armor level. Consider adding it. Defaulting to 1.
[Warning]: Buying/Selling [10/10] price of THG_Membership (7950) allows Zeny making exploit through buying/selling at discounted/overcharged prices! Defaulting Sell to 1 Zeny.
[Warning]: Buying/Selling [10/10] price of Gold_Tulip (7951) allows Zeny making exploit through buying/selling at discounted/overcharged prices! Defaulting Sell to 1 Zeny.
[Status]: Done reading '19' entries in 'db/pre-re/item_noequip.txt'.
[Status]: Done reading '0' entries in 'db/import/item_noequip.txt'.
[Status]: Done reading '60' entries in 'db/pre-re/item_group_db.yml'
[Status]: Done reading '156' entries in 'db/pre-re/item_combos.yml'
[Status]: Done reading '42' entries in 'db_roulette'.
[Status]: Done reading '3' channels in 'conf/channels.conf'.
[Status]: Done reading '0' entries in 'item_cash_db'.
[Status]: Done reading '0' entries in 'item_cash_db2'.
[Status]: Done reading '0' entries in 'sales'.
[Status]: Done reading '1228' entries in 'db/pre-re/skill_db.yml'
[Status]: Done reading '104' entries in 'db/pre-re/skill_nocast_db.txt'.
[Status]: Done reading '258' entries in 'db/pre-re/produce_db.txt'.
[Status]: Done reading '74' entries in 'db/skill_changematerial_db.txt'.
[Status]: Done reading '0' entries in 'db/skill_damage_db.txt'.
[Status]: Done reading '0' entries in 'db/import/skill_nocast_db.txt'.
[Status]: Done reading '0' entries in 'db/import/produce_db.txt'.
[Status]: Done reading '0' entries in 'db/import/skill_changematerial_db.txt'.
[Status]: Done reading '0' entries in 'db/import/skill_damage_db.txt'.
[Status]: Done reading '155' entries in 'db/abra_db.yml'
[Status]: Done reading '1' entries in 'db/pre-re/abra_db.yml'
[Status]: Done reading '136' entries in 'db/create_arrow_db.yml'
[Status]: Done reading '1008' entries in 'mob_db'.
[Status]: Done reading '0' entries in 'mob_db2'.
[Status]: Done reading '47' entries in 'db/mob_chat_db.yml'
[Status]: Done reading '5512' entries in 'mob_skill_db'.
[Status]: Done reading '0' entries in 'mob_skill_db2'.
[Status]: Done reading '0' entries in 'db/import/mob_skill_db.txt'.
[Status]: Done reading '6' entries in 'db/pre-re/mob_summon.yml'
[Status]: Done reading '67' entries in 'db/pre-re/job_stats.yml'
[Status]: Done reading '11' entries in 'db/pre-re/job_exp.yml'
[Status]: Done reading '51' entries in 'db/pre-re/job_basepoints.yml'
[Status]: Loading 'db/import/job_stats.yml'...
Map-Server has crashed!
Restarting in 15 seconds, press Ctrl+C to cancel.
This will without fail (in a way) always happen when trying to load the job_stats.yml. I have not modified any files outside the changes needed during the installation instructions and the renewal.hpp to change the server to pre-re.
Any ideas on how to proceed on this? If you need any further information, I will gladly try to provide them.
Question
Asvoldur
Preface: I'm very new to rAthena and setting up a server in general, but I decided to try it for setting up an offline pre-re server for myself to have a little sandboxy server. My knowledge about rAthena is limited to the start up guide and what little I managed to pick up from this forum.
So, I followed the start up guide on the github repo (https://github.com/rathena/rathena/wiki/Install-on-Windows) to the best of my ability and didn't encounter any real issues. After database setup I executed the scripts in the sql-files folder to fill the database and set use_sql_db to true. Login server and Character server are running fine and dandy, but the Map server is giving me a lot of trouble. After resolving the first few errors by searching the forums I now reached a point where the server crashes without giving me any error:
This will without fail (in a way) always happen when trying to load the job_stats.yml. I have not modified any files outside the changes needed during the installation instructions and the renewal.hpp to change the server to pre-re.
Any ideas on how to proceed on this? If you need any further information, I will gladly try to provide them.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.