Author Topic: Variable dumps crash after file is 32KiB  (Read 1763 times)

When I type this code in to export all variables:
Code: [Select]
export("*", "base/vars.txt");
The game crashes and the file stops with only a partial export.

Does anyone know why this happens?

just tried it and it dumped a 75 KB file no probs

just tried it and it dumped a 75 KB file no probs
What OS do you have?


Yeah, it's always done this for me too.

I've always guessed it was just an issue with how the file I/O works or something.

This has been happening to me since one of the more recent revisions.

I've always guessed it was just an issue with how the file I/O works or something.
Save files work fine, though.

Save files work fine, though.
not quite what i meant

idk how exactly to explain what i mean though

My server has been writing 1MB+ variable dumps for the past year, and it just gets bigger and bigger.

No issues yet.

Mine cuts out mid-line:
Code: (last 2 lines) [Select]
$RTB::RGUITransfer::ControlProps2 = "profile horizSizing vertSizing position extent bitmap";
$RTB::RGUITransfer::ControlProps3 = "profile horizSizing vertSiz

My file size is 176Kb, so I don't think it has to do with size.

Before you export it, set the timescale to 0.2
I have no idea how but that has fixed it for me

Before you export it, set the timescale to 0.2
I have no idea how but that has fixed it for me
Does that slow down the process of dumping the file?

Does that slow down the process of dumping the file?
I think