Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

save game loading crash


exclusteve
 Share

Recommended Posts

hi

 

i have the mod which you can press f4 to save the game. now i saved the game while i was in a mission, then everytime i load my save game file it crashes. is there any way i can fix it? this is the second time this happened to me and im in the las venturas missions. i really want to finish san andreas. i have no backups or anything but i have 2 savegame files but its the same it crashes.

 

thanks

Link to comment
Share on other sites

Please note that the San Andreas forum does not deal with modding related issues. We have separate forums for modding.

 

Moved to III Other.

Link to comment
Share on other sites

Do you want to fix the save or the save anywhere mod?

 

To fix the mod, add a check to make sure that $ONMISSION == 0 before saving. Or just don't use it when on a mission.

 

To fix the save:

 

Figure out which mission thread is running. When I tested this strategy I used the Japanese Save editor, but you can probably figure out the thread name from the scripts or other documentation.

http://gtasamod.web.fc2.com/tool/sase/index.html

 

Open the save with a hex editor. Search for the thread name. Use the thread structure documentation to identify the Wakeup Time for that thread and increase the value to something very large. Fix the checksum at the end of the save.

http://www.gtamodding.com/index.php?title=...Block_1:_Script

 

Create a CLEO script that will set $ONMISSION to 0 and end the thread.

 

0004: $ONMISSION = 0 0459: end_thread_named 'SCRASH3' // I tested this on 555 We Tip

 

 

Changing the Wakeup Time allowed me to load the save. Setting $ONMISSION to 0 enabled the missions again. Ending the thread got rid of the thread that was stuck in memory and may eventually wake up. However, I still had a stray blip on the radar. To complete the repair it would be necessary to remove any pickups, blips, objects, or other stray settings created by the mission.

 

Or, upload your save to GTASnP.com and I'll take a hack at it when I get the chance. It would help to know what happened in the mission just before you saved.

 

And keep some backups of your saves; they don't take up much space.

Edited by OrionSR
Link to comment
Share on other sites

i want to fix the save game file. im on the mission Freefall for the triads in Las Venturas. while i was doing the mission, stealing the plane from the hangar, i saved the game at that point. then i died and failed the mission, so i tried to load it back and it crashed. surely the crash is from the save game file. ill do this thing u want me to do and thanks smile.gif

Link to comment
Share on other sites

so i tried fixing it but i barely understand how to do it.

if you could give me like a step by step instructions that would be awesome so i can learn while fixing the save game file.

 

i have the hex workshop hex editor but i dont know how to use it.

 

i uploaded it to gtasnp.com and heres the url

http://gtasnp.com/19758

 

thanks for your help

Link to comment
Share on other sites

You wont be able to start from the already started mission. You cant save while on missions, saves dont work that way. You have to save before or after doing the mission.
Yl8KS.jpg
Link to comment
Share on other sites

Well, I think I got this right, but keep in mind I've never tried to repair a glitch of this type so I'm not sure what should be tested.

http://gtasnp.com/19759

 

When I loaded the save in the editor I noticed several threads running after the errant mission. I had to disable them too by fiddling with their wake up timer to prevent the game from crashing when loaded. I used the codes below to reset things and used the save anywhere script to save CJ in the same spot in the hangar.

 

0004: $ONMISSION = 0 0459: end_thread_named 'CASINO9'0459: end_thread_named 'A_CONT'0459: end_thread_named 'APGUARD'0459: end_thread_named 'APGATE'0459: end_thread_named 'APGATE'

 

 

I checked the airport gates and they opened as expected, and the guard was in his usual spot. I think A_CONT has something to do with what the airport guard says, and that seems to be working as well.

Link to comment
Share on other sites

My pleasure. Keep in mind that goin-god's comments are usually correct. Saving during a mission will corrupt your save and you won't be able to load it. You just happened to catch me on a good day when I was ready for an interesting challenge. BTW, I appreciate that you took a shot at fixing it yourself.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.