Seth Michael Larson

Results 530 comments of Seth Michael Larson

Oh sure, thanks for keeping this issue up to date. Let me know if you learn more!

Yeah the issue is upstream, not with this library. Hopefully a fix will land and be released.

You may want to try creating a `Session` and locking the machine, then using the `session.machine.launch_vm_process()`?

I'll play around with this when I get time and give you a better answer. Typically when you have a machine that you want to lock you use the `session.machine`...

Look at the documentation for `Session.lock_machine()`.

I don't have a lot of time to work on this library. If you figure out the issue and have a patch I'd happily review it.

This might be a good place to start as this issue seems related: https://github.com/SethMichaelLarson/virtualbox-python/issues/102

Could you provide the output of: `nm -D [Wherever VirtualBox.so files are installed] | grep PyInit` to help me understand why the dynamic library isn't loading? I don't own a...

@printdhruv [Above I asked for information](https://github.com/SethMichaelLarson/virtualbox-python/issues/116#issuecomment-421443371) from you to better understand your case but you didn't reply. Could you respond to my question so I can attempt to fix your...

@nixjdm I'm wondering the same thing. I haven't heard anything on the issue or otherwise.