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(a)winehq.org
Reporter: alexhenrie24(a)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
--
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=52738
Bug ID: 52738
Summary: Not keyboard input in "STREET CHAVES - O LUTADOR DA
VILA" (game)
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: augusto7744(a)aol.com
Distribution: ---
Hello.
"STREET CHAVES - O LUTADOR DA VILA" is an game using keyboard working in WINE
6.X.
In WINE 7.2 after changes in input API now the game load showing the start
screen menu, but keyboard input not work.
Here are links about the game
https://wiki.acervolima.com/street-chaves/https://street-chaves.softonic.com.br/
Another detail if running winecfg in Graphics menu if "Allow window manager to
control windows" is disabled will not keyboard input for Raine emulator. Only
have keyboard input if "Allow window manager to control windows" is enabled.
Raine emulator use SDL.
"Allow window manager to control windows" being enabled or disabled not
keyboard input for "STREET CHAVES - O LUTADOR DA VILA".
Need another information ? logs ? If yes please how create log and where are
written ?
Thanks for reading.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11674
Summary: Dual-core not being correctly supported in World of
Warcraft (WOW)
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
+++ This bug was initially created as a clone of Bug #6383 +++
Running World of Warcraft in wine on a multicore/SMP system results in multiple
threads being used, however, only one CPU is given significant tasks. The
others have very little to no CPU load.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54607
Bug ID: 54607
Summary: user32:clipboard - test_string_data() fails on Windows
in mixed locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:clipboard - test_string_data() fails on Windows in mixed locales:
clipboard.c:2351: Test failed: 7: wrong size 2 / 3
clipboard.c:2352: Test failed: 7: wrong data "a\x00", expected "\x83\xbf\x00"
025c:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 8: wrong size 3 / 5
clipboard.c:2352: Test failed: 8: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
1d98:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 9: wrong size 3 / 5
clipboard.c:2352: Test failed: 9: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
1e40:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 10: wrong size 4 / 7
clipboard.c:2352: Test failed: 10: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
0234:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 11: wrong size 4 / 7
clipboard.c:2352: Test failed: 11: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
0578:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
See https://test.winehq.org/data/patterns.html#user32:clipboard
A bisect shows that this failure started with the commit below:
commit 605ecafa67a4e034328b69396581e2f9b60d7af3
Author: François Gouget <fgouget(a)codeweavers.com>
AuthorDate: Wed Dec 21 18:48:29 2022 +0100
user32: Fix a SetClipboardData() buffer overflow.
Wine would append a correctly aligned NUL Unicode character to
terminate the string but overflow the buffer by one byte for odd-sized
strings.
Windows instead overwrites the last two buffer bytes with a NUL Unicode
character which ends up being misaligned for odd-sized strings.
The clipboard data has a size field anyway so match the Windows
behavior.
Tweak the tests to show that SetClipboardData() can overwrite half of
the Unicode string's last character.
--
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=46219
Bug ID: 46219
Summary: Camelot Unchained client client crashes while
execution
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igor.kurtovic(a)me.com
Created attachment 62903
--> https://bugs.winehq.org/attachment.cgi?id=62903
Backtrace from error
Every time the Client Patcher is launched it crashes with a severe error and is
closed
--
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=46451
Bug ID: 46451
Summary: TeamViewer Portable Version 14 Crashes when I go to
exit
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fanfare(a)comcast.net
Distribution: ---
Created attachment 63235
--> https://bugs.winehq.org/attachment.cgi?id=63235
Backtrace file
TeamViewer actually worked. It just crashes when I try to exit it. I have
sibmitted the backtrace file.
--
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=46665
Bug ID: 46665
Summary: Trying to run Belarc Advisor but during "checking for
security updates" the program crashes
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arclite7(a)gmail.com
Distribution: ---
Created attachment 63610
--> https://bugs.winehq.org/attachment.cgi?id=63610
Wine backtrace.txt with todays date added
Belarc has encountered a serious problem and has had to close - second time of
running, this time from the program shortcut on the desktop... prior instance
was run automatically from the installer but that too appears to have crashed a
the same point during the inventory process.
--
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=46572
Bug ID: 46572
Summary: Uplay launch transparent window
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wiiu3dsxl13127(a)gmail.com
Distribution: ---
Created attachment 63445
--> https://bugs.winehq.org/attachment.cgi?id=63445
Logs from launching wine in terminal
When I launched Uplay, the Windows appear but she is transparent
--
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=47162
Bug ID: 47162
Summary: Batman: Arkham Origins Crashes at Launch - Stuttering
cutscenes dx11
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: david.gamiz(a)gmail.com
Distribution: ---
Hi,
The issue is only in DX11 version but the cinematics in this game not play
well. Play very very choppy and stuttering, at 8 or less FPS.
If exist another open issue more specific or generic, can you list this game in
it?
Maybe is a driver problem or is problem of the game it self? I don’t know, but
is possible fix this problem the experience can be perfect for all.
Thanks!
David Gámiz Jiménez
My Hardware:
AMD Phenom(tm) II X6 1055T
8GB RAM DDR3-1333
SSD Sata3 KINGSTON 120Gb / Seagate Sata3 HDD 1TB
Nvidia GeForce GTX 1060 OC 3072MB VRAM DDR5
Ubuntu 16.04 LTS (Last updated) / Unity 7
Driver Nvidia: 418.56 official graphics ppa
Gamepad Xbox360 Wired USB
--
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=47425
Bug ID: 47425
Summary: Cadence Allegro 17.2 : Crash when installing
application
Product: Wine
Version: 4.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: cmaria95(a)ymail.com
Distribution: ---
Created attachment 64773
--> https://bugs.winehq.org/attachment.cgi?id=64773
Wine Installation Crash Back trace log.
Wine crashed due to an Unhandled page fault on write access when attempting to
install Cadence Allegro version 17.2, running Open SUSE Tumbleweed version
20190623.
--
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.