Problem with Wine on a Mac

Questions about Wine on macOS.
Locked
mlevin77
Level 1
Level 1
Posts: 5
Joined: Sat Sep 25, 2010 2:52 pm

Problem with Wine on a Mac

Post by mlevin77 »

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
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Problem with Wine on a Mac

Post by doh123 »

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"
mlevin77
Level 1
Level 1
Posts: 5
Joined: Sat Sep 25, 2010 2:52 pm

Re: Problem with Wine on a Mac

Post by mlevin77 »

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
mlevin77
Level 1
Level 1
Posts: 5
Joined: Sat Sep 25, 2010 2:52 pm

Post by mlevin77 »

actually, following another post I saw, I then installed Winetricks and DCOM98; that got rid of most of the errors but this one:

fixme:system:SetProcessDPIAware stub!

That doesn't seem like a fatal error, but the app never opens!

does anyone have this working?

thanks,

Mike
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

mlevin77 wrote: does anyone have this working?
http://bugs.winehq.org/show_bug.cgi?id=21485
mlevin77
Level 1
Level 1
Posts: 5
Joined: Sat Sep 25, 2010 2:52 pm

Post by mlevin77 »

aha - the beta works, right? is there a URL for the beta?

thanks,

Mike
kg4cjv
Newbie
Newbie
Posts: 1
Joined: Sun Sep 26, 2010 8:40 pm

Post by kg4cjv »

mlevin77 wrote:
aha - the beta works, right? is there a URL for the beta?

thanks,

Mike

http://nomo17k.wordpress.com/2010/06/11 ... n-squeeze/


Should help
mlevin77
Level 1
Level 1
Posts: 5
Joined: Sat Sep 25, 2010 2:52 pm

Wine program (Kindle) can't make internet connection

Post by mlevin77 »

ah, thanks!! That gets further - the program runs. When I try to connect to my account though, it complains that it can't get to their server. I think something is wrong with Wine's ability to use internet - here's what I see in the Terminal:

fixme:imm:ImmReleaseContext (0x10142, 0x198a10): stub
fixme:win:FlashWindowEx 0x32d640
fixme:win:FlashWindowEx 0x32dab0
fixme:win:FlashWindowEx 0x32b820
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 30000
err:wininet:NETCON_secure_connect SSL_connect failed: 12055
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub

any ideas?

thanks,

Mike
Locked