a55555

Member
May 31, 2017
380
470
Talk to the girls then to the guy on the left then go to the bathroom to check up on his wife and his dad. Then go back to the girls then back to the guy then back to the girls
I tried that still doesn't work
 

sanmal

Member
Jul 30, 2017
456
257
Good morning
Do not use old backups.
You have to start a new game.

Take care of you.
Hello
Old backups? New game! Most of the crashes occur during the loading of locations.
"Last save" - last save in v2.
...and yes, OS 32bit.
 

ddfunlol

Member
Donor
Game Developer
Sep 28, 2017
403
1,374
Yes, it's normal.
V2 = new parameters loaded when you start a new game.
To change places, you need these settings or otherwise the game crash.
Don't use your last saves,it don't work.
Start a new game.

Take care of you.
 

sanmal

Member
Jul 30, 2017
456
257
Yes, it's normal.
V2 = new parameters loaded when you start a new game.
To change places, you need these settings or otherwise the game crash.
Don't use your last saves,it don't work.
Start a new game.

Take care of you.
Em...
v2 New game->blablabla->Nightclub loading->game crash
again ...->crash
again ...->crash
again ...->->Nightclub loading->Nightclub!!!->save->Bar->Toilet->Bar->save->Right area with girls->crash
Save loading->.....->Save->......->Save->.....->crash
Save loading->.....->Save->......->Last save->.....->crash
Last save loading->crash
Last save loading->crash
Last save loading->crash
...

^This is how it works for me v2^
i am not use old saves from v1
 

UncleVT

Låt den rätta komma in
Moderator
Jul 2, 2017
9,425
99,608
For me works fine without any crashes. But the game demands PC resources. When change to a new map had to wait between 10 an 15 sec to load with 8gb ram (screen Now loading...) Perhaps if you try to play the game with free ram (closing all other programs) the crashes decrease.
 
  • Like
Reactions: sanmal

sanmal

Member
Jul 30, 2017
456
257
For me works fine without any crashes. But the game demands PC resources. When change to a new map had to wait between 10 an 15 sec to load with 8gb ram (screen Now loading...) Perhaps if you try to play the game with free ram (closing all other programs) the crashes decrease.
Exactly.
OS 32bits = 3Gb RAM. +Chrome with 80 tabs. I can not now play for hours with closed Chrome (Steam event), but usually it does not matter, the problems happen when the game requires 3+Gb(which are optimized for 64bits with 4+Gb or support only 64bits).
 

ddfunlol

Member
Donor
Game Developer
Sep 28, 2017
403
1,374
Okay. I understand better.
I didn't know that problem,the loading should be long but the game should not crash.
My old configuration:
W7
I3 dual core 5xxx
16 giga ram 1600Mhz
"Now loading", + or- 5 seconds
No problems or crash at all.
Systems 32 or 64bit doesn't change anything,the game is in 32bit.
-------------------------------------------------------------
Why the "Now loading" message?
To speed up the game, I have put a script that puts in memory all the images and musics when the player arrives/go on a map.
When the player returns to the map a second time, the message should no longer appear. "Normally"

Your problem is important.
I can't solve a problem I don't see but...
I will try to make the game lighter in the next version.

Try to:
Closed all programs.CTRL+ALT-SUPP
Increase virtual memory.
Using a USB flash drive (ready boost) I am not convinced that it works.
Google launches nearly 10 to 20 processes visible and others not visible, it slows down a lot the pc.(bad idea)
The processor doesn't matter but the memory,yes.
SSD drives change life.

Thank you for letting me know about this problem.

Take care of you.
 
  • Like
Reactions: sanmal

sanmal

Member
Jul 30, 2017
456
257
@ddfunlol
I deleted the old folder a day ago. Downloaded a new from zippy. Twice rebooted PC.
Ok. Short test.

New game -> home -> street -> fat man "YES" -> Loading stuck
New game -> home -> street -> fat man "YES" -> Loading stuck
New game -> home -> street -> fat man "YES" -> Loading stuck
New game -> home -> street -> fat man "YES" -> Loading stuck
01.png
...
New game -> home -> street -> fat man "FUCK YOU" -> END
New game -> home -> street -> fat man "YES" -> Nightclub -> Save -> Bar -> Toilet
02.png
...-> Nigtclub left side Drink+"I dont have boyfriend" -> Nightclub save -> right side with girls -> blablabla -> crash
Continue- > Save loading -> right side with girls -> blablabla -> crash
Continue- > Save loading stuck
Continue- > Save loading stuck
Continue- > Save loading stuck
New game -> home -> street -> fat man "YES" -> Loading stuck
Rebooted PC
Continue- > Save loading stuck

Day ago my final crash was little later, when she(MC) fell to the floor in Dance area with afro man.
Look like problem not in memory.
Save from test attached (file 2, go to right side with girls).
 

ddfunlol

Member
Donor
Game Developer
Sep 28, 2017
403
1,374
Hi.
The save files work,thank.
If a lot of people have this problem, it comes from the game.
If one person has this problem, the problem comes from the computer.

I am looking for a solution to your problem, it may take time.
 

sanmal

Member
Jul 30, 2017
456
257
@ddfunlol
Hi.
Everything is possible.
I have 2 process Game.exe and game use 0.7Gb->1Gb->1.2Gb->... memory with full weight 400-600mb. This is normal?
 

ddfunlol

Member
Donor
Game Developer
Sep 28, 2017
403
1,374
honestly,I don't know.
Sometimes I have one.exe, sometimes several.
I think it's the processor that decides the sharing on the cores.(not sur)
But the processors are secure, they can't buggy.they do their job well.
I noticed that the longer we played, the more memory increased(.exe of game, RPG MAKER ACE RPG and MV).
After an hour of game, there may be bugs.
I'm looking if it's possible to create a script that purges memory.
 
  • Like
Reactions: sanmal

baka

Engaged Member
Modder
Oct 13, 2016
3,523
7,355
in programming you need to release the memory if used to show a picture that you will not reuse again. if you loose the pointer it will keep that space of memory locked until you exit the program (at that point windows will destory it for you) not sure about mv and jave scripting if you need to do it yourself or mv is doing it. but it is a problem if mv is not refreshing/releasing assets. maybe theres a buffer that never gets purged? i would look into it.
 

ddfunlol

Member
Donor
Game Developer
Sep 28, 2017
403
1,374
Good morning.
Thank you Baka for your help.
To empty the memory there is this script - ImageManager.clear()
I did some tests.
15 minutes game time and 250/400M of memory used.ideal for lightweight configuration.

The problem is that RPG MAKER MV is programmed wrong.
This script is not compatible with my animations.
My animations are frame by frame, they are not videos.(otherwise it would work)
I need to load them into memory to have fluidity (game.exe 400/600M max)and then I can empty it and back to 250/400M.
My knowledge of JAVA is limited.
I think I found a plugin that loads a selection of images, I could purge afterwards.

If it works, I could install it in all my games, thanks for your cooperation and help.

Take care of you.
 

FarmerI

Newbie
Mar 25, 2018
64
25
Crash when enter to club,crash when load save,so you cant play this game,can you make the game work?

Now i was dowload version1 and is working man is nice game,but version 2 is not working is crashing,you change something and is not work,fix it fast because is a nice game,nice story....
 

ddfunlol

Member
Donor
Game Developer
Sep 28, 2017
403
1,374
Hello.
Read the previous messages,please.
I changed nothing.
To my knowledge, only 2 people have a problem, for other players it works well.
I can't fix something that works well for me.
It's like looking for a banana on the North Pole :)

PS: The problem of memory is almost finish.
Your problem looks similar to the first one.

Take care of you and the people you love.
 
4.50 star(s) 12 Votes