Closed jeff-h closed 9 months ago
That one bug is one that is hard to track down
@jeff-h @ltecheroffical I believe that ObjC.catchException
accepts a NSError
in addition to the block which has been supplied. I suspect if you check that error which is returned you would discover that the process could not be launched (possibly because it cannot be found).
waitUntilExit
does nothing in this case as the process hasn't been launched. Checking the terminationStatus
results in the "task not launched" error because indeed in this case the task not been launched.
@rwbutler Maybe it's a good idea to use a direct path but once it is corrected it shows "launch path not accessible"
We can use the system install of qemu to get it working. My suggestion is add a settings pane that you can use to configure settings of the application as well as the qemu path and link the qemu website in case it isn't installed
I fixed the issue by using a direct path, but that won't work assuming so a settings menu is peferred
You may want to check this: https://github.com/macmade/QEMU-Manager/issues/9
You may want to check this: #9
I would recommend not forcing users to build the project so when it is finished we can use the releases, not be forced to build from source. Allowing users to set binaries without rebuilding the project works better and the app is lacking a settings menu and that could be helpful as well.
You may want to check this: #9
I would recommend not forcing users to build the project so when it is finished we can use the releases, not be forced to build from source. Allowing users to set binaries without rebuilding the project works better and the app is lacking a settings menu and that could be helpful as well.
Well, this is an open source project, so I would recommend you contribute if you have recommendations.
GitHub is not a marketplace for apps, nor a tech support site. This is a personal, ongoing project.
if something is not good for you, you can fork and modify, or find another project.
I built this myself and have been getting "task not launched" errors. I'm wondering if you have ever had these, or might have any thoughts as to what could be causing them?
It's really very odd; attempts to access the
process.terminationStatus
are resulting in the "task not launched" error. Clearly the process is launched and shouldwaitUntilExit
. What's most odd is that I added the following debugging code, and the error went away.Unfortunately this only got me past the launch crash. I was able to create a VM but when I double click it in the "QEMU Library" window, I get the error again, and was unable to easily find the code causing it.