Succumate

Succumate

 This topic has been pinned, so it's probably important
Swaps4  [developer] Nov 19, 2020 @ 11:40pm
Bug Reports
This thread will be for bug reports. Please post a screenshot and a description of any bugs you may find in the game, and we will fix them as soon as possible.

Feel free to join our official Discord server[discord.gg] to get the fastest response for customer support.
< >
Showing 1-15 of 21 comments
mamshikeens Nov 21, 2020 @ 1:14pm 
I came to chap four and there is a bug failed to load displayed and it keeps freezing
Phantom Fox Nov 21, 2020 @ 9:02pm 
When looking under the Collections menu at the list of sub-events, nothing happens. I don't imagine that's the intended behavior: the list with all the plots show up, but if you hit confirm on any of them it just exits out of that menu.

Asking Nanjou to follow you before 10 AM seems to also lock the game.
Skye Nov 23, 2020 @ 1:16pm 
I got fail to load .ogg files in chapter 3
Kisame_007 Nov 23, 2020 @ 11:15pm 
Sometimes the texts are not placed behind the selections, making the text be cut in half so i cant see the whole sentence. It happens on recollection and when you talk to the other girls and the menu pops up.
AniMule Nov 24, 2020 @ 11:37am 
Originally posted by modtrash:
I came to chap four and there is a bug failed to load displayed and it keeps freezing
same
theres an ellipss in a thought bubble downstairs at nanjous house.
since then the game constantly freezes
Last edited by AniMule; Nov 24, 2020 @ 11:38am
Forg Nov 24, 2020 @ 8:14pm 
lowercase e's and i's have suddenly disappeared from certain text boxes, was fine just a few hours ago but since i reopened the game it's started doing this, only found them missing in the save menu and when interacting with anyone on the street.
Donofgames Feb 8, 2021 @ 5:02am 
From the beginning of the game Energy doesn't seem to decrease when I give energy.
IggyBoo Feb 10, 2021 @ 10:47pm 
Got a purple box stuck on the screen that won't go away reminding me that I'll die. Hard to read anything with that there and it won't go away.
IggyBoo Feb 10, 2021 @ 10:48pm 
Don't know why I posted here. Looks like there isn't any responses. Refund time!
龍風 Mar 12, 2021 @ 12:26am 
ドージンオトメ always remind me fail to load:js/plugin/. what can I do?
Horagen81 Mar 19, 2021 @ 3:26am 
I do not own it on steam but got it from denpasoft and I notice random freezes while playing that I needed to restart the game to fix.

I then tried the fix I had to use on "Apostle" another MV game that froze constantly for me and it work.

go to gamefolder\www\js and open rpg_core.js in a text editor
(make a backup of the file first. )

find
if (this._skipCount === 0)

and change it to
if (this._skipCount < 0)

save the file and start the game up again it should have removed the freezing problems :)
it works on win 10 and 8.1.
TEHbestNOOB Mar 22, 2021 @ 11:01pm 
For people experiencing bugs involving the energy bar not draining or the tutorial message getting stuck on the screen, downloading the english h-patch seems to solve a lot of these issues. It is posted in another discussion on here. so try to download that beforehand.
Perry Apr 2, 2021 @ 8:58am 
Thank you Horagen81 for the fix, but it seems the conditional should be <= instead <
So it would look like:
if (this._skipCount <= 0)

I found this solution at https://forums.rpgmakerweb.com/index.php?threads/no-activity-freezing.118791/

For this game, the fix should be applied for both the normal and h-patch version.
For people looking this line, open the file rpg_core.js and go to line 1872 .

To the developers, please fix this line, this cause the game to freeze if the value of this._skipCount gets at negative value. It should check with <= 0 so the render engine can render the next frame and flush when needed.

Thanks guys
Horagen81 Apr 2, 2021 @ 1:37pm 
Originally posted by Perry:
Thank you Horagen81 for the fix, but it seems the conditional should be <= instead <
So it would look like:
if (this._skipCount <= 0)

I found this solution at https://forums.rpgmakerweb.com/index.php?threads/no-activity-freezing.118791/

For this game, the fix should be applied for both the normal and h-patch version.
For people looking this line, open the file rpg_core.js and go to line 1872 .

To the developers, please fix this line, this cause the game to freeze if the value of this._skipCount gets at negative value. It should check with <= 0 so the render engine can render the next frame and flush when needed.

Thanks guys
I tried that first but it caused a flickering screen for me at least when I applied <= first which is why I posted < only :) but I am happy that It seems to be rare thing to happen.

Thank you very much for confirming that is works as intend.
Last edited by Horagen81; Apr 2, 2021 @ 1:39pm
King of Sorrow May 1, 2021 @ 9:39am 
The "don't forget to check..." screen is permanently stuck in the background after its prompted
< >
Showing 1-15 of 21 comments
Per page: 1530 50