The last version is always crashes on start. I've rebooted device, reinstalled the game but it still crashes.
Android 4.2
[Fixed] start crash
- rare_metal
- Metropolitan
- Posts: 120
- Joined: 05 Sep 2016, 08:51
- Location: Russia
- Plugins: Showcase Store
-
Platform
- CommanderABab
- AB
- Posts: 11252
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- rare_metal
- Metropolitan
- Posts: 120
- Joined: 05 Sep 2016, 08:51
- Location: Russia
- Plugins: Showcase Store
-
Platform
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
I found out that it has to do with image loading. We currently use an own implementation of InputStream to do so.
A note for other developers: Also implement mark() and reset() or markSupported() correctly so the class can be used by all kinds of image loaders (or whatever you use it for). In this specific case, many devices didn't have a problem with it, while others had.
Of course, 230 will fix it 8)
@CommanderABab
229 was supposed to fix the bug you mentioned. I hope it really does.
A note for other developers: Also implement mark() and reset() or markSupported() correctly so the class can be used by all kinds of image loaders (or whatever you use it for). In this specific case, many devices didn't have a problem with it, while others had.
Of course, 230 will fix it 8)
@CommanderABab
229 was supposed to fix the bug you mentioned. I hope it really does.