Results 1 to 5 of 5

Thread: TReflectActor.ismoving -> access violaiton

  1. #1
    Join Date
    May 2013
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default TReflectActor.ismoving -> access violaiton

    When running my script I've been getting an access violation error, it pops up the actor file.


    Simba Code:
    function TReflectActor.GetQueueSize: Integer;
    begin
      if Reflect.Smart.IsNull(Self.Reference) then// error is here!
        Exit(-1);
      Result := Reflect.Smart.GetFieldInt(Self.Reference, Actor_QueueSize);
    end;


    It seems like Actor.ismoving is causing this error as this is the only function in the actor file that uses the getqueuesize function but it could also be elsewhere.

    Suggestions?

    edit: took out all my ismoving, didnt fix, i now think the problem comes from a localPlayer.blindwalkMM;

    thank you.

  2. #2
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Ive been getting access violation errors as of late with WaitFunc and a few others. Your running Simba with admin privileges are you?

  3. #3
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    Ive been getting access violation errors as of late with WaitFunc and a few others. Your running Simba with admin privileges are you?
    Can you give examples of these access violations?

    @OP, I believe if you're using blind walk and the point you're walking to isn't within the loaded area it will access violate (off the top of my head) @Kyle; might know more.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  4. #4
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

  5. #5
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Can you give examples of these access violations?

    @OP, I believe if you're using blind walk and the point you're walking to isn't within the loaded area it will access violate (off the top of my head) @Kyle; might know more.
    Nah, you can blindwalk to the other side of the world as long as obstacles don't mess with you. I'm guessing he doesn't have his actor created or he's trying to use it statically.
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •