toyobayashi / mishiro

CGSS desktop application
MIT License
159 stars 16 forks source link

Stuck at download/loading screen #46

Closed NatsukiOkusawa closed 5 months ago

NatsukiOkusawa commented 5 months ago

The game just updated and mishiro would get stuck at 'downloading'. This issue is similar to the one encountered years ago. https://github.com/toyobayashi/mishiro/issues/14

image

toyobayashi commented 5 months ago

Oh! I just saw a new event type in the latest game database.

image

The old code behavior don't know where to get it's default BGM (the live tab), so error ocurred. I can fix this if you tell me what .acb file is the default BGM for this event type. I didn't play this game from so long ago and my device have not installed it.

NatsukiOkusawa commented 5 months ago

My guess is 'bgm_event_typeC_1.acb'.

Oh wait, maybe not... I'm still looking around.

Update: its either 'bgm_event_meetup_commu.acb' or 'bgm_event_meetup.acb'.

toyobayashi commented 5 months ago

Thanks. Let's use bgm_event_meetup.acb.

toyobayashi commented 5 months ago

2.7.1 released

NatsukiOkusawa commented 5 months ago

Thank you very much.