I'm trying to use Wine on an Intel Mac (OS 10.4.11) to run the Amazon Kindle for PC app. I've installed Wine following the instructions at http://davidbaumgold.com/tutorials/wine-mac/ and when I do "wine KindleForPCinstaller.exe" from SH's $ prompt, it successfully creates the file "Kindle For PC.desktop" (which looks like a Windows shortcut or batch/shell file), although it does give the warnings fixme:system:SetProcessDPIAware stub!err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c} could be created for context 0x17 But, now I can't seem to run it - it says wine: Bad EXE format for Z:\Users\mlevin\Desktop\Kindle For PC.desktop how do I actually run the thing? thanks, Mike
On 9/25/10 12:56 PM, mlevin77 wrote:> I'm trying to use Wine on an Intel Mac (OS 10.4.11) to run the Amazon Kindle for PC app. I've installed Wine following the instructions at > > http://davidbaumgold.com/tutorials/wine-mac/ > > and when I do "wine KindleForPCinstaller.exe" from SH's $ prompt, it successfully creates the file "Kindle For PC.desktop" (which looks like a Windows shortcut or batch/shell file), although it does give the warnings > > fixme:system:SetProcessDPIAware stub!err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered > err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered > err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered > fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported > err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c} could be created for context 0x17 > > But, now I can't seem to run it - it says > > wine: Bad EXE format for Z:\Users\mlevin\Desktop\Kindle For PC.desktop > > how do I actually run the thing? >Find where it was installed using Finder by typing the following in Terminal: open $HOME/.wine and then navigating to .wine/drive_c/Program Files There should be a folder for the Kindle. Open that file and then look for a file ending in .exe In Terminal, type: cd $HOME/.wine/drive_c/Program\ Files/<directory for Kindle Program> wine <name of executable file> Replace the <directory for Kindle Program> with the actual directory name. You will have to 'escape' the space character with a backslash (\) character in front, like I did for the Program Files directory. Replace the <name of executable file> with the actual file name including the .exe extension. Post back any information given to this forum 'thread'. James McKenzie
mlevin77 wrote:> I'm trying to use Wine on an Intel Mac (OS 10.4.11) to run the Amazon Kindle for PC app. I've installed Wine following the instructions at > > http://davidbaumgold.com/tutorials/wine-mac/ > > and when I do "wine KindleForPCinstaller.exe" from SH's $ prompt, it successfully creates the file "Kindle For PC.desktop" (which looks like a Windows shortcut or batch/shell file), although it does give the warnings > > fixme:system:SetProcessDPIAware stub!err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered > err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered > err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered > fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported > err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c} could be created for context 0x17 > > But, now I can't seem to run it - it says > > wine: Bad EXE format for Z:\Users\mlevin\Desktop\Kindle For PC.desktop > > how do I actually run the thing? > > thanks, > > Mike.desktop files are useless junk on Macs.. you delete them. The way your using Wine, your going to have to launch fro the command line... by cd into the folder with the .exe and type "wine theexename.exe"
doh123 wrote:> launch fro the command line... by cd into the folder with the .exe and type "wine theexename.exe"ah. Ok; I found it, and did "wine KindleForPC.exe", and I see fixme:system:SetProcessDPIAware stub! err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c} could be created for context 0x17 and nothing else happens. Any ideas? thank you, Mike
dimesio wrote:> http://bugs.winehq.org/show_bug.cgi?id=21485aha - the beta works, right? is there a URL for the beta? thanks, Mike
mlevin77 wrote:> > dimesio wrote: > > http://bugs.winehq.org/show_bug.cgi?id=21485 > > > aha - the beta works, right? is there a URL for the beta? > > thanks, > > Mikehttp://nomo17k.wordpress.com/2010/06/11/installing-kindle-for-pc-on-debian-squeeze/ Should help