Thread: RS3 Logging In / Crashing

Results 1 to 5 of 5
  1. #1 RS3 Logging In / Crashing 
    Registered Member
    Join Date
    Jan 2017
    Posts
    90
    Thanks given
    17
    Thanks received
    8
    Rep Power
    12
    Hello, tonight my Rs3 project started crashing. I am using Kagani.
    I have no idea why this is happening I don't understand what my BAT is telling me.
    Here's the BAT message when booting, now I can still login with receiving this message in the boot-up.
    http://prnt.sc/du618i

    But shortly after testing my cutscene / dialogue, everyone online crashes.
    I don't believe this is due to the cutscene or dialogue, as I was previously using them, I am now just meshing them together.
    So what I mean by this is the cutscene will play when it's over, the dialogue will run.

    With logic, my code I've implemented should be accurate and working, but it is not doing so.
    This is my code:
    http://prnt.sc/du60i9

    Now, when I first create my account, it plays the dialogue first rather than the cutscene??
    How could I fix this, and what does this BAT message mean? I'm almost 100% it is the reason behind my source crashing.


    Will give a thanks!
    Much appreciated.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    It tells you where the error is in the first pic. Fails to initiate grand exchange data. File may be corrupt or something, try deleting it. Or character file may have gotten corrupt.. who knows, just trial and error.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2017
    Posts
    90
    Thanks given
    17
    Thanks received
    8
    Rep Power
    12
    Quote Originally Posted by Eldritch View Post
    It tells you where the error is in the first pic. Fails to initiate grand exchange data. File may be corrupt or something, try deleting it. Or character file may have gotten corrupt.. who knows, just trial and error.
    Thank you Eldritch!
    Do you believe this would be causing my crashing?
    Also do you think you can assist me with the other problem?
    Reply With Quote  
     

  4. #4  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by ClassProducers View Post
    Thank you Eldritch!
    Do you believe this would be causing my crashing?
    Also do you think you can assist me with the other problem?
    Pretty sure as all clues point towards it. I don't know exactly about crashing or anything but I'm almost totally positive the issue is in the fact the file is corrupt.
    As for your second problem, remove the startDialogue() part there and put it in the method which ends the Cutscene. Simple as that. I don't know whether you understand this yet but..
    If you put two lines of code right next to each other, (In this case startCutscene & startDialogue), it will not wait for the first one to complete before applying the second code. Code of course is being ran as it's being fed but it will not stop and wait for one action to complete unless it's actually told to do so.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2017
    Posts
    90
    Thanks given
    17
    Thanks received
    8
    Rep Power
    12
    Quote Originally Posted by Eldritch View Post
    Pretty sure as all clues point towards it. I don't know exactly about crashing or anything but I'm almost totally positive the issue is in the fact the file is corrupt.
    As for your second problem, remove the startDialogue() part there and put it in the method which ends the Cutscene. Simple as that. I don't know whether you understand this yet but..
    If you put two lines of code right next to each other, (In this case startCutscene & startDialogue), it will not wait for the first one to complete before applying the second code. Code of course is being ran as it's being fed but it will not stop and wait for one action to complete unless it's actually told to do so.
    I will give this a go, I thank you very much for taking your time to assist me.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. log in crash
    By Lost Legacy in forum Help
    Replies: 1
    Last Post: 12-18-2012, 10:41 AM
  2. Client crashes as soon as i log in?
    By Bosnia in forum Help
    Replies: 13
    Last Post: 01-12-2012, 11:01 PM
  3. Log in crash
    By Mark in forum Help
    Replies: 12
    Last Post: 09-03-2011, 08:09 PM
  4. Friend has logged in crash
    By Nightleaf in forum Help
    Replies: 4
    Last Post: 12-09-2009, 10:39 PM
  5. Client crash upon logging in.
    By r ip in forum Help
    Replies: 1
    Last Post: 11-26-2009, 05:05 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •