linbox-qt5 icon indicating copy to clipboard operation
linbox-qt5 copied to clipboard

Error in creating virtual machine

Open robinhood2014 opened this issue 2 years ago • 2 comments

I attempted to create a virtual machine for 86Box using Linbox, but nothing happens. In the terminal window, I get the following error output: FreeDOS (name of virtual machine)

Traceback (most recent call last):
  File "/home/falken/Applications/linbox-qt5/linbox.py", line 301, in ok
    vmhndlr.create_vm(self.vmname, self.run_method)
                                   ^^^^^^^^^^^^^^^
AttributeError: 'CreateWindow' object has no attribute 'run_method'

robinhood2014 avatar Oct 21 '23 23:10 robinhood2014