Thanks!
I installed wine32 from bullseye-backports
Code: Select all
apt install -t bullseye-backports wine32
So I tried installing kindle version 1.17
Code: Select all
wine ~/Downloads/KindleForPC-installer-1-17-44170.exe
The installer worked fine and kindle started fine, but was unable to connect to the internet. I googled and found this
https://askubuntu.com/a/1352999 but the instructions didn't work for me.
So then I tried kindle version 1.24
Code: Select all
wine ~/Downloads/KindleForPC-installer-1.24.51068.exe
but the console was filled with output, the kindle window was frozen.
I killed kindle and tried to look for error messages in the console
Code: Select all
[WARN][MazamaLog] ShellExecute 'about:blank' failed (error 31).
[INFO][RegistrationDialogWrapper] reloadWebview
[INFO][RegistrationDialogWrapper] Loading registration URL: https://www.amazon.com/ap/signin?openid.oa2.client_id=device%3A6e4536376e37534772746e4137663731726850745372357a5376365737623747367
a6e366e4a374d23413258494d4d3741435334475553&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns.oa2=http%3A%2F%2Fwww.amazon.com%2Fap%2Fext%2Foauth%2F2&
openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.oa2.scope=device_auth_acc
ess&openid.oa2.response_type=token&openid.return_to=https%3A%2F%2Fwww.amazon.com%2F&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&accountS
tatusPolicy=P1&pageId=amzn_mazama_pc_aui&openid.assoc_handle=amzn_mazama_desktop_us&disableLoginPrepopulate=1
0124:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
I again googled and found this
https://superuser.com/a/148319
I tried running
and got the same error.
So again I googled, found that debian wine doesn't include gecko, so downloaded wine-gecko-2.47.2-x86.msi from
https://wiki.winehq.org/Gecko and installed it with
Code: Select all
wine /tmp/wine-gecko-2.47.2-x86.msi
After that iexplore.exe started fine, but the kindle 1.24 installer still failed in the same way
So then I tried kindle version 1.39
Code: Select all
wine ~/Downloads/KindleForPC-installer-1.39.65323.exe
And that version installed perfectly and let me log in to amazon and showed my books.
Unfortunately I can't use that version for various reasons I won't go into here. Version 1.24 is the latest version I can use.