http://bugs.winehq.org/show_bug.cgi?id=11168
Summary: DVRManager + MFServer: Crashes Product: Wine Version: 0.9.52. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: god2blief@gmx.net
Both the DVRManager and the MFServer are crashing with (exactly?) the same output in the console when operating certain functions, e.g. after submitting username and password for the local machine when setting up the MFServer.
Colsole-output when crashing: http://ubuntuusers.de/paste/28141/
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-13 12:52:33 --- Please test with wine-0.9.53. Also attach logs here (as files) do not link to external pastebins.
http://bugs.winehq.org/show_bug.cgi?id=11168
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-01-13 13:08:25 --- Confirming. With a hack like here below the crash is gone, so looks like a bug in netapi32
diff --git a/dlls/netapi32/access.c b/dlls/netapi32/access.c index 028c1ca..11f2a62 100644 --- a/dlls/netapi32/access.c +++ b/dlls/netapi32/access.c @@ -812,7 +812,7 @@ NET_API_STATUS WINAPI NetUserChangePassword(LPCWSTR domainname, LPCWSTR username FIXME("Ignoring domainname %s.\n", debugstr_w(domainname));
if((user = NETAPI_FindUser(username)) == NULL) - return NERR_UserNotFound; + return 0;//NERR_UserNotFound;
if(lstrcmpW(user->user_password, oldpassword) != 0) return ERROR_INVALID_PASSWORD;
http://bugs.winehq.org/show_bug.cgi?id=11168
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://kathrein.de/esc- | |kathrein/data/receiver/pc- | |programm/dvr-manager-2007- | |12-18.zip Keywords| |download
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-01-13 13:09:37 --- oh, and please add downloadlinks to the bug; that way you have more chance to get it solved quicker
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #4 from causa prima god2blief@gmx.net 2008-01-14 02:09:57 --- This was my first bug report, so I'm sorry for the things I did wrong.
I will test it with wine-0.9.53 when it's in the official ubuntu-repos, I think it will in a few days.
I wasn't shure I was proposed to set a downloadlink here rather tahn in the AppDB. DL-Link : http://kathrein.de/esc-kathrein/data/receiver/pc-programm/dvr-manager-2007-1...
How can I use this hack? I'm still a noob in many things on linux, so please explain so I can use and test this hack!
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #5 from causa prima god2blief@gmx.net 2008-01-14 02:20:26 --- Created an attachment (id=10238) --> (http://bugs.winehq.org/attachment.cgi?id=10238) wine console output on crash
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #6 from Anastasius Focht focht@gmx.net 2008-01-14 04:56:02 --- Created an attachment (id=10241) --> (http://bugs.winehq.org/attachment.cgi?id=10241) patch which adds message id 2221 resource to fix crash for NERR_UserNotFound
Hello,
the crash is due to wine missing system message resource and sloppy application programming.
Netapi isn't fleshed out yet to support this type of network user functions so returning error in NetUserChangePassword() seems reasonable. Despite what NetUserChangePassword() api name might imply - this call is just used to verify if given NT user login credentials (username + password) are correct (for later use).
The application tries to translate NERR_UserNotFound by making the following call:
--- snip --- FormatMessageA (0x1300,(nil),2221,0x400,0x34d604,128,(nil)) --- snip ---
The FormatMessageA call fails because wine doesn't define this message resource (last error: ERROR_RESOURCE_LANG_NOT_FOUND). The application doesn't check the return code and straight accesses the system allocated buffer (which isn't allocated at all because the resource is not defined), causing the crash.
The following patch should fix the crash, correctly returning message resource. French and korean message resource use their english counterpart (there are lots of untranslated ones so no harm).
Regards
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #7 from causa prima god2blief@gmx.net 2008-01-14 08:01:59 --- I'm just too stupid, can someone tell me how to apply this patch? And, will this make the MFServer work or will it just fix the crash-problem?
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-01-14 11:53:56 --- @causa: patch -Np1 -i name_of_patch, do that in wine's source tree , then recompile, and report back. Thx
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #9 from causa prima god2blief@gmx.net 2008-01-14 16:00:52 --- I can't compile: http://ubuntuusers.de/paste/28890/ I'm a noob, so I don't know where the problem is. It took me 3 hours to understand that I have to download the source packages and apply the patches to them before compiling.
And there's still my question: Which patch should I apply? The one by Louis or the one by Anastasius?
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #10 from causa prima god2blief@gmx.net 2008-01-16 02:08:59 --- Got it compiled, but don't know if the patch was applied. How can I test this? MFServer still crashes with the same output.
http://bugs.winehq.org/show_bug.cgi?id=11168
Marc Leonhard winebugs@marcleonhard.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winebugs@marcleonhard.de
--- Comment #11 from Marc Leonhard winebugs@marcleonhard.de 2008-03-17 05:49:40 --- Hi,
the patches up there works fine. Thanks for that.
But there is another bug? When i tried to set a new source (example pictures) i can choose a folder and when i want to apply this (with "Hinzufügen" or "Add") the mfserver crashs.
Has anybody a idea to fix that? I have attached the console output.
Thanks Marc
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #12 from Marc Leonhard winebugs@marcleonhard.de 2008-03-17 05:51:31 --- Created an attachment (id=11446) --> (http://bugs.winehq.org/attachment.cgi?id=11446) Console output from crash
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #13 from Austin English austinenglish@gmail.com 2008-12-08 17:20:48 --- Still present in 1.1.10.
http://bugs.winehq.org/show_bug.cgi?id=11168
panther@toppoint.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |panther@toppoint.de
--- Comment #14 from panther@toppoint.de 2009-06-25 07:21:55 --- Still present in 1.1.24
err:service:load_reg_multisz Error 1804 while reading value L"DependOnGroup" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"pfc" - skipping err:service:load_reg_multisz Error 1804 while reading value L"DependOnService" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"TVersityMediaServer" - skipping
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #15 from panther@toppoint.de 2009-06-25 13:28:25 --- (In reply to comment #14)
Still present in 1.1.24
err:service:load_reg_multisz Error 1804 while reading value L"DependOnGroup" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"pfc" - skipping err:service:load_reg_multisz Error 1804 while reading value L"DependOnService" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"TVersityMediaServer" - skipping
Now I have installed TVersity Free
the errors are gone...
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #16 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-25 13:37:32 --- (In reply to comment #15)
(In reply to comment #14)
Still present in 1.1.24
err:service:load_reg_multisz Error 1804 while reading value L"DependOnGroup" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"pfc" - skipping err:service:load_reg_multisz Error 1804 while reading value L"DependOnService" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"TVersityMediaServer" - skipping
Now I have installed TVersity Free
the errors are gone...
Those messages are probably from another installed app. I'll send a pacth for the problem of the missing systemmessage described above
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #17 from panther@toppoint.de 2009-06-25 13:41:17 --- panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe fixme:share:NetShareEnum Stub ((null) 502 0x33dc4c -1 0x33dc40 0x33dc50 0x33dc54) wine: Unhandled page fault on read access to 0x000008ad at address 0x40f393 (thread 0026), starting debugger... Unhandled exception: page fault on read access to 0x000008ad in 32-bit code (0x0040f393). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:0040f393 ESP:0033d978 EBP:0033db24 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00000000 EBX:000008ad ECX:0000001f EDX:c0000109 ESI:000008ad EDI:001386e0 Stack dump: 0x0033d978: 00000009 7eda7830 0041078a 000008ad 0x0033d988: 00000000 00000000 00000001 73ea86d4 0x0033d998: 0033dad0 0041ea88 00000000 0040bf3c 0x0033d9a8: 0033d9b4 0033d9cc 0033eef4 746e6170 0x0033d9b8: 00726568 00000006 00135e78 00000007 0x0033d9c8: 0000000d 70713031 00006c61 00000007 Backtrace: =>0 0x0040f393 in mfserver (+0xf393) (0x0033db24) 1 0x73dd23bf in mfc42 (+0x23bf) (0x0033db54) 2 0x73e3dead in mfc42 (+0x6dead) (0x0033db78) 3 0x73dd3244 in mfc42 (+0x3244) (0x0033dbc8) 4 0x73dd1bf1 in mfc42 (+0x1bf1) (0x0033dc48) 5 0x73dd1b9b in mfc42 (+0x1b9b) (0x0033dc68) 6 0x73dd1b05 in mfc42 (+0x1b05) (0x0033dcc8) 7 0x73dd1a58 in mfc42 (+0x1a58) (0x0033dce8) 8 0x73e6847d in mfc42 (+0x9847d) (0x0033dd14) 9 0x7eb7a27a WINPROC_wrapper+0x1a() in user32 (0x0033dd44) 10 0x7eb7a6ca WINPROC_wrapper+0x46a() in user32 (0x0033dd84) 11 0x7eb7d4f5 in user32 (+0xad4f5) (0x0033e254) 12 0x7eb7fa8e in user32 (+0xafa8e) (0x0033e294) 13 0x7eb3e8b1 in user32 (+0x6e8b1) (0x0033e2f4) 14 0x7eb43bb5 in user32 (+0x73bb5) (0x0033e354) 15 0x7eb440cc SendMessageW+0x4c() in user32 (0x0033e394) 16 0x7eae882e in user32 (+0x1882e) (0x0033e464) 17 0x7eae964a in user32 (+0x1964a) (0x0033e484) 18 0x7eb7a27a WINPROC_wrapper+0x1a() in user32 (0x0033e4b4) 19 0x7eb7a6ca WINPROC_wrapper+0x46a() in user32 (0x0033e4f4) 20 0x7eb7f7e2 CallWindowProcA+0x52() in user32 (0x0033e534) 21 0x73dd216b in mfc42 (+0x216b) (0x0033e554) 22 0x73dd1bb2 in mfc42 (+0x1bb2) (0x0033e570) 23 0x73dd1b05 in mfc42 (+0x1b05) (0x0033e5d0) 24 0x73dd1a58 in mfc42 (+0x1a58) (0x0033e5f0) 25 0x73e6847d in mfc42 (+0x9847d) (0x0033e61c) 26 0x7eb7a27a WINPROC_wrapper+0x1a() in user32 (0x0033e64c) 27 0x7eb7a6ca WINPROC_wrapper+0x46a() in user32 (0x0033e68c) 28 0x7eb7d4f5 in user32 (+0xad4f5) (0x0033eb5c) 29 0x7eb7fa8e in user32 (+0xafa8e) (0x0033eb9c) 30 0x7eb3e9e6 DispatchMessageW+0x96() in user32 (0x0033ebdc) 31 0x7eb0aa09 IsDialogMessageW+0x129() in user32 (0x0033ed5c) 32 0x7eb3f468 IsDialogMessageA+0x68() in user32 (0x0033ed9c) 33 0x73de6795 in mfc42 (+0x16795) (0x0043147c) 34 0x00000202 (0x000800d4) 35 0x00000000 (0x00000000) 0x0040f393: repe movsl (%esi),%es:(%edi) Modules: Module Address Debug info Name (72 modules) PE 340000- 355000 Deferred pthreadvc2 PE 400000- 46d000 Export mfserver PE 10000000-10031000 Deferred libupnp PE 73dd0000-73ece000 Export mfc42 PE 780c0000-78121000 Deferred msvcp60 ELF 7b800000-7b954000 Deferred kernel32<elf> -PE 7b820000-7b954000 \ kernel32 ELF 7bc00000-7bcb1000 Deferred ntdll<elf> -PE 7bc10000-7bcb1000 \ ntdll ELF 7bf00000-7bf04000 Deferred <wine-loader> ELF 7e28b000-7e386000 Deferred ole32<elf> -PE 7e2a0000-7e386000 \ ole32 ELF 7e3fa000-7e421000 Deferred netapi32<elf> -PE 7e400000-7e421000 \ netapi32 ELF 7e44e000-7e481000 Deferred uxtheme<elf> -PE 7e450000-7e481000 \ uxtheme ELF 7e495000-7e49e000 Deferred libxcursor.so.1 ELF 7e49e000-7e4a3000 Deferred libxfixes.so.3 ELF 7e4a3000-7e4a7000 Deferred libxcomposite.so.1 ELF 7e4a7000-7e4af000 Deferred libxrandr.so.2 ELF 7e4af000-7e4b9000 Deferred libxrender.so.1 ELF 7e4b9000-7e4bf000 Deferred libxxf86vm.so.1 ELF 7e4bf000-7e4c2000 Deferred libxinerama.so.1 ELF 7e4c2000-7e4e3000 Deferred imm32<elf> -PE 7e4d0000-7e4e3000 \ imm32 ELF 7e4e3000-7e4e8000 Deferred libxdmcp.so.6 ELF 7e4e8000-7e502000 Deferred libxcb.so.1 ELF 7e502000-7e506000 Deferred libxau.so.6 ELF 7e506000-7e50b000 Deferred libuuid.so.1 ELF 7e50b000-7e5fa000 Deferred libx11.so.6 ELF 7e5fa000-7e60a000 Deferred libxext.so.6 ELF 7e60a000-7e622000 Deferred libice.so.6 ELF 7e622000-7e62b000 Deferred libsm.so.6 ELF 7e64b000-7e6e7000 Deferred winex11<elf> -PE 7e660000-7e6e7000 \ winex11 ELF 7e71b000-7e742000 Deferred libexpat.so.1 ELF 7e742000-7e76f000 Deferred libfontconfig.so.1 ELF 7e76f000-7e785000 Deferred libz.so.1 ELF 7e785000-7e7fc000 Deferred libfreetype.so.6 ELF 7e7fc000-7e8c4000 Deferred comctl32<elf> -PE 7e800000-7e8c4000 \ comctl32 ELF 7e8c4000-7e922000 Deferred shlwapi<elf> -PE 7e8d0000-7e922000 \ shlwapi ELF 7e922000-7eaae000 Deferred shell32<elf> -PE 7e930000-7eaae000 \ shell32 ELF 7eaae000-7ebf9000 Export user32<elf> -PE 7ead0000-7ebf9000 \ user32 ELF 7ebf9000-7ec9a000 Deferred gdi32<elf> -PE 7ec10000-7ec9a000 \ gdi32 ELF 7ec9a000-7ed07000 Deferred rpcrt4<elf> -PE 7ecb0000-7ed07000 \ rpcrt4 ELF 7ed07000-7ed1d000 Deferred libresolv.so.2 ELF 7ed3d000-7ed5d000 Deferred iphlpapi<elf> -PE 7ed40000-7ed5d000 \ iphlpapi ELF 7ed5d000-7edcc000 Deferred msvcrt<elf> -PE 7ed70000-7edcc000 \ msvcrt ELF 7edcc000-7ee22000 Deferred advapi32<elf> -PE 7ede0000-7ee22000 \ advapi32 ELF 7ee22000-7ee50000 Deferred ws2_32<elf> -PE 7ee30000-7ee50000 \ ws2_32 ELF 7ee50000-7ee5c000 Deferred libnss_files.so.2 ELF 7ee5c000-7ee67000 Deferred libnss_nis.so.2 ELF 7ee67000-7ee70000 Deferred libnss_compat.so.2 ELF 7ee75000-7ee90000 Deferred wsock32<elf> -PE 7ee80000-7ee90000 \ wsock32 ELF 7efba000-7efe0000 Deferred libm.so.6 ELF 7efe7000-7f000000 Deferred libnsl.so.1 ELF b7c7c000-b7c80000 Deferred libdl.so.2 ELF b7c80000-b7de3000 Deferred libc.so.6 ELF b7de4000-b7dfd000 Deferred libpthread.so.0 ELF b7e1d000-b7f58000 Deferred libwine.so.1 ELF b7f5a000-b7f78000 Deferred ld-linux.so.2 Threads: process tid prio (all id:s are in hex) 0000000c 00000012 0 0000000e 0 0000000d 0 0000000f 00000015 0 00000014 0 00000011 0 00000010 0 00000018 00000019 0 0000002c 00000036 0 00000035 15 0000002f 0 0000002d 0 00000046 0000002b 0 0000001f (D) C:\Programme\Kathrein\DVRManager\MFServer.exe 00000026 0 <== Backtrace: =>0 0x0040f393 in mfserver (+0xf393) (0x0033db24) 1 0x73dd23bf in mfc42 (+0x23bf) (0x0033db54) 2 0x73e3dead in mfc42 (+0x6dead) (0x0033db78) 3 0x73dd3244 in mfc42 (+0x3244) (0x0033dbc8) 4 0x73dd1bf1 in mfc42 (+0x1bf1) (0x0033dc48) 5 0x73dd1b9b in mfc42 (+0x1b9b) (0x0033dc68) 6 0x73dd1b05 in mfc42 (+0x1b05) (0x0033dcc8) 7 0x73dd1a58 in mfc42 (+0x1a58) (0x0033dce8) 8 0x73e6847d in mfc42 (+0x9847d) (0x0033dd14) 9 0x7eb7a27a WINPROC_wrapper+0x1a() in user32 (0x0033dd44) 10 0x7eb7a6ca WINPROC_wrapper+0x46a() in user32 (0x0033dd84) 11 0x7eb7d4f5 in user32 (+0xad4f5) (0x0033e254) 12 0x7eb7fa8e in user32 (+0xafa8e) (0x0033e294) 13 0x7eb3e8b1 in user32 (+0x6e8b1) (0x0033e2f4) 14 0x7eb43bb5 in user32 (+0x73bb5) (0x0033e354) 15 0x7eb440cc SendMessageW+0x4c() in user32 (0x0033e394) 16 0x7eae882e in user32 (+0x1882e) (0x0033e464) 17 0x7eae964a in user32 (+0x1964a) (0x0033e484) 18 0x7eb7a27a WINPROC_wrapper+0x1a() in user32 (0x0033e4b4) 19 0x7eb7a6ca WINPROC_wrapper+0x46a() in user32 (0x0033e4f4) 20 0x7eb7f7e2 CallWindowProcA+0x52() in user32 (0x0033e534) 21 0x73dd216b in mfc42 (+0x216b) (0x0033e554) 22 0x73dd1bb2 in mfc42 (+0x1bb2) (0x0033e570) 23 0x73dd1b05 in mfc42 (+0x1b05) (0x0033e5d0) 24 0x73dd1a58 in mfc42 (+0x1a58) (0x0033e5f0) 25 0x73e6847d in mfc42 (+0x9847d) (0x0033e61c) 26 0x7eb7a27a WINPROC_wrapper+0x1a() in user32 (0x0033e64c) 27 0x7eb7a6ca WINPROC_wrapper+0x46a() in user32 (0x0033e68c) 28 0x7eb7d4f5 in user32 (+0xad4f5) (0x0033eb5c) 29 0x7eb7fa8e in user32 (+0xafa8e) (0x0033eb9c) 30 0x7eb3e9e6 DispatchMessageW+0x96() in user32 (0x0033ebdc) 31 0x7eb0aa09 IsDialogMessageW+0x129() in user32 (0x0033ed5c) 32 0x7eb3f468 IsDialogMessageA+0x68() in user32 (0x0033ed9c) 33 0x73de6795 in mfc42 (+0x16795) (0x0043147c) 34 0x00000202 (0x000800d4) 35 0x00000000 (0x00000000)
ohoh a fixme! I war trying to configure a MFServer
Can anybody help?
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #18 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-25 13:45:29 --- (In reply to comment #17)
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe fixme:share:NetShareEnum Stub ((null) 502 0x33dc4c -1 0x33dc40 0x33dc50 0x33dc54)
I just sent the patch to fix that crash. See comment #6 for the cause of this crash
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #19 from panther@toppoint.de 2009-06-25 16:11:40 ---
I just sent the patch to fix that crash. See comment #6 for the cause of this crash
Thank you!
How to get it? Wait for 1.1.25?
I have ubuntu 9.04 with sources to wine directly
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #20 from Austin English austinenglish@gmail.com 2009-06-25 16:52:19 --- (In reply to comment #19)
I just sent the patch to fix that crash. See comment #6 for the cause of this crash
Thank you!
How to get it? Wait for 1.1.25?
I have ubuntu 9.04 with sources to wine directly
Panther
Apply the patch manually: http://www.winehq.org/pipermail/wine-patches/2009-June/074870.html
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #21 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-29 13:06:21 --- (In reply to comment #17)
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe fixme:share:NetShareEnum Stub ((null) 502 0x33dc4c -1 0x33dc40 0x33dc50
Can anybody help?
@panther: could you tell me how exactly the program works? Apparently one needs a password, and the username is already set to louis on my computer. Does one need to register or so?
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #22 from panther@toppoint.de 2009-06-30 03:09:21 --- (In reply to comment #21)
(In reply to comment #17)
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe fixme:share:NetShareEnum Stub ((null) 502 0x33dc4c -1 0x33dc40 0x33dc50 Can anybody help? @panther: could you tell me how exactly the program works? Apparently one
needs a password, and the username is already set to louis on my computer. Does > one need to register or so?
No, there is no registration, the programm wants to log in as "username" and start programms like "VLC 086c" and "MFServer" I think as it wants to stream videos to the Kathrein hardware.
The MFServer has to run permanently in background in order to respond to the requests of the Kathrein HW with the UPnP Client. So on the server there has to be "MFServer" to react.
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #23 from panther@toppoint.de 2009-07-05 14:33:45 --- Created an attachment (id=22206) --> (http://bugs.winehq.org/attachment.cgi?id=22206) Log from the problem
Version 1.1.25
fixme:share:NetShareEnum Stub ((null) 502 0x33dc4c -1 0x33dc40 0x33dc50 0x33dc54)
so...
strange: TVersity was installed with Wine
panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #24 from panther@toppoint.de 2009-07-18 02:44:39 --- Created an attachment (id=22424) --> (http://bugs.winehq.org/attachment.cgi?id=22424) Crash on 1.1.26
the first four line come up during start...
Then, I try to create an MFSServer, it is still the same error...
fixme:share:NetShareEnum Stub ((null) 502 0x33dc4c -1 0x33dc40 0x33dc50 0x33dc54)
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #25 from panther@toppoint.de 2009-08-10 00:48:08 --- Created an attachment (id=22956) --> (http://bugs.winehq.org/attachment.cgi?id=22956) Crash on 1.1.27
Hello,
on 1.1.27 this reaction
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #26 from panther@toppoint.de 2009-08-23 15:13:41 --- Created an attachment (id=23227) --> (http://bugs.winehq.org/attachment.cgi?id=23227) Crash on 1.1.28
Hello,
this time on 1128 some more Infos...
Does it help?
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #27 from panther@toppoint.de 2009-09-28 13:02:15 --- Created an attachment (id=23809) --> (http://bugs.winehq.org/attachment.cgi?id=23809) Crash on 1.1.30
here the new/old crash dump
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #28 from panther@toppoint.de 2009-10-12 02:59:26 --- Created an attachment (id=24047) --> (http://bugs.winehq.org/attachment.cgi?id=24047) Crash on 1.1.31
looks similar...
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #29 from panther@toppoint.de 2009-10-25 08:05:27 --- Created an attachment (id=24340) --> (http://bugs.winehq.org/attachment.cgi?id=24340) Crash on 1.1.32
another log...
see the first xifmes at startup
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #30 from panther@toppoint.de 2009-11-24 02:49:22 --- Created an attachment (id=24930) --> (http://bugs.winehq.org/attachment.cgi?id=24930) Crash on 1.1.33
and with this version...
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
panther@toppoint.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22206|0 |1 is obsolete| | Attachment #22424|0 |1 is obsolete| | Attachment #22956|0 |1 is obsolete| | Attachment #23227|0 |1 is obsolete| | Attachment #23809|0 |1 is obsolete| | Attachment #24047|0 |1 is obsolete| | Attachment #24340|0 |1 is obsolete| | Attachment #24930|0 |1 is obsolete| |
--- Comment #31 from panther@toppoint.de 2009-12-18 08:45:59 --- Created an attachment (id=25251) --> (http://bugs.winehq.org/attachment.cgi?id=25251) Crash on 1.1.34
here is the new crash-report with 1.1.34
panther
http://bugs.winehq.org/show_bug.cgi?id=11168
panther@toppoint.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25251|0 |1 is obsolete| |
--- Comment #32 from panther@toppoint.de 2009-12-21 01:23:12 --- Created an attachment (id=25326) --> (http://bugs.winehq.org/attachment.cgi?id=25326) Crash on 1.1.35
advapi fixme...
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
panther@toppoint.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25326|0 |1 is obsolete| |
--- Comment #33 from panther@toppoint.de 2010-02-11 06:03:44 --- Created an attachment (id=26199) --> (http://bugs.winehq.org/attachment.cgi?id=26199) Crash on 1.1.38
this time changes!!!
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
panther@toppoint.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26199|0 |1 is obsolete| |
--- Comment #34 from panther@toppoint.de 2010-06-24 08:35:46 --- Created an attachment (id=29111) --> (http://bugs.winehq.org/attachment.cgi?id=29111) Crash on 1.2 rc4
same crash ... :-(
http://bugs.winehq.org/show_bug.cgi?id=11168
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #35 from Anastasius Focht focht@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@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@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
http://bugs.winehq.org/show_bug.cgi?id=11168
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #36 from André H. nerv@dawncrow.de 2010-06-25 14:15:28 --- ill send a fix, but not today
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #37 from panther@toppoint.de 2010-06-25 15:48:33 --- sorry:
panther@Akela:/etc/uucp$ locale LANG=de_DE.UTF-8 LANGUAGE= LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL=
will try the workarround tommorow...
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #38 from panther@toppoint.de 2010-06-26 03:24:45 --- really does not crash anymore...
I got new work...
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe err:service:load_reg_multisz Error 1804 while reading value L"DependOnGroup" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"pfc" - skipping err:service:load_reg_multisz Error 1804 while reading value L"DependOnService" err:service:scmdatabase_load_services Error 1804 reading registry key for service L"TVersityMediaServer" - skipping fixme:advapi:RegisterEventSourceW ((null),L"bgsvcgen"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x73e7d4,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8 0x33dbbc)
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #39 from panther@toppoint.de 2010-06-26 06:02:14 --- with work_arround
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe
all OK...
but then starting the MFS-Server:
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8 0x33dbbc)
The Programm wants me to enter a password for my user to enable directory sharing...
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #40 from panther@toppoint.de 2010-06-26 06:03:28 --- for sharing directorties I use SAMBA...
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #41 from panther@toppoint.de 2010-06-26 11:48:02 --- with 1.2 rc5 the same
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8 0x33dbbc)
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #42 from André H. nerv@dawncrow.de 2010-06-28 11:50:14 --- german patch commited 74532c50096d518f1028a569d45d1bd6dcbfda6a
so maybe this can be seen as fixed (even if the nor and plk are note in)
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #43 from Paul Vriens Paul.Vriens.Wine@gmail.com 2010-06-28 12:20:59 --- Only the Norwegian part is missing (Łukasz patch for Polish was committed last week).
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #44 from Austin English austinenglish@gmail.com 2010-06-28 13:19:38 --- (In reply to comment #43)
Only the Norwegian part is missing (Łukasz patch for Polish was committed last week).
Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-June/090042.html
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #45 from Austin English austinenglish@gmail.com 2010-06-29 10:41:19 --- Norwegian patch committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=88d1a9bbff028e74265b5b...
http://bugs.winehq.org/show_bug.cgi?id=11168
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #46 from André H. nerv@dawncrow.de 2010-06-29 13:00:07 --- So all of the three missing translations got in -> fixed
http://bugs.winehq.org/show_bug.cgi?id=11168
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #47 from Alexandre Julliard julliard@winehq.org 2010-07-02 12:34:48 --- Closing bugs fixed in 1.2-rc6.
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #48 from panther@toppoint.de 2010-09-24 03:53:09 CDT --- panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe fixme:advapi:RegisterEventSourceW ((null),L"bgsvcgen"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x73e7d4,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--- Main Menue is shown.... selecting MFS-Server ... selecting Shareing Server...
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8 0x33dbbc) fixme:share:NetShareEnum Stub ((null) 502 0x33d538 -1 0x33d52c 0x33d53c 0x33d540)
--- asked for user/password....
so no crash anymore... but the NetShare does not work!
Any help? New Bug?
YS
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #49 from panther@toppoint.de 2010-09-24 03:55:10 CDT --- sorry:
It was test with version Wine 1.3.3
Panther
http://bugs.winehq.org/show_bug.cgi?id=11168
--- Comment #50 from Juan Lang juan_lang@yahoo.com 2010-09-24 10:45:39 CDT --- (In reply to comment #48)
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8 0x33dbbc) so no crash anymore... but the NetShare does not work!
Any help? New Bug?
This is a new bug. Don't expect it to get fixed anytime soon, though: a proper implementation of the Net* APIs is a large task, and not that many apps depend on them.
http://bugs.winehq.org/show_bug.cgi?id=11168
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |88d1a9bbff028e74265b5b3dc3f | |3524fd133f414 Component|-unknown |kernel32