09-26-2012 12:58 AM
I get the following when attempting to load the Weather Guesser demo onto a Dev Alpha running 10.0.9.388 with Cascades Beta 3. It looks as if it's true for all the other Cascades-Samples apps.
ldd:FATAL: Unresolved symbol "_ZN2bb8cascades11QmlDocumentC1Ev" called from Executable
PVR
Warning): InitContext: ignoring buffer type CBUF_TYPE_PDS_VERT_SECONDARY_PREGEN_BUFFER [778, /eglglue.c]
Any ideas?
09-26-2012 01:55 AM
09-26-2012 10:01 AM
I'm in the same boat, where my beta 2 project imported to beta 3 with all the API changes implemented (as per release notes) compiles fine but when I deploy to both Simulator and Dev Alpha device simply hangs on startup (bla ck screen) with zero logs in the console output.
I started a new beta 3 template project and are moving all my code line by line (recompiling and running the app in each step) to see at which point it breaks - very painful process. Hope to finish before submission deadline next year. ;-)
Joy of developing to a beta SDK.
09-26-2012 10:23 AM
Try opening a Terminal (SSH) in Momentics or through whatever means you use for that, and run "slog2info -w" before you launch the app. It looks like most of the output that went to logs/log is going there now (effectively a RAM-drive /tmp file so it doesn't load flash so heavily, and for other reasons) so that may show you the immediate cause of the problem once you can find your output again.
09-26-2012 11:23 AM
Same here.
An empty sample project runs so i try to copy page by page into a new empty project to find the bug.
Well, its still beta...
09-26-2012 11:41 AM
I had this error, I started from scratch and copied bit by bit to an empty project.
24 hours later (and three hours sleep) I'm finally getting my app back to its original functionality.
It doesn't help that the IDE keeps crashing.
09-26-2012 12:39 PM
peter9477 wrote:
It looks like most of the output that went to logs/log is going there now (effectively a RAM-drive /tmp file so it doesn't load flash so heavily, and for other reasons) so that may show you the immediate cause of the problem once you can find your output again.
This seems like a significant change to the IDE and I cant understand why it is not mentioned int he Release Notes????
09-26-2012 12:47 PM - edited 09-26-2012 12:54 PM
It is documented, it's just not obvious.
It's mentioned in the release notes as the first item under Known Limitations.
The qDebug() function
09-26-2012 12:50 PM - edited 09-26-2012 03:13 PM
I must have missed it! This is a good and very helpful. Thanks!
09-26-2012 03:52 PM
OK, console.log() works within the SSH Session but i get myriads of messages like:
"Sep 26 21:37:41.195 com.example.PeriodicalTable.testDev_odicalTabledxx
whenever i press a button or a animation is rendered.
Not easy to find my messages between this "junk" anymore.
Is it possible to filter the log-messages coming from my qml/javascript (marked as qt-msg)?