https://bugs.winehq.org/show_bug.cgi?id=37842
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
can also be reproduced with PaintRibbon 1.x (.NET 3.5 SP1 app).
Download: http://download.cnet.com/PaintRibbon/3000-2191_4-10958115.html?part=dl-10119...
Prerequisite: 'winetricks -q dotnet35sp1 corefonts'
Work around bug 34764: 'winetricks -q windowscodecs'
Work around bug 15670:
--- snip --- $ wine reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion \ProfileList\S-1-5-21-0-0-0-1000" --- snip ---
Console output:
--- snip --- ... fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000de,0x3009b09c,0x69c610): stub err:eventlog:ReportEventW L"paintribbon.exe" err:eventlog:ReportEventW L"1.1.3.0" err:eventlog:ReportEventW L"4f678db7" err:eventlog:ReportEventW L"unknown" err:eventlog:ReportEventW L"0.0.0.0" err:eventlog:ReportEventW L"00000000" err:eventlog:ReportEventW L"0" err:eventlog:ReportEventW L"0575cff0" fixme:advapi:DeregisterEventSource (0xcafe4242) stub ...
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at MS.Win32.UnsafeNativeMethods.OleGetClipboard(IDataObject& data) at System.Windows.OleServicesContext.OleGetClipboard(IDataObject& dataObject) at System.Windows.Clipboard.GetDataObjectInternal() at System.Windows.Clipboard.GetDataObject() at System.Windows.Documents.TextEditorCopyPaste.OnQueryStatusPaste(Object target, CanExecuteRoutedEventArgs args) at System.Windows.Input.CommandBinding.OnCanExecute(Object sender, CanExecuteRoutedEventArgs e) --- snip ---
$ sha1sum paintribbonsetup.exe d74c6a5ddca61c0f62019db14657993cb552daf2 paintribbonsetup.exe
$ du -sh paintribbonsetup.exe 1.7M paintribbonsetup.exe
$ wine --version wine-1.7.33-191-ge899bd8
Regards