cant save and then exiting save menu crashes game

● ARCHIVED · READ-ONLY
Started by BazSupport 4 posts View original ↗
  1. FIXED: YEP plugins weren't in order, didnt realize they needed to be in exact order (also alot of the laggy feeling i was noticing in game is gone too, important stuff)

    MV 1.6.1

    so i finished my game, but have never had to save it due to being so short and testing only certain parts if i needed (first timer here lol). but now that it is done go into menu (in menu i have only options, save, end game available to choose, im making this game for 5 yr olds). i click save, i select a file to save, i hear the buzzer sound like i cannot save. at this point i can still move and select other save files but only get buzzer sounds. NOW when i leave the save menu it crashes with this error:

    i havent tried all maps but atleast several maps so far same error

    nMrGQlE.png

    any ideas? i dont understand what any of that means

    list of plugins
    jh8VGM5.png
    NcwHcKo.png
  2. Please generate the error again, then hit F8 to open the developer tools. Grab a screenshot of the Console which will provide more information about the error.

    Usually when this happens, it means you're using a plugin that attaches a bitmap to an event, which it shouldn't, and a bitmap can't be saved in event data. None of your plugins rings a bell for this reason, and the error message you've got doesn't seem related either, so I'm thinking it's something else.

    You could also do a search through all your plugins for this._actors.map

    How many party members do you have? If less than 4, how did you get rid of the extras? If you just deleted them from the Actors tab, that can cause issues, so you'll need to fix it. Add actor names back to the cleared slots, then go to the System tab, and delete the unwanted actors from there first. Then you can do what you want with the actors tab. Everyone listed as an actor in the System tab needs to be defined in the Actors tab (deleting the Actors slot doesn't delete them from the party - it just gives you a party full of "empty" actors)
  3. FIXED: YEP plugins weren't in order, didnt realize they needed to be in exact order (also alot of the laggy feeling i was noticing in game is gone too, important stuff)

    thank you Shaz for responding!
  4. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.