We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After doing steamClient.connect(); I get this in like 30 seconds:
1986-2000/com.n4bz0r.steamkittest E/AndroidRuntime﹕ FATAL EXCEPTION: TcpConnection Thread java.lang.NullPointerException at uk.co.thomasc.steamkit.steam3.CMClient.getPacketMsg(CMClient.java:312) at uk.co.thomasc.steamkit.steam3.CMClient$1.handleEvent(CMClient.java:152) at uk.co.thomasc.steamkit.steam3.CMClient$1.handleEvent(CMClient.java:148) at uk.co.thomasc.steamkit.util.cSharp.events.Event.handleEvent(Event.java:23) at uk.co.thomasc.steamkit.networking.steam3.Connection.onNetMsgReceived(Connection.java:30) at uk.co.thomasc.steamkit.networking.steam3.TcpConnection.readPacket(TcpConnection.java:220) at uk.co.thomasc.steamkit.networking.steam3.TcpConnection$NetLoop.run(TcpConnection.java:172) at java.lang.Thread.run(Thread.java:856)
How cud dis happen?
UPD: problem rawEMsg is 1132666274. Method MsgUtil.getMsg(int msg) can't handle it. UPD2: rawEMsg is always different and might be negative.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After doing steamClient.connect(); I get this in like 30 seconds:
How cud dis happen?
UPD: problem rawEMsg is 1132666274. Method MsgUtil.getMsg(int msg) can't handle it.
UPD2: rawEMsg is always different and might be negative.
The text was updated successfully, but these errors were encountered: