MoSync Panic 40055

2 posts / 0 new
Last post
workhard
workhard's picture
Offline
Mobile Conjurer
Joined: 3 May 2011
Posts:
MoSync Panic 40055

This error appeared when i run.

MoSync Panic 40055
"Attempted to use a resource, but no resources exist."
The panic occurred in the syscall maGetDataSize.

i searched throughout my coding i did not use maGetDataSize.
i do not know why this error appeared.
Please help me thank you.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

Hi, maGetDataSize is used a lot in libraries as well. What has happened is that you've got a resource (maybe an image or a font?) which is NULL. Its being included in your project, but maybe the file is 0 bytes or something. Do you get any more information in the error, like which file the error is coming from?