Hi, I've recently compiled fst-1.7 on a Slackware 10.1 system. Wine version is wine-20050310. I get the following error when I issue this command to try the "Kontakt2Demo.dll":
[EMAIL PROTECTED]:~/fst-1.7# ./fst /home/akj/Desktop/Kontakt2Demo.dll and this is what happens: wine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x40fffd80 in 32-bit code (0x4000a753). In 32 bit mode. Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:0000 EIP:4000a753 ESP:40e5f8e4 EBP:40e5f9dc EFLAGS:00210202( - 00 - -RI1) EAX:40fffd80 EBX:40015ff8 ECX:00000000 EDX:40e5f90c ESI:40e5fa24 EDI:40015cc0 Stack dump: 0x40e5f8e4: 00000000 00000000 00000000 00000000 0x40e5f8f4: 00000302 40166d20 7800305c 78003058 0x40e5f904: 000041ed 00000000 00000000 00000000 0x40e5f914: 00000000 00000000 00000000 00000238 0x40e5f924: 00000000 00020000 00000001 00000000 0x40e5f934: 446a1bb0 00000000 443fcf84 00000000 Backtrace: =>1 0x4000a753 _dl_catch_error in ld-linux.so.2 (0x40e5f9dc) 2 0x401672c1 _dlerror_run in libdl.so.2 (0x40e5fa0c) 3 0x40166cf1 GLIBC_2 in libdl.so.2 (0x40e5fa3c) 4 0x400335cc wine_dlopen in libwine.so.1 (0x40e5fa58) 5 0x40032d17 wine_get_es in libwine.so.1 (0x40e5fa88) 6 0x400332b8 wine_dll_load in libwine.so.1 (0x40e5fab4) 7 0x401a92bf in ntdll (+0x292bf) (0x40e5fd04) 8 0x401a9c10 in ntdll (+0x29c10) (0x40e5fd9c) 9 0x401a75c7 call_dll_entry_point in ntdll (0x40e5fe44) 10 0x401a7b27 call_dll_entry_point in ntdll (0x40e5fe78) 11 0x401aa758 LdrInitializeThunk in ntdll (0x40e5ff20) 12 0x404e7f8b in kernel32 (+0x47f8b) (0x40e5fff4) 13 0x40033cbd wine_switch_to_stack in libwine.so.1 (0x00000000) 0x4000a753 _dl_catch_error+0x43 in ld-linux.so.2: movl 0x0(%eax),%ecx Wine-dbg> Any thoughts? Best, Aaron.