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.
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.
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