Results 1 to 8 of 8

Thread: [Runtime Error] : Exception: Access violation at address 006D691C

  1. #1
    Join Date
    Sep 2007
    Location
    Inside Your Mother
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [Runtime Error] : Exception: Access violation at address 006D691C

    WTF? So i am making a script that I am going to apply for SRL members with and it works just fine. It is a firemaker and i have enjoyed making this script. What it does is it Logs in, open bank, puts in pin, grabs logs, walks out of bank to spot and then terminates saying " [Runtime Error] : Exception: Access violation at address 006D691C in module 'scar.exe'. Read of address 00000000 in line 537 in script" This is frustrating me because i ran the burning procedure all by itself and it works just fine. It just wont burn them when i run it with the rest of the script.... Man i could really use some help guys...

    I also uploaded a copy of the script if anybody wants to take a look at it and tell me what you think could be wrong.. I am really sad about thiss...

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    send it to me and ill take a look, my guess is maybe your not loading your dtms or something before going into a procedure, but send it my way and ill be happy to sort through it.
    “Ignorance, the root and the stem of every evil.”

  3. #3
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Usually a read error at address 00000000 means you're trying to access something you haven't loaded yet (like a DTM or Bitmap). Make sure you do that (and aren't freeing them and then trying to use them afterwards), and if that doesn't work, post back with the script and we'll try to help you out.
    :-)

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    @Method. He has declared them

    Have only one declare DTM (the one in your mainloop looks fine). Because you declare them so many times. Also remember to free them.

  5. #5
    Join Date
    Sep 2007
    Location
    Inside Your Mother
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok so your saying that my Declaring DTMs is fine but when should i free the dtm? and also tht dosent help me with getting rid of the problem... Also bumblebee the script is posted so you can just downlaod it and take a look. So this isnt really hepling a whole ton of a lot

    EDIT: Wait guys i think i found it. When i get my logs from the bank, i free the dtm. After that i forget to recall it. Thank So much. for the help. lemme test it and see if it works.. =)

    EDIT: EDIT: ZOMG!! I got it to work!! all i had to do was recall the DTMs at the begining of the burn logs procedure. I free'd the DTMs after i withdrew the logs from the bank. I just forgot to recall the DTM's ty you all for the help!! Maybie i can get into SRL Members now =) Wish meh luck!!

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    No what I'm saying is to Three Declare DTM's, the ones you load before. And that should fix your problem. And criticising us when we're trying to help you, doesn't really help us to help you..

  7. #7
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by NaumanAkhlaQ View Post
    @Method. He has declared them

    Have only one declare DTM (the one in your mainloop looks fine). Because you declare them so many times. Also remember to free them.
    If you would have noticed, there was no script posted when my reply was made.
    :-)

  8. #8
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Umm really there was a script posted, I was the first here. I was viewing it while I was posting my reply. Maybe he took it off??

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 02-25-2008, 05:18 PM
  2. Replies: 7
    Last Post: 10-27-2007, 12:29 PM
  3. Replies: 2
    Last Post: 10-11-2007, 05:08 PM
  4. Replies: 3
    Last Post: 06-01-2007, 08:42 PM
  5. Replies: 2
    Last Post: 04-07-2007, 03:43 AM

Posting Permissions

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