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:
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?
[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?