Audio Modelling Orchestra - supposedly wine compatible but...

Questions about Wine on Linux
Locked
SquashPanache
Newbie
Newbie
Posts: 2
Joined: Fri Apr 14, 2023 1:55 pm

Audio Modelling Orchestra - supposedly wine compatible but...

Post by SquashPanache »

I bought an orchestral collection, that apparently has wine support, but I'm struggling to get it installed.

https://kb.audiomodeling.com/en/c/compa ... -on-linux/

I've installed a bunch of winetricks packages, windows versions and most recently `sudo sysctl dev.i915.perf_stream_paranoid=0`.
The error list is getting smaller but I'm running out of things to try.
No word from AM -- emailing every two weeks.

Any ideas what I might try?
My partner built some apis around this, and I failed to test it before they went to the trouble... the guilt...

Code: Select all

__NV_PRIME_RENDER_OFFLOAD=1 wine64 AudioModelingSoftwareCenter-1.1.2-328-windows-x64-installer.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 8.5 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0048:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0060:fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
0060:fixme:advapi:ReportEventA (00000000CAFE4242,0x0004,0x0000,0x00000064,0000000000000000,0x0001,0x00000000,000000000212F900,0000000000000000): stub
0060:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000064,0000000000000000,0x0001,0x00000000,0000000000256FC0,0000000000000000): stub
0060:fixme:winsock:WSAIoctl SIO_UDP_CONNRESET stub
0060:fixme:winsock:WSAIoctl SIO_UDP_CONNRESET stub
0060:fixme:advapi:ReportEventA (00000000CAFE4242,0x0004,0x0000,0x00000064,0000000000000000,0x0001,0x00000000,000000000212F900,0000000000000000): stub
0060:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000064,0000000000000000,0x0001,0x00000000,0000000000256FC0,0000000000000000): stub
0058:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0058:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0058:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0058:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
0060:fixme:advapi:ReportEventA (00000000CAFE4242,0x0004,0x0000,0x00000064,0000000000000000,0x0001,0x00000000,000000000212F900,0000000000000000): stub
0060:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000064,0000000000000000,0x0001,0x00000000,0000000000256FC0,0000000000000000): stub
0060:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 000000000212F978 000000000212F970
00ac:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00ac:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00ac:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00ac:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00ac:fixme:wineusb:query_id Unhandled ID query type 0x5.
00ac:fixme:wineusb:query_id Unhandled ID query type 0x5.
00ac:fixme:wineusb:query_id Unhandled ID query type 0x5.
002c:fixme:ver:GetCurrentPackageId (000000000067FD70 0000000000000000): stub
0034:fixme:ver:GetCurrentPackageId (00000000006AFD70 0000000000000000): stub
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

0120:fixme:ver:GetCurrentPackageId (00000000006AFD70 0000000000000000): stub
003c:fixme:ver:GetCurrentPackageId (00000000006BFD70 0000000000000000): stub
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Audio Modelling Orchestra - supposedly wine compatible but...

Post by jkfloris »

that apparently has wine support
The linked manual uses a very old version of Wine and third-party software. I don't expect it will work with a modern Wine version.
I've installed a bunch of winetricks packages
Only install winetricks components if you really need them. They can cause more harm than good.
Try to install the program in a clean wineprefix (ie. remove ~/.wine or use the WINEPREFIX variabele).

To start the installation program, I had to use the following commands:

Code: Select all

# Go to the directory where you extracted "AudioModelingSoftwareCenter-1.1.2-328-windows-x64-installer.zip"
cd ~/Downloads
# Start the installer with the "--mode win32" option
wine AudioModelingSoftwareCenter-1.1.2-328-windows-x64-installer.exe --mode win32
SquashPanache
Newbie
Newbie
Posts: 2
Joined: Fri Apr 14, 2023 1:55 pm

Re: Audio Modelling Orchestra - supposedly wine compatible but...

Post by SquashPanache »

Awesome, thank you!
Got through the Software Center install.

Trying to login with my account,
No characters when typing into the fields.
I can right-click paste, but also see no characters.

Related to the missing fonts in the fix-me's?

The login button causes the INTERNET messages.

Common phenomena?
audio_modeling__.jpg
befloibent
Newbie
Newbie
Posts: 2
Joined: Mon Apr 17, 2023 12:40 pm

Re: Audio Modelling Orchestra - supposedly wine compatible but...

Post by befloibent »

For what it's worth, I have previously been able to run SWAM Trumpets and Saxophones v3.0 successfully on Linux Mint. I come here now because I'm having having troubles installing the new Software Center (the older functioning version forces an "upgrade"). I contacted Audio Modeling and they gave me access to the individual product installers for Saxes and Trumpets (v3.7), and those fail in the same way as the Software Center. The "--mode win32" option does get me farther but I end up in the same place as you, Squash.

I'll certainly post if I make any further progress. Thanks.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Audio Modelling Orchestra - supposedly wine compatible but...

Post by jkfloris »

I don't know what exactly goes wrong. A workaround is to install dxvk with winetricks.
befloibent
Newbie
Newbie
Posts: 2
Joined: Mon Apr 17, 2023 12:40 pm

Re: Audio Modelling Orchestra - supposedly wine compatible but...

Post by befloibent »

Aha! I had previously installed dxvk, but was using a fresh wineprefix with your previous --mode win32 suggestion. Now using both, the Software Center installs, and my instruments install. The Trumpets get stuck on Installing... but it seems to work anyway.

Thank you so much!! Solved for me, but I'll let the OP chime in on that.
Locked