Is there any way to avoid the dimming on desktop computer?. My game uses gamepad controller input, so at 10 minutes the screen get blank. There is a Application:setKeepAwake(true) command, but only works for Android or iOS.
After installing 2015.09, the executable game exported or the game running on Gideros Players hangs with a generic Windows error. This just happens when reach the line:
require "controller"
Gideros has in his directory Plugins the file controller.dll 08/09/2015 40Kb.
Does the controller lib work in the normal QT player on Windows?
Also, do you mean with Windows Desktop export or Win32 export?
(I'm just re-installing Windows on my main machine so can't test here).
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
In Windows when i comment the line require "controller" the game works fine (with keyboard control)
In the other way i installed the 2015.09 version on my Mac. Exported executable Mac file works fine with the controller, but leaving from app generate a generic Mac error.
I generate Windows Desktop executable on my my Mac, after testing on my PC, the executable doesn't load properly sending a generic Windows Error. After several tries, one of them load well and the controller works fine.
It seems the new release 2015.09 is unstable still. The 2015.08 version doesn't result in these errors.
I'll try win32 exported format to see what happens.
@MysiaGames Can you try to delete gmedia.dll inside plugin folder, and check whether it run well even with controller? (It seems mine are working fine after i delete it)
After replacing the controller.dll file with the 2015.08 version, the game works fine in Gideros 2015.09. Deleting the file gmedia.dll it seems doesn't take effect on the game.
And setKeepAwake is working fine now also. Thanks ar2rsawseen and tkhnoman.
In other way, my game on Gideros 2015.09 Mac executable export, results on a generic Mac error when i leave the program with application:exit(). This error appears a couple of seconds after the screen exit.
That's not happens with previously Gideros version (at least with 2015.07.09)
Comments
require "controller"
Gideros has in his directory Plugins the file controller.dll 08/09/2015 40Kb.
Also, do you mean with Windows Desktop export or Win32 export?
(I'm just re-installing Windows on my main machine so can't test here).
https://deluxepixel.com
The controler would work fine when in export win32 though, so i guess it's not because of controller.
@MysiaGames Can you try to turn off the controller lib, and see if it run or not?
Mine is still not running.
In the other way i installed the 2015.09 version on my Mac. Exported executable Mac file works fine with the controller, but leaving from app generate a generic Mac error.
I generate Windows Desktop executable on my my Mac, after testing on my PC, the executable doesn't load properly sending a generic Windows Error. After several tries, one of them load well and the controller works fine.
It seems the new release 2015.09 is unstable still. The 2015.08 version doesn't result in these errors.
I'll try win32 exported format to see what happens.
I updated controller lib to newer version, so don't know, maybe that is the case.
You can try to replace new controller lib with the one from the 2015.08 version to check if that is the case
Can you try to delete gmedia.dll inside plugin folder, and check whether it run well even with controller?
(It seems mine are working fine after i delete it)
Deleting the file gmedia.dll it seems doesn't take effect on the game.
And setKeepAwake is working fine now also. Thanks ar2rsawseen and tkhnoman.
That's not happens with previously Gideros version (at least with 2015.07.09)