Werner LEMBERG wrote: >> If your software really is trying to use winsock to access the database, try >> running it with "WINEDEBUG=+winsock wine app.exe" to log the winsock calls >> that are being made. > > This gives > > trace:winsock:DllMain 0x7e6a0000 0x1 0x1 > trace:winsock:WSAStartup verReq=202 > trace:winsock:WSAStartup succeeded > trace:winsock:DllMain 0x7e6a0000 0x2 (nil) > fixme:actctx:parse_depend_manifests Could not find dependent assembly > L"Microsoft.VC80.CRT" > trace:winsock:DllMain 0x7e6a0000 0x3 (nil) > trace:winsock:WSAStartup verReq=2 > trace:winsock:WSAStartup succeeded > trace:winsock:DllMain 0x7e6a0000 0x2 (nil) > trace:winsock:DllMain 0x7e6a0000 0x2 (nil) > trace:winsock:DllMain 0x7e6a0000 0x0 0x1 > > Looks rather innocent to me.
It is probably irrelevant, but something is looking for the visual C 8 runtime and not finding it. You can install VC80 runtime with winetricks. Hin-Tak