- Sep 4, 2017
- 892
- 862
same here, never had a crashNo offense but for the PC version you are the only one I have heard about who has these consistent crashes. Does the game give you an error message or just completely crash?
same here, never had a crashNo offense but for the PC version you are the only one I have heard about who has these consistent crashes. Does the game give you an error message or just completely crash?
What I have are 2 problems:same here, never had a crash
Well if you had the same problem with A Zombies Life then it is something on your end. That was made by a different dev. So it is for sure something on your side.What I have are 2 problems:
- I'm playing, I go eat something an hour later I come back, and the game windows says black. I can walk around, I can hear that I walk around, I can press escape. But I don't see anything.
- The second problem was, I was playing for a few hours without saving, and then I walk into a room, and I hear I'm walking around, but the screen is the previous room, and isn't updated anymore.
I have a suggestion, it could be te new 4K monitors I have. I cannot remember that many crashes in the past. (But except for extremely slow stupid unity games, that feel the need to start in fullscreen with full 3D animation, I never had any problems with other games.)
I think it was Alvein, it has the option to press the S key, it rebuild the screen. This could help also. (I didn't have problems with Alvein, but that S option was exactly for the problem I seem to have with Zombie Retreat + Town of Passion + Zombie's Life. Al be it, zombie's life has a lot of other problems).
You're not wrong about the fact that it's a probable problem on his end, but you are totally wrong about your reasoning why!Well if you had the same problem with A Zombies Life then it is something on your end. That was made by a different dev. So it is for sure something on your side.
If you often experience freezing in RMMV games (games made with RPG Maker MV), like for example here "Zombie's Retreat" and "Zombie's Retreat 2: Gridlocked" and also "Town of Passion" (all of them are RMMV games).What I have are 2 problems:
- I'm playing, I go eat something an hour later I come back, and the game windows says black. I can walk around, I can hear that I walk around, I can press escape. But I don't see anything.
- The second problem was, I was playing for a few hours without saving, and then I walk into a room, and I hear I'm walking around, but the screen is the previous room, and isn't updated anymore.
I have a suggestion, it could be te new 4K monitors I have. I cannot remember that many crashes in the past. (But except for extremely slow stupid unity games, that feel the need to start in fullscreen with full 3D animation, I never had any problems with other games.)
I think it was Alvein, it has the option to press the S key, it rebuild the screen. This could help also. (I didn't have problems with Alvein, but that S option was exactly for the problem I seem to have with Zombie Retreat + Town of Passion + Zombie's Life. Al be it, zombie's life has a lot of other problems).
It was the same problem with those games. A Zombie's Life had different problems because of fullscreen etc, but I fixed that. I read the thread did some installs, and gone try the zombie' retreat 2 new update now....If you often experience freezing in RMMV games (games made with RPG Maker MV), like for example here "Zombie's Retreat" and "Zombie's Retreat 2: Gridlocked" and also "Town of Passion" (all of them are RMMV games).
You should look at this thread here.
But if you also are experiencing freezes in other RPG Maker Games (that are made with RPG Maker XP, VX or VX Ace) or games in general then the problem could be more serious.
Investigating various hardware driver issues is a good troubleshooting start in that case (generally you start troubleshooting software side runtimes then drivers and then move to hardware).
I wasn't trying to solve his problem. I was only telling him that it seems like the issue was not related to the game. There was no need to be a rude in your response.You're not wrong about the fact that it's a probable problem on his end, but you are totally wrong about your reasoning why!
It's not because "A Zombies Life" is made by a different dev, it's because "A Zombies Life" is made with completely different RPG Maker engine.
P.S. And also your response was in no way helpful at all.
If you often experience freezing in RMMV games (games made with RPG Maker MV), like for example here "Zombie's Retreat" and "Zombie's Retreat 2: Gridlocked" and also "Town of Passion" (all of them are RMMV games).
You should look at this thread here.
But if you also are experiencing freezes in other RPG Maker Games (that are made with RPG Maker XP, VX or VX Ace) or games in general then the problem could be more serious.
Investigating various hardware driver issues is a good troubleshooting start in that case (generally you start troubleshooting software side runtimes then drivers and then move to hardware).
About that thread and the main culprit with RMMV freezing...It was the same problem with those games. A Zombie's Life had different problems because of fullscreen etc, but I fixed that. I read the thread did some installs, and gone try the zombie' retreat 2 new update now....
if (this._skipCount === 0)
if (this._skipCount < 0)
if (this._skipCount <= 0)
Could you please point out where was I rude? I may have been blunt because I found your post (as I said) unhelpful (dismissive) and you were wrong in your argumentation why the problem is on his end, but I don't think I was rude.I wasn't trying to solve his problem. I was only telling him that it seems like the issue was not related to the game. There was no need to be a rude in your response.
No offense but for the PC version you are the only one I have heard about who has these consistent crashes. Does the game give you an error message or just completely crash?
Of course a little bit early, so I'm not 100% sure yet, but before I did that change I had 1 crash, after changing I didn't have seen a crash anymore...About that thread and the main culprit with RMMV freezing...
It's this line in "www/js/rpg_core.js" file:
which should be changed to:Code:if (this._skipCount === 0)
i personaly change it to:Code:if (this._skipCount < 0)
(to keep parity with original code more or less)Code:if (this._skipCount <= 0)
The issue was with your ps. I don't have an issue with giving a more specific reason to the problem or even correcting me. If that PS wasn't there I wouldn't have had any issue at all. I wasn't trying to be dismissive of his issue. I was just trying to point out that it looks like his issue wasn't exclusive to games made by the dev.Could you please point out where was I rude? I may have been blunt because I found your post (as I said) unhelpful (dismissive) and you were wrong in your argumentation why the problem is on his end, but I don't think I was rude.
And his problem is related to the game or to be more specific he is experiencing problems with RMMV games (which is common enough problem), because many game developers often don't update the engines core files and don't apply many of community engine fixes before releasing their games!
P. S. I'm blunt in general I don't practice fancy speak, I have very technical/specific/task driven thought process (but I'm not trying to be rude or insulting and I try to not throw around derogative terms or slurs).
It's a bug.Any one any idea how to finished 'A Ghoulish Mystery' quest? I mean I got the orb to light up and placed it on the grave. I went to every door to get the candy.
But that one quest stays open...
If he is experiencing one specific quirk of RMMV engine which is more or less known in community although admittedly it seems to be not very widespread (but some people are experiencing it since ~2017 as evidenced in this thread here).RPGM MV games shuld have a FPS synchronisation based on the Monitor.
If he has a 4K Monitor that would be an issue if it was activated for those games.