https://bugs.winehq.org/show_bug.cgi?id=57949
Bug ID: 57949
Summary: Max / Max for Live freezing while loading
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel(a)gluo.nz
Distribution: ---
Max from Cycling '74, is a core component of Ableton Live.
Max currently loads *once* and then the second time it opens it freezes.
if you delete %APPDATA%\Roaming\Cycling '74\Max
9\Settings\maxpreferences.maxpref the app will load again, but the app still
locks up / freezes while interacting with it, not sure if it's related issue.
Here's the fixme/error log and a backtrace.
https://gist.github.com/YellowOnion/61d2f3b28ab5d260bd9ce721a8883ff7
--
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=56726
Bug ID: 56726
Summary: Ability to disable wine builtin title bar and borders
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: Deresiant(a)protonmail.ch
Distribution: ---
Currently when running applications through wine on the wayland driver, those
windows have a titlebar and border (I think these called window decorations?)
which are provided by wine and can be configured in winecfg.
There isn't a method to disable these window decorations completely.
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=29579
Bug #: 29579
Summary: winhelp: winhlp32.exe doesn't support making its
window non-resizeable or without menu strip
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://download.microsoft.com/download/aoe/Trial/1.0/W
IN98/EN-US/MSAoE.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
In Windows, help files can cause the winhlp32 window to open with fixed
(non-resizeable) dimensions, and/or with no menu strip. Wine winhlp32 does not
support that feature.
For example, download the Age of Empires trial version from
http://www.microsoft.com/games/empires/downloads.htm
direct download URL is
http://download.microsoft.com/download/aoe/Trial/1.0/WIN98/EN-US/MSAoE.exe
Either run MSAoE.exe to install the demo, or use cabextract to unpack the files
inside.
Run winhlp32.exe from Windows under Wine and load Empires.hlp. Notice the
window has no menu strip and cannot be resized. (I tested winhlp32.exe from
Windows 98 and XP.)
Run Wine winhlp32.exe and load Empires.hlp. (The window contents are completely
messed up and unusable, but that's not what this bug covers.) Notice the
winhlp32 window is resizeable and has a menu strip.
--
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=57930
Bug ID: 57930
Summary: Chessbase 17 doesn't display content in 'text'
database pages
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 78183
--> https://bugs.winehq.org/attachment.cgi?id=78183
What should be displayed
Nothing gets displayed for the content for 'text' database pages (it's more
like a web page with javascript although I don't know if that's what's going on
under the hood) in Chessbase17. It works on Chessbase11 and CBReader14 which
indicates the code has changed since.
I'll attach what it looks like on CBReader14 where it works. The rendering does
take a few seconds, so maybe something is timing out or getting dead-locked
even? It looks similar in layout on Chessbase17 except the content never
appears.
Nothing of note in the debug output: 01f0:fixme:d2d:d2d_geometry_sink_AddArc
iface 00007FE5AF1A9548, arc 00007FFFFE8F9C80 stub! is the only message that's
seen which isn't seen elsewhere as far as I can see.
This has always been a problem on Chessbase 17 (so not a recent breakage in the
last year).
--
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=57924
Bug ID: 57924
Summary: Sonic unleashed recomp. 1.0.1 will not launch after
install
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: megatuff22(a)gmail.com
Distribution: ---
Created attachment 78177
--> https://bugs.winehq.org/attachment.cgi?id=78177
backtrace for installer crash
Sonic Unleashed Recomp Link:
https://github.com/hedge-dev/UnleashedRecomp/releases/tag/v1.0.1
game initially runs installer without issue but crashes any time attempting to
run after
OS: Arch
Session: Wayland
Desktop: KDE Plasma 6.3.2
CPU: AMD 5900X
RAM: 32GB
GPU: 1080 TI
GPU Driver: proprietary Nvidia-DKMS 570.124.04-1
--
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=57935
Bug ID: 57935
Summary: dmon file watching library doesn't recursively watch
existing directories
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark(a)darkok.xyz
Distribution: ---
With the dmon file watching library found at https://github.com/septag/dmon, it
fails to report changes from within subdirectories with the
DMON_WATCHFLAGS_RECURSIVE flag enabled. It only manages to do so with
subdirectories created during the runtime of the program, but directories
present from before the program had started are not watched.
I've tried on Wine versions as far back as 7.5 and the bug is still present,
thus I am not sure if this is a regression or not.
Code to reproduce can be found in the README of the repository, with the only
changes necessary being a printf inside the callback, and a loop to prevent it
from instantly terminating.
--
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=57671
Bug ID: 57671
Summary: Regression app open in wine 9.22 but not in 10.x
Product: Wine
Version: 10.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drigoslkx(a)gmail.com
Distribution: ---
The applications is SmartConnect from motorola
Here you can download the app.
https://www.appimagehub.com/p/2179758
Wine 9.22 runs fine, but crash when streamming start.
Wine 10.x don't even open the application.
The SmartConnect version 8 doens't open in any version.
--
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=57827
Bug ID: 57827
Summary: Indeo Codec fails to install on Wine 10.1
Product: Wine
Version: 10.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hackcr1258(a)gmail.com
Distribution: ---
Indeo Codec fails to install on Wine 10.1, Wine 10 was the last known version
for it to successfully install.
Indeo Codec will be stuck on status: "Finding an instance of Netscape"
--
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=57934
Bug ID: 57934
Summary: Tapping on menu bar causes input to become
unresponsive
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark(a)darkok.xyz
Distribution: ---
Ever since Wine 10.0, tapping on a menu bar can cause menu input to become
unresponsive throughout the time the program is still running. Other input
still works, it's just the moment you do something that brings up another menu
window, even like right clicking, input will become unresponsive again and you
will have to alt+tab to release focus.
Programs this can be reproduced with are Wine notepad and regedit.
--
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=57128
Bug ID: 57128
Summary: Sensus Navigation 2014 (Volvo navigation updater)
fails to detect USB pendrive
Product: Wine
Version: 9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plaes(a)plaes.org
Distribution: ---
Application fails to detect that mountpoint (presented as separate drive) is
actually an USB pen drive.
Preparation:
0. Make sure that USB pendrive is actually inserted and mounted (and visible in
`winecfg` under drives).
Steps:
1. Download windows application from
https://www.volvocars.com/mt/support/downloads/maps/mca/europe
2. Select the "Check Download" and attempt to point it to USB drive
or alternatively
2. Select "New Download"
3. Select "USB" which opens up a drive selector
Also, worth pointing out that there doesn't seem to be a possibility in
`winecfg` "Drives" section to manually set drive type as USB drive in advanced
settings. Available options are:
* Autodetect
* Local hard disk
* Network share
* Floppy disk
* CD-ROM
Issue does not seem to be regression at least in Wine 9.x as functionality does
not work in 9.1 and 9.15 on Fedora 40.
--
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=57933
Bug ID: 57933
Summary: SAVIHost can take a long time to close, with it and
wineserver eating the CPU
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: dark(a)darkok.xyz
Distribution: ---
Starting from 1fa0d491a87f5c7d9f600ea95ee2bfc37ca6f940 in Wine 7.5, SAVIhost
can take a long time to close, with it and wineserver then using the CPU a lot,
causing me to have to terminate it manually.
It seems the amount of time it can take depends on system, on my main machine
I've had it take a minute sometimes, whereas my laptop (which is much slower)
can somehow do so in up to about 10 seconds.
This still happens on Wine 10.3, which just released.
Downloads:
https://www.hermannseib.com/programs/savihostx64.ziphttps://cdn.roland.com/assets/media/zip/scva_win_trial.zip
Steps to reproduce:
1. Execute "winetricks mfc90" to get a required DLL
2. Extract scva_win_trial.zip and install the Roland Sound Canvas VA VST
3. Extract savihostx64.zip, and move savihost.exe to "C:\Program
Files\Roland\Sound Canvas VA"
4. Rename savihost.exe to "Sound Canvas VA.exe"
5. Run the renamed executable
6. Go to Devices>MIDI, and set Input Port 1 to "Midi Through Port-0"
7. Close the program
(I mentioned this in passing a few years ago in 52828 but never made it its own
report, sorry)
--
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=57932
Bug ID: 57932
Summary: mountmgr.sys uses SecKeychain APIs deprecated in macOS
10.10
Product: Wine
Version: 10.3
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: bshanks(a)codeweavers.com
SecKeychain APIs are deprecated in macOS 10.10:
../dlls/mountmgr.sys/cred.c:138:12: error: 'SecKeychainSearchCopyNext' is
deprecated: first deprecated in macOS 10.7 - SecKeychainSearch is not supported
[-Werror,-Wdeprecated-declarations]
while (SecKeychainSearchCopyNext( search, &item ) == noErr)
^
/Applications/Xcode15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainSearch.h:71:10:
note: 'SecKeychainSearchCopyNext' has been explicitly marked deprecated here
OSStatus SecKeychainSearchCopyNext(SecKeychainSearchRef searchRef,
SecKeychainItemRef * __nonnull CF_RETURNS_RETAINED itemRef)
^
../dlls/mountmgr.sys/cred.c:149:18: error:
'SecKeychainItemCopyAttributesAndData' is deprecated: first deprecated in macOS
10.10 - SecKeychain is deprecated [-Werror,-Wdeprecated-declarations]
status = SecKeychainItemCopyAttributesAndData( item, &info, NULL,
&attr_list, NULL, NULL );
^
Note that Wine only supports macOS 10.12 and above (according to
https://gitlab.winehq.org/wine/wine/-/merge_requests/6866).
--
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=57929
Bug ID: 57929
Summary: Illegal pointer may be dereferenced
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: 1367173408(a)qq.com
Distribution: ---
Created attachment 78182
--> https://bugs.winehq.org/attachment.cgi?id=78182
execution trace
I have found a risk that an illegal pointer may be dereferenced.
At line 119 in file `dlls/win32u/ntgdi_private.h`, the function `pop_dc_driver`
may return NULL.
At line 750 in file `dlls/win32u/path.c`, the return value of `pop_dc_driver`,
which may be NULL, is used as a real argument of call for `pDeleteDC`
(`pathdrv_DeleteDC`).
Then, as shown by step 3 and 4 in the attached image, a illegal address may be
returned by function `get_path_physdev`, because `dev` is NULL value (0) and
`offsetof(type, field)` is subtracted from it.
Finally, as shown by step 5, the illegal pointer may be dereferenced, which may
cause unexpected application behavior or crashes.
--
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=57921
Bug ID: 57921
Summary: When trying to print any graphic image (Paint Shop Pro
4.15 SE) the program disappears
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)llrainey.us
Distribution: ---
Created attachment 78175
--> https://bugs.winehq.org/attachment.cgi?id=78175
a program with the problem
Here is the PSP folder - it aborts no matter what printer I try to use
PDF, Cannon, Epson, or Brother
--
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.