toptensoftware / VBoxHeadlessTray

Run a VirtualBox machine in a tray icon
180 stars 23 forks source link

Access violation with VirtualBox 5.1 Beta 2 #20

Open GreenReaper opened 8 years ago

GreenReaper commented 8 years ago

An access violation occurs immediately when using this tool with VirtualBox 5.1 Beta 2.

VBoxHeadlessTray code appears to be calling an invalid function pointer. Most likely API structures have changed in a way which renders the tool incompatible.

Ideally this tool might detect this situation and provide some kind of unsupported warning in the event of future incompatible API changes, rather than just fall over. Maybe there's a version field it could check? (Could see this getting annoying if it did "work"; on the other hand this avoids silent corruption.)

agesome commented 7 years ago

Hi. Building VBoxHeadlessTray with 5.1 SDK seems to work; going to test on another machine later.

agesome commented 7 years ago

Okay, so I've been using a custom-built VBoxHeadlessTray with VBox 5.1 for a few days now. The only issue I've noticed is that an "inaccessible" machine is listed as empty entry.

@toptensoftware would you be willing to build and release a new version for 5.1? Or at least host binaries if they are provided?