Fabienne_Payet: Had I known this game would be so buggy I would never have bought it. Missing audio, stuck video,... and now when I am to grab the lantern in the shop the screen goes black and all that remains is the voice over, the hand icon and that's it. The entire screen stays dark and I cannot get out of that position without reloading to a previous save. Had I known I would have stuck to watching the walkthrough on YouTube... I can't use my old cd's anymore.
Anyone any suggestion? Or is the rest of this game equally buggy?? Thanks!
I wasn't able to reproduce this until I saw
this bug report. It looks like it's a scripting error in the game. (ScummVM already works around a couple of those, but this one wasn't known before.) When you first enter Jack's store, you see the lamp on the table and hear Jack rummaging around in the back.
If you wait patiently until he returns, everything should be ok when you return to pick up the lamp later.
If you are looking at the cigar box when Jack returns, an important variable is never set. When you return to the store, the game thinks it's time to play the cutscene of Jack examining the lamp (again). It moves you to a "dummy" location (probably where the black screen comes from) that's supposed to start the cutscene, but that script is flagged to only run once so nothing happens and you're stuck.
I have an idea for how I think the bug should be worked around, though if I do it that way any broken savegame will remain broken, which obviously isn't ideal. You
should be able to work around the bug like this, if you do it right before you enter the dark room:
1. Press Ctrl+D to open the debug console.
2. (Optional) Type "statevalue 10803" and press Enter. You will probably see the reply "[10803] = 1".
3. Type "statevalue 10803 0" and press Enter.
4. Type "exit" and press Enter.