11-03-2011 04:35 PM
Hi,
I have compiled DosBox and all of its dependencies and I have no errors however when I perform run as->Blackberry Tablet OS C/C++ Application I receive the following error:
Packaging failed:1
Error: Attribute Entry-Point: file cannot be found in the list of packaged files: dosbox
Can anyone explain what this error means? Any suggestions on how to fix this would be appreciated.
Additionally can anyone tell me where to set LD_LIBRARY_PATH? I am using the Windows NDK.
Thank You!
11-03-2011 09:04 PM
11-04-2011 08:52 AM - edited 11-04-2011 08:53 AM
I was able to start some games(simcity, skateordie, warcraft2) and I have input with the keyboard but none of the touch inputs are working so I wonder if touchoverlay is working properly or if the above sdl-countrols errors has something to do with that.
11-15-2011 11:17 AM
I got dosbox running, I also got it to export. However the signed app crashes on startup. I can only get it to run with a debug token. No clue whats going on.
11-15-2011 12:34 PM
Check that you are not trying to write back to "app" folder which is read-only in production mode.
11-15-2011 08:52 PM
Is there an error log that we can check on the PB to see what the issue is? devuser does not have permission to access /var/log so I don't know if there is anything in there or not and I guess even if there is I cannot access it.
11-16-2011 09:30 AM
Can you describe what is "application crashes" means? Do you have a core file? If yes you can do postmortem debugging to see what happened. If app does not start (or hang on startup) - it is another issue