Steve Krause wrote: > I did a WINEDEBUG=+loaddll wine RCounts.exe and here is the terminal output: > > bash-3.1$ WINEDEBUG=+loaddll wine RCounts.exe > trace:loaddll:load_builtin_dll Loaded module L"KERNEL32.dll" : builtin > trace:loaddll:load_native_dll Loaded module L"C:\\Program Files\\Scholastic\\Reading Counts!\\RCounts.exe" : native > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\msvcrt.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\advapi32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\gdi32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\user32.dll" : builtin > trace:loaddll:load_native_dll Loaded module L"C:\\Program Files\\Scholastic\\Reading Counts!\\MFC42.DLL" : native > trace:loaddll:load_native_dll Loaded module L"C:\\Program Files\\Scholastic\\Reading Counts!\\MSVCP60.dll" : native > trace:loaddll:MODULE_LoadModule16 Loaded module "krnl386.exe" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "system.drv" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "gdi.exe" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "user.exe" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\winex11.drv" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\imm32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"KERNEL32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\explorer.exe" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\advapi32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\gdi32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\user32.dll" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "krnl386.exe" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "system.drv" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "gdi.exe" : builtin > trace:loaddll:MODULE_LoadModule16 Loaded module "user.exe" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\winex11.drv" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\imm32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\comctl32.dll" : builtin > trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\uxtheme.dll" : builtin > > Hope this helps. I have emailed the customer support and explained the situation. Hopefully, they will have some positive input and possibly send a demo. I will keep you posted. > > Can you run it with WINEDEBUG=+loadall,+relay? >From this output, it appears that neither of the richedit dlls are called. James McKenzie