Lurkers game not loading black screen

@bergice is this a bug?
image

html-0.js:12298 Tue Dec 19 13:58:51 GMT-600 2023 com.google.gwt.logging.client.LogConfiguration
SEVERE: TypeError: Cannot read properties of undefined (reading 'gameLoadingFinished')
java.lang.NullPointerException: TypeError: Cannot read properties of undefined (reading 'gameLoadingFinished')
	at Unknown.TypeError: Cannot read properties of undefined(Unknown)
	at Unknown.NFf(html-0.js)
	at Unknown.fg(html-0.js)
	at Unknown.fk(html-0.js)
	at Unknown.sj(html-0.js)
	at Unknown.eval(html-0.js)

Mrf @ html-0.js:12298
Nch @ html-0.js:10697
Rch @ html-0.js:10207
PMe @ html-0.js:10084
h @ html-0.js:10986
a.onerror @ html-0.js:10987
error (async)
i @ html-0.js:10987
NMe @ html-0.js:10988
MMe @ html-0.js:5694
rMe @ html-0.js:1536
Rrf @ html-0.js:8285
Hrf @ html-0.js:7718
g @ html-0.js:10314
HMe @ html-0.js:4745
KMe @ html-0.js:10564
eval @ html-0.js:8082
xrf @ html-0.js:10315
eval @ html-0.js:12310
(anonymous) @ VM64:1
m @ html.nocache.js:9
(anonymous) @ html.nocache.js:10
d @ html.nocache.js:6
html-0.js:11146 Uncaught TypeError: Cannot read properties of undefined (reading 'gameLoadingFinished')
    at NFf (html-0.js:11146:292)
    at fg (html-0.js:8901:18)
    at ck.fk [as nd] (html-0.js:12286:13376)
    at rj.sj [as od] (html-0.js:12286:12038)
    at Image.eval (html-0.js:9508:55)

it shows the loading bar really fast then goes away.

Thanks for reporting this.

I have a feeling it happens since the game loading finishes before the PokiSDK is loaded.

Can you show me the network tab when this happens along with all the requests and which order they happen?

If the request to load the PokiSDK happens after all the other game assets are loaded that would probably cause this.

#downsides_of_fast_load_times

1 Like