inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

[Tile Fall] Internal Error: -2 (KErrInvalidArgs) #449

Open kapfab opened 1 month ago

kapfab commented 1 month ago

Description

Error occurs when using the Tools>Preferences… menu option (or the Game prefs toolbar button).

Metadata

Key Value
Title Tile Fall
Source URL https://archive.org/download/3-libjune-05/3LIBJUNE05.iso/library%2Fepocgames%2Ftilefall%2FTileFall.SIS

Details

-2 (KErrInvalidArgs)
TILEFALL\DOPREFS:00002255: 57 [CallFunction] 0x37 (Dialog)
TILEFALL\KEYPRESS:00003134: 53 [RunProcedure] 0x0054 (name="DOPREFS" nargs=0)
TILEFALL\PLAY:00002961: 53 [RunProcedure] 0x0047 (name="KEYPRESS" nargs=1)
TILEFALL\MAIN:00000618: 53 [RunProcedure] 0x03F2 (name="PLAY" nargs=0)
TOOLBAR\TBARLINK: [Lua] modules/toolbar.lua:84
TILEFALL\START:00000072: 53 [RunProcedure] 0x0012 (name="TBARLINK" nargs=1)
stack traceback:
    [C]: in function 'error'
    dialog.lua:1502: in method 'init'
    dialog.lua:2296: in function <dialog.lua:2254>
    (...tail calls...)
    fns.lua:690: in function 'fns.Dialog'
    ops.lua:1032: in function 'ops.CallFunction'
    runtime.lua:899: in function <runtime.lua:884>
    [C]: in function 'xpcall'
    runtime.lua:1018: in method 'pcallProc'
    runtime.lua:1064: in method 'callProc'
    modules/toolbar.lua:84: in field 'fn'
    runtime.lua:301: in method 'pushNewFrame'
    ops.lua:1002: in function 'ops.RunProcedure'
    runtime.lua:899: in function <runtime.lua:884>
    [C]: in function 'xpcall'
    runtime.lua:1018: in method 'pcallProc'
    runtime.lua:1305: in function 'runtime.runOpo'