https://bugs.winehq.org/show_bug.cgi?id=53464
Bug ID: 53464
Summary: conhost.exe:tty sometimes times out on Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
conhost.exe:tty sometimes times out on Windows 10:
conhost.exe:tty start programs/conhost/tests/tty.c
conhost.exe:tty:1734 done (258) in 120s
https://test.winehq.org/data/patterns.html#conhost.exe:tty
The timeouts are very frequent on Windows 10 1909 as per bug 51182.
However they also happen on other Windows 10 versions like 2004 and 21H1 where
they cannot be blamed on conhost.exe being a buggy early version.
Adding more traces shows that the test gets stuck in
test_read_console_control(). Depending on the run this happens in one of two
locations:
1350: skip_sequence("\x1b[25l"); /* broken hide cursor */
tty.c:1370:4.047 Test succeeded
tty.c:1373:4.047 Test succeeded
tty.c:226:4.047 Test succeeded
tty.c:1705:3.984 Test succeeded
tty.c:1350:4.110 Test succeeded
tty.c:603:4.tty.c:1602:4.047 Test 110 Test succeeded
succeeded
ttytty.c:60.c:6:4.110 T16est succeeded
04:4tty.c:.043477:4.110 Test succeeded
Test succeeded
tty.c:1245:4.110 Test succeeded
conhost.exe:tty:1dbc done (258) in 120s
1406: skip_sequence("\x1b[?25l"); /* hide cursor */
tty.c:1647:6.578 Test succeeded
tty.c:1650:tty.c6.578:140 Test5:6.6 succeeded87 Tes
t succeeded
tty.c:1405:6.687 Test succeeded
tty.c:1405:6.687 Test succeeded
tty.c:1405:6.687 Test succeeded
tty.c:1406:6.687 Test succeeded
tty.c:437:6.750 Test succeeded
tty.c:1245:6.750 Test succeeded
conhost.exe:tty:13d4 done (258) in 120s
The traces are mangled because the main test process and the child process
write to stdout at the same time.
In all cases the last trace is from write_console_pipe():
1245: ok(res, "WriteFile failed: %lu\n", GetLastError());
--
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=53731
Bug ID: 53731
Summary: Wineconsole lacks preferences and menubar like most
consoles
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)regd.hamishmb.com
Distribution: ---
Wineconsole lacks a menubar with preferences like other consoles/terminals.
This would be useful for things like setting the font, font size, and turning
text wrap on or off. I had a look for commandline switches for these things
with "/?" but that just tries to run a program called "/?".
It's not obvious that wineconsole has any of these features if there aren't any
discoverable command line switches, but either way I figured it's worth
reporting this.
--
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=49700
Bug ID: 49700
Summary: Apps crash on discrete NVIDIA card with X error
BadMatch: NV-GLX when emulated virtual desktop is
enabled
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rockorequin(a)hotmail.com
Distribution: ---
I'm running Ubuntu 20.04, wine-devel 5.14, nvidia 450.57-0ubuntu0~0.20.04.2 on
an Optimus system with prime-select set to on-demand. I'm also running
dxvk-1.7.1 because the games I've tried crash without it.
With a clean wine prefix except for the graphics set to emulate a virtual
desktop of 1920x1080, running a game with the command
"__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia wine <exe file">
fails with an error like this:
Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 156 (NV-GLX)
Minor opcode of failed request: 43 ()
Serial number of failed request: 334
Current serial number in output stream: 335
With a clean wine prefix (ie no virtual emulated desktop), the games run
without issue, and in wine 5.0.1 they run with and without an emulated desktop.
Both dx9 and dx11 games crash - I don't think DirectX is relevant here because
the crash is when the game first tries to create a 3d window.
--
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=53833
Bug ID: 53833
Summary: x-wine-extension-jsx.xml is overriding the plaintext
mimetype
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: spamless.9v5xj(a)simplelogin.com
CC: dimesio(a)earthlink.net
Distribution: ---
Wine creates three XML files:
~/.local/share/mime/packages/x-wine-extension-jsx.xml
~/.local/share/mime/packages/x-wine-extension-jsxbin.xml
~/.local/share/mime/packages/x-wine-extension-jsxinc.xml
Which (I presume) are to register files of .jsx, .jsxbin and .jsxinc as
Javascript files in the OS, however current behavior is that it is overriding
the text/plain mimetype and causes all plaintext documents (ie those ending in
TXT) to be misidentified as Javascript files.
--
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=49928
Bug ID: 49928
Summary: Crazy Taxi Control is not working
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Crazy Taxi controller does not work. Tested in a clean wine prefix.
--
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=53575
Bug ID: 53575
Summary: Subtitle Workshop Classic 6.1.4 disabled menu items
are not viewable at all
Product: Wine-staging
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Download URL:
https://sourceforge.net/settings/mirror_choices?projectname=subtitle-worksh…
Launch SubtitleWorkshop.exe
Under Wine the items that are greyed out are not viewable (items get available
once actions are available). Under Windows they can be barely seen.
--
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=53804
Bug ID: 53804
Summary: Namh Depends on Microsoft.WindowsAppRuntime.dll and
will not start without it.
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: cyberartgeek(a)gmail.com
Distribution: ---
Created attachment 73307
--> https://bugs.winehq.org/attachment.cgi?id=73307
Namh Console Log
As stated in the Summary, Namh depends on Microsoft.WindowsAppRuntime.dll. I
was unable to find any documentation on this dll, even on Microsoft forums and
official docs. I do not know how to acquire this dll or if it would even run
under wine.
--
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=53819
Bug ID: 53819
Summary: some versions of Unity engine need GetWindowTheme
implemented to properly display crash dialog
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
So, I've stumbled upon a Unity engine game that crashes every now and then due
to what seems to be virtual mapping space exhaustion. Not sure about the crash
itself - it's more likely to be graphics related that winegstreamer, but that's
just a guess.
Anyway, once the crash happens, console is flooded by:
03b0:err:module:DelayLoadFailureHook failed to delay load
uxtheme.dll.GetWindowTheme
wine: Call from 7B0123C6 to unimplemented function uxtheme.dll.GetWindowTheme,
aborting
03b0:err:seh:KiUserCallbackDispatcher ignoring exception
and the Unity crash dialog doesn't display properly.
--
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=52257
Bug ID: 52257
Summary: MotoGP 2 launcher 'Configure controller' menu doesn't
remember changes to key mappings
Product: Wine
Version: 7.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: tobias.boesch(a)googlemail.com
Distribution: Debian
Created attachment 71387
--> https://bugs.winehq.org/attachment.cgi?id=71387
Log of changing keymappings with a fresh wineprefix
Hello Wine dev team,
I tried launching MotoGP 2 (verified that the demo also has this issue) and
found out that
- after the game is installed and
- started via launcher.exe and
- the launcher appears and
- clicking the "Configure controllers" button and
- changing a key mapping, byselect a key listed in the right panel, then double
click a function in the left panel and
- closing the controller menu by clicking on OK and
- reopening the controller menu (like in one of the previous steps), then the
previously changed mapping is not present anymore (like no change to the key
has been made)
I expect that changed key mappings are persistent after setting it up and
confirming the controller configuration menu and after closing and starting the
game.
Important note: When having an empty wineprefix (deleted wineprefix folder) the
first change of a key map is persistent, even when closing the game. The
changes made after that change will not be persistent.
This was tested with the key "Escape" and it was set To "Accelerate" for
testing purposes.
This works on a recent Windows 10 (when using Microsoft DirectInput Mapper).
See the following comment: https://bugs.winehq.org/show_bug.cgi?id=52198#c14
why MS DirectInput Mapper is not used here.
I was able to log messages from wine and added them as attachment.
The demo version can be found at:
https://www.fileplanet.com/archive/p-18296/MotoGP-2-PC-Demo
Wine AppDB entry for MotoGp 2:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=3660
Fixing this might be too much work: See comment 14:
https://bugs.winehq.org/show_bug.cgi?id=52198#c14
--
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.