openMSX / openMSX

the MSX emulator that aims for perfection
http://openmsx.org
443 stars 100 forks source link

Error executing hot key command: invalid command name "lmap" #1599

Closed tessmsx closed 7 months ago

tessmsx commented 7 months ago

Just updated OpenMSX to 19.1, fresh installation and deleting all old files, including user .openmsx folder. Im running OpenMSX in macOS Catalina 10.15.7

When opening Hardware -> Change Machine or Hardware -> Extensions I have the following error: Error executing hot key command: invalid command name "lmap"

screenshot

MBilderbeek commented 7 months ago

That's strange, lmap should be a bulit-in Tcl command: https://wiki.tcl-lang.org/page/lmap

Did you build openMSX yourself or did you use a downloaded binary? If the latter, where did you download it?

MBilderbeek commented 7 months ago

What does this command show on the console: puts $tcl_version

tessmsx commented 7 months ago

I have installed using Brew, no error msgs were displayed at the end.

puts $tcl_version 8.5

MBilderbeek commented 7 months ago

openMSX requires TCL 8.6.

If you download the DMG from our website instead, it will work fine.

Please report this issue at the homebrew project.

tessmsx commented 7 months ago

Yes, I have installed the DMG and it reports TLC 8.6 and it works as expected. I will report to Homebrew Project. Thanks for your support.

MBilderbeek commented 7 months ago

Feel free to link to the report here. Enjoy! Glad we could help.