https://bugs.winehq.org/show_bug.cgi?id=42568
Bug ID: 42568
Summary: user32/tests/msg.ok intermittent failure in
SendMessage from other thread
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
The following lines are sometimes printed when running the tests for msg.c:
msg.c:15837: Test failed: SendMessage from other thread 4: 0: the msg 0x0401
was expected, but got msg 0x0403 instead
msg.c:15837: Test failed: SendMessage from other thread 4: 1: the msg sequence
is not complete: expected 0000 - actual 0401
msg.c:15845: Test succeeded inside todo block: wrong status 00000000
msg.c:15849: Test succeeded inside todo block: SendMessage from other thread 5:
marked "todo_wine" but succeeds
This affects both of the test machines.
--
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=43750
Bug ID: 43750
Summary: USB "ttyACM0" serial port not being created
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phoenix-precision(a)gmx.co.uk
Distribution: ---
I have followed the new instructions at
https://wiki.winehq.org/Wine_User%27s_Guide#Serial_and_Parallel_Ports, to use a
Neo 7 GPS module.
I had to create the registry key HKLM\Software\Wine\Ports as it did not already
exist. I added a string value "COM1" with the data /dev/ttyACM0, ran wineserver
-k and started my application (u-center from
https://www.u-blox.com/sites/default/files/ublox-GNSS_u-center_windows_v8.2…
)
ls -l .wine/dosdevices shows the same four standard com ports as normal, no
change.
Next I deleted com1 and manually created the link to /dev/ttyACM0. When I
restarted wine the link had been replaced by the standard one again.
I also attempted to create COM5 via the registry key
HKLM\HARDWARE\DEVICEMAP\SERIALCOMM, but Wine is having none of it and deletes
it when re-started.
By starting the application and then manually creating the COM port link I am
able to use my device, so there is nothing wrong there. It is purely the
mapping of COM ports which is the problem.
--
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=37669
Bug ID: 37669
Summary: Resetting a write watch can cause memory access
violation in kernel
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
What happens:
heavy multi-threaded network application in one thread reads/writes from/to
a socket while in another thread .net GC calls GetWriteWatch with flag
WRITE_WATCH_FLAG_RESET on a buffer which was just verified for write access
and passed by ws2_32.recv to recvmsg kernel call. While recvmsg waits for
incoming data GetWriteWatch resets write watches by clearing VPROT_WRITE
access on a buffer passed to recvmsg. That cases recvmsg to return EFAULT
which in turn leads to a .net application raising an exception and dying.
This is basically a .net garbage collector causing races in network code
which reads/writes to a buffer because reading or writing via a network
is much slower than say reading/writing a disk file, but essentially this
is a general problem with resetting a write watch while another thread
is being dealing with the affected memory range.
--
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=43405
Bug ID: 43405
Summary: NieR:Automata - Most bullets are invisible
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 58747
--> https://bugs.winehq.org/attachment.cgi?id=58747
How the minigame looks on linux
NieR:Automata is an 64Bit DX11 game on Steam. It has some rendering issues,
most standard bullets are completely invisible, both in the actual game and the
minigame.
Screenshots attached.
I made an apitrace, but unfortunately this comes at a whooping 1.4GB (543MB
compressed). If you still want it, I uploaded it here:
http://www.mediafire.com/file/me8dsk3asiuqoiw/automata.7z
I don't know if it's possible to trim apitraces at the start, but if so, please
tell me and I'll shrink it down. It's just that I can't skip those parts of the
game.
Screenshots from frame 3050(windows) and 3052(linux), but I removed the
transparency.
Using wine-2.12-staging on Arch Linux for my tests.
--
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=42863
Bug ID: 42863
Summary: winexy: Creates invalid glsl
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 57963
--> https://bugs.winehq.org/attachment.cgi?id=57963
Cutdown log of the error
When running winexy, via stream, the game doesn't display anything.
--
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=43952
Bug ID: 43952
Summary: kernel32/tests/console.ok fails
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: alexhenrie24(a)gmail.com, fgouget(a)codeweavers.com
Distribution: ---
Consistently fails in test_ReadConsole() on Francois Gouget's test machines and
the CW1/CW2 machines, but nowhere else:
console.c:2585: Test failed: expected INVALID_FILE_SIZE, got 0
console.c:2586: Test failed: expected ERROR_INVALID_HANDLE, got -559038737
CCing Francois Gouget and Alex Henrie.
I think the current theory was that this had to do with netcat?
--
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=43273
Bug ID: 43273
Summary: The Witcher 3 freezes the system in a certain area of
the game
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: murks(a)tuxfamily.org
Distribution: ---
Created attachment 58605
--> https://bugs.winehq.org/attachment.cgi?id=58605
Savegame in Velen
System:
Ryzen 5
AMD RX 560
Arch Linux
Linux 4.11.7
MESA 17.1.4
AMDGPU 1.3.0
wine-staging 2.11
I've had great success playing The Witcher 3 using wine-staging 2.11.
I managed to play about ten hours in the area called White Orchard.
After moving on to the area called Velen I pretty soon encountered a system
freeze that is reproducible every time.
When the freeze happens the in-game music keeps playing.
I can sometimes switch to TTY1 but afterwards the system reacts to nothing and
the music stops. A hard reset is the only option. A savegame in the area where
this happens is attached.
Just turn left and run towards the cart. This freezes my system reliably.
--
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=34601
Bug #: 34601
Summary: Hydro Thunder from Midway Arcade Treasures 3 crashes
quickly after the start
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46086
--> http://bugs.winehq.org/attachment.cgi?id=46086
Hydro Thunder log+error
Hydro Thunder from Midway Arcade Treasures 3 crashes quickly after the start.
Other games from this collection work rather fine.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
--
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=44004
Bug ID: 44004
Summary: DyKnow wants NtQueryInformationThread
ThreadIsIoPending
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonwsb(a)gmail.com
Distribution: ---
Created attachment 59663
--> https://bugs.winehq.org/attachment.cgi?id=59663
NtQueryInformationThread ThreadIsIoPending wine-staging 2.20
New since wine 2.17 DyKnow now asks for NtQueryInformationThread
ThreadIsIoPending but it is not supported yet.
--
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=43782
Bug ID: 43782
Summary: DyKnow 5.4 renders blank window after launch
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonwsb(a)gmail.com
Distribution: ---
Created attachment 59295
--> https://bugs.winehq.org/attachment.cgi?id=59295
Log of running the application
I've managed to install DyKnow 5.4 in a clean 32 bit prefix using winetricks -q
dotnet35sp1. The splash screen renders properly but the application itself
appears as a black window with unstyled window decorations. I'm including a log
from wine-staging 2.17 (having csmt enabled or not does not seem to matter).
--
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.