http://bugs.winehq.org/show_bug.cgi?id=18334
Summary: Winedbg --auto dialog broken on OpenSolaris Product: Wine Version: 1.1.20 Platform: PC OS/Version: Solaris Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Running the test suite today on OpenSolaris, I noticed that the winedbg --auto crash dialog is broken.
Instead of the usual, Application crashed, report a bug, I got: "Internal errors - invalid parameters received"
Running with +winedbg doesn't show much...: sock_init: ERROR in sock_check_pollhup() fixme:ntoskrnl:KeInitializeSpinLock stub: 7ef8274c wine: Call from 7fb772eb to unimplemented function ntoskrnl.exe.KeInitializeMutex, aborting wine: Unimplemented function ntoskrnl.exe.KeInitializeMutex called at address 7fb772eb (thread 0015), starting debugger... Can't attach process 000f: error 6 wine: Call from 7fb772eb to unimplemented function ntoskrnl.exe.ExInitializeResourceLite, aborting wine: Unimplemented function ntoskrnl.exe.ExInitializeResourceLite called at address 7fb772eb (thread 001e), starting debugger... Can't attach process 0018: error 6
(That was a clean ~/.wine, then 'winetricks -q wmp9' to trigger a crash).