Problems with Installing applications via wine

Questions about Wine on macOS.
Locked
Rosegirt
Level 1
Level 1
Posts: 8
Joined: Sat Aug 10, 2013 2:25 pm

Problems with Installing applications via wine

Post by Rosegirt »

I installed wine via Homebrew, and worked out all the kinks. Homebrew reads wine as updated, and brew doctor, outputs that my system is ready to brew.

When I run an .exe via wine, everything starts up well for the first question (Eg. Would you like to install). When I hit next, the screen goes black, and the window doesn't pop up again. The Terminal output is as follows

Shrub:~ edwardgordon$ wine /Users/edwardgordon/Downloads/RTW/rld-rtwa/Launch.exe
Shrub:~ edwardgordon$ err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33dcbc L"Z:\\Users\\edwardgordon\\Downloads\\RTW\\rld-rtwa\\Rome - Total War(TM).msi"
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005 (-1073741819)
err:ole:xCall RpcChannelBuffer SendReceive failed, c0000005
err:ole:xCall RpcChannelBuffer SendReceive failed, 800706be

I'm using 10.8.4, and would appreciate any and all help. Thanks!
Tasty
Newbie
Newbie
Posts: 2
Joined: Sun Aug 25, 2013 6:22 pm

Re: Problems with Installing applications via wine

Post by Tasty »

Having a similar problem, though im not getting any error messages. My terminal and install wizard simply freezes. :(
Locked