https://bugs.winehq.org/show_bug.cgi?id=43481
Bug ID: 43481
Summary: GeoForms Demo needs "vs_2_a" compilation target
Product: Wine
Version: 2.14
Hardware: x86-64
URL: http://www.nvidia.com/coolstuff/demos#!/geoforms
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
fixme:d3dcompiler:compile_shader Compilation target "vs_2_a" not yet supported
--
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=49407
Bug ID: 49407
Summary: Display device initialization fails due to
vkGetRandROutputDisplayEXT() causing X exception on
dual Nvidia / Intel GPU configuration (regression).
Product: Wine
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: pgofman(a)codeweavers.com
Distribution: ---
Wine can't create any window on the mentioned configuration after
145cfce1135a7e59cc4c89cd05b572403f188161:
> winex11.drv: Add a Vulkan UUID property for GPUs.
> A Vulkan UUID property is used to find the corresponding GPU in SetupAPI.
> Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
> Signed-off-by: Liam Middlebrook <lmiddlebrook(a)nvidia.com>
> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x1b8 cap: 0x1, Source Output crtcs: 4 outputs: 4 associated
providers: 1 name:NVIDIA-0
Provider 1: id: 0x1e9 cap: 0xf, Source Output, Sink Output, Source Offload,
Sink Offload crtcs: 3 outputs: 4 associated providers: 1 name:modesetting
The exception happens when vkGetRandROutputDisplayEXT is called with Nvidia
device for Provider 1 (modesetting):
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 155 (NV-GLX)
Minor opcode of failed request: 31 ()
Serial number of failed request: 147
Current serial number in output stream: 147
This looks like a bug between between vulkan implementation and xrandr, as
vulkan spec for vkGetRandROutputDisplayEXT clearly says that it should return
VK_NULL_HANDLE for missing output.
Still I guess we might need a temporary solution as it looks like Wine is going
to be totally broken on such configurations until this is fixed elsewhere.
--
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=57152
Bug ID: 57152
Summary: Unsupported vertex blending: 255 (Gobliiins 4)
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: flaubertSt(a)gmail.com
Distribution: ---
Created attachment 77057
--> https://bugs.winehq.org/attachment.cgi?id=77057
Terminal debug output
3D models do not animate in game, but game is playable (with static bodies).
Wine register complains about "fixme:d3d:wined3d_ffp_get_vs_settings
Unsupported vertex blending: 255"
Ubuntu 22.04 with WINE 9.16 (staging). Prefix is Windows98+3DFx.
--
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=57005
Bug ID: 57005
Summary: Wine segfaults on macOS when run from install
Product: Wine
Version: 9.12
Hardware: x86-64
OS: MacOS
Status: NEW
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Locally built Wine installed to a prefix. Trying to run any program in it
results in an immediate segfault, but it works when run from the build tree.
A bisect pointed to 7b82f507bda6b94f6876256c278d3b3637e95b8c
--
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=57024
Bug ID: 57024
Summary: msiexec parses quotes in public properties differently
from Windows
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: asger(a)tyilo.com
Distribution: ---
Created attachment 76873
--> https://bugs.winehq.org/attachment.cgi?id=76873
test.c
When installing an msi package using msiexec on Windows the following
invocation (using cmd) will result in `MY_PROPERTY` being set to `foo"bar`:
```
msiexec /i my_property.msi /qn MY_PROPERTY="foo""bar"
```
When running it through wine the property is set to `foobar` (without the
double quote).
To test this I have created a test msi, called `my_property.msi`, that when
installed will create the file `my_property.txt` next to `my_property.msi` with
the contents of the `MY_PROPERTY` property. (After that the installation will
fail.)
Furthermore, to ensure that this is not due to shell handling of the arguments,
I have created a c program which invokes msiexec (attached as test.c).
Compiling this test program and running it on Windows results in:
```
C:\test>a.exe C:\\test\\my_property.msi
C:\test>type my_property.txt
foo"bar
```
Doing the same on Linux results in:
```
/tmp/test $ rm -rf ~/.wine
/tmp/test $ export WINEARCH=win64
/tmp/test $ winecfg /v win10
/tmp/test $ wine a.exe Z:\\tmp\\test\\my_property.msi
/tmp/test $ cat my_property.txt
foobar
```
--
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=57126
Bug ID: 57126
Summary: CEF sample application crashes in 64-bit wineprefix
Product: Wine
Version: 9.16
Hardware: x86-64
URL: https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2
Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.t
ar.bz2
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 77021
--> https://bugs.winehq.org/attachment.cgi?id=77021
Backtrace
Both the 32- and 64-bit versions of the Chromium Embedded Framework sample
application crash in a 64-bit wineprefix, unless using the new WOW64 build.
--
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=18288
Summary: Quicktime 3 creates unusual menus / string value error
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime302.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20819)
--> (http://bugs.winehq.org/attachment.cgi?id=20819)
Wine 1.1.20 +menubuilder
The Quicktime 3.0.2 installer reports an error when attempting to create
program groups and icons:
"String variable is not large enough for string.
Check the string declarations.
Error 401."
The installer then creates an unusual directory structure:
ls -aR /home/test/.local/share/applications/wine/Programs
/home/test/.local/share/applications/wine/Programs:
. .. QuickTime QuickTime 3.0
/home/test/.local/share/applications/wine/Programs/QuickTime:
. .. MoviePlayer.desktop PictureViewer.desktop ReadMe.desktop UnInstall
QuickTime 3.0.desktop
/home/test/.local/share/applications/wine/Programs/QuickTime 3.0:
. .. .desktop
Setup completes successfully.
--
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=52685
Bug ID: 52685
Summary: Crash with openkiosk
OpenKiosk91.3.0-2021-10-28-i686.msi
Product: Wine
Version: 7.0
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philippereix.csc(a)gmail.com
Distribution: ---
Created attachment 72023
--> https://bugs.winehq.org/attachment.cgi?id=72023
Backtrace of the database application
I installed kubuntu 18.04 (32 bit) on an old pentium 4 3ghz (i386 architecture)
with 4gb ram and the only installable version
OpenKiosk91.3.0-2021-10-28-i686.msi with
Wine 7.0 installed. OpenKiosk is a cross platform kiosk web browser based on
Mozilla Firefox that can be easily installed and used to secure a computer for
use as a public terminal. This is a complete solution for any kiosk
installation. This software is released under the MPL "as is" with no warranty
or support. (https://openkiosk.mozdevgroup.com/)
The OpenKiosk command is: env WINEPREFIX="/home/acsm-borne-pres/.wine" wine
C:\\Program\ Files\\OpenKiosk\\OpenKiosk.exe
and the working folder is: /home/acsm-borne-pres/.wine/dosdevices/c:/Program
Files/OpenKiosk/
OpenKiosk launches well but after 1 to 2 minutes I have this error message with
the detail attached
Can you help me please?
Thanks very much
Philip
--
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=32680
Bug #: 32680
Summary: cmd.exe Add support for CMDEXTVERSION, CMDCMDLINE,
HIGHESTNUMANODENUMBER
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Classification: Unclassified
%CMDEXTVERSION%
%CMDCMDLINE%
%HIGHESTNUMANODENUMBER%
--
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=57118
Bug ID: 57118
Summary: CEF 32-bit sample application fails in WOW64 mode
Product: Wine
Version: 9.16
Hardware: x86-64
URL: https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2
Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.t
ar.bz2
OS: Linux
Status: NEW
Keywords: download, source, wow64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 77010
--> https://bugs.winehq.org/attachment.cgi?id=77010
Wine 9.16 console output
The 32-bit Chromium Embedded Framework sample application immediately fails on
load when Wine is built with --enable-archs=x86_64,i386. The window loads but
the application refuses to do anything further, reporting error
SBOX_FATAL_CLOSEHANDLES. I can't figure out how to disable the sandbox feature
with this sample, or if it is even possible to do so.
No further testing is possible, either having no effect or just showing this
error again.
The 64-bit version does not have this issue.
--
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.