dorothy icon indicating copy to clipboard operation
dorothy copied to clipboard

"go through door" raises Z::RuntimeError

Open Billiam opened this issue 13 years ago • 0 comments

Testing with the hitchhiker's guide (after standing up, turning on lights), and zork 1 (immediately), the command

> go through door

raises the following exception:

dorothy/machine.rb:8:in `step': Error running program: Illegal first object for jin (Z::RuntimeError)
        from C:/Ruby193/lib/ruby/gems/1.9.1/bundler/gems/dorothy-d9580f5c2e90/lib/dorothy/machine.rb:8:in `block in run'
        from C:/Ruby193/lib/ruby/gems/1.9.1/bundler/gems/dorothy-d9580f5c2e90/lib/dorothy/machine.rb:7:in `loop'

Billiam avatar Jul 16 '12 15:07 Billiam