inseven / opolua

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

[SameGame] Internal Error: opl.lua:364: bitmap mask cannot be larger than the bitmap! #442

Open kapfab opened 1 month ago

kapfab commented 1 month ago

Description

Error at launch

Metadata

Key Value
Title SameGame
Source URL https://archive.org/download/3-libjune-05/3LIBJUNE05.iso/library%2Fepocgames%2Fsamegame%2FSameGame130.sis

Details

opl.lua:364: bitmap mask cannot be larger than the bitmap!
TOOLBAR\TBARBUTT: [Lua] ?
SAMEGAME\INITTBAR:0000076F: 53 [RunProcedure] 0x001C (name="TBARBUTT" nargs=7)
SAMEGAME\APPINIT:00000589: 53 [RunProcedure] 0x004E (name="INITTBAR" nargs=0)
SAMEGAME\APPCONT1:0000037C: 53 [RunProcedure] 0x004A (name="APPINIT" nargs=0)
TOOLBAR\TBARLINK: [Lua] modules/toolbar.lua:84
SAMEGAME\MAIN:0000028F: 53 [RunProcedure] 0x0162 (name="TBARLINK" nargs=1)
stack traceback:
    [C]: in function 'error'
    opl.lua:364: in global 'gBUTTON'
    modules/toolbar.lua:99: in upvalue 'drawButton'
    modules/toolbar.lua:183: in field 'fn'
    runtime.lua:301: in method 'pushNewFrame'
    ops.lua:1002: in function 'ops.RunProcedure'
    runtime.lua:884: in function <runtime.lua:869>
    [C]: in function 'xpcall'
    runtime.lua:1003: in method 'pcallProc'
    runtime.lua:1049: 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:884: in function <runtime.lua:869>
    [C]: in function 'xpcall'
    runtime.lua:1003: in method 'pcallProc'
    runtime.lua:1290: in function 'runtime.runOpo'