luau / UniversalSynSaveInstance

Shortly USSI. A universal saveinstance revival. This can also be edited and used as a Roblox-Format-File writer.
https://luau.github.io/UniversalSynSaveInstance/
Other
82 stars 32 forks source link

[BUG] synapse z (save game file fail) #45

Closed Mustwey closed 6 days ago

Mustwey commented 1 month ago

Are you sure a similar issue hasn't been opened yet? idk

Describe the bug it crashes right before saving the roblox file

To Reproduce Steps to reproduce the behavior: inject with synapse z run synsaveinstance with any options, wait right before it finishes to see it crash

Expected behavior after it states the size of the file it should update the file it made in workspace and it should not longer be 0 bytes

Screenshots IMPORTANT: INCLUDE CONSOLE PICTURES ALWAYS (can be opened using F9 or by typing /console in chat, your executor might also have it's own built-in console which you must also show) If applicable, add screenshots to help explain your problem.

Executor (& Emulator if used) Name(s): Synapse z

Game Link: https://www.roblox.com/games/11028210553/SUMMER-UPDATE-PART-3-Miners-Haven-Mod#!/game-instances

Script Used (Options matter):

local Params = {
 RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
 SSI = "saveinstance",
}
local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
local Options = { 
    SafeMode = true,
    mode = "scripts"
}
synsaveinstance(Options)

Additional context i have tried with other settings, i have nothing in auto exec, it seems to always fail right after stating the file with its size at the top right corner

Mustwey commented 1 month ago

image Also i get this issue using the builtin syninstance saver wwithin synapse z

local options = {
    mode = "scripts"
}
saveinstance(options)  
phoriah commented 1 week ago

@Mustwey Can you check if both issues still occur?

Mustwey commented 1 week ago

i cannot, its been a month and i switched over to wave

phoriah commented 6 days ago

Can't repro