Page 1 of 1
Errors on some devices/browsers
Posted: 15 May 2017, 18:15
by DrKarotte
I just tried my projects on a mobile phone (Android) and on different browsers.
On the mobile and on desktop IE 2 projects don't start properly (stop with an "Application loading" error).
1 projects seems to run on IE, but causes a strange error message at the beginning which I have not seen before (I could copy it here if needed).
What can be the reason for that?
Sorry, I am not a prof developper and not quite experienced with all the browser and screen compatibility stuff
But I am willing to solve this if I had just a hint in what direction I have to look...
Re: Errors on some devices/browsers
Posted: 15 May 2017, 22:32
by Victoria_La
You need to log. You probably using method which is not defined in these browser which throws exception on startup.
Start with IE since it is easier to get log from it.
Re: Errors on some devices/browsers
Posted: 16 May 2017, 08:43
by DrKarotte
Thanks for your help!
In IE I get the following error with the projects which don't start at all (stop with "Application loading"):
gameui = new bgagame.[gamename]();
ERROR: "bgagame" ist undefiniert [= "bgagame" is undefined]
This is not my piece of code.
I just tried some other people's Projects, some of which, e.g. Nine Men's Morris (Apollo), have the same issue (and run fine on other Browsers).
Other projects e.g. Bonbons (morgalad) start, but cause the same error message as in some of my Projects.
Re: Errors on some devices/browsers
Posted: 17 May 2017, 01:51
by Victoria_La
Its failing in constructor or initial load function. If you give me read/only access to you project I can look (READ ONLY !!)
My dev account is "laskava"
Btw I tested some games on IE 11 - all fail in BGA functions (some method is not implemented), it works in Edge though
Re: Errors on some devices/browsers
Posted: 22 May 2017, 10:48
by Een
We have checked this and fixed this loading problem with IE.
It will be OK on the mainsite after the next release. On the studio, some heavy system upgrade is needed before we can update to the current site version, so please use other browsers while developing on the studio.
Re: Errors on some devices/browsers
Posted: 22 May 2017, 20:18
by DrKarotte
Thanks!
I normally never use IE
(I just thought it would be a good idea to check a project on as many browsers and devices as possible...)
Re: Errors on some devices/browsers
Posted: 23 May 2017, 00:41
by Morgalad