https://bugs.winehq.org/show_bug.cgi?id=31650
ricky.tigg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricky.tigg@gmail.com
--- Comment #6 from ricky.tigg@gmail.com --- Created attachment 64555 --> https://bugs.winehq.org/attachment.cgi?id=64555 Wine's STDERR
Wine does fail to find SCSI disks under Linux as Fedora (last stable version).
$ dnf list installed | grep ^wine | sed -n 1p wine.x86_64 4.8-2.fc30 @updates $ uname -r 5.0.17-300.fc30.x86_64 $ loginctl show-session `loginctl | sed -n '2p' | awk '{print $1}'` -p Type Type=wayland
Involved disk: $ lsblk -ido KNAME,PATH,TYPE,TRAN,SUBSYSTEMS | sed -n '1,2p' KNAME PATH TYPE TRAN SUBSYSTEMS sda /dev/sda disk sata block:scsi:pci
Output from execution of command `wine DiskInfo64.exe 2>wine_CrystalDiskInfo_8_1_x86_64` run into terminal emulator.
Graphical output; error message "Disk not found".