http://bugs.winehq.org/show_bug.cgi?id=30121
Bug #: 30121 Summary: charon crashes at start Product: Wine Version: 1.4-rc6 Platform: x86 URL: http://www.project2025.com/Charon.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: washuu@eastnews.com.pl Classification: Unclassified
Created attachment 39275 --> http://bugs.winehq.org/attachment.cgi?id=39275 simple backtrace, no changes in WINEDEBUG
Charon is free, downloadable application used for searching and testing open proxies in the Internet. It complaints at start on lack of MFC42.DLL, so I did
$winetricks mfc42
But even after that, program crashes with messages:
$ wine Charon.exe wine: Call from 0x7b839cf2 to unimplemented function msvcirt.dll.??0ofstream@@QAE@XZ, aborting wine: Unimplemented function msvcirt.dll.??0ofstream@@QAE@XZ called at address 0x7b839cf2 (thread 0009), starting debugger...
So I tried to copy msvcirt.dll from http://dll-files.com, and set this library to native, but with no avail.