What's on your line 176 of client.cs?Code:at Lib_K_Relay.Networking.Client.<>c__DisplayClass38_0.<Send>b__0() in C:\Users\VaypeNaysh\Desktop\KBots\K_Relay-master\Lib K Relay\Networking\Client.cs:line 176
It seems like every time I install K-Relay I get a new error
This time I have :
I took the K-Relay from KrazyShank's ****** and updated the packet ids. Did I forget something?Code:within PacketSend (packet = PING) at <>c__DisplayClass38_0.<Send>b__0 System.*********enceException: Object reference not set to an instance of an object. at Lib_K_Relay.Networking.Client.<>c__DisplayClass38_0.<Send>b__0() in C:\Users\VaypeNaysh\Desktop\KBots\K_Relay-master\Lib K Relay\Networking\Client.cs:line 176 at Lib_K_Relay.Utilities.PluginUtils.ProtectedInvoke(Action action, String errorProvider, Type filteredException) in C:\Users\VaypeNaysh\Desktop\KBots\K_Relay-master\Lib K Relay\Utilities\PluginUtils.cs:line 38 [Client] Disconnected. [Error] An exception was thrown within RemoteRead (isClient = True) at NetworkStream.BeginRead
Last edited by 059; 12-15-2016 at 06:03 PM.
Alde is Alde is
What's on your line 176 of client.cs?Code:at Lib_K_Relay.Networking.Client.<>c__DisplayClass38_0.<Send>b__0() in C:\Users\VaypeNaysh\Desktop\KBots\K_Relay-master\Lib K Relay\Networking\Client.cs:line 176
My Vouches
Having an issue with RotMG? Check for the solution here.
Need Realm items? Come to RealmStock!
Accepting PayPal - Bitcoin - Giftcards
Selling ST Sets, Class Top Sets, Life Pots, and much more!
Find it here: MPGH Sales Thread
That means the variable you are trying to use is null. from the lines you are showing, "_serverStream" is most likely null, so trying to do _serverStream.write() will throw an error. Did you change anything other then the packets.xml file? Like did you compile it and it gave errors or anything?Code:System.*********enceException: Object reference not set to an instance of an object.
My Vouches
Having an issue with RotMG? Check for the solution here.
Need Realm items? Come to RealmStock!
Accepting PayPal - Bitcoin - Giftcards
Selling ST Sets, Class Top Sets, Life Pots, and much more!
Find it here: MPGH Sales Thread