Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by Manuel

Hi, I'm making a game and is almost finished. I tested the game in all browsers and works fine except for safari, when I try to test on safari only run the first level then shows nothing just a black screen. what I can do to fix this? what can i do to run this on safari

Thanks

1 decade ago by monkeyArms

You'll need to debug it with Safari's console:

Click on the menu/settings icon, and choose "Preferences" from the drop down. Go to the "Advanced" tab, and check the box at the bottom labeled "Show Develop menu in menu bar". Close out of the preferences window, and you should have a menu option for "Develop". From this menu, choose "Show Error Console".

From there, you should be able to find out at what point your code is breaking.

1 decade ago by Manuel

I have this error

165INDEX_SIZE_ERR: DOM Exception 1: Index or size was negative, or greater than the allowed value.

1 decade ago by Manuel

I solved it already, I had to redesign the first level, which was creating problems

1 decade ago by gxxaxx

Mind saying what the change was that fixed it?

I find Safari is different than other browsers, So, I'm trying to keep a list of things to watch out for.

Thanks,
Claude

1 decade ago by Emmanuel

I'm having the same problem, i don't know what to do... the developer tools in safari is not helpful since all occur in an annonymous function. Would be great if someone who had this problem and solved it actually post here what did solved the problem. Thanks!

1 decade ago by Manuel

Hi Emmanuel, see the problem I had was that somewhere in the design of my level in the Weltmeister, certain elements with indices were negative and this generated when running the game on safari did not show the image, and not run the game.

Maybe your error is different for sure what it is and how to solve it using the console safari. one of this forum post explains how to use

I hope you will be helpful
Page 1 of 1
« first « previous next › last »