https://bugs.winehq.org/show_bug.cgi?id=49053
Bug ID: 49053 Summary: Device selection box blank and NOT working (USB letter is blank and not selectable) Product: Wine-staging Version: 5.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pigeonskiller@libero.it CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Hi developers,
I reported this bug in AppDB too, but I am almost sure it depends on wine not on the app itself working flowlessly in real Windows...
I tried application Easy2Boot 2.02 from https://www.fosshub.com/Easy2Boot.html?dwl=Easy2Boot_v2.02.exe in Kubuntu 20.04 and wine-staging 5.7 emulating Win 10.
The application installs and works without errors, but at the moment to select letter for USB pendrive nothing appears.
Tried unsuccessfully some solutions found in forums, so I suppose that's a bug.
Please correct so also Wine users may use that incredible application!
Thanks and have a nice day.
https://bugs.winehq.org/show_bug.cgi?id=49053
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Summary|Device selection box blank |Easy2Boot (VB6 app) does |and NOT working (USB letter |not enumerate any USB |is blank and not |devices |selectable) | Component|-unknown |ntdll
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- It needs IOCTL_STORAGE_GET_DEVICE_NUMBER to succeed when passed a non-NULL input buffer, and presumably to also return a device type that isn't FILE_DEVICE_DISK.
Note that the application needs msvbvm60 (i.e. `winetricks -q vb6run`).
https://bugs.winehq.org/show_bug.cgi?id=49053
--- Comment #2 from pigeonskiller pigeonskiller@libero.it --- @Zebediah Figura
Thanks for your help but it does NOT work.
msvbvm60 is installed but the problem remains.
https://bugs.winehq.org/show_bug.cgi?id=49053
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- Yes, native msvbvm60 does not fix the problem. It's merely necessary to get the program to run in the first place. Presumably you already had it installed, or you wouldn't have encountered this bug.
As a side note, it's generally best to mention what workarounds you're using when you report a bug.