Author Topic: InvalidOperationException after 7.9.9 update  (Read 4329 times)

0 Members and 1 Guest are viewing this topic.

Offline Test3ImolesiTopic starter

  • Restricted
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • Test3Imolesi has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
InvalidOperationException after 7.9.9 update
« on: April 19, 2017, 08:18:59 PM »
0
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
« Last Edit: April 19, 2017, 08:21:32 PM by Test3Imolesi »

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: InvalidOperationException after 7.9.9 update
« Reply #1 on: April 20, 2017, 04:26:01 AM »
0
Seems like SDK receives wrong or empty data. I will write Vizit0r about..

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: InvalidOperationException after 7.9.9 update
« Reply #2 on: April 20, 2017, 09:33:08 AM »
0
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
« Last Edit: April 20, 2017, 09:48:26 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Vizit0r

  • Stealth Developer
  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • Vizit0r has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: InvalidOperationException after 7.9.9 update
« Reply #3 on: April 21, 2017, 03:53:47 AM »
0
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

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: InvalidOperationException after 7.9.9 update
« Reply #4 on: April 21, 2017, 08:23:00 AM »
0
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.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Vizit0r

  • Stealth Developer
  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • Vizit0r has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: InvalidOperationException after 7.9.9 update
« Reply #5 on: April 22, 2017, 06:17:46 PM »
0
okey, thanks.

Offline Test3ImolesiTopic starter

  • Restricted
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • Test3Imolesi has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: InvalidOperationException after 7.9.9 update
« Reply #6 on: April 23, 2017, 02:34:15 PM »
0
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




Tags: