Search found 3 matches
- Fri Jul 03, 2015 8:26 am
- Forum: LÖVE-Android
- Topic: app crashes after a few seconds
- Replies: 4
- Views: 8108
Re: app crashes after a few seconds
I had a similar problem with another Lua framework for mobile games. There my game crashed because some resource-folders started with an underscore (e.g "_data"). Android doesn't seem to like that. I'll try if changing the folder names fixes my LÖVE App
- Fri Feb 13, 2015 11:14 am
- Forum: LÖVE-Android
- Topic: app crashes after a few seconds
- Replies: 4
- Views: 8108
Re: app crashes after a few seconds
Hi, as I said, I simply removed all my shaders. I got logcat to work but it spit out extremely much gibberish. Anything I should specifically look for? Also, are there any known issues/crashes with löve functions except from shaders? Edit: I also want to make sure i downgraded my ndk correctly. What...
- Wed Feb 11, 2015 11:16 am
- Forum: LÖVE-Android
- Topic: app crashes after a few seconds
- Replies: 4
- Views: 8108
app crashes after a few seconds
Hi, to my surprise I was able to run my game on my HTC One mini (android 4.4.3 i think). Just had to remove all my shaders. It is a rpg with different game states. All states work fine, except the "fight" state. When in "fight state", the game simply crashes at some point. It clo...