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
damn
on my machine I don't even have the dylib problem
and I don't have dylibs in those folders, specifically checked
will try to experiment more, to find out the issue
don't know what it is tested on 3 mac's always the same problem.
ZeroBrane don't works too. Try to figure out what's the problem is.