Opened 11 months ago
Last modified 8 months ago
#13675 new defect
TWINE: Sometimes twinsen get's stuck in in a loop of throwing the magic ball
Reported by: | mgerhardy | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: TwinE |
Version: | Keywords: | input | |
Cc: | Game: | Little Big Adventure |
Description
(hard to reproduce, happened three times during the playthrough for me) only thing that helps breaking out of it is going into the ingame menu.
This happens if you e.g. open the debug console as ctrl is pressed there, too.
Change History (4)
comment:1 by , 11 months ago
comment:2 by , 11 months ago
when you have the magicball (and the throw action is bound to alt) - and you open the debugger with ctrl+alt+d - the game gets the alt press event - and starts to throw the magicball. you now leave the debugger - and the alt release event was eaten in the meanwhile. the game never gets the up event - so you have to press alt again to stop throwing. This might be related to the issue the user reported - but as the user mentioned that only the main menu helped, it also might not be related - just the same symptom.
comment:3 by , 11 months ago
Keywords: | input added |
---|
comment:4 by , 8 months ago
796f54ff895a308220b2b6162ab9d742274cf1c5 fixes the mentioned debug console issue.
AFAIK, that happened to me when
Alt
release event get lost.