http://bugs.winehq.org/show_bug.cgi?id=60121 --- Comment #3 from EpicTux123 <EpicTux123@proton.me> --- (In reply to Hans Leidekker from comment #2)
This command should tell you if you have a drive with a unique serial number:
$ wine wmic diskdrive get serialnumber
There should be at least one that's not 'WINEHDISK'. If not then that may be the reason the DRM doesn't accept your system. There may be other reasons too but the fact that some people have success by attaching an external drive suggests that this property is involved. Note that not all drives (internal or external) expose a serial number on Linux. We can't do anything that in Wine.
Yep, I do have one: SerialNumber ADATA-LEGEND-860-[REDACTED] WINEHDISK It is a 12-character serial consisting of random uppercase letters and numbers. https://wiki.multitheftauto.com/wiki/Client_on_Linux_Manual#Known_issues:~:t... says the output of $ ls -l /dev/disk/by-id should contain at least any entry starting with "ata-" or "scsi-", which is not my case (everything starts with "nvme" only). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.