[Bug 11168] DVRManager + MFServer: Crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 24 15:37:08 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=11168


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #35 from Anastasius Focht <focht at gmx.net>  2010-06-24 15:37:08 ---
Hello,

--- quote ---
Crash on 1.2 rc4

same crash ... :-(
--- quote ---

--- snip ---
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8
0x33dbbc)
wine: Unhandled page fault on read access to 0x00000000 at address 0x40f393
(thread 002a), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0040f393).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:0040f393 ESP:0033d770 EBP:0033d91c EFLAGS:00210246(  R- --  I  Z- -P- )
 EAX:00000000 EBX:000008ad ECX:0000001f EDX:c0000109
 ESI:00000000 EDI:00140018
--- snip ---

The EDX register value is NT_STATUS_MESSAGE_NOT_FOUND ... that means
kernel32.FormatMessageA() could not find the message resource for
NERR_UserNotFound.

Seems not all error message resources are in sync for that error (and possibly
more):

--- snip ---
[focht at nexus wine-git]$ find ./dlls/kernel32/nls -iname "*.mc" -exec grep -H -n
"NERR_UserNotFound" {} \;
./dlls/kernel32/nls/winerr_nld.mc:3733:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_ptg.mc:3733:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_lth.mc:3733:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_dan.mc:3734:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_ita.mc:3734:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_fra.mc:3734:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_enu.mc:3732:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_kor.mc:3734:SymbolicName=NERR_UserNotFound
./dlls/kernel32/nls/winerr_jpn.mc:3736:SymbolicName=NERR_UserNotFound

[focht at nexus wine-git]$ find ./dlls/kernel32/nls -iname "*.mc" ! -exec grep -q
"NERR_UserNotFound" {} \; -print
./dlls/kernel32/nls/winerr_nor.mc
./dlls/kernel32/nls/winerr_deu.mc
./dlls/kernel32/nls/winerr_plk.mc
--- snip ---

Looking at your email address my guess is you might be running Wine/app with
german locale.
Post output 'locale' command.

If yes, set LC_ALL to english locale before starting the app to work around
missing message resource translations.
That should prevent the crash - this bug is about.

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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