Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
gdrbridge don't work on the newest version? — Gideros Forum

gdrbridge don't work on the newest version?

GiderosFanGiderosFan Member
edited July 2015 in General questions
I installed the newest gideros version on a fresh clean mac system without any other application for testing. I tried to get run the gdrbridge for ZeroBrane.

This are my Steps:

Starting the gdrbridge with terminal macosx

gave me this error:

dyld: Library not loaded: /usr/local/opt/qt5/lib/QtNetwork.framework/Versions/5/QtNetwork
Referenced from: /Applications/Gideros Studio/Gideros Studio.app/Contents/Tools/./gdrbridge
Reason: image not found
Trace/BPT trap: 5

so i have copied the files QtNetwork.framework, QtXml.framework and QtCore.framework from the /Applications/Gideros Studio/Gideros Studio.app/Contents/Frameworks

the gdrbridge run. Then the same i start with the play parameter and get:

* daemon not running. starting it now on port 15001 *
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QtLocalPeer(0x7fa5d9413750), parent's thread is QThread(0x7fa5d9411d60), current thread is QThread(0x7fa5d9413c60)
QSocketNotifier: Can only be used with threads started with QThread
QObject: Cannot create children for a parent that is in a different thread.
(Parent is GiderosNetworkClient(0x7fa5d9416800), parent's thread is QThread(0x7fa5d9411d60), current thread is QThread(0x7fa5d9413c60)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is GiderosNetworkClient(0x7fa5d9416800), parent's thread is QThread(0x7fa5d9411d60), current thread is QThread(0x7fa5d9413c60)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is Application(0x7fff588f99a0), parent's thread is QThread(0x7fa5d9411d60), current thread is QThread(0x7fa5d9413c60)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is Application(0x7fff588f99a0), parent's thread is QThread(0x7fa5d9411d60), current thread is QThread(0x7fa5d9413c60)
* daemon started successfully *

Tested on an fresh installed MacOSX 10.10.4 and Gideros 2015.07.09

Maybe another guy have the Problem too?!

Comments

Sign In or Register to comment.