When Packing my game to android all touch inputs work fine (all joysticks and buttons), but as soon as i give input from my moga remote the game completely stops working and bombs out.
I’ve exported third person template from 4.8 and no problem…then exported third person template from 4.10 and same problem occurs…game stops working and bombs out…Am I missing a setting or tick box somewhere??
Could you please upload the logs from your device? Please go to: C:\android-sdk-windows\tools and open Monitor.bat. Once the program loads, go ahead and load up your project on the device, while the device is logged in and Monitor.bat will then start collecting logs. When it crashes, go ahead and highlight all of the logs provided in Monitor.bat and save them. Once you’ve gotten the logs, upload them with your next reply, thanks!
We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.
After reviewing your logs, I see that your phone has caught a signal 11 error. A signal 11 error, commonly know as a segmentation fault, means that the program accessed a memory location that was not assigned to it. A signal 11 error may be due to a bug in one of the software programs that is installed, or faulty hardware.
04-01 23:05:51.087: A/libc(12046): Fatal signal 11 (SIGSEGV) at 0x0000002c (code=1), thread 12071 (main)
This is normally due to the drivers, memory or gpu chipset that’s in your device.