https://bugs.winehq.org/show_bug.cgi?id=41825
Bug ID: 41825
Summary: Typo in "Comments Disabled"
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
"Comments for this application have be disabled becuase there are no
maintainers."
--
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=46624
Bug ID: 46624
Summary: StarCraft: Remastered Edition disabled Monitors, Gamma
Correction and Real-Time Lightning configuration
Product: Wine-staging
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63525
--> https://bugs.winehq.org/attachment.cgi?id=63525
screenshot
Attaching Screenshot.
Logs not provided as I am using Battle.net Launcher.
Distro: Fedora 29 x64
System details /
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: XFX Pine driver: amdgpu v: kernel bus ID: 01:00.0
chip ID: 1002:67df
Display: x11 server: Fedora Project X.org 1.20.3 driver: amdgpu
compositor: gnome-shell v: 3.30.2 resolution: 1920x1080~60Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.27.0
4.20.6-200.fc29.x86_64 LLVM 7.0.1)
v: 4.5 Mesa 18.3.3 direct render: Yes
NOTE: Mesa upgraded from Mesa 18.2.8 to 18.3.3 via
https://copr.fedorainfracloud.org/coprs/petrb/mesa/
--
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=52085
Bug ID: 52085
Summary: wine-gecko fails to build with 'storage size of mreq
isn't known' on Fedora 35 with gcc11
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 71096
--> https://bugs.winehq.org/attachment.cgi?id=71096
Log with build failure due to 'storage size of mreq isn't known'
wine-gecko 2.47.2 fails to build with 'storage size of mreq isn't known' on
Fedora 35 with gcc11. Log snippet attached.
--
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=58439
Bug ID: 58439
Summary: REGRESSION: trying to edit a text field immediately
causes the previous content to be completely erased
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
Hi, I am recently experimenting a regression and even if I cannot say in which
version it was introduced, I am almost sure it is not the last one (but before)
and that it is indeed a regression (a few month ago the behavior was
different).
I am working with a software called LTspice (that is closed source but free,
which surely helps repro) and available from
https://www.analog.com/en/resources/design-tools-and-calculators/ltspice-si….
Incidentally, the developers of this code have traditionally been wine-friendly
(even if they do not offer a linux version of their code, neither they provide
support for running it in wine, they have tried to ensure that it could be used
with wine).
This software is a circuit simulator with a schematic capture component. You
can pick and place components and edit the values of their parameters using
some dialog boxes. Often there are multiple things that can be tuned and the
dialog box is arranged as a sort of a table, where some cells are editable.
In order to adjust things, until some simulation results are satisfactory, it
is common to modify some parameters multiple times and in doing so it is good
to be able to edit the previous value.
Unfortunately, in recent times it has become impossible to do so when running
the software with wine. As soon as you try to modify a value, the value
disappears and you remain with an empty field to be filled from scratch.
--
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=58507
Bug ID: 58507
Summary: Cygwin in Wine cmd "find . -iname '*.exe'" breaks but
"find Downloads -iname '*.exe'" works
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wineryyyyy(a)gmail.com
Distribution: ---
Running Cygwin's find inside wine cmd using ./ or ../ doesn't work but
specifying a directory name does work:
z:\home\any\Downloads>find . -iname *.exe
find: paths must precede expression: `bogus_test_0.exe'
find: possible unquoted pattern after predicate `-iname'?
z:\home\any\Downloads>find ../Downloads -iname *.exe
find: paths must precede expression: `bogus_test_0.exe'
find: possible unquoted pattern after predicate `-iname'?
z:\home\any>find Downloads -iname *.exe
Downloads/blender-4.4.3-windows-x64/blender-4.4.3-windows-x64/4.4/python/bin/python.exe
Downloads/blender-4.4.3-windows-x64/blender-4.4.3-windows-x64/4.4/python/lib/venv/scripts/nt/python.exe
Downloads/blender-4.4.3-windows-x64/blender-4.4.3-windows-x64/4.4/python/lib/venv/scripts/nt/pythonw.exe
Downloads/blender-4.4.3-windows-x64/blender-4.4.3-windows-x64/blender-launcher.exe
Downloads/blender-4.4.3-windows-x64/blender-4.4.3-windows-x64/blender.exe
Downloads/bogus_test_0.exe
Downloads/bogus_test_1.exe
Downloads/Cableguys-ShaperBox-3.5.6-Demo-Win/Cableguys - ShaperBox 3.5.6
Demo/Cableguys - ShaperBox 3.5.6 Demo Setup.exe
Downloads/Git-2.50.1-64-bit.exe
Downloads/krita-x64-5.2.10/krita-x64-5.2.10/bin/ffmpeg.exe
Downloads/krita-x64-5.2.10/krita-x64-5.2.10/bin/ffprobe.exe
Downloads/krita-x64-5.2.10/krita-x64-5.2.10/bin/krita.exe
Downloads/krita-x64-5.2.10/krita-x64-5.2.10/bin/kritarunner.exe
Downloads/Prism Cross v1.05/Prism Cross/challenge/c_test/course/stage/Course
Creator.exe
Downloads/Prism Cross v1.05/Prism Cross/Prism Cross.exe
Steps to reproduce:
1. Download and install cygwin via wine explorer
2. SET CYGWIN_HOME=c:\cygwin64
3. SET PATH=%CYGWIN_HOME%\bin;%PATH%
4. find . -iname *.exe
5. find Downloads -iname *.exe
Emacs depends on cygwin's find working to support the most basic vital
operations for finding file names and grepping patterns within files in order
to be supported on Windows thus Wine.
Insights into problems and potential solutions may be found through these
previous efforts:
https://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&b…
--
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=34710
Bug #: 34710
Summary: Can't register/login with Kindle for PC
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rosc2112(a)yahoo.com
Classification: Unclassified
Trying to register Kindle for Pc so it'll login to my amazon account, it's
giving an error "Registration Failed, please try again (99)
Upgraded the latest version of wine, v 1.6 and still having the same problem,
except now I'm not even getting any kind of info from the commandline that
would indicate what the problem is. Previous version 1.4 was at least
indicating there was a problem connecting via ssl, so I found some posts
indicating the problem might be tls, hence I upgraded hoping this issue was
resolved, but, apparently not?
All I'm getting for errors is:
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:imm:ImmReleaseContext (0x2002a, 0x3e52fb8): stub
fixme:win:FlashWindowEx 0x33c944
fixme:win:FlashWindowEx 0x33cc14
fixme:win:FlashWindowEx 0x33d314
fixme:win:FlashWindowEx 0x33c944
fixme:win:FlashWindowEx 0x33ccd4
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:win:FlashWindowEx 0x33c9e4
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
Any clues for me? :)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58265
Bug ID: 58265
Summary: regression in Wine >=10.7 for DXVK DLL override on
macOS
Product: Wine
Version: 10.7
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Created attachment 78608
--> http://bugs.winehq.org/attachment.cgi?id=78608
macOS Terminal log, wine-devel 10.7
On macOS, there is a bug (https://bugs.winehq.org/show_bug.cgi?id=58145) that
can be worked around with a DXVK DLL override (for d3d11.dll) in Wine-devel
10.6 and lower, but this workaround stops working in Wine-devel 10.7 (also
tested not working in 10.8)
repost of my comment from that previous bug:
regression in wine-devel 10.7 - DXVK DLL workaround stops working
There's new regression in wine-devel 10.7: now the DXVK DLL override workaround
doesn't work, the app always gives the original error pop-up window with the
same message.
Attached is the macOS Terminal log after copying Gcenx's 32-bit `d3d11.dll`
from his DXVK-macOS package to the same directory as the OutOfCtrl.exe
executable. When tested with wine-devel 10.6, it still works.
> % cp /Users/toastybug/dxvk-macOS/x32/d3d11.dll /Users/toastybug/Windows_Apps/OutOfCtrl_v1_2_EXE/
> % cd /Users/toastybug/Windows_Apps/OutOfCtrl_v1_2_EXE/
> % WINEDEBUG=module WINEDLLOVERRIDES="d3d11=n" wine OutOfCtrl.exe
tested using Gcenx's wine-devel 10.7 build
(https://github.com/Gcenx/macOS_Wine_builds/releases/tag/10.7) with GStreamer
1.26.1 on macOS 11.7.10
and Gcenx's DXVK-macOS v1.10.3-20230507-repack
(https://github.com/Gcenx/DXVK-macOS/releases/tag/v1.10.3-20230507-repack)
--
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=58264
Bug ID: 58264
Summary: regression in multiple apps in Wine >=10.7, error:
"Assertion failed: !status && "vkAllocateMemory", file
/Users/gcenx/Documents/GitHub/wine-private/dlls/winevu
lkan/loader_thunks.c, line 93"
Product: Wine
Version: 10.7
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Created attachment 78605
--> http://bugs.winehq.org/attachment.cgi?id=78605
macOS Terminal log, wine-devel 10.8 running cpuz_x64.exe
On macOS, there is a regression in multiple Windows programs since Wine-devel
10.7 (including 10.8) releases by Gcenx, with the final lines of the terminal
output reading:
> -[MTLHeapDescriptorInternal validateWithDevice:]:327: failed assertion `Heap Descriptor Validation
> Placement heap type is not supported.
> '
> 01a0:err:msvcrt:_wassert (L"!status && \"vkAllocateMemory\"",L"/Users/gcenx/Documents/GitHub/wine-private/dlls/winevulkan/loader_thunks.c",93)
> Assertion failed: !status && "vkAllocateMemory", file /Users/gcenx/Documents/GitHub/wine-private/dlls/winevulkan/loader_thunks.c, line 93
These programs work fine in Wine-devel 10.6 and lower
tested with Wine-devel 10.7 and 10.8 binary releases from Gcenx
(https://github.com/Gcenx/macOS_Wine_builds/releases) on macOS 11.7.10
tested with CPU-Z 2.15 (portable) (cpuz_x64.exe)
download: https://download.cpuid.com/cpu-z/cpu-z_2.15-en.zip
sha256: c8461d995d77a8fe1e8c5823403e88b04b733165cc151083b26379f1fe4b9501
--
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=58102
Bug ID: 58102
Summary: Anarch: Regression in wine-devel 10.3 (21 Mar 2025
repack): game crashes on startup
Product: Wine
Version: 10.3
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
The game Anarch crashes on startup since the wine-devel 10.3 (21 Mar 2025
repack) for macOS. It will load the fullscreen game window and play the
background music for around 1 second before crashing.
The last lines in the macOS Terminal before the crash with wine-devel 10.3 (21
Mar 2025 repack) are:
0124:err:d3d:wined3d_swapchain_resize_buffers Something's still holding back
buffer 0 (00014AA0).
0124:fixme:vulkan:wine_vkAllocateMemory Using VK_EXT_external_memory_host
0140:fixme:d3d:wined3d_sampler_vk_cs_init Unhandled srgb_decode 0.
[mvk-warn] VK_ERROR_FEATURE_NOT_PRESENT: Metal does not support disabling
primitive restart.
[mvk-info] Created 2 swapchain images with size (1440, 900) and contents scale
1.0 in layer CAMetalLayer: WineMetalView (0x20a61cb80) on screen Main Screen.
0140:err:msvcrt:_wassert (L"!status &&
\"vkQueueSubmit\"",L"/tmp/wine-devel-10.3/dlls/winevulkan/loader_thunks.c",6260)
Assertion failed: !status && "vkQueueSubmit", file
/tmp/wine-devel-10.3/dlls/win
evulkan/loader_thunks.c, line 6260
It appears Vulkan was updated to version 1.1.0 with the wine-devel 10.3 (21 Mar
2025 repack) compared to the original wine-devel 10.3 release
game: Anarch v1-01 (Anarch_winshitxp_sdl_1-1.exe)
download link:
https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_winshitxp_sdl_…
sha256: b8d109102e7cd012f34ba59ef4a89f07e6db9e5edfe9ed476b63158b19141a67
Wine downloaded from Homebrew sources, with GStreamer 1.26.0 installed.
Wine versions tested working (macOS):
- wine CrossOverFOSS 23.7.1-1 (based on wine 8.0.1)
- wine-stable 10.0
- wine-devel 10.3 (original release - now renamed
"wine-devel-10.3-osx64_20240320.tar.xz")
download link:
https://github.com/Gcenx/macOS_Wine_builds/releases/download/10.3/wine-deve…
sha256: aa7016e7e2461e2357e42526554fea03a745ee6cc71f8401351e47c0367ea709
Wine versions tested broken (macOS):
- wine-devel 10.3 (21 Mar 2025 repack)
download link:
https://github.com/Gcenx/macOS_Wine_builds/releases/download/10.3/wine-deve…
sha256: 0f3f75dce91f189ae0125cd7dcd5a2adc633330f03fb5bf231b92b44835ea884
- wine-devel 10.4
- wine-devel 10.5
- wine-staging 10.5
--
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=58456
Bug ID: 58456
Summary: tSIP: drop-down menu regression in Wine 10.10 (macOS)
Product: Wine
Version: 10.10
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Created attachment 78907
--> http://bugs.winehq.org/attachment.cgi?id=78907
tSIP drop-down menu not working
When running tSIP (a SIP client) there is a regression of not being able to use
any drop-down menus in the Settings with Wine-devel 10.10 (and possibly since
10.7, I haven't tested). Afterwards, all the settings below the "ghost"
drop-down menu are also inaccessible until quitting and restarting the app in
Wine.
Reproduce:
open tSIP (wine tSIP.exe) and from the menu bar choose Configuration > Settings
> General > and click the drop-down arrow for the Translation drop-down menu
also try any other drop-down menu
confirmed working with Wine-devel 10.6
tSIP 0.3.09
download:
https://github.com/tomek-o/tSIP/releases/download/v0.3.09/tSIP_0_3_09_bin.z…
sha256: c24da4f492de4e7344e4e2ea01a1c8df7ffb6632ec51f64e8518c30def61e258
--
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.