Author Topic: context menu crash  (Read 3592 times)

0 Members and 1 Guest are viewing this topic.

Offline smittyTopic starter

  • Jr. Member
  • **
  • Posts: 28
  • Activity:
    0%
  • Reputation Power: 1
  • smitty has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
context menu crash
« on: June 03, 2016, 02:37:04 PM »
0
I also too as well am having context menu problems. My code looks like dis:

Code: [Select]
static void exitEncounter(PlayerMobile P)
        {
            Console.WriteLine("Exiting encounter");
            ScriptSDK.Configuration.ContextOptions.Initialize();
            P.ContextMenu.Parse();
           
            //P.ContextMenu.Click("Exit Shadowguard");
            // or
            //P.ContextMenu.Click(1156287);//or some number like that...
        }

any ContextMenu.Click line gives me a weird error.
Error in IdServer: "Access Violation at address 0052AD65 in module 'Stealth.Exe'. Read of address 00000025"

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: context menu crash
« Reply #1 on: June 04, 2016, 01:55:11 AM »
0
Please report SDK bugs here : https://github.com/Crome696/ScriptSDK/issues

Offline smittyTopic starter

  • Jr. Member
  • **
  • Posts: 28
  • Activity:
    0%
  • Reputation Power: 1
  • smitty has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: context menu crash
« Reply #2 on: June 04, 2016, 06:59:47 AM »
0
Submitted the issues on your github =] Thanks for gettin back so fast!

Tags: