Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Map distributor error when starting up shard on a LAN

Suspicious Elf

New member
I tried to move my localhost server (version 1.1) to LAN and encountered the following error (I changed the ip in all the .xml config file places suggested on the discord for accountServer, masterServer and shard) and I'm getting the following exception when starting the shard:

[04-25 17:09:45,217, 60318] maps_distributor - ERROR verify : can't find Server 192.168.0.50 in distribution
java.lang.Throwable
at asserts.Verify.fail(Verify.java:60)
at shardstarter.map.MapStartDistributor.handleMapService(MapStartDistributor.java:103)
at shardstarter.map.MapStartDistributor.onAdd(MapStartDistributor.java:60)
at msgSystem.impl.directory.CallbackerPerService$1.execute(CallbackerPerService.java:74)
at msgSystem.impl.directory.CallbackerPerService$1.execute(CallbackerPerService.java:72)
at tools.containers.RingList.forEach(RingList.java:336)
at msgSystem.impl.directory.DirectoryImpl.forEach(DirectoryImpl.java:74)
at msgSystem.impl.directory.CallbackerPerService.init(CallbackerPerService.java:72)
at msgSystem.impl.directory.CallbackerPerService.create(CallbackerPerService.java:34)
at shardstarter.map.MapStartDistributor.<init>(MapStartDistributor.java:50)
at shardstarter.map.MapStartDistributorModule.tick(MapStartDistributorModule.java:64)
at system.base.tickables.Tickables.tick(Tickables.java:77)
at basement.server.impl.ServerImpl.tick(ServerImpl.java:136)
at basement.launcher.launcherImpl.LauncherImpl.tick(LauncherImpl.java:140)
at basement.launcher.launcherImpl.LauncherImpl.run(LauncherImpl.java:188)
at java.lang.Thread.run(Thread.java:619)

If I change the ip from 192.168.0.50 back to 127.0.0.1, it starts but I cannot connect the client from a different machine.
Anyone encountered something similar or has any idea what's wrong?
 
Back
Top