I'm having the issue right after loading my server map. Here's a part of the log file.
LOG : General , 1672236637774> 0> WorldDictionary: Checking dictionary... ERROR: General , 1672236637794> 0> zombie.world.WorldDictionaryException: Warning client has no script for item Base.ZMChip9 ERROR: General , 1672236637794> 0> at zombie.world.DictionaryDataClient.parseCurrentItemSet(DictionaryDataClient.java:42) ERROR: General , 1672236637795> 0> at zombie.world.WorldDictionary.init(WorldDictionary.java:213) ERROR: General , 1672236637795> 0> at zombie.iso.IsoWorld.init(IsoWorld.java:2450) ERROR: General , 1672236637795> 0> at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:268) ERROR: General , 1672236637796> 0> at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:225) ERROR: General , 1672236637796> 0> at java.base/java.lang.Thread.run(Unknown Source) LOG : General , 1672236637796> 0> WorldDictionary: Warning: error occurred loading dictionary! ERROR: General , 1672236637797> 0> ExceptionLogger.logException> Exception thrown zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at WorldDictionary.init line:255. ERROR: General , 1672236637797> 0> DebugLogStream.printException> Stack trace: zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at zombie.world.WorldDictionary.init(WorldDictionary.java:255) at zombie.iso.IsoWorld.init(IsoWorld.java:2450) at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:268) at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:225) at java.base/java.lang.Thread.run(Unknown Source) LOG : General , 1672236637950> 0> LuaEventManager: adding unknown event "OnPreUIDraw" LOG : General , 1672236637951> 0> LuaEventManager: adding unknown event "OnPostUIDraw"
I need to find what mod has the item Base.ZMChip9, but I don't know how to. Please help.