https://bugs.winehq.org/show_bug.cgi?id=37344
Bug ID: 37344 Summary: Can't start SNMPc Server Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: imorphey@gmail.com
Created attachment 49660 --> https://bugs.winehq.org/attachment.cgi?id=49660 Log of SNMPc Server startup
Trying to start SNMPc Server on Linux Mint 17. It gives me a error. Bugtrace is attached.
https://bugs.winehq.org/show_bug.cgi?id=37344
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |https://www.castlerock.com/ | |download/SNMPcEval9000.exe CC| |focht@gmx.net Version|unspecified |1.6.2 Resolution|--- |DUPLICATE Summary|Can't start SNMPc Server |SNMPc 9 Network Manager | |crashes on unimplemented | |function | |wsnmp32.dll.SnmpStartup
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
your Wine version is too old.
Dupe of bug 35620
--- snip --- Unhandled exception: unimplemented function wsnmp32.dll.SnmpStartup called in 32-bit code (0x7b83aace). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7b83aace ESP:0033ede4 EBP:0033ee58 EFLAGS:00000287( - -- I S - -P-C) EAX:7b82695d EBX:7b8b5000 ECX:00000008 EDX:0033ee0c ESI:80000100 EDI:001419c8 ... Backtrace: =>0 0x7b83aace in kernel32 (+0x2aace) (0x0033ee58) 1 0x7dc0d1f8 in wsnmp32 (+0xd1f7) (0x0033ee90) 2 0x7dc0c93d in wsnmp32 (+0xc93c) (0x0033ef54) 3 0x1006db1e in crdbapi (+0x6db1d) (0x0033ef54) ... 0x7b83aace: subl $4,%esp Modules: Module Address Debug info Name (109 modules) PE 340000- 355000 Deferred crcuif PE 360000- 367000 Deferred crhelp PE 370000- 3b2000 Deferred crmem32 PE 3c0000- 3c8000 Deferred crdbapix PE 3d0000- 3fb000 Deferred crsnmp32 PE 400000- 407000 Export crserv PE 410000- 485000 Deferred snmpv3 PE 490000- 556000 Deferred libeay32 PE 560000- 5fb000 Deferred crcrpc PE 600000- 620000 Deferred crcrdb PE 620000- 674000 Deferred crctl32 PE 10000000-10d04000 Export crdbapi PE 5f400000-5f4f2000 Export mfc42 ELF 7b800000-7ba5b000 Dwarf kernel32<elf> -PE 7b810000-7ba5b000 \ kernel32 ... Threads: process tid prio (all id:s are in hex) ... 00000149 (D) C:\Program Files\SNMPc Network Manager\crserv.exe 00000145 0 <== --- snip ---
$ sha1sum SNMPcEval9000.exe a33e54f6a5d8675431953a409d4c1c80de776ba6 SNMPcEval9000.exe
$ du -sh SNMPcEval9000.exe 364M SNMPcEval9000.exe
$ wine --version wine-1.7.27-113-g5afbb6b
Regards
*** This bug has been marked as a duplicate of bug 35620 ***
https://bugs.winehq.org/show_bug.cgi?id=37344
Andrew imorphey@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |imorphey@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=37344
--- Comment #2 from Andrew imorphey@gmail.com --- Created attachment 49666 --> https://bugs.winehq.org/attachment.cgi?id=49666 Backtrace on wine 1.7.27
https://bugs.winehq.org/show_bug.cgi?id=37344
Andrew imorphey@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.6.2 |1.7.17
https://bugs.winehq.org/show_bug.cgi?id=37344
Andrew imorphey@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Version|1.7.17 |1.7.27 Resolution|DUPLICATE |---
--- Comment #3 from Andrew imorphey@gmail.com --- Still doesn't work
https://bugs.winehq.org/show_bug.cgi?id=37344
Andrew imorphey@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|SNMPc 9 Network Manager |SNMPc 7 Network Manager |crashes on unimplemented |crashes on unimplemented |function |function |wsnmp32.dll.SnmpStartup |wsnmp32.dll.SnmpStartup
https://bugs.winehq.org/show_bug.cgi?id=37344
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|SNMPc 7 Network Manager |SNMPc 7 Network Manager |crashes on unimplemented |crashes on unimplemented |function |function |wsnmp32.dll.SnmpStartup |wsnmp32.dll.SnmpOpen Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello Andrew,
that's a different issue.
You don't target different issues in a single bug until the app starts working. That's not how Wine/Bugzilla is supposed to work -> recycling of bugs should be avoided.
I'll let this one slip for now...
--- snip --- Unhandled exception: unimplemented function wsnmp32.dll.SnmpOpen called in 32-bit code (0x7b83af9e). --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa378226%28v=vs.85%2...
Even with stubs in place the server/manager app is not going to work anyway unless someone spends the time to implement WinSNMP API. This is an area of little interest/importance.
You could try with native wsnmp32 override(s) -> no support here. If that doesn't work you might want to look at native Linux products if you need a solution in near future.
Regards
https://bugs.winehq.org/show_bug.cgi?id=37344
--- Comment #5 from Andrew imorphey@gmail.com --- (In reply to Anastasius Focht from comment #4)
Hello Andrew,
that's a different issue.
You don't target different issues in a single bug until the app starts working. That's not how Wine/Bugzilla is supposed to work -> recycling of bugs should be avoided.
I'll let this one slip for now...
--- snip --- Unhandled exception: unimplemented function wsnmp32.dll.SnmpOpen called in 32-bit code (0x7b83af9e). --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa378226%28v=vs. 85%29.aspx
Even with stubs in place the server/manager app is not going to work anyway unless someone spends the time to implement WinSNMP API. This is an area of little interest/importance.
You could try with native wsnmp32 override(s) -> no support here. If that doesn't work you might want to look at native Linux products if you need a solution in near future.
Regards
Thank you for answer. Hope someone will solve this problem in future. Our company need to use SNMPc Network Manager with it funcionality.
https://bugs.winehq.org/show_bug.cgi?id=37344
--- Comment #6 from Austin English austinenglish@gmail.com --- https://source.winehq.org/patches/data/106940
avoids the crash, but as Focht said, this is unlikely to work anytime soon.
https://bugs.winehq.org/show_bug.cgi?id=37344
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |80c3a8f8bc58fff8725f52e23a4 | |f9860af0f95e7 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/80c3a8f8bc58fff8725f52e23a...
https://bugs.winehq.org/show_bug.cgi?id=37344
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.29.