Hi all,
I just installed Gideros Studio v2012.09.1, opened a sample app (actually several example apps that come with Gideros Studio) and I cannot get the player to display the app. It just shows up with the local ip info and does nothing. Also I notice everywhere that it says the play/stop buttons will be disabled until I click the 'Start Gideros Player' icon. This is not the case all three icons are enabled and clickable as soon as I launch Gideros Studio.
Also note, I followed the post to integrate Gideros Studio with ZeroBrane, which I appears to work up until the point when it launches the player, which has the same result; that is, just sitting at the local ip info screen and going no further.
I have added firewall rules to allow all the Gideros exe's, (even turned off firewal and antivirus) and unistalled Gideros Studio and reinstalled. I am running Windows Vista x64. This is a multi-language development PC so it is possible the port the studio and player communicate on could be taken and the studio is not telling me that. Does anyone know what port this occurs on or is it a random allocation of a free port?
Please help, I am keen to get started with this program.
Thanks,
Maurice
Comments
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Thanks for the fast reply, I have tried that as well as my actual IP of 192.168.1.3. Both produce the same result.
Another thing is to check your Hosts file and see is localhost (127.0.0.1) is being redirected somewhere else.
host is found in (XP) C:\WINDOWS\system32\drivers\etc and is a simple txt file.
it should read
127.0.0.1 localhost
Also open a command prompt and type
ping localhost {Enter}
It will print the ip pointed to by your hosts file for Localhost. It should be
127.0.0.1
Likes: gorkem, Harrison
I use double monitor as extented, if you make it single secreen , gideros player will open.
it is reason of comlicated of dvi cable & vga cable's unsuitable work contidion.
https://deluxepixel.com
Is there a possiblity to recover the player?
cd %appdata%
cd GiderosMobile
edit the file GiderosPlayer.ini
on my computer it is at:
C:\Users\jfb\AppData\Roaming\GiderosMobile\GiderosPlayer.ini
change the "pos" line to
pos=@Point(0 0)
restart Gideros Studio and Player
That should move the player back on screen. Need to find the root of this bug. Seems to be Qt related...
Likes: rolfpancake, saeys
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Thanks for the help.