[1.6.7] Save File bug.

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
domi
Posts: 1
Joined: Mon May 04, 2020 7:05 am

[1.6.7] Save File bug.

#1 Post by domi »

After Leaving starting area I was met with a bug where the save seemed to be never ending.
Log file says

Code: Select all

[SAVEFILE] checked validity of type	world	 => 	main not found
[SAVEFILE PIPE] *RE*new save running in the pipe:		world	::	world.teaw	::	table: 0x146f9078	=>	table: 0x23309cb0	(1323)
Loading savefile 	/save//
[SAVEFILE PIPE] Resaving sentSaving zipname /save//world.teaw.tmp
		world	/save//world.teaw.tmp
Saved zipname /save//world.teaw.tmp
[SAVEFILE PIPE] Checking save		world	/save//world.teaw.tmp
Loading savefile 	/save//
[SAVEFILE] checked validity of type	world	 => 	main not found
[SAVEFILE PIPE] *RE*new save running in the pipe:		world	::	world.teaw	::	table: 0x146f9078	=>	table: 0x23309cb0	(1323)
Loading savefile 	/save//
[SAVEFILE PIPE] Resaving sentSaving zipname /save//world.teaw.tmp
		world	/save//world.teaw.tmp
Saved zipname /save//world.teaw.tmp
This loop of code goes on for multiple pages in the Log file before we get

Code: Select all

[SAVEFILE PIPE] Checking save		world	/save//world.teaw.tmp
Loading savefile 	/save//
[SAVEFILE] checked validity of type	world	 => 	all fine
however I assume this is what caused
this causes a visual bug. after trying to enter that area I was met with the loading bar which hung on "Please wait while saving..."
Image

Post Reply