Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Oh no! Would you mind taking a screenshot? Is this the 'classic' version? I think I know the item you're talking about. I'll play up to that point ASAP to find the issue.

Yep, the classic version.
it's not far in, literally from the very start, go left, collect the first cheeze and the blue shining item to the left, right before you would have to climb up again.

I can't reproduce but I'm playing Chrome and have no plugins installed. I just uploaded a Windows executable, perhaps that will work for you?

Hm, must be my computer .
tried in chrome, firefox (my main browser) and the executable.
Always same behavior upon touching that item.
likely some animation, curscene or soemthing should play there and it getting stuck or not playing might be freezing it.

like you walk around all light.
but when I touch the item, the light dims to that light circle, all enemies, cheeze, etc. stop moving, only doing their floating animation at most.

likely some "yo, you collected xy" popup should appear and my computer might have triuble doing that, so it stays stuck there.

Also, I am able to to press esc, but before I can do anything, it jsut un-pauses itself again.
surely the game is trying something here in an endless loop, just never able to finish it.

likely somthing with my notebook, it's from 2015, so could be many reasons :-)

You might get some insight if you pop open the javascript console. If there's an error and it's not actually freezing, you'll see something.

How do I do that?

I found this link here: https://www.coursera.support/s/article/learner-000001653-How-to-open-the-Javascr...

Well, it keeps printing the same error in the console, over and over again for all eternity:

Tried to switch to same state, this should not happen. MV_GL.framework.js.gz:3:35236

"The error message "Tried to switch to the same state, this should not happen" typically occurs in Unity when you are trying to change to a state that the object is already in, such as in a Finite State Machine (FSM) or when handling animation transitions. Unity is letting you know that this transition is unnecessary because you're already in the target state."

is what chatgpt says about this error

Rut roh! I wonder why that's happening. What exactly are you doing before that? You're just starting the game, right?