wizguin / yukon

MIT License
75 stars 35 forks source link

Uncaught TypeError: t is undefined #22

Closed littlegrosslittleguy closed 2 months ago

littlegrosslittleguy commented 2 months ago

The game completely crashes when logging in, right as the room is loading. It freezes on the loading screen with the animation stopping. Screenshot 2024-08-05 024239

The server, proxies, and registration service appears to work fine. Occurs on both Firefox and Chromium-based browsers, even after multiple builds and an isolated localhost test server.

The full error: Screenshot 2024-08-05 024529

tomas-correia commented 2 months ago

Does this happen in dev mode?

littlegrosslittleguy commented 2 months ago

Does this happen in dev mode?

Yes, it does. Both dev mode and built.

littlegrosslittleguy commented 2 months ago

Testing again on a Chromium-based browser, the error has a slightly different message, but it comes from the same sources. Screenshot 2024-08-05 224003

sky-is-winning commented 2 months ago

this is a physics issue. check your physics file

littlegrosslittleguy commented 2 months ago

this is a physics issue. check your physics file

Odd, since I only cloned the assets from the official repo. Here's my Town physics file. town-physics.json

sky-is-winning commented 2 months ago

this is a physics issue. check your physics file

Odd, since I only cloned the assets from the official repo. Here's my Town physics file. town-physics.json

Looks to me like you're missing some assets. Check they're being served correctly or reclone the assets from https://gitgud.io/piefruit/assets

littlegrosslittleguy commented 2 months ago

this is a physics issue. check your physics file

Odd, since I only cloned the assets from the official repo. Here's my Town physics file. town-physics.json

Looks to me like you're missing some assets. Check they're being served correctly or reclone the assets from https://gitgud.io/piefruit/assets

That fixed it; it seems the PenguinSauce repository (that I was using) is outdated.