https://bugs.winehq.org/show_bug.cgi?id=50471
Alojzij Blatnik lojze.blatnik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lojze.blatnik@gmail.com
--- Comment #10 from Alojzij Blatnik lojze.blatnik@gmail.com --- My friend figured out that when installer doesn't work, you can do the following:
mkdir -p /home/user/.wine/drive_c/users/user/AppData/Local/Amazon/Kindle cd /home/user/.wine/drive_c/users/user/AppData/Local/Amazon/Kindle 7z -y x /tmp/KindleForPC-installer-1.31.60170.exe wine Kindle.exe
It also works with KindleForPC-installer-1.17.44170.exe
I tried to make it work in Docker container, but apparently there's more than that (there's connection error for version 1.17 and unstable browser when I tried to login in version 1.31).
Br