Results 1 to 9 of 9

Thread: [Urgent]Error

  1. #1
    Join Date
    Jul 2009
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [Urgent]Error

    So me J_Pizzle and Rich1e are working on a tut runner, and i just started the form but im getting an error:
    PHP Code:
    [Runtime Error] : ExceptionAccess violation at address 00606B6A in module 'scar.exe'Write of address 00000088 in line 86 in script C:\Documents and Settings\Administrator.INSPIRON5100\Desktop\TARC.scar 
    And here's the script that is the button:
    PHP Code:
      mnuSub2 := TMenuItem.Create(frmDesign);
      
    mnuSub2.Caption := 'Exit';
      
    mnuSub3.OnClick := @CloseForm;
      
    mnu.Items.Items[0].Add(mnuSub2); 
    And the procedure CloseForm:
    PHP Code:
    procedure CloseForm(SenderTObject);
    begin
    TerminateScript
    ;
    end
    And line 86 (The error):
    ThreadSafeCall('InitForm', v);
    Please Help
    Quote Originally Posted by Cstrike View Post
    Why do I even try these things? I just shit my pants over this god damn tutorial. Fuck, that's uncleanable. I can't even wash that out because there's so much of my shit it will just stain everything else. If I put it in the washing machine, I'm sure to stain the sides.

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Post all form parts of script.

    Form Tutorial

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  3. #3
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This was fixed yesterday, but if anyone would like to know what caused it then you must call the OnClick

    Code:
    mnuSub3.OnClick := @CloseForm;
    right after

    Code:
    mnuSub2 := TMenuItem.Create(frmDesign);

  4. #4
    Join Date
    Jul 2009
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes r!ch!e fixed it
    Quote Originally Posted by Cstrike View Post
    Why do I even try these things? I just shit my pants over this god damn tutorial. Fuck, that's uncleanable. I can't even wash that out because there's so much of my shit it will just stain everything else. If I put it in the washing machine, I'm sure to stain the sides.

  5. #5
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Neehosoft View Post
    Yes r!ch!e fixed it
    If it gets fixed reply saying its fixed and how it was fixed.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  6. #6
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by r!ch!e View Post
    This was fixed yesterday, but if anyone would like to know what caused it then you must call the OnClick

    Code:
    mnuSub3.OnClick := @CloseForm;
    right after

    Code:
    mnuSub2 := TMenuItem.Create(frmDesign);
    When it was fixed, and how it was fixed.

  7. #7
    Join Date
    Jul 2009
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    If it gets fixed reply saying its fixed and how it was fixed.
    yes, i did not say how becuase r1ch1e already did
    Quote Originally Posted by Cstrike View Post
    Why do I even try these things? I just shit my pants over this god damn tutorial. Fuck, that's uncleanable. I can't even wash that out because there's so much of my shit it will just stain everything else. If I put it in the washing machine, I'm sure to stain the sides.

  8. #8
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by r!ch!e View Post
    When it was fixed, and how it was fixed.
    It is down to the user who is requesting support to report wether or not help is still needed.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  9. #9
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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
  •