I was able to compile everything with ANT, and I connect to the DB, however when I run the severstart batch file, it fails rather quickly with this error:
2023.08.07 13:49:05 L1WorldMap.<init> INFO: Loading Map...
2023.08.07 13:49:05 MapsTable.loadMapsFromDatabase INFO: Maps 545
2023.08.07 13:49:06 L1WorldMap.<init> SEVERE: Index 128 out of bounds for length 128
2023.08.07 13:49:06 java.lang.ArrayIndexOutOfBoundsException: Index 128 out of bounds for length 128
at l1j.server.server.model.map.TextMapReader.read(TextMapReader.java:87)
at l1j.server.server.model.map.TextMapReader.read(TextMapReader.java:113)
at l1j.server.server.model.map.TextMapReader.read(TextMapReader.java:149)
at l1j.server.server.model.map.L1WorldMap.<init>(L1WorldMap.java:46)
at l1j.server.server.model.map.L1WorldMap.getInstance(L1WorldMap.java:36)
at l1j.server.server.GameServerThread.<init>(GameServerThread.java:177)
at l1j.server.server.GameServerThread.getInstance(GameServerThread.java:95)
at l1j.server.server.GameServer.initialize(GameServer.java:139)
at l1j.server.Server.main(Server.java:73)
I'm currently running MySQL 8.034, but have tried older version all the way back to 5.7.. no luck. Not much on this error as well after searching in this group.
Any help would be appreciated