Hi,
I have an issue with most projects not working correctly in Gideros Player. Basically I have a blank screen and nothing happens. Strange things is the example Bird Animation project works fine but any of my own projects or something like say, Drag Me in the examples does not.
Starting the player from terminal gives the following error:
WARNING: Could not find vertex shader attribute 'vVertex' to match BindAttributeLocation request
which occurs multiple times. I was on 2015.12 and had the issue and just upgraded to 2016.4 and still have it.
Just wondered if anyone had encountered this? I'm running 10.9.5 (Mavericks)
Thanks
Gary
Comments
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Likes: greengeek
https://deluxepixel.com
2016-04-20 19:22:22.829 Gideros Player[3923:507] 19:22:22.829 WARNING: [0x7fff7696f310] >compload> AudioComponentPluginLoader.cpp:662: RegisterComponentsFromArray:
2016-04-20 19:22:23.118 Gideros Player[3923:507] invalid drawable
GL_VERSION:2.1 NVIDIA-8.26.29 310.40.55f01
GLSL_VERSION:1.20
https://deluxepixel.com
It seems it runs some projects. It would be nice to narrow it down to which features are not supported. I might in future try to put a fall back mode where Gideros reverts to OpenGL 1.0 if it can't find various APIs. (some recent feature would then not appear but old Gideros apps would at least play) It's surprising how many people have very old graphics cards even in computers which have been upgraded to the latest OS.
In the meantime the only solution might be a new graphics card.
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Yes I will do some more testing for you to narrow it down. The machine isn't that old its a mid-2012 model. Its my dev machine so has 16GB RAM and an SSD mainly for running VMs but I am actually running Mountain Lion, not Mavericks so maybe time to upgrade! I'll upgrade first and go from there.
I'm not keen on all these constantly evolving OSes (on Windows and OS X) which just add bulk and features that no-one really needs or wants!