[Bug 32682] Failure setting the cursor to Cursors.Pen (IDC_PEN, 32631)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 30 14:35:48 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=32682

--- Comment #3 from Joel Snape <joel.snape at yahoo.com> ---
Created attachment 50609
  --> https://bugs.winehq.org/attachment.cgi?id=50609
Simple program displaying the issue

Well, I can't test the issue right now (because in my arch the current version
is 1.7.33) but before I noticed that (and because OCTGN no longer has this
problem) I made a simple program replicating the error (a simple .net
executable compiled with the command "wine
~/.wine/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/csc.exe
/r:System.dll /r:WPF/PresentationCore.dll ConsoleTest.cs") that someone with
the correct version can use to validate the resolution.

On my version (1.7.33) the issue still occurs with the following terminal
output:

fixme:thread:SetThreadStackGuarantee (0x32fc04): stub
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:advapi:RegisterTraceGuidsW (0x550b9c5c, 0x5516e048,
{e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x32cddc, (null), (null),
0x5516e048): stub
fixme:nls:GetUserPreferredUILanguages stub: 0 0x32e3f8 (nil) 0x32e3f4
fixme:thread:GetThreadPreferredUILanguages 0, 0x32e3f8, (nil) 0x32e3f4
hello

Unhandled Exception: fixme:advapi:RegisterTraceGuidsW (0x96047a, (nil),
{8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x32cbec, (null), (null), 0xca6a68):
stub
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
System.ComponentModel.Win32Exception: Resource type not found
   at MS.Win32.SafeNativeMethods.LoadCursor(HandleRef hInst, IntPtr iconId)
   at System.Windows.Input.Cursor.LoadCursorHelper(CursorType cursorType)
   at System.Windows.Input.Cursor..ctor(CursorType cursorType)
   at System.Windows.Input.Cursors.EnsureCursor(CursorType cursorType)
   at ConsoleTest.Main(String[] args)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list