ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: Test3Imolesi on April 19, 2017, 08:18:59 PM

Title: InvalidOperationException after 7.9.9 update
Post by: Test3Imolesi on April 19, 2017, 08:18:59 PM
Hi all..
Im just getting this damn error entire time (specially when uses newMoveXY or using Player.Location) after updated the Stealth to version 7.9.9:

Code: [Select]

public bool MoveXYZ(ushort xDst, ushort yDst, sbyte zDst, int accuracyXY, int accuracyZ, bool running)
        {
            return _client.SendPacket<bool>(PacketType.SCMoveXYZ, xDst, yDst, zDst, accuracyXY, accuracyZ, running);
        }

An unhandled exception of type 'System.InvalidOperationException' occurred in System.dll

Additional information: Empty stack.

I've updated because the AutoSell is not working at 6.7.0
Can anyone help me?

tkz
Title: Re: InvalidOperationException after 7.9.9 update
Post by: Crome969 on April 20, 2017, 04:26:01 AM
Seems like SDK receives wrong or empty data. I will write Vizit0r about..
Title: Re: InvalidOperationException after 7.9.9 update
Post by: TrailMyx on April 20, 2017, 09:33:08 AM
BTW, Visit0r was trying to log in to view this, but I accidentally had him banned because of his email address (wildcard ban).  I've fixed that.  Sorry Visit0r.  :)

I blame your evil Russian spammer brothers. heheh
Title: Re: InvalidOperationException after 7.9.9 update
Post by: Vizit0r on April 21, 2017, 03:53:47 AM
BTW, Visit0r was trying to log in to view this, but I accidentally had him banned because of his email address (wildcard ban).  I've fixed that.  Sorry Visit0r.  :)

I blame your evil Russian spammer brothers. heheh
yeah, thats was big surprise for me - permban w\out any reason :)

One my friend have same story when try to register here


Quote
ZeroDX (21:16:50 19/04/2017)
Везде ответил...

An Error Has Occurred!
Sorry Guest, you are banned from using this forum
Title: Re: InvalidOperationException after 7.9.9 update
Post by: TrailMyx on April 21, 2017, 08:23:00 AM
My apologies for that.  We were getting attacked late last year by spambots from russia, and I kinda got over-zealous with my application of "rough-justice"  hehe.  Hopefully your friend is also capable of reaching the site again.  If not, let me know.
Title: Re: InvalidOperationException after 7.9.9 update
Post by: Vizit0r on April 22, 2017, 06:17:46 PM
okey, thanks.
Title: Re: InvalidOperationException after 7.9.9 update
Post by: Test3Imolesi on April 23, 2017, 02:34:15 PM
This error is the same error that I get in VisualStudio after im debugging some project and try to view and expand some SDK Class variable value (an Item for example..)
after the error appear with Stealth 7.4.0.967, if I continue debugging or just hit F5 (Continue program) the error wont come back. In Stealth 7.9.9 the error appear wherever or not Im tried to debug


(http://i.imgur.com/J85hTrD.png)