CorruptedArk / open-chaos-chess

Open Chaos Chess is a free and open source version of Chaos Chess, stripped of Google Play Services.
GNU General Public License v3.0
50 stars 7 forks source link

Always crashes after first move #10

Closed Gitoffthelawn closed 4 years ago

Gitoffthelawn commented 4 years ago

Tried v1.6.1 on Android Nougat device. Every time after player makes 1st move in solo game, the game crashes.

CorruptedArk commented 4 years ago

Thank you for letting me know, I haven't encountered this problem yet. I'll have to test it on Nougat. Did you have a logcat already by chance?

CorruptedArk commented 4 years ago

Also which Nougat version? It has two different API versions.

Gitoffthelawn commented 4 years ago

You're welcome. API 24. Sorry didn't save a logcat, I gave it 3 tries, then uninstalled. I'll get that device back in a week or two, if you still need logcat.

CorruptedArk commented 4 years ago

Thanks, and that's alright. I'll try to reproduce the crash, and if I can't, I'll get back to you.

CorruptedArk commented 4 years ago

The crash is fixed as of commit 2d86a02.

Gitoffthelawn commented 4 years ago

Thanks. I took a quick look at the code changes you made. Why was that API version-dependent?

CorruptedArk commented 4 years ago

That's a good question. Honestly, I have no idea.