http://bugs.winehq.org/show_bug.cgi?id=31554
Bug #: 31554
Summary: PDF Annotation crashes on second startup
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Now that bug 31206 is fixed, PDF Annotator starts up ok the first time,
but it still crashes on 2nd run with
fixme:msxml:internal_getProperty (0x3e27008)->(L"charset") unsupported property
fixme:msxml:internal_getProperty (0x3e27008)->(L"xmldecl-encoding") unsupported
property
fixme:msxml:internal_getProperty (0x3e27008)->(L"xmldecl-version") unsupported
property
err:seh:setup_exception_record stack overflow 2032 bytes in thread 0009 eip
004063aa esp 00240b40 stack 0x240000-0x241000-0x340000
'winetricks msxml3' still works around it, as does
rm "$WINEPREFIX/dosdevices/c:/users/$LOGNAME/Local Settings/Application
Data/PDF
Annotator/3.0/Tools/paStampTools.xml"
--
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=57947
Bug ID: 57947
Summary: Wine 10.2 and newer breaks setup_dxvk.sh script by
installing x86 dlls to system32
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: miov01(a)protonmail.com
Distribution: ---
Created attachment 78196
--> https://bugs.winehq.org/attachment.cgi?id=78196
setup script for dxvk
Hello.
While I am aware that on the dxvk github page the setup_dxvk.sh script is no
longer included, this script has been used by many people including myself in
projects distributed to other users. So it is ideal that the setup script
continues to work with the wine mainline at least for a while longer. (since
this issue came out of nowhere without warning)
Since the 10.2 wine-staging or wine 10.2 release and newer, wine has been
unable to install dxvk into the prefix using the setup_dxvk.sh script which I
will be attaching here.
The regression is due to a change in wine which results in the script copying
the x86 dll's to the system32 directory for x64 dlls.
After that the script stops and does not touch the syswow64 directory.
Output of the script looks as such:
```sh
WINEPREFIX="$PWD/prefix" bash setup_dxvk.sh install
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/dxgi.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/dxgi.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/dxgi.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/dxgi.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d9.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d9.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/d3d9.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d9.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d10core.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d10core.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/d3d10core.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d10core.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d11.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d11.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/d3d11.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d11.dll'
```
while in 10.1 it looks like this
```sh
WINEPREFIX="$PWD/prefix" bash setup_dxvk.sh install
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/dxgi.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/dxgi.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x64/dxgi.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/dxgi.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/dxgi.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/dxgi.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/dxgi.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/dxgi.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d9.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d9.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x64/d3d9.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d9.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d9.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d9.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/d3d9.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d9.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d10core.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d10core.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x64/d3d10core.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d10core.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d10core.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d10core.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/d3d10core.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d10core.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d11.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d11.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x64/d3d11.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/system32/d3d11.dll'
renamed
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d11.dll'
->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d11.dll.old'
'/home/mrman/Documents/vulkan/dxvk/x32/d3d11.dll' ->
'/home/mrman/Documents/vulkan/dxvk/prefix/dosdevices/c:/windows/syswow64/d3d11.dll'
```
--
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=57946
Bug ID: 57946
Summary: GreedFall needs maxAnisotropy values handling
Product: vkd3d
Version: 1.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Fails to launch on Nvidia. Driver 570.124.04
VUID-VkSamplerCreateInfo-anisotropyEnable-01071(ERROR / SPEC): msgNum:
1233543420 - Validation Error: [
VUID-VkSamplerCreateInfo-anisotropyEnable-01071 ] | MessageID = 0x498660fc |
vkCreateSampler(): pCreateInfo->maxAnisotropy is 0.000000 but must be in the
range of [1.0, 16.000000] (maxSamplerAnistropy).
The Vulkan spec states: If anisotropyEnable is VK_TRUE, maxAnisotropy must be
between 1.0 and VkPhysicalDeviceLimits::maxSamplerAnisotropy, inclusive
(https://docs.vulkan.org/spec/latest/chapters/samplers.html#VUID-VkSamplerCr…)
0140:err:msvcrt:_wassert (L"!status &&
\"vkCreateSampler\"",L"../wine/dlls/winevulkan/loader_thunks.c",3442)
1.15-86-g1417af2e
--
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=36958
Bug ID: 36958
Summary: Wine emulates file creation time instead of fetching
it from the underlying filesystem
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Created attachment 49071
--> http://bugs.winehq.org/attachment.cgi?id=49071
Far2 showing file modification/creation/lass access times.
In Linux at least ext4 supports file creation time field (crtime), but Wine
doesn't use it. Instead it uses mtime.
Please, implement crtime for filesystems which impelement this field.
--
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=32493
Bug #: 32493
Summary: MOTORM4X Crash
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarkamirov(a)gmail.com
Classification: Unclassified
The Game closed with error
Kubuntu 12.04.1
Radeon HD6850
Catalyst 12.11b
--
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=57864
Bug ID: 57864
Summary: Ampero 2 editor does not run in wine
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: neurofire80(a)gmail.com
Distribution: ---
Created attachment 78085
--> https://bugs.winehq.org/attachment.cgi?id=78085
Error message for Ampero 2 editor in wine
Hotone Ampero 2 editor crashes upon running the application in wine.
Specifically, the application opens when the device is not plugged in, without
errors (it just says device not plugged in). However, when launched with the
device plugged in, after the loading screen as it appears to connect with the
usb device, it crashes. I have attached the terminal output when I attempt to
run at the CLI.
It is an application to control a usb audio device (guitar multi-effects
pedal). Previous iterations of the software and device have worked in wine for
me with the same PC and OS (Manjaro i3 running kernel 6.12.12). My PC is a
Ryzen 7 7800X3D with 128GB RAM.
I have Microsoft Visual C++ 2015-2022 (14.42) installed. Wine is 10.0.
The application runs fine in Windows.
--
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=57184
Bug ID: 57184
Summary: DirectX9 not working properly with OpenGL.
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thrasher2k2(a)gmail.com
Distribution: ---
I have an Intel I5 2nd generation, and the onboard GPU of that CPU doesn't have
Vulkan support, so it must use OpenGL instead.
When I try to use any program that uses DirectX 9, it only shows a black screen
(programs like photoshop, emulators), some programs open but they have a very
messed up layout.
I know it is a problem with Wine 9.16 because I downloaded a Wine 8.21 AppImage
and everything works fine, photoshop can display the images, emulators will
display things using DirectX 9 normally and any other program that has a messed
up layout also works fine.
I also have another computer that has an offboard GPU that supports Vulkan, for
this one Wine 9.16 and DirectX 9 on Vulkan just works like a charm.
I guess DirectX 9 to OpenGL on Wine 9 is bugged?
--
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=48680
Bug ID: 48680
Summary: iTunes Dark GUI
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: cb2mail(a)icloud.com
Distribution: ---
Created attachment 66534
--> https://bugs.winehq.org/attachment.cgi?id=66534
Dark screen in iTunes, cannot be read
iTunes has dark screen that cannot be read.
--
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=57716
Bug ID: 57716
Summary: Adobe Illustrator CS6 (16): Crash after
GdipSetEffectParameters when dragging panels with
built-in gdiplus
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bugs.winehq.org(a)zetafleet.com
Distribution: Debian
Created attachment 77921
--> https://bugs.winehq.org/attachment.cgi?id=77921
WINEDEBUG=gdiplus trace from Wine startup until crash
Reproduction:
1. Open Illustrator
2. Drag the Tools panel to undock it
Expected: No crash
Actual: Crash
Using native gdiplus, there is no crash.
Attached is WINEDEBUG=gdiplus trace from application startup until crash.
For expedience, the last gdiplus call before crash is `GdipSetEffectParameters
(0000000015A932A0,000000000011CBF8,8)`.
WineDbg says no backtrace is available.
Please let me know if I can provide other information.
--
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=57778
Bug ID: 57778
Summary: ELECOM M-DUX30 50 Config: crashes on launch with
gdiplus page fault on read access
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: seki63hi(a)hotmail.co.jp
Distribution: ArchLinux
Created attachment 77978
--> https://bugs.winehq.org/attachment.cgi?id=77978
terminal logs
Wine crashes when I launch ELECOM M-DUX30 50 Config application (ELECOM MMO
Mouse.exe).
The program installer can be obtained from
https://dl.elecom.co.jp/support/download/peripheral/mouse/m-dux_30_50/M-DUX…
.
Wine version: wine-10.0 (Staging)
Wine environment: wow64 mode, Wayland
OS: Arch Linux
Kerne; version: Linux 6.13.0-x64v3-xanmod2 #0~20250125.g02aaaf3 SMP
PREEMPT_DYNAMIC Sat Jan 25 19:22:51 UTC x86_64 GNU/Linux
--
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.