Just published my game to the arcade & all I got was this blank screen.

wanegroupwanegroup Member, PRO Posts: 84

The first game I published shows up fine but nothing shows up for a the second one. Any thoughts?

Here is the link if anyone has any ideas: http://arcade.gamesalad.com/games/125644

iOS Apps/Games: Factoids | SkyGunner | TriSideX

Comments

  • jigglybeanjigglybean Member Posts: 1,584

    check your coding for any empty rules.

    Like Balls? Then click here! We've 100 coming soon

  • sebmat86sebmat86 Member Posts: 339

    Yeah, I was wondering why that game didn´t work. I was keen on trying it out based on the screen shot. Im guessing you´ve done this, but try to upload it again maybe? I really hope you manage to fix it!

  • wanegroupwanegroup Member, PRO Posts: 84

    @jigglybean - thanks for the suggestion - I'll look at that tonight.

    iOS Apps/Games: Factoids | SkyGunner | TriSideX

  • BlackCloakGSBlackCloakGS Member, PRO Posts: 2,250

    Check the web browser console for the page for errors.

  • wanegroupwanegroup Member, PRO Posts: 84

    @BlackCloakGS said:
    Check the web browser console for the page for errors.

    This is what I got:

    Invalid CSS property declaration at: *
    common-ui.css:267Unexpected CSS token: :
    common-ui.css:268Unexpected CSS token: :
    common-ui.css:269Unexpected CSS token: :
    common-ui.css:273Unexpected CSS token: :
    common-ui.css:276Unexpected CSS token: :
    common-ui.css:277Unexpected CSS token: :
    common-ui.css:279Unexpected CSS token: :
    common-ui.css:280Unexpected CSS token: :
    common-ui.css:283Unexpected CSS token: :
    common-ui.css:284Unexpected CSS token: :
    common-ui.css:285Unexpected CSS token: :
    common-ui.css:291Unexpected CSS token: :
    common-ui.css:292Unexpected CSS token: :
    common-ui.css:293Unexpected CSS token: :
    common-ui.css:294Unexpected CSS token: :
    common-ui.css:331Unexpected CSS token: :
    common-ui.css:335Unexpected CSS token: :
    common-ui.css:337Unexpected CSS token: :
    common-ui.css:338Unexpected CSS token: :
    common-ui.css:469Unexpected CSS token: :
    common-ui.css:470Unexpected CSS token: :
    common-ui.css:471Unexpected CSS token: :
    common-ui.css:472Unexpected CSS token: :
    common-ui.css:473Unexpected CSS token: :
    common-ui.css:474Unexpected CSS token: :
    common-ui.css:475Unexpected CSS token: :
    common-ui.css:479Unexpected CSS token: :
    common-ui.css:484Unexpected CSS token: :
    common-ui.css:485Unexpected CSS token: :
    common-ui.css:486Unexpected CSS token: :
    common-ui.css:487Unexpected CSS token: :
    common-ui.css:488Unexpected CSS token: :
    common-ui.css:489Unexpected CSS token: :
    common-ui.css:490Unexpected CSS token: :
    common-ui.css:491Unexpected CSS token: :
    common-ui.css:660Unexpected CSS token: :
    common-ui.css:821Unexpected CSS token: :
    common-ui.css:822Unexpected CSS token: :
    common-ui.css:831Unexpected CSS token: :
    common-ui.css:881Unexpected CSS token: :
    common-ui.css:893Invalid CSS property declaration at: *
    common-ui.css:1049Unexpected CSS token: :
    common-ui.css:1049Invalid CSS property declaration at: .
    common-ui.css:1061Invalid CSS property declaration at: .
    common-ui.css:1061Unexpected CSS token: :
    common-ui.css:1071Unexpected CSS token: :
    common-ui.css:1073Unexpected CSS token: :
    common-ui.css:1095Invalid CSS property declaration at: .
    common-ui.css:1095Unexpected CSS token: :
    common-ui.css:1108Unexpected CSS token: :
    main.css:31Unexpected CSS token: :
    main.css:34Unexpected CSS token: :
    main.css:176Unexpected CSS token: :
    main.css:187Unexpected CSS token: :
    main.css:347Unexpected CSS token: :
    main.css:348Unexpected CSS token: :
    main.css:493Unexpected CSS token: :
    arcade.css:84Unexpected CSS token: 100%
    arcade.css:95Unexpected CSS token: :
    rcade.game.css:106Unexpected CSS token: :
    buttons.js:1:63749Please specify a ShareThis Publisher Key
    For help, contact support@sharethis.com
    4buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Invalid CSS property declaration at: *
    2buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Unexpected CSS token: :
    3buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Invalid CSS property declaration at: *
    2buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Unexpected CSS token: :
    2buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Invalid CSS property declaration at: *
    3buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Unexpected CSS token: :
    2buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Invalid CSS property declaration at: *
    buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Unexpected CSS token: :
    buttons.f72ae7c4435271cf3af83d1f10fbbbb0.css:1Invalid CSS property declaration at: *
    http://embed.gsrca.de/p/aZJ9/MI4DEYZ/RoboticaXB/sounds/ButtonClick.m4aFailed to load resource: the server responded with a status of 403 (Forbidden)
    gse.0.20.x.js:1:11507ERROR: Sound load failed: ButtonClick
    http://embed.gsrca.de/p/aZJ9/MI4DEYZ/RoboticaXB/sounds/zoowapp.m4aFailed to load resource: the server responded with a status of 403 (Forbidden)
    gse.0.20.x.js:1:11507ERROR: Sound load failed: zoowapp
    gse.0.20.x.js:1:581758TypeError: undefined is not an object (evaluating 'gs.TableParser.deserializeTableFromFileFormat')

    iOS Apps/Games: Factoids | SkyGunner | TriSideX

  • wanegroupwanegroup Member, PRO Posts: 84

    @BlackCloakGS - Does that mean it's a sound format error?

    iOS Apps/Games: Factoids | SkyGunner | TriSideX

  • TaoOfSaladTaoOfSalad Member, Chef Emeritus Posts: 83

    I think what's happening is there is a Load Attribute behavior that specifies a table, which causes a freeze. You don't need to explicitly load tables this way. They are automatically loaded.

    I will note the bug on our side to be fixed, but you can work around it by removing any Load Attribute behaviors with tables. Also be sure you're using Save Table instead of Save Attribute for tables.

  • wanegroupwanegroup Member, PRO Posts: 84

    @TaoOfSalad said:
    I think what's happening is there is a Load Attribute behavior that specifies a table, which causes a freeze. You don't need to explicitly load tables this way. They are automatically loaded.

    I will note the bug on our side to be fixed, but you can work around it by removing any Load Attribute behaviors with tables. Also be sure you're using Save Table instead of Save Attribute for tables.

    This seems to be the issue - thanks. Fixing tonight!

    iOS Apps/Games: Factoids | SkyGunner | TriSideX

  • wanegroupwanegroup Member, PRO Posts: 84

    @jigglybean , @sebmat86 , @BlackCloakGS , @TaoOfSalad - It's Fixed now (there was an empty rule too) - thanks for everyones help!

    iOS Apps/Games: Factoids | SkyGunner | TriSideX

Sign In or Register to comment.