ElectronicObserverEN / ElectronicObserver

Electronic Observer is a game viewer for Kantai Collection.
Other
82 stars 19 forks source link

Game stucks when enemy air raids against land bases in 6-5 #386

Closed blackpepperlolz closed 1 year ago

blackpepperlolz commented 1 year ago

As title describe, Game stuck when enemy air raids against land bases in 6-5, shown as below figure. Game screen stop no matter how long I wait. Not the internet issue, Game run normally when I try to use other browser.

image

my observer version is 5.2.9

Thank you

myangelkamikaze commented 1 year ago

Is there any error in the log? It might be a cache issue.

blackpepperlolz commented 1 year ago

No sir, No error in the log.

myangelkamikaze commented 1 year ago

Open devtools. In the network tab, disable cache. Try another run and see if it gets stuck. Note that devtools have to stay open. This is similar to clearing the cache, but it won't actually be totally cleared. image image

Heinrike commented 1 year ago

I had the same issue caused by a bad kcs2\resources\map\006\05_info.json in my cache. In OP's screenshot, the air base is not displayed (it's normally on the island between points (1) and (2)), so when an air raid spawns, the game becomes locked because it doesn't know where to play the air raid animation.

This should be fixed if you delete the bad file from your cache and redownload it from the game servers.

myangelkamikaze commented 1 year ago

Note that the files saved by 七四式 never get read, so those files don't serve as a cache, they're basically logging. The missing AB marker is a good point, I didn't notice that. So yeah, it's certainly a cache issue and the solution I gave should solve it. Thanks for the confirmation.

blackpepperlolz commented 1 year ago

Thank you, Heinrike and myangelkamikaze.