Not enough memory to save json, game crashing

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
ZyZ
Thalore
Posts: 141
Joined: Wed Jan 08, 2014 4:56 pm

Not enough memory to save json, game crashing

#1 Post by ZyZ »

Code: Select all

[...]
[LOG]	RassaR is not affected anymore by the salve.
[LOG]	
orc archer	798191	dumb ai talents can use	Orcish Fury	T_ORC_FURY
dumb ai uses	T_ORC_FURY
[useTalent] TALENT FAILED:	T_ORC_FURY	for	orc archer	798191	true
[LOG]	Xanedhelaith the orc berserker casts Pacification Hex.
[useTalent] TALENT FAILED:	T_ORC_FURY	for	Lisawen the orc berserker	798421	true
[useTalent] TALENT FAILED:	T_ORC_FURY	for	Xerithra the orc fighter	799789	true
[LOG]	
Loading tile from tileset	/data/gfx/shockbolt/object/mace_steel.png
Loading tile from tileset	/data/gfx/shockbolt/object/shield_dsteel.png
[PROFILE] filtering save of 	scores	 to profile 	online
[PROFILE] mounted 	online	on /current-profile
[PROFILE] unmounted 	online	from /current-profile
[COROUTINE] registering	savefilepipe	thread: 0x400d9b98
[SAVEFILE PIPE] force waiting
Make wait background texture 2135 : 0x1084096512 (0, 1083359232)
[SAVEFILE PIPE] new save running in the pipe:	RassaR	game	::	game.teag	::	table: 0x17648460	=>	table: 0x5ef97038	(37685)
Loading savefile 	/save/rassar/
[SAVEFILE PIPE] unleashing save thread
Saving zipname /save/rassar/game.teag.tmp
Saved zipname /save/rassar/game.teag.tmp
[SAVEFILE PIPE] Checking save	RassaR	game	/save/rassar/game.teag.tmp
Loading savefile 	/save/rassar/
[SAVEFILE] checked validity of type	game	 => 	all fine
[LOG]	Saving done.
[SAVEFILE PIPE] on end	saveGame_md5
Wait finished, counted 10253, 4237 ticks
[COROUTINE] registering	savefilepipe	thread: 0x71f4ef40
[SAVEFILE PIPE] force waiting
Make wait background texture 644 : 0x1084096512 (0, 1083359232)
[SAVEFILE PIPE] new save running in the pipe:		world	::	world.teaw	::	table: 0x199e2280	=>	table: 0x726424e8	(1)
Loading savefile 	/save//
[SAVEFILE PIPE] unleashing save thread
Saving zipname /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	 => 	all fine
[LOG]	Saving done.
[SAVEFILE PIPE] on end	saveGame_md5
Wait finished, counted 56, 1447 ticks
Server latency	37
Saving JSON	false	not enough memory
[LOG]	Saving game...
stack traceback:
	[C]: in function 'read'
	/engine/Savefile.lua:762: in function 'md5Upload'
	/engine/Savefile.lua:270: in function 'fct'
	/engine/SavefilePipe.lua:240: in function </engine/SavefilePipe.lua:157>
[COROUTINE] error	cannot resume dead coroutine
[COROUTINE] dead	savefilepipe
[USERCHAT] channel achievement	Melac	global	Utterly Destroyed	false	false
[PROFILE] filtering save of 	scores	 to profile 	online
[PROFILE] mounted 	online	on /current-profile
[PROFILE] unmounted 	online	from /current-profile
Deleting temp shader	healing[beamColor1=vec4(1,0.13333333333333,0.13333333333333,1),beamColor2=vec4(1,0.37647058823529,0.37647058823529,1),beamsCount=8,circleColor=vec4(0,0,0,0),noup=2,time_factor=4000]
Deleting temp shader	healing[beamColor1=vec4(1,0.13333333333333,0.13333333333333,1),beamColor2=vec4(1,0.37647058823529,0.37647058823529,1),beamsCount=8,circleColor=vec4(0,0,0,0),noup=1,time_factor=4000]
[USERCHAT] channel achievement	Hatebringer	tome	Utterly Destroyed (Insane (Adventure) difficulty)	false	false
SDL_WINDOWEVENT_MOVED: ignored due to fullscreen
SDL_WINDOWEVENT_RESIZED: ignored due to fullscreen
[ENGINE] Setting requested FPS to 2 (500 ms)
[USERCHAT] channel achievement	tagp	tome	Vampire crusher (Roguelike)	true	true
SDL_WINDOWEVENT_MOVED: ignored due to fullscreen
SDL_WINDOWEVENT_RESIZED: ignored due to fullscreen
[ENGINE] Setting requested FPS to 60 (16 ms)
[USERCHAT] channel achievement	Helpfulweeni	global	Hell has no fury like a demon scorned! (Roguelike)	false	false

It happens all the time now. It's really hard to complete 2 maps in same run. Basically game slows down, saves start to fail. I can't return to main menu, can't play. All i can do is kill process and try again hoping for better result.

ZyZ
Thalore
Posts: 141
Joined: Wed Jan 08, 2014 4:56 pm

Re: Not enough memory to save json, game crashing

#2 Post by ZyZ »

If you need save you can find it here https://ufile.io/mmr0a

ZyZ
Thalore
Posts: 141
Joined: Wed Jan 08, 2014 4:56 pm

Re: Not enough memory to save json, game crashing

#3 Post by ZyZ »

te4 log from that session https://ufile.io/bdoyi

Post Reply