Blockland Forums > Help
Variable dumps crash after file is 32KiB
Kalphiter²:
When I type this code in to export all variables:
--- Code: ---export("*", "base/vars.txt");
--- End code ---
The game crashes and the file stops with only a partial export.
Does anyone know why this happens?
Swollow:
just tried it and it dumped a 75 KB file no probs
Kalphiter²:
--- Quote from: swollow on May 24, 2013, 05:17:21 PM ---just tried it and it dumped a 75 KB file no probs
--- End quote ---
What OS do you have?
Swollow:
--- Quote from: Kalphiter² on May 24, 2013, 05:18:55 PM ---What OS do you have?
--- End quote ---
windows 7
otto-san:
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.