12-02-2012 07:13 AM
Everything looks broken in Beta 4. Even the BB official samples stopped working. I have just downloaded the bucketlist app from github and I get these errors when trying to debug it on the simulator:
warning: Corrupted shared library list: 0x0 != 0x810bc00
warning: can't find linker symbol for virtual table for `BucketListApp' value
warning: Corrupted shared library list: 0x0 != 0x810bc00
warning: Could not load shared library symbols for img_codec_png.so.
Do you need "set solib-search-path" or "set sysroot"?
Also, I've noticed the IDE picks up a lot of syntax errors now (even in an empty app). It says it can not find QLocale, QTranslator and QtNetwork/QNetworkReply.
Am I doing something wrong? Everything worked just fine in the previous release...
12-02-2012 10:43 AM
I'll have to agree with ya here.... the sample apps have gone crazy, photobomber shoots the flash when it launches.... nowhere in the source does it call for a flash
12-02-2012 02:17 PM
12-02-2012 05:21 PM
Beta 4 is inded a lot less stable than beta 3. Luckily we'll have beta 5 in 10 days. But make sure you report bugs to in Jira and to @BlackBerryDev, or they might not get fixed.
12-02-2012 06:49 PM
It seems that the QtCore library is not loaded by default. After adding it manually, I no longer get the syntax errors. This doesn't fix everything though, I'm guessing that the library is missing from the OS as well...
12-02-2012 06:51 PM
I also had weird problems when I swtiched to Beta 4.
I found that cleaining and rebuilding the project made most of them go away. Maybe you could try that?
One poblem that didn't go away was that some of my projects just wouldn't open. The only way I could get the prjects to open was to re-import them to a new clean workspace. Very odd. If clean/rebuild doesn't work for you, then maybe you could try the same.
12-02-2012 07:24 PM