https://bugs.winehq.org/show_bug.cgi?id=47277
Bug ID: 47277
Summary: dotnet applications seems to repeatedly call
URL_ParseUrl and fail
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yshuiv7(a)gmail.com
Distribution: ---
Basically the symptom is exactly as what is described here:
https://forum.winehq.org/viewtopic.php?f=8&t=30819
Setup:
A clean wine64 prefix, with dotnet 4.6.2 installed via winetricks.
The problem:
When running dotnet applications, wine prints "fixme:shell:URL_ParseUrl failed
to parse L"<some string>"" non-stop, and the application doesn't work.
And this only happens when windows version is set to "Windows 7" and up
--
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=44926
Bug ID: 44926
Summary: Olive tree BibleStudySetup_6.1.1.exe
fails:ITERATE_Actions Execution halted, action
L"WixCreateInternetShortcuts" returned 1603
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
To see this first work around bug 44135
then:
0039:fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format,
advertised shortcut
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
0039:err:msi:ITERATE_Actions Execution halted, action
L"WixCreateInternetShortcuts" returned 1603
0039:err:msi:execute_script Execution of script 2 halted; action
L"[C:\\users\\louis\\Start Menu\\Programs\\Olive Tree Bible Software\\Bible
Study 6 online
support.url\0080http://help.olivetree.com/\00801\0080\00800<=>S-1-5-21-0-0-0-1000<=>{85E9410C-03A6-4396-9688-91981F445D1B}]WixRollbackInternetShortcuts"
returned 1603
sha1sum ~/Downloads/BibleStudySetup_6.1.1.exe
e55cd3df7b44bab85fdcb6785c32aa73988e338b
/home/louis/Downloads/BibleStudySetup_6.1.1.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.
http://bugs.winehq.org/show_bug.cgi?id=11846
Summary: tablet pressure sensitivity not working in Sai and many
other key graphic applications
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blurymind(a)gmail.com
tablet pressure sensitivity still not working on crucial graphic software that
is made to be used with tablets.
I am not sure if thats due wintab32,because im not a developer.
Applications like SAI that are wonderfully small ,full featured and even better
than photoshop for CG coloring (better brushes,other key features) work almost
perfectly fine on wine, but their practically useless when tablet pressure
doesnt work..
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11044
another application that is a freeware and a fine substitute for painter is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7425&iTestingI…
tablet pressure works on photoshop and artrage,but not on many other key
applications in the graphic world that crucially depend on it. This feature is
very important,since there are absolutely no alternatives to these applications
on linux (if you study their key features you'll see there arent any on windows
too at the moment,especially Sai). The applications work almost perfectly on
wine,but that lack of this feature stops people from taking advantage of that.
Another application is Open Canvas...
But especially Sai- If there is any hack or workaround to get pressure
sensitivity working on sai, even a patch..i would gladly test it and report any
progress on Sai on wine.
--
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=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=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=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.