Magix SoundForge 17/18 Pro

Questions about Wine on Linux
Locked
Starfoxfs
Level 1
Level 1
Posts: 8
Joined: Fri Jan 17, 2025 8:41 am

Magix SoundForge 17/18 Pro

Post by Starfoxfs »

Hi,

i try to run Magix Soundforge 18 or 17 Pro and get the Error 57.

In Magix Forums theres a Thread how to run Music Maker on Linux. I tried Bottles with the Settings in the Magix Forums Thread and single Wine 9.0 RC4 on Linux Mint Cinnamon 22.1.

Both i get this Error 57

Anyone who get this working ?
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Magix SoundForge 17/18 Pro

Post by desessarts »

Hello

if I do

Code: Select all

WINEDEBUG=+loaddll  wine .wine_sound/drive_c/Program\ Files/SOUND\ FORGE/SOUND\ FORGE\ Pro\ 18/Forge18.exe >> /tmp/output.txt 2>&1
then I can see

Code: Select all

gg@debian:~ $ grep nload /tmp/output.txt 
0164:trace:loaddll:free_modref Unloaded module L"Z:\\home\\gg\\.wine_sound\\drive_c\\Program Files\\SOUND FORGE\\SOUND FORGE Pro 18\\gahelper_rel_u_dynMFC_x64_vc15.dll" : native
015c:trace:loaddll:free_modref Unloaded module L"Z:\\home\\gg\\.wine_sound\\drive_c\\Program Files\\SOUND FORGE\\SOUND FORGE Pro 18\\gahelper_rel_u_dynMFC_x64_vc15.dll" : native
and the .dll is here

Code: Select all

find .wine_sound/ -name "*vc15.dll"
.wine_sound/drive_c/Program Files/SOUND FORGE/SOUND FORGE Pro 18/gahelper_rel_u_dynMFC_x64_vc15.dll
Starfoxfs
Level 1
Level 1
Posts: 8
Joined: Fri Jan 17, 2025 8:41 am

Re: Magix SoundForge 17/18 Pro

Post by Starfoxfs »

Hi,
what do that mean ? the ...vc15.dll is there and now ?

I have searched Magix Forums and Error 57 means something with the connection to the Registration Servers from Magix.
Locked