zenith391 / OCEmu

OpenComputers Emulator in Lua
53 stars 22 forks source link

Debugger not working #37

Closed atirut-w closed 2 years ago

atirut-w commented 2 years ago

I used the version from AUR in combination with Lua 5.3(I edited the /usr/bin/ocemu for this).

$ ocemu --basedir=/home/atirut/Projects/ocemu-machine --debugger
false   apis/debugger.lua:189: attempt to index a nil value (field '?')
stack traceback:
        apis/debugger.lua:189: in upvalue 'drawTabs'
        apis/debugger.lua:195: in upvalue 'drawUI'
        apis/debugger.lua:199: in field '?'
        boot.lua:315: in function <boot.lua:77>
        [C]: in function 'xpcall'
        boot.lua:327: in main chunk
        [C]: in ?
zenith391 commented 2 years ago

Yea sorry, it's because the only implemented tab is the sound card (although I'm prob gonna add more).

zenith391 commented 2 years ago

closed by 3db4e19

zenith391 commented 2 years ago

You can see currently implemented tabs on the wiki page.