forked from wine-mirror/wine
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Describe the bug:
Applications with USB access fail, e.g:
00dc:err:wineusb:DriverEntry Failed to initialize Unix library, status 0xc0000135.
00dc:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000135
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 126
Reproduce:
- Download and unpack: https://github.com/bottlesdevs/wine/releases/download/7.22/vaniglia-7.22-x86_64.tar.gz
- Search for wineusb in the extracted package:
find ~/Downloads/vaniglia/ -iname "*wineusb*"
This is the find result of wine-stable from a repository package:
$ find /opt/wine-stable/ -iname "*wineusb*"
/opt/wine-stable/lib/wine/i386-windows/wineusb.sys
/opt/wine-stable/lib/wine/i386-unix/wineusb.so
/opt/wine-stable/lib64/wine/x86_64-windows/wineusb.sys
/opt/wine-stable/lib64/wine/x86_64-unix/wineusb.so
My understanding is that wineusb is in upstream but vaniglia does not package this somehow. Is this correct or does "vanilla" imply that wineusb is an additional component?
Metadata
Metadata
Assignees
Labels
No labels