08-25-2012 01:37 PM
After install new update on BB 10 alpha device i am unable to run any application. Getting error in every application for example
ldd:FATAL: Could not load library libbb.so.0
In 2nd apps i am getting this
Error loading font /usr/fonts/font_repository/adobe/MyriadPro-Bold.ot
Unable to initialize app logic
Any suggestion ?
Solved! Go to Solution.
08-25-2012 01:38 PM
same error i am getting
http://bb10dev.net/document.pl?mode=Display&Docume
08-25-2012 01:42 PM
Went through this thread but no help.
08-25-2012 07:07 PM
Same problem here, a segmentation fault when executing the
createRootUIObject(QDeclarative *context)
function in the QmlDocument class.
Has anyone tried reinstalling the Cascades SDK yet?
08-25-2012 09:29 PM
I think its is a incompatibility with the new beta 2 sdk. If you made a program while you had the original build on the dev alpha and the original SDK and have now updated your Dev Alpha you might need to update to the new beta 2 sdk, create a new project and copy/paste your code in.
Im having the same problem right now. Im going to try to update the SDK to beta 2 and I will see what happens
08-26-2012 04:05 AM
I have reinstalled the SDK but the same problems occured.
Then I looked at the examples which were running fine and then uppon my code and made some changes. It seems that creating the root node right after the QmlDocument object creation was critical.
QmlDocument *doc = QmlDocument::create("main.qml");
AbstractPane *root = qml->createRootNode<AbstractPane >();
Now the application runs smoothly..
Any hints on this anyone?
08-27-2012 02:44 PM
Hi there,
As an intermediate solution, can you confirm that you have tried what is suggested by BryceMcMurter to create a new project and drop your files in?
Martin
08-27-2012 03:08 PM
08-27-2012 03:10 PM
08-28-2012 01:49 AM
not yet.will update this thread once i will done.