https://bugs.winehq.org/show_bug.cgi?id=48108
Bug ID: 48108
Summary: kernel32:comm - QEmu's serial baud rate emulation is
broken
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
kernel32:comm got a failure when running on Wine on the TestBot VM:
comm.c:932: Test failed: OutQueue should not be empty
This happens in test_waittxempty():
// Open the serial device
hcom = test_OpenComm(TRUE);
// Here it is already set to 150 bps because that's how a
// previous test left it
...
// Write 17 bytes in overlaped mode.
// At 150 bauds this should take at least 900 ms
res = WriteFile(hcom, tbuf, sizeof(tbuf), &bytes, &ovl_write);
// Leaving us plenty of time to get to
ClearCommError(hcom, &errors, &stat);
...
// And here we expect the serial device to still have data to send.
// But because QEmu sends the data at > 400 kbps this often fails
ok(stat.cbOutQue != 0, "OutQueue should not be empty\n");
That QEmu does not enforce the set baud rate can also be verified from the
command line:
# stty -F /dev/ttyS0
speed 9600 baud; line = 0;
-brkint -imaxbel
# dd if=/dev/zero of=/dev/ttyS0 bs=1 count=10000
10000+0 records in
10000+0 records out
10000 bytes (10 kB, 9.8 KiB) copied, 0.224432 s, 44.6 kB/s
# stty -F /dev/ttyS0 300
# stty -F /dev/ttyS0
speed 300 baud; line = 0;
-brkint -imaxbel
# dd if=/dev/zero of=/dev/ttyS0 bs=1 count=10000
10000+0 records in
10000+0 records out
10000 bytes (10 kB, 9.8 KiB) copied, 0.679127 s, 14.7 kB/s
Back to the kernel32:comm failure:
* It did not happen for a long time and started happening on the debian10 VM on
2019-10-03. That corresponds to the time I added the winetest user to the
dialout group, thus giving it access to /dev/ttyS0.
* The same issue happens in the Windows VMs, but the ok() call has a broken()
clause which hides the issue there.
So:
1. The bug needs to be reported to QEmu.
2. See why speeds below 9600 bps are not allowed.
3. We may want a better check for this issue: directly check that the baud rate
is respected. This would allow us to skip tests that depend on the baud rate
and ditch the broken() clause.
4. If the above does not work out the serial device should be removed from the
Wine QEmu VMs.
--
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=52804
Bug ID: 52804
Summary: Crash when save settings in KaiNote
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matiasmoviegg(a)gmail.com
Distribution: ---
Created attachment 72181
--> https://bugs.winehq.org/attachment.cgi?id=72181
backtrace
Problem with KaiNote
Link for stable https://github.com/bjakja/Kainote/releases
Link for Beta (log from this version)
https://drive.google.com/uc?id=1ECqsrLo5d1jPoz-FKvJrS0279YeTKrmS&export=dow…
Go to File->Settings
Click OK
Click on random place in program
Program Crash
Testing on virtual machine with Xubuntu 21.10 (adding
"LIBGL_ALWAYS_SOFTWARE=1") and Laptop (i5-2520m) with Linux Mint 20.3
--
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=53194
Bug ID: 53194
Summary: d3d9:device - test_cursor_pos() is sometimes missing a
MOUSEMOVE on Windows 10 1809+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d9:device - test_cursor_pos() is sometimes missing a MOUSEMOVE on Windows 10
1809+:
device.c:5296: Test failed: Didn't receive MOUSEMOVE 0 (50, 50).
https://test.winehq.org/data/patterns.html#d3d9:device
These missing WM_MOUSEMOVE issues seem to be known to some extent, but not
quite understood:
https://gitlab.winehq.org/wine/wine/-/blob/1a3217393e2e6226da0f4024d4d384de…
--
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=53001
Bug ID: 53001
Summary: Regression: Endless WAV crashes when moving file list
sub-window
Product: Wine-staging
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
STEPS TO REPRODUCE:
1. Download and extract Endless WAV (version 1.7.8b15 as of this writing):
https://www.bjoernbojahr.de/endlesswav.html
2. Run the extracted "EndlWav.exe" executable.
3. Once the application has launched, drag the bottom window titled "File List"
using its header bar.
RESULT: Endless WAV crashes with the following terminal output:
---
\Endless WAV\EndlWav.exe: dlls/ntdll/unix/thread.c:1737:
ntdll_set_exception_jmp_buf: Assertion `!jmp ||
!ntdll_get_thread_data()->jmp_buf' failed.
wine: Assertion failed at address F7F21549 (thread 0100), starting debugger...
\Endless WAV\EndlWav.exe: dlls/ntdll/unix/thread.c:1737:
ntdll_set_exception_jmp_buf: Assertion `!jmp ||
!ntdll_get_thread_data()->jmp_buf' failed.
0100:err:seh:NtRaiseException Unhandled exception code 80000101 flags 1 addr
0xf7f21549
---
ADDITIONAL INFO:
* The crash happens with wine-staging, but not the same version of wine-devel.
* This crash was introduced in a recent version of wine-staging. At least a
month or two ago with an earlier version of wine-staging, I was not getting
this crash.
* I can reproduce the bug in VirtualBox and with a clean .wine profile.
* Possibly related to bug #52853.
* The crash does not happen if using the OS window manager's shortcut key to
drag the window from anywhere (e.g., left Alt or left Super key).
--
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=53188
Bug ID: 53188
Summary: user32:menu - test_menu_input()'s tests 25, 26 and 27
fail randomly in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:menu - test_menu_input()'s tests 25, 26 and 27 fail randomly (~5.5%
failure rate) in Wine. For instance:
menu.c:2324: Test failed: test 25
https://test.winehq.org/data/patterns.html#user32:menu
The tests 25, 26 and 27 fail independently but seemingly only one at a time.
--
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=53186
Bug ID: 53186
Summary: user32:menu - test_menu_iteminfo() fails randomly when
inserting an invalid submenu in Windows
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:menu - test_menu_iteminfo() fails randomly when inserting an invalid
submenu in Windows:
menu.c:1383: ANSI tests: string 0081FDB0 hbm 38050FB3 txt 0081FD60
menu.c:1566: Test failed: InsertMenuItem should have failed.
menu.c:1383: Unicode tests: string 0081FDB0 hbm 38050FB3 txt 0081FD8C
menu.c:1566: Test failed: InsertMenuItem should have failed.
https://test.winehq.org/data/patterns.html#user32:menu
Most of the time both the ANSI and Unicode tests fail together (~7.7% fail
rate) but there are two instances where only the ANSI test failed (~0.6%).
This impacts Windows 10 1809 to 21H2.
--
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=53185
Bug ID: 53185
Summary: unable to open win app in linux
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katparamitesh(a)gmail.com
Distribution: ---
Created attachment 72625
--> https://bugs.winehq.org/attachment.cgi?id=72625
robolx player not opening
unable to install any EXE
--
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=53181
Bug ID: 53181
Summary: xinput1_3:xinput has a rare crash in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
xinput1_3:xinput has a rare crash in Wine:
xinput.c:820: Testing xinput9_1_0.dll
Unhandled exception: page fault on execute access to 0x651c3ae2 in 32-bit code
(0x651c3ae2).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:651c3ae2 ESP:0103fe04 EBP:0103ff28 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000001 EBX:00000002 ECX:0103fe00 EDX:00000000
ESI:00000001 EDI:00000001
Stack dump:
0x0103fe04: 651c0000 000007d0 00001cff 00000002
0x0103fe14: 00000000 00000000 00000000 fffffffd
0x0103fe24: 00000000 00000000 00000000 00000000
0x0103fe34: 00000000 00000000 7b60da30 001439d0
0x0103fe44: 0011051e 00000000 00000000 00000000
0x0103fe54: 00000000 00000000 00000000 00000000
Backtrace:
=>0 0x651c3ae2 (0x0103ff28)
1 0x7b62a1e0 in kernel32 (+0x2a1e0) (0x0103ff48)
2 0x7bc59b27 in ntdll (+0x59b27) (0x0103ff5c)
3 0x7bc5a1e0 RtlCreateUserThread(entry=651C3300, arg=0x000000000)
[Z:\home\fgouget\wine\winetest\src\dlls\ntdll\thread.c:261] in ntdll
(0x0103ffec)
0x651c3ae2: -- no code accessible --
[...]
PE 63480000-6349b000 Deferred version
PE 666c0000-666e8000 Deferred hid
https://test.winehq.org/data/patterns.html#xinput1_3:xinput
The first known instance of this crash happened on 2022-06-01: there was no
crash from Apr 19 to May 31, but 6 crashes occurred from Jun 01 to Jun 17 (~9%
crash rate). So this looks like a new issue.
The crash address is different every time but always falls in the same range
between version and hid. However I have not been able to reproduce the crash
even over 50 runs. It is possible there is a bad interaction with a previous
test.
--
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=53165
Bug ID: 53165
Summary: Sid Meiers: Pirates! error during install, failed to
ready media for L"lang0.FPK"
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: odecif(a)gmail.com
Distribution: ---
Created attachment 72611
--> https://bugs.winehq.org/attachment.cgi?id=72611
Simple execution log
Hi!
When I try to install the 2-disc version of "Sid Meier's: Pirates!" I get a
popup-error and some log info.
Reproduction steps:
1. Put the first CD in the cd-drive
2. Initialize install "WINEPREFIX=/home/user/.wine-pirates wine d:\Autorun.exe
3. Click through the EULA and start the install
4. Wait until popup-message shows saying "Error 1311.Source file not found: Sid
Meier's Pirates!, Disc 1. Verify that the file exists and that you can access
it" during the install of "AssetsLANG0.FPK".
I have tested in 32 and 64-bit prefix with Windows XP, 7 and 10 with the same
results in all of them.
I have also tested the disc in a Windows XP virtualbox on the same PC and that
installation went flawless.
Not sure what else is to be done here...
Br
--
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=37557
Bug ID: 37557
Summary: SketchUp 2015 doesn't start
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: gilson.oliveira.junior(a)gmail.com
Distribution: ---
Hi All,
I've installed the last version of SketchUp in Wine 1.7.30 in my Ubuntu and
when I double click the application, the mouse changes the cursor to "working"
and then it's set again as normal cursor and Nothing Happens.
Via command I get the message below:
wine "C:\Program Files (x86)\SketchUp\SketchUp 2015\SketchUp.exe"
err:module:import_dll Library mfc100u.dll (which is needed by L"C:\\Program
Files (x86)\\SketchUp\\SketchUp 2015\\SketchUp.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\SketchUp\\SketchUp 2015\\SketchUp.exe" failed, status c0000135
Does anybody knows what I can do? I'm a beginner user of Wine and Ubuntu.
Thanks in advanced for your help.
Regards,
Gilson
--
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.