Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Game won't start

A topic by rkon created Mar 06, 2022 Views: 975 Replies: 1
Viewing posts 1 to 2
(1 edit)

When I click on the Daily Dordle button, nothing happens.  I am on Windows 10, using a Chrome browser.  Opening the development console, I see the following when I first load the page:

dordle:11 Unrecognized feature: 'monetization'.
23:20:11.593 dordle:11 Unrecognized feature: 'gamepad'.
23:20:11.593 dordle:11 Unrecognized feature: 'xr'.
23:20:11.593 dordle:11 Allow attribute will take precedence over 'allowfullscreen'.
23:20:11.697 VM245:1          GET <a href="https://zaratustra.itch.io/dordle/rh/eyJpZCI6MTM2MjgwMCwiZSI6MTY0NjU1MTIyOH0%3d....">https://zaratustra.itch.io/dordle/rh/eyJpZCI6MTM2MjgwMCwiZSI6MTY0NjU1MTIyOH0%3d....</a> 503 (Service Temporarily Unavailable)
(anonymous) @ VM245:1
send @ lib.js?1646545307:2
ajax @ lib.js?1646545307:2
S.<computed> @ lib.js?1646545307:2
ViewGame @ game.min.js?1646545307:1
ViewHtmlGame @ game.min.js?1646545307:1
(anonymous) @ dordle:11
23:20:11.699 VM245:1 XHR failed loading: GET "<a href="https://zaratustra.itch.io/dordle/rh/eyJpZCI6MTM2MjgwMCwiZSI6MTY0NjU1MTIyOH0%3d.gDyYITq%2bEJYa%2fAIDacFWWkoKdhg%3d">https://zaratustra.itch.io/dordle/rh/eyJpZCI6MTM2MjgwMCwiZSI6MTY0NjU1MTIyOH0%3d.gDyYITq%2bEJYa%2fAIDacFWWkoKdhg%3d</a>".
(anonymous) @ VM245:1
send @ lib.js?1646545307:2
ajax @ lib.js?1646545307:2
S.<computed> @ lib.js?1646545307:2
ViewGame @ game.min.js?1646545307:1
ViewHtmlGame @ game.min.js?1646545307:1
(anonymous) @ dordle:11
23:20:11.770 index.html:553 light 
23:20:11.771 index.html:823 Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
    at load_stats (<a href="https://v6p9d9t4.ssl.hwcdn.net/html/5376462/index.html:823:16)
 ">https://v6p9d9t4.ssl.hwcdn.net/html/5376462/index.html:823:16)
 </a>   at <a href="https://v6p9d9t4.ssl.hwcdn.net/html/5376462/index.html:833:1
load_stats">https://v6p9d9t4.ssl.hwcdn.net/html/5376462/index.html:833:1
load_stats</a> @ index.html:823
(anonymous) @ index.html:833
23:21:45.236 VM245:1 XHR finished loading: GET "<a href="https://zaratustra.itch.io/dordle/rp/eyJtIjoxNjQ2NTUxMzAzLCJpZCI6MTM2MjgwMCwicm4iOjYxNDUwLCJlIjoxNjQ2NTUxMzYzfQ%3d%3d.L4mbMbVxNo8Re6NvRYFiGbsjsk8%3d">https://zaratustra.itch.io/dordle/rp/eyJtIjoxNjQ2NTUxMzAzLCJpZCI6MTM2MjgwMCwicm4iOjYxNDUwLCJlIjoxNjQ2NTUxMzYzfQ%3d%3d.L4mbMbVxNo8Re6NvRYFiGbsjsk8%3d</a>".
(anonymous) @ VM245:1
send @ lib.js?1646545307:2
ajax @ lib.js?1646545307:2
S.<computed> @ lib.js?1646545307:2
(anonymous) @ game.min.js?1646545307:1
setTimeout (async)
ViewGame.register_play @ game.min.js?1646545307:1
(anonymous) @ game.min.js?1646545307:1
ViewGame @ game.min.js?1646545307:1
ViewHtmlGame @ game.min.js?1646545307:1
(anonymous) @ dordle:11
When I click the "daily dordle" button, I get:
23:24:00.165 index.html:460 console.trace
show_post_game @ index.html:460
restart @ index.html:619
initDaily @ index.html:314
23:24:00.166 index.html:628 40
23:24:00.167 index.html:805 Uncaught ReferenceError: near_gradient is not defined
    at render_bg_keys (index.html:805:15)
    at restart (index.html:675:1)
    at HTMLDivElement.initDaily (index.html:314:1)
render_bg_keys @ index.html:805
restart @ index.html:675
initDaily @ index.html:314
(4 edits)

Same/similar issue for me in Firefox. Skips a bunch of unsupported features, and then:

Clicking to play either mode displays the mode's name on top of the menu, and that's it. This is what shows in the console when I click to play the daily:



Edit: Looks like it's been fixed. Thank you!