I just installed the latest version (LuaRT-1.4.0-x64) on a 64-bit Win 10 Pro (version 22H2) system. On starting the program, I get a popup box with the above title and the following error message:
"src/editor/package.lua:367: wxLua: Expected a 'wxbitmap' for
parameter 2, but got a 'nil'.
Function called: 'SetBitmap(wxMenuItem, nil)'
- wxMenultem::SetBitmap(wxMenultem(self), wxbitmap)
stack traceback:
[string "Initializer"]:1: in function <[string "Initializer"]:1>
[C]: in function 'SetBitmap'
src/editor/package.lua:367: in function 'MakeMenu'
src/editor/menufile.lua:18: in main chunk
[C]: in function 'dofile'
src/main.|ua:593: in main chunk
[string "Initializer"]:1: in function <[string "Initializer"]:1>
[C]: in function 'xpcall'
[string "Initializer"]:1: in main chunk"
When I click OK in the message box, the program exits.
Any suggestions on how to proceed?
Dennis