-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game crashes when attacking other Cafes #2
Comments
I thought the issue was related to me running it in an emulator. On Android 13 for me it crashes randomly but loads right back up and I can complete whatever I was doing. What stage does it crash for you? As soon as you get to the other cafe or was it the same as my emulator with crashing when attacked yourself? |
The first time it crashed right when I clicked on the other cafe, but know it seems it only crashes when the zombies attack one of the servers. Maybe it has something to do with the attack animation? If I restart after the crash, I need it loads before the attack. Maybe we have two different issues here. Will do some further investigation. Also running Android 13 btw. |
Heya, it you can get logs with |
Here we go:
I was playing around a bit, but it is not quite consistent. It only happens if I open the map or I am in the middle of attacking another cafe. But sometimes it also just works. I have also attached logs.txt from the other crashes. It crashes at the following timestamps: They all look similar, but I cant read much information out of it. I'm also more the Java guy :D |
*Correction: the crash seems to be completely unrelated to the map. |
Ah yea so its just random crashes. Yea ive had this too. The tricky thing about this is the stack trace in the log only shows functions in the sdk, not in the game. So whatever the game is doing is causing a crash in the android sdk itself. Its a tough one with not a lot of info to go off |
It looks to me like its an issue with garbage collector |
Hello,
First of all thanks for creating this, I've been looking for a way to get Zombie Cafe working again for years now! So amazing!
Unfortunately my game crashes shortly after I attack another Cafe (which I am forced to do in the tutorial).
Is this a known issue? Sounds a bit similar to the issues already closed. However, I am running the last published APK file natively on a Google Pixel 6. I will try to get some logs out of it and update this issues.
JP
The text was updated successfully, but these errors were encountered: