SteamKit-Java icon indicating copy to clipboard operation
SteamKit-Java copied to clipboard

SteamKit in java

Results 4 SteamKit-Java issues
Sort by recently updated
recently updated
newest added

pom.xml specifies an old version of Lombok as a dependency, and, because of this, it won't compile. Changing the version to the current one in line 101 fixes that.

Hello I can't compile the source because maven ignores lombok.

After doing steamClient.connect(); I get this in like 30 seconds: ``` java 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...

Hey, I'm trying to write an android trading app using this library but the dalvik compiler won't accept jre 1.7 .class files. I would really appreciate the source or a...