Don't get app (airstudio) running at all

Questions about Wine on macOS.
Locked
HobbyDev
Newbie
Newbie
Posts: 2
Joined: Sun May 07, 2023 10:28 am

Don't get app (airstudio) running at all

Post by HobbyDev »

Hi, I am new to Wine and so I am running out of ideas helping my self quickly. I installed wine_devel (8.10) since I didn't got airstudio installed with the stable version. I used 'brew install --cask xquartz' and 'brew install --cask --no-quarantine wine_devel' to install it. During installation (I did not disable SIP) I got the message box that the developer could not be verified or so but I decided to not throw it in the Recycle bin but hit 'Cancel' twice. After this was done I startet the application and got these error messages:

Code: Select all

admin@MaggelBaggelBigBagPro airstudio % wine64 airstudio.exe
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0160:err:environ:init_peb starting L"C:\\Program Files (x86)\\airstudio\\airstudio.exe" in experimental wow64 mode
0160:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0160:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0160:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
wine: Unhandled exception 0x0eedfade in thread 160 at address 7B012511 (thread 0160), starting debugger...
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0168:err:environ:init_peb starting L"C:\\windows\\syswow64\\winedbg.exe" in experimental wow64 mode
0160:err:virtual:virtual_setup_exception stack overflow 1616 bytes addr 0x7bc538ea stack 0xc109b0 (0xc10000-0xc11000-0xd10000)
Process of pid=015c has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
0168:fixme:thread:get_thread_times not implemented on this platform                              
admin@MaggelBaggelBigBagPro airstudio % process  tid      prio    name (all IDs are in hex)
00000020 start.exe
        00000024    0
00000038 services.exe
        0000003c    0
        00000040    0     wine_rpcrt4_server
        0000004c    0     wine_rpcrt4_io
        00000074    0     wine_rpcrt4_io
        00000098    0     wine_rpcrt4_io
        000000b0    0     wine_rpcrt4_io
        000000c0    0
        000000ec    0     wine_rpcrt4_io
00000044 winedevice.exe
        00000048    0
        00000054    0
        00000058    0     wine_sechost_service
        0000005c    0
        00000060    0
        00000064    0
        000000bc    0
0000006c winedevice.exe
        00000070    0
        00000078    0
        0000007c    0     wine_sechost_service
        00000080    0
        00000084    0
        00000088    0
        0000008c    0
00000090 plugplay.exe
        00000094    0
        0000009c    0
        000000a0    0     wine_sechost_service
        000000a4    0     wine_rpcrt4_server
000000a8 svchost.exe
        000000ac    0
        000000b4    0
        000000b8    0     wine_sechost_service
000000c4 airStudio.exe
        0000010c    0
        00000110    0     wine_rpcrt4_server
        00000114    0
        00000118    0
000000cc explorer.exe
        000000d0    0
        000000d4    0
        000000d8    0     wine_rpcrt4_server
000000e4 rpcss.exe
        000000e8    0
        000000f4    0
        000000f8    0     wine_sechost_service
        000000fc    0     wine_rpcrt4_server
        00000100    0     wine_rpcrt4_server
        00000104    0     wine_rpcrt4_io
0000011c winedbg.exe
        00000120    0
00000154 conhost.exe
        00000158    0
winedbg: Internal crash at 0041BF2

My system is a MacBook Pro with M1 Chip, MacOS 13.4.1 (c). The software I am trying to install is:
AirStudio von jbmedia

Would be nice if someone could point me in the right direction! Many thanks in advance!
Locked