Dungeonseeker / linbox-qt5

A manager for 86Box written in Python using the PySide framework. Aims to be simple and easy to use.
MIT License
22 stars 4 forks source link

Error in creating virtual machine #6

Open robinhood2014 opened 11 months ago

robinhood2014 commented 11 months ago

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'
RGBProductions commented 8 months ago

For the devs: through some debugging, I found that it's pulling a value from the wrong input box

bromagosa commented 2 months ago

Same issue here. Any workarounds?