Jul 10, 2018
36
96
No I didn't since I don't understand why you have a "memory error". The videos aren't that heavy really, just a few MB.
Assign more RAM memory to Ren'py is all I can suggest.
Or use the console to jump to the end of that scene:
jump DoubleFuckEnd
I don't know how to assign more memory to the game. skipping to the end of the scene worked, but saves afterwards loads back to the point I skipped from
 

EpicLust

Dev of Cockham Superheroes/ Barbarian Chronicles
Game Developer
May 30, 2017
3,855
7,466
I don't know how to assign more memory to the game. skipping to the end of the scene worked, but saves afterwards loads back to the point I skipped from
Then jump to the end of the scene just before the scene starts, that should solve your save issues.
 

zapallbugs

Engaged Member
Jul 10, 2018
2,292
2,615
Then jump to the end of the scene just before the scene starts, that should solve your save issues.
Not sure that is a great idea. Jumping into the code from the console causes the kind of problems that clobbers saves. That is because the console is a stacked context too. The console should be left through 'exit' that does a return to the previous context where you came from when entering the console. Doing a jump omits that return.
 
  • Like
Reactions: EpicLust
Jul 10, 2018
36
96
Then assign more memory to ren'py.
I don't think memory is the issue. I have 32GB in my system. Windows error logs this event in its application log though:

Faulting application name: Cockham.exe, version: 0.0.0.0, time stamp: 0x58942445
Faulting module name: swscale-4.dll, version: 4.0.100.0, time stamp: 0x56d002ab
Exception code: 0xc0000005
Fault offset: 0x00015273
Faulting process ID: 0x0x46EC
Faulting application start time: 0x0x1DA2C83259000D5
Faulting application path: C:\Games\Cockham-v0.5.1-pc\lib\windows-i686\Cockham.exe
Faulting module path: C:\Games\Cockham-v0.5.1-pc\lib\windows-i686\swscale-4.dll
Report ID: dc8c2612-ba52-49d5-a6e0-474b67ca1a58

So it looks like the swscale-4.dll is crashing the game for some reason.
 
  • Like
Reactions: EpicLust

EpicLust

Dev of Cockham Superheroes/ Barbarian Chronicles
Game Developer
May 30, 2017
3,855
7,466
I don't think memory is the issue. I have 32GB in my system. Windows error logs this event in its application log though:

Faulting application name: Cockham.exe, version: 0.0.0.0, time stamp: 0x58942445
Faulting module name: swscale-4.dll, version: 4.0.100.0, time stamp: 0x56d002ab
Exception code: 0xc0000005
Fault offset: 0x00015273
Faulting process ID: 0x0x46EC
Faulting application start time: 0x0x1DA2C83259000D5
Faulting application path: C:\Games\Cockham-v0.5.1-pc\lib\windows-i686\Cockham.exe
Faulting module path: C:\Games\Cockham-v0.5.1-pc\lib\windows-i686\swscale-4.dll
Report ID: dc8c2612-ba52-49d5-a6e0-474b67ca1a58

So it looks like the swscale-4.dll is crashing the game for some reason.
Unfortunately, I have no idea what that means so don't really know what to do about it.
 

zapallbugs

Engaged Member
Jul 10, 2018
2,292
2,615
swscale-4.dll is part of the library shipped with the game. The error means it encountered something it was not programmed to handle. 32GB should be plenty main memory, but it could also be graphics memory that is short. Depending on what else is running. Go to the Windows task manager, performance tab and see if there is a GPU button. Select that and see what it tells about graphics memory.
 
Jul 10, 2018
36
96
swscale-4.dll is part of the library shipped with the game. The error means it encountered something it was not programmed to handle. 32GB should be plenty main memory, but it could also be graphics memory that is short. Depending on what else is running. Go to the Windows task manager, performance tab and see if there is a GPU button. Select that and see what it tells about graphics memory.
My GPU is a Radeon RX 5500 XT with 8GB onboard memory. It does not appear to be stressed at all while running this game. Memory usage of the GPU stays around 3GB at all times.
 

rkymand

Member
Jul 6, 2017
194
38
There is a bug with game whenever I make a save file no matter how much progress in game or new quest receive and load different save files it only load first save file and lose all progress of game, what is the problem?
it is compressed version of game v0.5.1 .
 

zapallbugs

Engaged Member
Jul 10, 2018
2,292
2,615
There is a bug with game whenever I make a save file no matter how much progress in game or new quest receive and load different save files it only load first save file and lose all progress of game, what is the problem?
it is compressed version of game v0.5.1 .
Sounds like you are hit by the corrupt saves problem. The game doesn't actually load a different save than you specifiy (it can't) but due to the garbled context stack you are dropped into a much earlier state than you were in when you made the corrupt save. There is no way to get out of this but throw all those bad saves away and start the game over. And strictly don't make any saves anywhere except when at rest in the MC's bedroom. Also it has nothing to do with your version being compressed. The standard release can get you into exactly the same hole if you don't adhere to the advice on saving.
 

rkymand

Member
Jul 6, 2017
194
38
Sounds like you are hit by the corrupt saves problem. The game doesn't actually load a different save than you specifiy (it can't) but due to the garbled context stack you are dropped into a much earlier state than you were in when you made the corrupt save. There is no way to get out of this but throw all those bad saves away and start the game over. And strictly don't make any saves anywhere except when at rest in the MC's bedroom. Also it has nothing to do with your version being compressed. The standard release can get you into exactly the same hole if you don't adhere to the advice on saving.
I deleted game and save files and even temp files but when I run a game save files is still there, what do I do?
 

EpicLust

Dev of Cockham Superheroes/ Barbarian Chronicles
Game Developer
May 30, 2017
3,855
7,466
I deleted game and save files and even temp files but when I run a game save files is still there, what do I do?
Did you delete the saves files from there?

## Windows: %APPDATA\RenPy\Cockham
##
## Macintosh: $HOME/Library/RenPy/Cockham
##
## Linux: $HOME/.renpy/Cockham
 
  • Like
Reactions: rkymand

EpicLust

Dev of Cockham Superheroes/ Barbarian Chronicles
Game Developer
May 30, 2017
3,855
7,466
Tried that and it doesn't seem to work. There are also a choice to upgrade a superpower that gets skipped.
If, before teh threesome sex scene you open console and type:
dpmilfcame = 2
dpsupcame = 2
it should get you through the scene much quicker, thus potentially avoiding the memory error.
 
Jul 10, 2018
36
96
If, before teh threesome sex scene you open console and type:
dpmilfcame = 2
dpsupcame = 2
it should get you through the scene much quicker, thus potentially avoiding the memory error.
Thank you EpicLust. This has helped me get past this scene and continue the game. I still would like to find out what is causing the game to crash when switching to certain animations so I can fix it once and for all. One point at the start of above scene with super-senses level 2 watching CaptainMilf lift weights and you see through her clothes, it crashes just as I choose to slow it down.
 

rkymand

Member
Jul 6, 2017
194
38
anybody can tell me how to go Arkham asylum in free she hulk quest, I stuck in this part of quest and don't know what to do there is a purple part with that name in map but no clickable location.
 
3.70 star(s) 39 Votes