Jump to content
  • 1

Connecting to server


Swistat

Question

Hello, my game works perfectly well but when I try to connect to my own server I get the following error. I realize it has something to do with missing libraries, I've been trying to install everything but it doesnt help.

STACK TRACE
-----------------------------------------
Callframe at: serverConnect
function: clickNext -- file: ServerList.lua line # 571
function: onOptionMouseDown -- file: ServerList.lua line # 504
function: onMouseUp -- file: ISButton.lua line # 55
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:61)
    at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:199)
    at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:189)
    at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182)
    at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:983)
    at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
    at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1727)
    at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1642)
    at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63)
    at zombie.ui.UIElement.onMouseUp(UIElement.java:881)
    at zombie.ui.UIElement.onMouseUp(UIElement.java:843)
    at zombie.ui.UIElement.onMouseUp(UIElement.java:843)
    at zombie.ui.UIManager.update(UIManager.java:1067)
    at zombie.GameWindow.logic(GameWindow.java:589)
    at zombie.GameWindow.run(GameWindow.java:1187)
    at zombie.GameWindow.maina(GameWindow.java:991)
    at zombie.gameStates.MainScreenState.main(MainScreenState.java:168)
Caused by: java.lang.UnsatisfiedLinkError: zombie.core.raknet.RakNetPeerInterface.Init(Z)V
    at zombie.core.raknet.RakNetPeerInterface.Init(Native Method)
    at zombie.core.raknet.UdpEngine.<init>(UdpEngine.java:40)
    at zombie.network.GameClient.startClient(GameClient.java:161)
    at zombie.network.GameClient.init(GameClient.java:150)
    at zombie.network.GameClient.doConnect(GameClient.java:3503)
    at zombie.Lua.LuaManager$GlobalObject.serverConnect(LuaManager.java:993)
    ... 21 more

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Probably the game failed to load either the ZNetJNI or ZNetNoSteam library.

 

If you're on Windows, try installing:

ProjectZomboid\_CommonRedist\vcredist\2010\vcredist_x86.exe

 

And if you're on 64-bit Windows:

ProjectZomboid\_CommonRedist\vcredist\2010\vcredist_x64.exe

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...