07th-mod / meakashi

20 stars 16 forks source link

Issue in chapter 13 / Day 23 #50

Closed TraceStar closed 4 years ago

TraceStar commented 4 years ago

Game installed on Linux Steam with 1.0.1 installer.

In chapter 13 / day 23 the screen gets stuck at the Satoshi / Satoko scene with the sky background. Right after Satoshi says "you can cry now", the playthrough gets stuck. No texts come up anymore and most interaction won't work, i.e. quicksave, quick load, menu screen skip etc. F for fullscreen works and clicking X to close the window still asks "are you sure" to exit the game. Choosing chapter jump instead of reloading game also gets the same issue.

Reinstalling does not solve the issue but changing to Ryukishi sprites at he the point where Satoshi says "you can cry now" allows the scene to be played and saving afterwards works. Switching to remake / console sprites after passing the "you can cry now" part will have Satoko stay as Ryukishi crying sprite. Satoshi can be switched to other sprites. Satoko stayed on screen until the scene changes. If game options are changed to remake / console sprites, and game is loaded at the point after "you can cry now" Satoko will not be on screen.

Screenshot from 2019-11-20 13:57:21

Screenshot from 2019-11-20 14:02:48

Screenshot from 2019-11-20 14:03:24

Screenshot from 2019-11-20 14:03:57

ItaloKnox commented 4 years ago

Can you get us your Player.log file? I believe it should be inside the game folder in Linux systems.

enumag commented 4 years ago

save file soon before the error might help too

TraceStar commented 4 years ago

It happened a bit earlier this time. Here's the log and save game.

Player.log

save011.zip

TraceStar commented 4 years ago

Here's a log without exiting the game, right as it got stuck Player.log

ItaloKnox commented 4 years ago

Looks like the sprite sa2a_warai_a1_0 is missing in the console sprites folder. I checked the graphics pack and couldn't find it either. I'm not sure how this happened, but I'll look into fixing it asap.

ItaloKnox commented 4 years ago

Can you try extracting this file inside the root of your game folder and see if it fixes the issue? HigurashiEp05_Data.zip

TraceStar commented 4 years ago

That fixed the issue for a bit. Here's the log to where it got stuck again. Seems to be another missing file sa2a_naku_a1_0. Renaming one of the other files to that sprite allowed the scene to be played to the end.

Player.log

ItaloKnox commented 4 years ago

That probably means a lot of files are missing, I'll have to ask @enumag to rerun the compilation tool, so we can start from scratch. I will let you know when we push a new graphics pack.

enumag commented 4 years ago

Indeed we're missing quite a few sprites. Not sure how that happened. 🤔 I need to check the other chapters too...

enumag commented 4 years ago

Ok, Meakashi is the only bugged chapter. Looks like we messed up somewhere though I have no idea where yet.

enumag commented 4 years ago

Actually I had some false positives there. We're only missing a few files:

File CGAlt/sprite/sato1_warai_0.png not found.
File CG/sprite/sa2a_warai_a1_0.png not found.
File CG/sprite/sa2a_warai_a1_1.png not found.
File CG/sprite/sa2a_warai_a1_2.png not found.
File CG/sprite/sa2a_naku_a1_0.png not found.
File CG/sprite/sa2a_naku_a1_1.png not found.
File CG/sprite/sa2a_naku_a1_2.png not found.
File CGAlt/sprite/sa2a_naku_a1_0.png not found.
orian34 commented 4 years ago

Seems to be only the transparent variants

On Wed, Nov 20, 2019 at 8:35 PM Jáchym Toušek notifications@github.com wrote:

Actually I had some false positives there. We're only missing a few files:

File CGAlt/sprite/sato1_warai_0.png not found. File CG/sprite/sa2a_warai_a1_0.png not found. File CG/sprite/sa2a_warai_a1_1.png not found. File CG/sprite/sa2a_warai_a1_2.png not found. File CG/sprite/sa2a_naku_a1_0.png not found. File CG/sprite/sa2a_naku_a1_1.png not found. File CG/sprite/sa2a_naku_a1_2.png not found. File CGAlt/sprite/sa2a_naku_a1_0.png not found.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/07th-mod/meakashi/issues/50?email_source=notifications&email_token=ADATWZUF3BQMYBRUUO6DJSTQUWGPTA5CNFSM4JPNZFG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEUFKVQ#issuecomment-556291414, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADATWZTCVH2NYUYBADY3Y3DQUWGPTANCNFSM4JPNZFGQ .

enumag commented 4 years ago

but only some of them which doesn't make much sense

enumag commented 4 years ago

Fixes in https://github.com/07th-mod/meakashi/releases/tag/v4.8.1. Thanks for reporting!