FormularSumo / Star-Wars-Galaxy-Collection

A remake of the discontinued Star Wars Force Collection game https://formularsumo.github.io/Star-Wars-Galaxy-Collection-Web/ https://play.google.com/store/apps/details?id=com.formularsumo.starwarsforcecollectionremake.embed
GNU Affero General Public License v3.0
6 stars 0 forks source link

Fix game crashing on Android when USB devices (eg keyboard, mouse, controller) are plugged in #22

Closed FormularSumo closed 3 years ago

FormularSumo commented 3 years ago

This is a bug in the 11.3a Android port of Love2D. I spoke to AuahDark on the Love2D Discord server and now the issue has been fixed in Love2D version 11.4-preview, and I've re-compiled the game using that version and this problem is fixed - see https://github.com/love2d/love-android/actions/runs/500692637

I learnt how to make a logcat file - sort of like a crash log, which helped with fixing the issue - using this https://www.xda-developers.com/guide-sending-a-logcat-to-help-debug-your-favorite-app/

image image

image