Hello, i have get the information that ZeroBrane Studio should an nice IDE for Gideros. I have download it open a project setup gideros all works. But if i want run the project i get an error and the window closed.
Starting the player and waiting for the bridge to connect at '/Applications/Gideros Studio/Gideros Studio.app/Contents/Tools/gdrbridge'.
Couldn't connect after 15 attempts. Try again or check starting the player manually.
Program completed in 4.02 seconds (pid: 556).
i have added socket.lua, i have added modebug.lua
set this require("mobdebug").start("192.168.1.101") << in my main.lua
and my user.lua config file looks like this:
path.gideros = '/Applications/Gideros Studio/Gideros Studio.app/Contents/Tools/gdrbridge'
so i understand why my gideros player starts and show nothing and then it closed.
Lua interpreter sets to Gideros and the intellisense works too.
My system is MacOSX 10.10.3.
So i have checked this in Lua Glider too. It starts the player but don't run the Project. And i just get an empty Gideros Player window. No project title etc...
Comments
-also perhaps the path should not contain gdrbridge at the end, try it without it etc.
-i had to change some timeout numbers in gideros lua, i attached my version which you should put in interpreters folder, maybe it helps.
i'm using windows, so cannot say anything more specific, but the latest branch works for me.
good luck. recently gideros is changing rapidly, so there may be (probably temporary) problems regarding interoperations between zbs and gideros.
also you can have a look at my tutorial too. http://www.indiedb.com/tutorials/gideros-with-zerobrane .
Likes: GiderosFan
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: GiderosFan
Fragmenter - animated loop machine and IKONOMIKON - the memory game
http://giderosmobile.com/forum/discussion/comment/42528#Comment_42528
You can download QT5.4.2 from http://download.qt.io/official_releases/qt/5.4/5.4.2/qt-opensource-mac-x64-clang-5.4.2.dmg
Likes: GiderosFan
Hy Thank you for the hint with ZeroBrane Studio.
I followed your steps but then i get this message:
dyld: Library not loaded: /work/build/______________________________PADDING______________________________/lib/QtCore.framework/Versions/5/QtCore
Referenced from: /usr/local/opt/qt5/lib/QtNetwork.framework/Versions/5/QtNetwork
if i want run gdrbridge manual.
but all the 3 files:
QtCore.framework
QtNetwork.framework
QtXml.framework
are included in my /usr/local/opt/qt5/ folder
then i tried out this:
I copied from Applications/Gideros Studio/Contents/Frameworks/
this 3
QtCore.framework
QtNetwork.framework
QtXml.framework
in the /usr/local/opt/qt5/ folder and *boom* it runs
Thank you very much for your hint.
Likes: pie