[Bug 56715] New: 05cc:fixme:netbios:nbDispatch (0035DCE0): command code 0x91
https://bugs.winehq.org/show_bug.cgi?id=56715 Bug ID: 56715 Summary: 05cc:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 Product: Wine Version: 9.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: netapi32 Assignee: wine-bugs(a)winehq.org Reporter: alois.schloegl(a)gmail.com Distribution: --- I'm trying to run "HASP License Manager as a Service" as describe on page 2 of this document: https://www.geocentrix.co.uk/support/downloads/Installing%20HASP%20License%2... The USB dongle is connected to the host system, the software is installed in a new wineprefix, with dotnet45 installed through winetricks. When starting the HASP license service, an endless list of messages like the following is shown: ... 05ec:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 05f0:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 05f4:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 05f8:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 05fc:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 0600:fixme:netbios:nbDispatch (0035DCE0): command code 0x91 ... I was only able to stop this, when running "wineserver -k" from another shell, or when running the uninstaller "C:\Program Files (x86)\Aladdin\HASP LM\lmunist.exe" Obviously, code 0x91 is not implemented in ./dlls/netapi32/netbios.c ./include/nb30.h I'm using wine v9.9 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 --- Comment #1 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- So what is the issue, a noisy console? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 --- Comment #2 from Alois Schlögl <alois.schloegl(a)gmail.com> --- (In reply to Ken Sharp from comment #1)
So what is the issue, a noisy console?
The issue is that the application (Elphy from Raith) trying to access the usb dongle (HASP LM 8.32) fails to run - in other words the usb dongle is not usable. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware Component|netapi32 |-unknown Summary|05cc:fixme:netbios:nbDispat |USB dongle unusable with |ch (0035DCE0): command code |HASP LM |0x91 | --- Comment #3 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is the software available to download without registering? Please also attach the full console output. https://wiki.winehq.org/Bugs -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|USB dongle unusable with |USB dongle unusable with |HASP LM |Elphy -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 --- Comment #4 from Alois Schlögl <alois.schloegl(a)gmail.com> --- Created attachment 76501 --> https://bugs.winehq.org/attachment.cgi?id=76501 log running the hasp lm 8.3 installer It seems the (almost?) same version of this HASP LM license manager is availablable from here https://hasp-license-manager.software.informer.com/8.3/ When running the installer in wine, it shows the exact same behaviour. The log file is attached. The behaviour is the same whether the USB hardware dongle is connected to the host or not - this does not seem to matter. Effectively, it means the hardware dongle is not recognized. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #5 from joaopa <jeremielapuree(a)yahoo.fr> --- Archived here https://archive.org/details/hasp_lm_setup -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 --- Comment #6 from Alois Schlögl <alois.schloegl(a)gmail.com> --- Created attachment 76516 --> https://bugs.winehq.org/attachment.cgi?id=76516 backtrace when starting wine environment with elphy installed This backtrace message is shown when starting the wine environment in which the application software (elphy) is installed. It does not require starting the actual application, but it seems the HASPLM is started in the "background" (e.g. autostart ?). Despite that "crash", Wine does start, e.g. the following command will start the explore. export WINEPREFIX=$HOME/.wine.elphy wine explorer It is important to note, that this "backtrace" is not produced when installing only HASP LM. This seems to indicate some application-specific costumization of the HASPLM. This is not surprising as HASP LM is used to "protect" many different applications. And it seems that similar reports have already provided with other applications e.g. bugs 50201, 50203 I'm not sure whether or how this is import, but I thought I provide this information to complete the picture. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.8 |9.9 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 --- Comment #7 from Alois Schlögl <alois.schloegl(a)gmail.com> --- Created attachment 77014 --> https://bugs.winehq.org/attachment.cgi?id=77014 winedebug log when running the installer on wine 9.16 retest installer with wine 9.16 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 --- Comment #8 from Alois Schlögl <alois.schloegl(a)gmail.com> --- Created attachment 77015 --> https://bugs.winehq.org/attachment.cgi?id=77015 WINEDEBUG log trying to run quantum/elphy on wine 9.16 retest running of quantum/elphy with wine 9.16 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 Alois Schlögl <alois.schloegl(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.9 |9.16 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56715 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://archive.org/details | |/hasp_lm_setup Version|9.16 |9.9 --- Comment #9 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Please don't change the Wine version. -- 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.
participants (1)
-
WineHQ Bugzilla