Re: Express Signed error: "Your file could not be processed for unknown reason."
[QUOTE=wizard_hu_;910413]What about your files, are you deploying anything to the private folder? Its name changes with the UID. It may be worth noting that KErrNotFound can come for missing files, however accessing files from missing folders would cause KErrPathNotFound, -12. So the folders seem to exist.[/QUOTE]
Only the png files and the sound are found there.
True type fonts are loaded too but I disabled the loading and still same error.
Also fopen is used but this is later on, it doesnt load until there.
I stopped png loading and sounds but still it gave the same error.
I load them in the private folder like this in the PKG:
"C:\PROJECTS\OpenGL\Symbian\MyGame\data\sound\mysound.wav"-"!:\private\200*****\mysound.wav"
Re: Express Signed error: "Your file could not be processed for unknown reason."
I have no more ideas without seeing the actual project, sorry. The fact that you get to the breakpoint indicates that the statically linked libraries are just fine. The -1 may still mean a runtime-loaded .dll (directly with RLibrary, or via ECOM with REComSession), but I would rather accuse simple data files first.