Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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?

well, i literally jsut start the game, be it via website or program, choose classic mode new game.
do the jumper and get up to the left side, active checkpoint by walking past, collect cheese by walking past, touch the blueish shining thing oon the left.
and thats it, the splitsecond I touch the screen, all movement freezes, no controls do anything anymore (only esc shortly opens the menu but autocloses directly) and the light reduces to that light circle, so no full illuminated room anymore.

no idea, seems like some games jsut dont like my computer :-)
I also, unrelated, sometimes have trouble with godot games, where i get error messag that the vulcan driver thing doesnt work or soemthing.
so I have to run the game via console command, explicitly telling it to use the opengl3 driver isntead of the normal vulcan driver, then it works.
unrelated to this, jsut saying that my computer has issues with a bunch of games, not jsut this.
even tzhough the freezing thing here is a first to me.

oh and by the way, fancy mode doesnt work at all for me.
like I choose fancy mode new game, see the screen with characters standing there.
and thats it, no controls do anything. (no, i didnt check javascript console, but it is likely the same thing)
likely related to the same issue, jsut that in classic mode it happens slightly later.

(+1)

Sounds like something in the cutscene system is breaking for you, since fancy mode starts with a cutscene and the item pickup uses it too.

I wish I had a better way to investigate this!