https://bugs.winehq.org/show_bug.cgi?id=56319
Bug ID: 56319 Summary: Parallel Port Tester won't start (fails to locate driver "System32\Drivers\inpoutx64.sys", but changing to absolute path works) Product: Wine Version: 9.2 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Steps to reproduce:
1. Run `wine ParallelPortTesterSetup-1.0.0.2.exe`
2. Run `wine 'C:\Program Files (x86)\Parallel Port Tester\ParallelPortTester.exe'`
During installation, the following message appears in the terminal:
0174:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\inpoutx64": c0000142
And an error dialog pops up that says "Failed to install InpOut32 driver." After closing the pop-up, the installation appears to finish successfully.
When running the application, a similar message appears in the terminal:
0054:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\inpoutx64": c0000142
And an error dialog pops up that says "Inpout32.dll was found, but the driver is not installed." Then the application closes.
The registry value HKLM\System\CurrentControlSet\Services\inpoutx64\ImagePath is "System32\Drivers\inpoutx64.sys" on both Windows and Wine. If I change it to "C:\Windows\System32\Drivers\inpoutx64.sys" on Wine, the application starts without error. So this seems to be a problem with locating the driver, not a problem with the driver itself.
$ sha256sum ParallelPortTesterSetup-1.0.0.2.exe 9e9b399dd92ac48433af2061eb8491d1d68a6134eaeab2efcdcd36361e723d09
https://bugs.winehq.org/show_bug.cgi?id=56319
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.downtowndougbro | |wn.com/wp-content/uploads/2 | |022/01/ParallelPortTesterSe | |tup-1.0.0.2.zip
https://bugs.winehq.org/show_bug.cgi?id=56319
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- This sounds similar to bug 51998, maybe you can give the patches in the mentioned merge request a try?
https://bugs.winehq.org/show_bug.cgi?id=56319
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- Yes, https://gitlab.winehq.org/wine/wine/-/merge_requests/5009 fixes it, thanks!
https://bugs.winehq.org/show_bug.cgi?id=56319
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org --- (In reply to Alex Henrie from comment #2)
Yes, https://gitlab.winehq.org/wine/wine/-/merge_requests/5009 fixes it, thanks!
Hello Henrie, bug #51998 got fixed now with a different patch, maybe you can re-check if it is working with wine 10.0-rc2?
https://bugs.winehq.org/show_bug.cgi?id=56319
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |a581f11e3e536fbef1865f701c0 | |db2444673d096
--- Comment #4 from Alex Henrie alexhenrie24@gmail.com --- Yes, I just tried it and Parallel Port Tester starts without error on Wine 10.0-rc2! Thanks for letting me know!
https://bugs.winehq.org/show_bug.cgi?id=56319
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.0-rc3.