About Store Forum Documentation Contact



Post Reply 
Android GUI loading Error
Author Message
AndrewBGS Offline
Member

Post: #1
Android GUI loading Error
I've been trying to poke around with an Android application also. It's my first time, I have zero experienced, but I managed to narrow down the code that makes my application completely break to oneline:

it's this line:
GuiObjs gobjs; gobjs.load(<some UID>);


I was wondering how the hell can this break my android application; the same version for Windows works perfectly, and here I get a total crash.(if this line is in the code, it crashes, if not, it goes on). Since I have zero experience with Android, I was hoping someone might have an idea what might be the issue here.
01-18-2014 03:06 PM
Find all posts by this user Quote this message in a reply
Mardok Offline
Member

Post: #2
RE: Android GUI loading Error
Hmm I'm using GuiObjs on my both devices without any problems. Go to your sdcard and there should be "Esenthel Error.txt" file. Look inside, maybe there will be help information about error.
01-18-2014 06:14 PM
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #3
RE: Android GUI loading Error
Thanks, that helped!
Apparently it can't load some image... I'll figure it out. Thanks a lot, I really had no idea where to look for error logs on Android devices. I never even owned an Android device, I'm using a simulator grin
01-18-2014 06:43 PM
Find all posts by this user Quote this message in a reply
Post Reply