Wine for mac(x11) not running industry specefic software

Questions about Wine on macOS.
Locked
Jarred-Awesome
Newbie
Newbie
Posts: 1
Joined: Tue Jun 26, 2012 12:44 pm

Wine for mac(x11) not running industry specefic software

Post by Jarred-Awesome »

Hey Guys,

I have some software I need for my job. It is strictly for radio sales people in Canada. It dose not require any external hardware, or any special drivers. It's a stand alone piece of software.

I have all the technical requirements for it as well. It does require the installation of mono to replace dotnet. And it strictly runs in 32 bit.

Right now I am trying to run it it with WINEARCH being set at win32.

I have no idea why it wont open.

I have attached the results from the terminal to the bottom of this message.

PLEASE HELP!

Thanks in advance.


fixme:msvcr90:__clean_type_info_names_internal (0x10091388) stub
fixme:msvcr90:__clean_type_info_names_internal (0x13094558) stub
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
Jarreds-MacBook-Pro:microBBM jarredfeldstain$ WINEPREFIX=~/win32 wine microBBMApplication.exe
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
* Assertion at cominterop.c:465, condition `found' not met


abnormal program termination
fixme:msvcr90:__clean_type_info_names_internal (0x10091388) stub
fixme:msvcr90:__clean_type_info_names_internal (0x13094558) stub
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

You might try 'winetricks dotnet20'. Mono is often not sufficient,
and it seems to be throwing an assertion now (not quite sure).
Locked