VST Program Error (modules not loaded?)

Questions about Wine on Linux
Locked
A_Hipposhark
Newbie
Newbie
Posts: 1
Joined: Mon Jun 27, 2022 3:39 am

VST Program Error (modules not loaded?)

Post by A_Hipposhark »

I am on Ubuntu 20.04.4 and am currently loading a windows vst called synplant (dll file) into the LMMS DAW, however it pops up an error and at the top says that it couldn't load a main module. I don't know if the (2) means 2 modules or what.
Question is how can I load these modules, is it something I have to add to wine or something? I see below that it labels a bunch of modules "Deferred". Do I need to load all of those? I have pasted the error below.

Code: Select all

couldn't load main module (2)
Unhandled exception: unimplemented function urlmon.dll.414 called in 32-bit code (0x7bc76078).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
 EIP:7bc76078 ESP:00d7b8b8 EBP:00d7b91c EFLAGS:00000216(   - --  I   -A-P- )
 EAX:00d7b8c4 EBX:00000000 ECX:00000000 EDX:00000006
 ESI:00520ba8 EDI:00d7b954
Stack dump:
0x00d7b8b8:  00000000 00000000 00d7b8e0 80000100
0x00d7b8c8:  00000001 00000000 7bc76078 00000002
0x00d7b8d8:  712b648c 0000019e ffffffff 00521054
0x00d7b8e8:  00520ba8 00000000 00000000 00521728
0x00d7b8f8:  00000000 00000000 ffffffff 00000000
0x00d7b908:  00000000 00d7b92c 7121d304 00521620
Backtrace:
=>0 0x7bc76078 (0x00d7b91c)
  1 0x0059003c (0x00d7b9bc)
  2 0x7121df3c EntryPoint+0x1c6d6() in wininet (0x00d7bb08)
  3 0x7121cbc5 EntryPoint+0x1b35f() in wininet (0x00d7bb6c)
  4 0x712438d2 EntryPoint+0x4206c() in wininet (0x00d7bb90)
  5 0x7129192e CreateMD5SSOHash+0x15c40() in wininet (0x00d7bbe8)
  6 0x1008f942 EntryPoint+0xffffffff() in synplant (0x00d7dc64)
  7 0x00000202 (0x1016ac38)
  8 0x1000b130 EntryPoint+0xffffffff() in synplant (0x10010630)
0x7bc76078: addl	$12,%esp
Modules:
Module	Address			Debug info	Name (28 modules)
PE	10000000-102d6000	Export          synplant
PE	71200000-712f5000	Export          wininet
PE	74600000-747fb000	Deferred        iertutil
PE	7b020000-7b023000	Deferred        kernelbase
PE	7b420000-7b5db000	Deferred        kernel32
PE	7bc30000-7bc34000	Deferred        ntdll
PE	7eea0000-7eea4000	Deferred        imm32
PE	7f100000-7f104000	Deferred        rpcrt4
PE	7f1a0000-7f1a4000	Deferred        msvcrt
PE	7f270000-7f277000	Deferred        gdi32
PE	7f3e0000-7f4c8000	Deferred        user32
PE	7f600000-7f604000	Deferred        advapi32
PE	7f6b0000-7f6d8000	Deferred        ole32
PE	7ffd0000-7ffd4000	Deferred        version
PE	f5bb0000-f5bb4000	Deferred        ws2_32
PE	f66d0000-f66d3000	Deferred        rasapi32
PE	f66f0000-f66f4000	Deferred        uxtheme
PE	f6730000-f673b000	Deferred        winspool
PE	f6790000-f6793000	Deferred        usp10
PE	f6800000-f687e000	Deferred        comctl32
PE	f6970000-f6a52000	Deferred        comdlg32
PE	f6ad0000-f73a6000	Deferred        shell32
PE	f74f0000-f74f8000	Deferred        oleaut32
PE	f7610000-f7622000	Deferred        urlmon
PE	f76b0000-f76b3000	Deferred        shcore
PE	f76e0000-f76e8000	Deferred        shlwapi
PE	f77f0000-f77ff000	Deferred        setupapi
PE	f7a60000-f7a64000	Deferred        winex11
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) Z:\tmp\.mount_lmms-1wGk55e\usr\lib\lmms\RemoteVstPlugin.exe
	00000031    0
	0000002d    0
	0000002c    0
	0000002b    0
	0000002a    0 <==
	00000009    0
0000000e services.exe
	00000024    0
	0000001a    0
	00000015    0
	00000014    0
	00000013    0
	00000010    0
	0000000f    0
00000011 plugplay.exe
	00000017    0
	00000016    0
	00000012    0
00000018 winedevice.exe
	00000020    0
	0000001d    0
	0000001c    0
	0000001b    0
	00000019    0
0000001e explorer.exe
	00000029    0
	00000028    0
	00000023    0
	0000001f    0
00000021 winedevice.exe
	00000027    0
	00000026    0
	00000025    0
	00000022    0
System information:
    Wine build: wine-5.0 (Ubuntu 5.0-3ubuntu1)
    Platform: i386 (WOW64)
    Version: Windows 10
    Host system: Linux
    Host version: 5.13.0-51-generic
Locked