cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Amazon Kindle For PC download location change + sha1sum #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) File download location and sha1sum checksums have changed.

2) Amazon Kindle For PC requires msvcr90 to run!

3) I still get a backtrace generated when trying to view a book within the 
application.

Original issue reported on code.google.com by rogerx....@gmail.com on 24 Nov 2011 at 4:37

Attachments:

GoogleCodeExporter commented 8 years ago
How does one apply the patch?

Original comment by trueabdr...@gmail.com on 1 Dec 2011 at 8:07

GoogleCodeExporter commented 8 years ago
From within /usr/bin, as /usr/bin/wintricks is just a script:

/usr/bin # patch -p0 < /home/user/wine.patch

or best to test first:

# patch -p0 --dry-run < /home/user/wine.patch

Fiddle with -p0 or -p1, or could manually delete the "/usr/bin/" folder 
locations as you already know what file is being patched.  It's a very simple 
patch and you could apply it manually!  (Just comment out the old w_download 
line and replace with the new w_download line!)

Original comment by rogerx....@gmail.com on 1 Dec 2011 at 10:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Now I get:

kindle install completed, but installed file 
/home/abdrahim/.local/share/wineprefixes/kindle/dosdevices/c:/Program 
Files/Amazon/Kindle For PC/Kindle.exe not found.

Kindle will not start

Original comment by trueabdr...@gmail.com on 14 Dec 2011 at 9:05

GoogleCodeExporter commented 8 years ago
Ok. Got it to work. I completely removed all of wine. Had to rename the 
applications file in /home.local/share. I installed wine1.3 afresh. Then use 
the manual download from the Kindle site, which I placed in my home directory, 
Using the wine windows loader. This put the Kindle menu items in wine whereas 
winetricks method previously did not - even when using configure wine.  
After all of this Kindle would not start. to make it work, I had to remove the 
Manifests folder from c:\programs\windows\winsxs. It finally now works. I hope 
this saves someone an entire evening or more.

Original comment by trueabdr...@gmail.com on 14 Dec 2011 at 4:10

GoogleCodeExporter commented 8 years ago
With the attached patch, you shouldn't have to manually download unless the 
sha1sum is failing again because they modified the source file again -- which 
is likely.

Your second issue, I'm unsure about because I didn't use winetricks to 
start/execute the Amazon Kindle application.  I used:

$ wine $HOME/.wine/drive_c/Program\ Files/Amazon/Kindle/Kindle.exe

I don't know why you performed a complete reinstall of Wine.

Another thought, does Kindle.exe work fine afterwards? 

(I'm using =app-emulation/wine-1.3.34)

Original comment by rogerx....@gmail.com on 15 Dec 2011 at 6:24

GoogleCodeExporter commented 8 years ago
Thanks so much for the tip about the manifests folder inside winsxs.  Got the 
new version of Kindle working now.

Original comment by bill.mul...@gmail.com on 8 Jan 2012 at 2:21

GoogleCodeExporter commented 8 years ago
I also got it working with the manifests trick, cheers!

Original comment by futsur...@gmail.com on 12 Jan 2012 at 1:20

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/winetricks/source/detail?r=722

Original comment by austinenglish@gmail.com on 19 Jan 2012 at 8:22