Can't seem to install Eclipse-based IDE (MounRiver Studio) using Wine 8.0.1 on MacOS 14

Questions about Wine on macOS.
Locked
dalewheat
Newbie
Newbie
Posts: 1
Joined: Thu Oct 12, 2023 8:19 pm

Can't seem to install Eclipse-based IDE (MounRiver Studio) using Wine 8.0.1 on MacOS 14

Post by dalewheat »

I've got a Windows-only Eclipse-based IDE called MounRiver Studio that I'd *really* like to run on my M1 MacBook Pro, running Sonoma 14.0.

After installing Wine using Homebrew (according to the instructions), I can:

1) Double-click the installer
2) Right-click on the installer and select "Run with wine-stable"
3) Run "wine64 <installer.exe> in the installer's directory

All three launch Wine and I see a wine64-preloader icon in the taskbar with no visible windows. That's as far as it gets. I've let it run for hours, and no fun stuff ever happens after that.

I can see several "wine64-preloader" tasks running via Activity Monitor, one of which is using >91% of one of the cores. There's also a "wineserver" task running, as well.

When I launch from the command line, I get the following output:

Code: Select all

dalewheat@Dales-MacBook-Pro MounRiver_Studio_Setup_V190 % wine64 MounRiver_Studio_V190_Setup.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0108:err:environ:init_peb starting L"Z:\\Users\\dalewheat\\Downloads\\MounRiver_Studio_Setup_V190\\MounRiver_Studio_V190_Setup.exe" in experimental wow64 mode
0108:fixme:thread:GetThreadUILanguage : stub, returning default language.
0108:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0012D97C, 00000000 0012D9A4
0108:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0012D97C 00000000 0012D9A4) returning a dummy value (current locale)
0108:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0012D97C, 0224A680 0012D9A4
0108:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0012D97C 0224A680 0012D9A4) returning a dummy value (current locale)
0110:err:environ:init_peb starting L"C:\\users\\dalewheat\\Temp\\is-AA72M.tmp\\MounRiver_Studio_V190_Setup.tmp" in experimental wow64 mode
0110:fixme:thread:GetThreadUILanguage : stub, returning default language.
0110:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0012D9C8, 00000000 0012D9F0
0110:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0012D9C8 00000000 0012D9F0) returning a dummy value (current locale)
0110:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0012D9C8, 023BA680 0012D9F0
0110:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 0012D9C8 023BA680 0012D9F0) returning a dummy value (current locale)
0110:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010052 0x00000000
0110:fixme:uxtheme:BufferedPaintInit Stub ()
0110:fixme:win:DisableProcessWindowsGhosting : stub
0088:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
0088:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
0110:fixme:imm:ImeSetActiveContext (0001004C, 1): stub
0110:fixme:imm:ImmReleaseContext (00010052, 0001004C): stub
0110:fixme:graphics:ShutdownBlockReasonDestroy (00010052): stub
0110:fixme:graphics:ShutdownBlockReasonCreate (00010052, L"Installing"): stub
0110:fixme:rstrtmgr:RmStartSession 0065B078, 0, 0065B07C stub!
0118:err:environ:init_peb starting L"C:\\windows\\syswow64\\taskkill.exe" in experimental wow64 mode
0118:fixme:thread:get_thread_times not implemented on this platform
Error: Could not find process "MounRiver Studio.exe".
0110:fixme:graphics:ShutdownBlockReasonDestroy (00010052): stub
0110:fixme:graphics:ShutdownBlockReasonCreate (00010052, L"Installing MounRiver Studio."): stub
0110:fixme:system:EnableNonClientDpiScaling (0003005A): stub
0110:fixme:msg:ChangeWindowMessageFilterEx 0003005A c04d 1 00000000
0110:fixme:system:EnableNonClientDpiScaling (0004005A): stub
0110:fixme:msg:ChangeWindowMessageFilterEx 0004005A c04d 1 00000000
And there it sits, mocking me.

The one line that says, [Error: Could not find process "MounRiver Studio.exe".] holds promise, but I'm not sure what action I should take, based on that information.

Several hours of research on this forum and the larger Internet have revealed no mention of this being either "possible" or "doomed".

Thoughts?

I appreciate any guidance you might have to offer.


Thanks in advance,


Dale
Locked