http://bugs.winehq.org/show_bug.cgi?id=25723
Summary: PhysX causes major lag in Mirror's Edge.
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: H3g3m0n(a)gmail.com
When the PhysX option is enabled (setting in the Video Options) in Mirror's
Edge. When 'physics' things start to occur the game starts to get some major
lag becoming unplayable.
Mirror's Edge doesn't make too much use of PhysX (I believe it was on of the
first games with support for it), afaik it's mostly used for enabling
shattering glass to create shards and maybe some bits of paper on the ground.
As such this only seems to happen at specific points in the game. For example
Chapter 1 Flight->Check Point D. As you are running across the bridge, the
helicopter starts to shoot the glass causing it to shatter.
If you continue on to the next area, at some point (when you go underground) it
suddenly returns to normal speed (most likely it has unloaded the previous
area).
With PhysX set to off, there is no lag but no glass shards.
--
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=31626
Bug #: 31626
Summary: Redraw problem in Netgear's Powerline Utility
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://www.downloads.netgear.com/files/GDC/XAV1004/Win
dows%20Powerline%20Utility%20Version%202.0.0.14.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41587
--> http://bugs.winehq.org/attachment.cgi?id=41587
First run screenshot
On first run the Netgear Powerline Utility 2 draws fine.
After closing and reopening parts of the window are now drawn correct (text is
missing from buttons and drop-down menus).
Nothing printed in the console.
Tried native gdiplus but it made no difference.
--
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=48113
Bug ID: 48113
Summary: The -mno-cygwin option should be abandoned.
Product: Wine
Version: 4.20
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
With reference to bugs #47959 and #47951, I think that the "-mno-cygwin" option
should be abandoned, since it is no more functional by long time.
In the past, this option was used for telling GCC if executables and DLLs
depended on POSIX layer or they were just plain executables for Windows.
This option has been obsoleted since the transition from gcc3 to gcc4 and
deprecated since GCC 4.7.
Modern build tools for CYGWIN make only objects linked with POSIX layer and
cross compilers from MINGW-W64 are included for both 32 and 64 bit platforms.
Building WINE for running natively on Windows requires to follow the same
method typically used when doing a cross compile, on CYGWIN but also in MSYS2.
This will also fix this error:
gcc: error: unrecognized command line option '-mno-cygwin'
that you get when you start to build.
Question: this is the content of a simple Makefile.in:
<================================
MODULE = acledit.dll
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c
================================>
Assuming that somebody will provide this change and since EXTRADLLFLAGS is
typically used only for "-mno-cygwin", is it required to keep the presence of
an empty EXTRADLLFLAGS or it can be deleted from the Makefile.in?
Thanks.
--
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=43694
Bug ID: 43694
Summary: Huge lag in BOINC Manager caused by wine-gecko
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: jylo06g(a)gmail.com
Distribution: ---
Fedora 26 MATE x64
BOINC Manager uses the system's parser to show Notices
(notification messages from BOINC projects)...
Currently BOINC (7.8.2 x64) Manager lags (high CPU) in a prefix with
Wine Gecko installed.
If Wine Gecko is specified to not install during creation of prefix,
BOINC Manager works albeit the Notices tab will not show the notices
or in other word, blank.
Changing Windows version doesn't work.
--
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=56601
Bug ID: 56601
Summary: Compilation failure on Fedora 40: error:
initialization of ... [-Wincompatible-pointer-types]
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 76357
--> https://bugs.winehq.org/attachment.cgi?id=76357
Compilation failure of Wine 9.4 on Fedora 40
Component: dlls/combase
Building 9.4 on Fedora 39 succeeds while building of 9.4 on Fedora 40 fails.
In file included from include/windef.h:271,
from include/windows.h:38,
from dlls/combase/string.c:22:
dlls/combase/string.c: In function 'impl_from_HSTRING_BUFFER':
include/winnt.h:888:46: error: initialization of 'const WCHAR (*)[1]' {aka
'const short unsigned int (*)[1]'} from incompatible pointer type
'HSTRING_BUFFER' {aka 'struct HSTRING_BUFFER__ *'}
[-Wincompatible-pointer-types]
888 | const typeof(((type *)0)->field) *__ptr = (address); \
| ^
dlls/combase/string.c:63:12: note: in expansion of macro 'CONTAINING_RECORD'
63 | return CONTAINING_RECORD(buffer, struct hstring_private, buffer);
| ^~~~~~~~~~~~~~~~~
make: *** [Makefile:6704: dlls/combase/x86_64-windows/string.o] Error 1
Attached file has more lines.
--
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=56066
Bug ID: 56066
Summary: The Shattering (GOG) crashes when smashing TV
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
Created attachment 75730
--> https://bugs.winehq.org/attachment.cgi?id=75730
Log
Ubuntu 22.10.
Good, bad and ugly gstreamer plugings installed.
--
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=55292
Bug ID: 55292
Summary: winegcc: Crash when accessing argv[0] when program is
built with -mno-cygwin
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winecrt0
Assignee: wine-bugs(a)winehq.org
Reporter: esteve.varela(a)gmail.com
Distribution: ---
When a program is built with -mno-cygwin, it crashes straight away when
accessing anything in argv:
$ echo -e '#include <stdio.h>\nint main(int argc,char
*argv[]){printf("%s\\n",argv[0]);}' > test.c
$ winegcc -mconsole -mno-cygwin test.c
$ ./a.out
*loud noise of breaking windows, cats screaming, sirens blaring*
Incidentally, this works without -mno-cygwin, but then you have no access to
windows CRT functions...
--
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=18010
Summary: Slingplayer video tuning wizard fails
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://download.slingmedia.com/player/pc/SlingPlayer-
Setup-EU-1.5.1.343.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20389)
--> (http://bugs.winehq.org/attachment.cgi?id=20389)
Screenshot of error
Slingplayer has a video tuning wizard to allow things like brightness and
contrast to be set.
The wizard fails at the first step with the message "Advanced Video Options
have been disabled on your computer."
err:ole:CoGetClassObject class {51b4abf3-748f-4e3b-a276-c828330e926a} not
registered
err:ole:CoGetClassObject class {7d8aa343-6e63-4663-be90-6b80f66540a3} not
registered
Both classes are related to the Video Mixing Renderer 9, part of DirectX.
"winetricks directx9" does not workaround the problem.
To get to this point, native quartz, qcap and gdiplus are required to work
around other bugs.
--
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=44233
Bug ID: 44233
Summary: SlingPlayer 1.5's uninstall doesn't remove any files
Product: Wine
Version: 3.0-rc3
Hardware: x86
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 60032
--> https://bugs.winehq.org/attachment.cgi?id=60032
Wine 3.0-rc3 console output
The uninstall that comes with SlingPlayer 1.5 claims to complete (far too
quickly) but no files are actually removed. Running wineboot afterwards makes
no difference.
This bug goes way back and is not a regression.
--
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=44232
Bug ID: 44232
Summary: Menus in Slingplayer 1.5 do not draw until mouseover
Product: Wine
Version: 3.0-rc3
Hardware: x86
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 60029
--> https://bugs.winehq.org/attachment.cgi?id=60029
Wine 3.0-rc3 console output
The menus in SlingPlayer 1.5 do not draw until a mouse pointer passes over
them. They should, of course, be shown as soon as the application loads.
Screenshots show the differences.
I tried native gdiplus but it made no difference.
--
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=43246
Bug ID: 43246
Summary: King's Bounty: The Legend suffers from performance
issues
Product: Wine
Version: 2.1
Hardware: x86
URL: https://www.fileplanet.com/191666/190000/fileinfo/King
's-Bounty:-The-Legend-Updated-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 15d53761a5fbfc12fc5f9974c029dace00eab33d
Distribution: ---
Created attachment 58554
--> https://bugs.winehq.org/attachment.cgi?id=58554
terminal output
The game runs much slower than it used to: animations, character and mouse
movement are way too slow.
Reproduced the issue with nouveau/mesa 17.1.3 and nvidia binary drivers 381.22.
Disabling anti-aliasing and lowering detail level to the minimum doesn't help.
According to my testing the commit which caused the slowdown is
commit 15d53761a5fbfc12fc5f9974c029dace00eab33d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jan 31 15:47:10 2017 +0100
wined3d: Do not pin system memory in wined3d_buffer_load_location().
Maybe a duplicate of bug #42588, although the symptoms are different.
With the previous commit the game runs much smoothly.
For comparison, in Wine 2.11 I'm getting only 4-5 fps when using nvidia 381.22.
Before the regression Wine gave me 32-36 fps.
Steps to reproduce the issue with the demo:
1. download and install the demo, install native d3dx9_33.dll before launching
the game.
2. in the main menu start a new game, click <Next> on the character selection
screen, press <Skip>. You are in a training chamber: run around in the room,
rotate the camera using the right mouse button and observe how sluggish the
game is. You can save the game here so you can reproduce the issue more easily
the next time you enter the game.
KingsBounty_TheLegend_Demo2.exe (682 MB)
sha1: 7b60066a63cd4ee8a242347ebc1802a60453d9b2
Wine 2.11
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
--
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=56557
Bug ID: 56557
Summary: I ask you to support writing in RTL languages
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: awf170407(a)gmail.com
I ask you to support writing in RTL languages such as Hebrew and Arabic. I
tried WineMate through Android via Termux 11, but most of the letters do not
respond. I used an external keyboard but it did not fix the problem. I asked
the Termux 11 developers and they told me that this is a problem related to
Wine. Please fix it.
--
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=30692
Bug #: 30692
Summary: eBay Turbo Lister 9.x crashes on first start
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
continuation of bug 4286
After installation in clean WINEPREFIX "eBay Turbo Lister 9.x" crashes on first
start (msvc++ runtime error, message box, abort).
'winetricks -q msxml3' works around and lets the app start.
Regards
--
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=33981
Bug #: 33981
Summary: Corrupt instalation if vcrun2008 is not installed
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lara(a)craft.net.br
Classification: Unclassified
Created attachment 45150
--> http://bugs.winehq.org/attachment.cgi?id=45150
Console Log
The original patcher of Ragnarok Online corrupts installation when executed. If
vcrun2008 already installed before you run it, it works normally.
Log in attach
--
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=44212
Bug ID: 44212
Summary: Error installing vcrun2013 with winetricks
Product: Wine
Version: 2.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pskraemer(a)posteo.de
Distribution: ---
Created attachment 59992
--> https://bugs.winehq.org/attachment.cgi?id=59992
terminal output, backtrace, and winetricks.log
I cannot install vcrun2013 or vcrun 2015.
After the License manager for .Net accures, the installation break, sieh
appendix.
I want to use SteuerSparErklärung 2015 and used the installation guide on
winehq, see
https://appdb.winehq.org/objectManager.php?sClass=version&iId=31218.
I user GalliumOS 2.1 (Xubuntu based) on a AcerC720 Chromebook, Bios flashed
with custom rom by MrChromebook.
PREFIX for 32 bit was created before.
I gave this into the terminal:
WINEPREFIX=/home/peter/.wine32 ./winetricks crypt32 mspatcha riched20 vcrun2013
the other moduls were installed.
Terminal output in appendix.
--
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=48554
Bug ID: 48554
Summary: I can't install physx or vcrun2015 because of a fail
with msiexec.exe / msi.dll
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: factionacraft(a)gmail.com
Distribution: ---
I use the 64 version because it is required by software and game that I use
with wine.
Some game and soft works fine, installation of other games works fine too but I
can't run it because of the dependencies that need to be installed (physx &
vcrun2015).
Here you can have terminal outputs: https://pastebin.com/K6shq5mg
winetricks64 & wine64 are just aliases to respective winetricks & wine but with
64bit environment selected.
I can provide to you more logs if needed I just saw no other log files
generated during the running of these commands.
--
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=67
--- Comment #5 from Jeremy Newman <jnewman(a)codeweavers.com> ---
Adding a comment on this test bug to test emailing.
--
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=52850
Bug ID: 52850
Summary: Unable to render colored text (ansi escape codes)
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jjj84340(a)gmail.com
Distribution: ---
Created attachment 72252
--> https://bugs.winehq.org/attachment.cgi?id=72252
Wine terminal
Wine's cmd is unable to render ansi escape codes, resulting in weird, uncolored
text
--
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=37578
Bug ID: 37578
Summary: Request for Enhancement: please add libXext as a
dependency
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Request for Enhancement:
It about killed my trying to compile Wine-1.7.30 (I conquered). In the
"./configure" phase, Wine threw the following error:
wine-1.7.30]# ./configure --disable-win64
configure: WARNING: libpng 32-bit development files not found, PNG won't be
supported.
Only thing was that libpng was actually installed:
# rpm -qa \*libpng\* | grep -i i686
libpng-devel-1.2.49-1.el6_2.i686
libpng-1.2.49-1.el6_2.i686
The error was bogus reporting from Wine "./configure". The actual problem was
that libpng had a dependance on zlib. "yum install zlib-devel.i686" fixed the
bogus error from Wine.
This bogus error was originally reported to Wine on:
https://bugs.winehq.org/show_bug.cgi?id=37534
Their response was that it was a dependency:
http://www.libpng.org/pub/png/libpng.html
"libpng is available as ANSI C (C89) source code and requires zlib
1.0.4 or later (1.2.5 or later recommended for performance and security
reasons)."
So I reported it to Red Hat on:
https://bugzilla.redhat.com/show_bug.cgi?id=1162842
Their response was:
You were probably not able to install libpng without zlib, but of
course you were able to install libpng and libpng-devel without
zlib-devel - but this is pretty much expected. Guidelines are
even stricter, explicit requirements for library packages are
forbidden (
https://fedoraproject.org/wiki/Packaging:Guidelines#Explicit_Requires
- Red Hat Enterprise Linux follows Fedora packaging guidelines
with just very few exceptions ).
So, would you guys please consider putting the dependency in yourself, so as to
keep the next poor sod who is trying to ./configure wine from going out of his
mind and to keep you guys from having to endlessly answer this question over on
the forums
Many thanks,
-T
--
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=49854
Bug ID: 49854
Summary: Please fix the stupid wldap32.dll error message
Product: Wine-staging
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Fedora 32, x64
wine-5.16-1.fc32.x86_64
When running a program what uses wldap32.dll AND wine-ldap.i686 is not
installed, you get a STUPID error message saying that wldap32.dll is "not
found". It is
right in the system32 directory. I took me over four hours of beating my head
against a wall to figure it out.
Would you please give a rational error message for this issue! Tell the user
that wine-ldap.i686 is otg installed!
Sorry for the crabbiness.
--
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=55979
Bug ID: 55979
Summary: Blizzard Battle.net Launcher: New Version Released On
11/30/2023 Hangs During Installation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: crashdance(a)charter.net
Distribution: ---
Created attachment 75569
--> https://bugs.winehq.org/attachment.cgi?id=75569
Terminal output when running the Battle.net client installer in a clean Wine
prefix
When attempting to install Battle.net in a clean 64-bit prefix on a clean
install of Linux Mint 21.2 with all needed dependencies, I get the attached
terminal output and the progress hangs at 45%.
Also, I know the maintainers of Bugzilla encourage reporting only one problem
per bug. That being said, the exact same time this started happening, my
existing Wine prefix for Battle.net (and my Battle.net games) caused thread
crashes when opening Battle.net after installing yesterday's update. The update
was installed from within the Battle.net client by clicking the green icon to
install the update. Prior to this update released yesterday on November 30,
2023, Battle.net and the games were running flawlessly.
Because I can only add a single attachment, the Pastebin links below will give
more detail on the related issue of thread crashes described above:
Existing prefix terminal output when the thread crash occurs:
https://pastebin.com/4UwxTsEP
Here is my system information:
https://pastebin.com/v3MVemgg
Was able to save a crash report for the thread crash issue:
https://pastebin.com/mYX68NrX
--
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=54256
Bug ID: 54256
Summary: Compile for wine under arm macOS (for running aarch64
windows apps) fails
Product: Wine
Version: unspecified
Hardware: aarch64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jintanzhong(a)gmail.com
Created attachment 73809
--> https://bugs.winehq.org/attachment.cgi?id=73809
Output of make
Error Output:
gcc -c -o dlls/ntdll/unix/signal_arm64.o dlls/ntdll/unix/signal_arm64.c
-Idlls/ntdll -Iinclude -D__WINESRC__ -D_NTSYSTEM_ \
-D_ACRTIMP= -DWINBASEAPI= -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none
-fno-stack-protector \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers -Winit-self \
-Wno-pragma-pack -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter
-Wvla \
-Wwrite-strings -Wpointer-arith -gdwarf-4 -fPIC -fasynchronous-unwind-tables
-g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
In file included from dlls/ntdll/unix/signal_arm64.c:71:
dlls/ntdll/unix/dwarf.h:915:45: warning: taking the absolute value of unsigned
type 'ULONG_PTR' (aka 'unsigned long') has no effect [-Wabsolute-value]
case DW_OP_abs: stack[sp] = labs(stack[sp]); break;
^
dlls/ntdll/unix/dwarf.h:915:45: note: remove the call to 'labs' since unsigned
values cannot be negative
case DW_OP_abs: stack[sp] = labs(stack[sp]); break;
^~~~
<inline asm>:305:2: error: conditional branch requires assembler-local label.
'.L__wine_syscall_dispatcher_return' is external.
cbnz w16, .L__wine_syscall_dispatcher_return
^
1 warning and 1 error generated.
make: *** [dlls/ntdll/unix/signal_arm64.o] Error 1
Commands run: ./configure; make
Dependencies: all installed using homebrew latest version.
./configure output and make output: see attachment
--
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=56589
Bug ID: 56589
Summary: Regression Broke .WMA File Playback in WMP10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cwbussard(a)gmail.com
Distribution: ---
wmp10 used to be able to play .wma files. Now it can't. Not sure which wine
version this got broken in.
(wmp11 can still play .wma files, but the installation is miserable (requiring
flipping between multiple windows versions to complete the "first run") and the
UI is totally busted. This is OK for my purposes (DirectSong), but it's not a
generally applicable solution.)
--
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=56586
Bug ID: 56586
Summary: libOSMesa 32-bit development files not found (or too
old), OpenGL rendering in bitmaps won't be supported
Product: Wine
Version: 9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
This is _not_ a bug, I just would love to learn what this error message entails
exactly.
The reason I'm asking is that this package has quite heavy dependencies and I
wonder what I'll be missing:
# dnf install mesa-libOSMesa-devel.i686
Dependencies resolved.
================================================================================
Package Architecture Version Repository Size
================================================================================
Installing:
mesa-libOSMesa-devel i686 24.0.5-1.fc40 fedora 22 k
Installing dependencies:
llvm-libs i686 18.1.1-1.fc40 fedora 28 M
llvm-libs x86_64 18.1.1-1.fc40 fedora 28 M
mesa-libOSMesa i686 24.0.5-1.fc40 fedora 3.4 M
mesa-libOSMesa x86_64 24.0.5-1.fc40 fedora 3.2 M
Transaction Summary
================================================================================
Install 5 Packages
Total download size: 63 M
Installed size: 254 M
Is this ok [y/N]:
Operation aborted.
--
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=56393
Bug ID: 56393
Summary: Wine Crash when running IBM SPSS and data.
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zombie_ryushu(a)yahoo.com
Distribution: ---
Created attachment 76146
--> https://bugs.winehq.org/attachment.cgi?id=76146
Console output.
Wine hangs on startup of IBM SPSS. Console output below.
--
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=56568
Bug ID: 56568
Summary: There is a memory leak vulnerability in line 909 of
the /wine/tools/winegcc/winegcc.c file
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
In the file winegcc.c located at /wine/tools/winegcc/, a pointer variable named
libgcc is defined at line 881. On line 907, this variable allocates a block of
dynamic memory using the function xmalloc. When the if statement on line 909
evaluates to true, the program returns. During this process, the dynamically
allocated memory pointed to by the variable libgcc is neither returned as on
line 914 nor freed, thus causing a memory leak defect, as shown in the diagram
below:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_11.png
--
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=56567
Bug ID: 56567
Summary: There is a memory leak defect at line 580 of the file
"/wine/tools/widl/write_msft.c".
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
The trigger path of the defect:
1.In line 573 of the /wine/tools/widl/write_msft.c file, a pointer variable
named encoded_string is defined. This pointer variable is passed as an argument
to the function CTL2_ENCODE_STRING on line 575, which allocates a dynamic
memory area, as shown in the following figure:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_8.png
2.The role of ctl2_encode_string is to allocate a new dynamic memory area.
Specifically, a pointer variable named converted_string is defined on line 329.
The converted_string pointer variable allocates a dynamic memory area through
the xmalloc function on line 336, and is assigned to the function parameter
result (i.e., the incoming encoded_string variable) on line 348, as shown in
the following figure:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_9.png
3.After the execution of ctl2_encode_string is completed, the variable
encoded_string is allocated a dynamic memory area. When the if statement on
line 580 of the program is true, the program will return, thus preventing the
execution of the operation to release the dynamic memory area pointed to by
encoded_string on line 587. This results in a memory leak defect, as shown in
the following figure.
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_10.png
--
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=55360
Bug ID: 55360
Summary: Can't run.
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 1074536311(a)qq.com
Distribution: ---
ARRAY(0x557a25649d98)
--
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=56545
Bug ID: 56545
Summary: this poped up
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: redfang790.ur5wj(a)aleeas.com
Distribution: ---
Created attachment 76301
--> https://bugs.winehq.org/attachment.cgi?id=76301
a copy of the error
i was installing a program and this error poped 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=56578
Bug ID: 56578
Summary: was seeing if i could play minecraft
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: redfang790.ur5wj(a)aleeas.com
Distribution: ---
Created attachment 76333
--> https://bugs.winehq.org/attachment.cgi?id=76333
i tried to install it
was trying to see if i could launch minecraft launcher and got this error
--
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=45565
Bug ID: 45565
Summary: Battle.net Helper.exe crashes when trying to view
Twitch streams
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.stanczew+b(a)gmail.com
Distribution: ---
Created attachment 61989
--> https://bugs.winehq.org/attachment.cgi?id=61989
Backtrace
Please note that this is a different issue than bug #43910.
Sometimes game pages in Battle.net App will have Twitch streams embedded in
their news items (I saw SC2, HotS, and the Overwatch League tab having this).
When opening such a page, Battle.net Helper.exe will crash (in a similar way to
bug #43910).
Two things visible in the logs that happen only in this case are
"fixme:cryptnet:verify_cert_revocation_from_aia_ext" and "MSAudDecMFT.dll nor
Msmpeg2adec.dll is not loaded".
The crash happens the same way in Wine devel and Wine Staging (both 3.13).
Workaround is to quickly click "Pause" or "Watch now" -- this will cause the
video to stop being loaded (clicking "Watch now" will open the stream in
browser).
--
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=52978
Bug ID: 52978
Summary: Wine does not support the MRAC anticheat.
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bear_bulloff(a)mail.ru
Distribution: ---
Created attachment 72347
--> https://bugs.winehq.org/attachment.cgi?id=72347
allods.log
Such games as Allods, Warface and others crash.
--
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=25870
Summary: Column headers don't always resize to fit text when
double-clicked
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
When you try to double-click (with the left mouse button) on a column header
WHEN THE MOUSE POINTER SHOWS DOUBLE BLACK ARROWS, like this <-|->
the column is supposed to resize to fit the longest line of text below it
perfectly.
In programs such as Pegasus Mail and many others which use resizeable columns
e.g. 1by1 Player, double-clicking the column header results in any of the
following:
* nothing happens
* messes up the columns - depending on text size
* the column will resize properly
Although trivial, I believe Wine users should report bugs when they are
discovered.
Please test this using 1by1 Player and play around with the font size in the
application's settings (press <F6> to get into the program's settings). Now
try resizing the columns with different font sizes and double-clicking the
vertical lines which separate the columns. Download 1by1 Player:
http://mpesch3.de1.cc/1by1.html
--
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=55085
Bug ID: 55085
Summary: Wine Staging fails to start when virtual desktop is
enabled: "Application tried to create a window, but no
driver could be loaded."
Product: Wine-staging
Version: 8.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When virtual desktop is enabled in Staging I receive
00e8:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
00e8:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
Not even winecfg is able to start.
This started happening maybe 2-3 weeks ago after one of the rebases.
Regression test points to the following commit in Staging:
commit 00988a18d54cceea1ac03baf45c6289731f2103b
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Mon Oct 25 11:45:47 2021 +0200
winex11.drv: Listen to RawMotion and RawButton* events in the desktop
thread.
We still need to send "normal" input from the clipping window thread
to trigger low-level hooks callbacks when clipping cursor. This is for
instance used in our dinput implementation.
Tested with wine-8.10-103-g8d2de5dbe1f (Staging)
--
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=56410
Bug ID: 56410
Summary: wine-staging 9.4 fails to build (user32-rawinput-mouse
patchset is broken)
Product: Wine-staging
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, source
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
../wine-staging/dlls/winex11.drv/mouse.c: In function ‘map_raw_event_coords’:
../wine-staging/dlls/winex11.drv/mouse.c:1788:84: error: ‘UINT16_MAX’
undeclared (first use in this function); did you mean ‘UINT_MAX’?
if (input->mi.dwFlags & MOUSEEVENTF_VIRTUALDESK) SetRect( &virtual_rect,
0, 0, UINT16_MAX, UINT16_MAX );
^~~~~~~~~~
UINT_MAX
../wine-staging/dlls/winex11.drv/mouse.c:1788:84: note: each undeclared
identifier is reported only once for each function it appears in
make[1]: *** [Makefile:188723: dlls/winex11.drv/mouse.o] Error 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=56585
Bug ID: 56585
Summary: >wine-staging-9.3 patch causes Photoshop CS6 launch
error
Product: Wine-staging
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine.a(a)deliktas.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I've troubleshoot the issue not being able to launch Adobe Photoshop CS6 on
gentoo with differnt versions of wine >=app-emulation/wine-staging-9.4.1 up to
9.6. Other versions such as wine-proton-8.0.5c are also affected.
Photoshop CS6 is displaying a Messagebox containing "Error: 16"
The .wine prefix isn't relevant to run the Application. I've tried using a new
prefix as well.
It is possible to run it with wine-vanilla-9.0 to 9.7 and wine-staging-9.3 is
the latest version able to run it.
So it seems to be a patchset from >wine-staging-9.3 causing the issue.
https://bpa.st/X53Q
Those 'CopyFileExW' and 'Read access denied' and 'Failed to resolve your host
name IP' messages appear in working versions like vanilla-9.0 too and are
irrelevant to the issue.
I'd be open to troubleshoot this with guidance without having to recompile wine
testing for every single patch.
Gentoo just released the wine-staging-9.7 package which is also working well.
So this might already have been solved in another related 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.
https://bugs.winehq.org/show_bug.cgi?id=56370
Bug ID: 56370
Summary: Driftmoon Enchanted Edition crashes on start in
Wine-Staging 9.3
Product: Wine-staging
Version: 9.3
Hardware: x86-64
URL: https://www.instantkingdom.com/download/driftmoon.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ArchLinux
Created attachment 76112
--> https://bugs.winehq.org/attachment.cgi?id=76112
terminal output
The crash doesn't occur with vanilla Wine-9.3, nor did it happened in
Wine-Staging-9.2.
Omitting the wined3d-bindless-texture patch from a Staging build makes the
crash go away.
Many more games are also affected.
Driftmoon.exe is a 64-bit executable.
Driftmoon_2020_04_28.exe
md5: 40b9b311d47b7f91e7b34691e3103033
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 535.43.28
OpenGL core profile shading language version string: 4.60 NVIDIA
--
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=54267
Bug ID: 54267
Summary: regression: free() invalid pointer error then crash in
WoW
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kdt3rd(a)gmail.com
Distribution: ---
Created attachment 73831
--> https://bugs.winehq.org/attachment.cgi?id=73831
tail snippet of +seh,+unwind surrounding the free(): invalid pointer error
This worked fine in 7.22, but with 8.0-rc2 I am seeing a behavior where World
of Warcraft will run fine for a while (as short as 5 minutes, up to 30
minutes), then eventually hard abort with
0454:err:seh:dispatch_exception unknown exception (code=c0000420) raised
0454:err:seh:dispatch_exception unknown exception (code=c0000420) raised
0454:fixme:sync:NtQueryDirectoryObject multiple entries not implemented
0454:fixme:sync:NtQueryDirectoryObject multiple entries not implemented
free(): invalid pointer
0560:err:seh:call_stack_handlers invalid frame 000000000418E330
(0000000003F92000-0000000004090000)
0560:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
0588:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0000000000020082
0588:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA,
000000000011FD70
There may be two issues here, I am not sure. I do not know how to find where
that free() invalid pointer is happening (I tried setting the normal
environment variable MALLOC_CHECK_=3 to see if I could get a unix-side stack
trace to no avail), so not sure how to pursue that.
Seeing the stack frame invalid and some recent patches to convert to a new
assembly-based implementation of the call handlers, I also have run (and
attached) the tail of a log with +seh,+unwind surrounding the crash
(stackfail.log). Although seeing that the "usual" stream of exceptions (WoW has
always had this c0000420 unknown error / assertion failure stream) are in a
separate thread (0454 vs 0560 above), I suspect that the free() invalid pointer
issue is the real problem.
This is against a wine compiled w/ mingw gcc 12.2 in wow64 dual-build.
If it helps, Wow.exe is a 64-bit (PE32+) executable
Unfortunately, I am unable to test this with only vanilla wine to bisect, as
the game does not run with vanilla as far as I know.
Please let me know any suggestions how to find out where something is free'd
not malloc'ed, bisect with staging stuff still applied, or how I can help debug
further.
--
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=44157
Bug ID: 44157
Summary: Overwatch: mouse laggy and jerky
Product: Wine-staging
Version: 2.21
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: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The mouse ingame wobbles always, and in menus I can't click and hold to scroll
the scrollbar of the menu, buy if I move the mouse wheel the scrollbar moves.
There's a video here of the game:
https://vimeo.com/246654111
--
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=55473
Bug ID: 55473
Summary: wine-staging 8.14 32 bit build fails in Ubuntu 20.04
Product: Wine-staging
Version: 8.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
All the other packages we build were fine. Attaching full build log from the
OBS.
[ 928s] 5345: // In file included from dlls/mshtml/oleobj.c:34:
[ 928s] 5345: // dlls/mshtml/oleobj.c: In function
'DocObjOleInPlaceActiveObject_TranslateAccelerator':
[ 928s] 5345: // include/wine/debug.h:87:19: internal compiler error: in
subspan, at input.h:68
--
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=54428
Bug ID: 54428
Summary: Wine 8.0.1 cannot print to a local printer, but can to
a network printer
Product: Wine-staging
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Fedora 37
wine-common-8.0-1.fc37.noarch
cups-libs-2.4.2-5.fc37.x86_64
cups-libs-2.4.2-5.fc37.i686
No Wine program can print to a local printer. (Linux programs print just fine)
But, they can print to network printers!
--
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=53683
Bug ID: 53683
Summary: Mod Organzer 2 fails to read random directories and
files
Product: Wine-staging
Version: 7.17
Hardware: x86-64
URL: https://mega.nz/file/S8R2RbiL#YNLrxvQvb2xuneLqbw_TtOKm
v7aDQ2A7cLWw_FbYbFY
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gem-man-alt(a)pm.me
CC: erich.e.hoover(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Regression SHA1: 1ed196f0effa262b297705f36975261f44001417
Distribution: ArchLinux
Created attachment 73094
--> https://bugs.winehq.org/attachment.cgi?id=73094
TTY log
As of Wine-staging 1ed196f0effa262b297705f36975261f44001417 Mod Organizer will
fail to read random files and folders.
--
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=51173
Bug ID: 51173
Summary: Bloons TD 6: Crash when attempting llaunch
Product: Wine-staging
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fv61590(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70042
--> https://bugs.winehq.org/attachment.cgi?id=70042
Terminal output during appliaction crash.
Using wine-6.9 (staging). On Arch Linux with kernel 5.12.6.
Crashes when attempting to launch Bloons TD 6 from the wine bottle I have
created for Win10 with 64-bit architecture. It is the only application located
in that bottle, and thus is isolated from tampering from other applications.
It seems to be a Unity Engine crash, as this is reported in the terminal output
attached, it was working fine before the update done on <05-22-2021>.
--
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=56374
Bug ID: 56374
Summary: some textures aren't rendered correctly in Deus Ex:
Invisible War
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wildy73(a)gmail.com
Distribution: ---
Since upgrading from wine-staging 9.2 to wine-staging 9.3 the menu items In
Deus Ex: Invisible War aren't rendered correctly (text is missing for example)
and there are many artifacts displayed during gameplay. Downgrading to 9.2
makes the game playable again.
Running the game for a few seconds causes thousands of messages like these
written to the console:
016c:err:d3d_shader:shader_glsl_load_sampler_handles No uniform location at 0,
ps_sampler0
01a8:err:d3d_shader:shader_glsl_load_sampler_handles No uniform location at 0,
ps_sampler0
Only the numbers in the "location at <X>, ps_sampler<Y>" parts vary, seemingly
could be any combination between 0-3
--
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=56171
Bug ID: 56171
Summary: Replace obsolete C_SRCS by SOURCES in Makefile.in
Product: Wine-staging
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Since
commit acad49573a7846c0199ea3a8f1bd11c42d647ff4
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 1 08:37:19 2023 +0100
makefiles: Always use the global SOURCES variable for .c files.
winehq.git has switched to using SOURCES instead of C_SRCS in Makefile.in
however wine-staging still uses C_SRCS in its patchsets that introduce new
modules or programs. That leads to build errors on some systems, but obviously
rare enough to stay unnoticed. It would be nice to get this fixed before final
9.0 release.
--
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=53830
Bug ID: 53830
Summary: can't fin the power key when opening an Approach
database
Product: Wine-staging
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73362
--> https://bugs.winehq.org/attachment.cgi?id=73362
Approach start up error message
Fedora 36
wine-7.18-2.fc36.i686 (Wine Staging)
Lotus Approach N99.8.0208.0800
This affects my business in a YUGE way!
When attempting to open a database in Approach, the following error occurs:
"Couldn't find the PowerKey for the database 2-22-parts."
This is a regression from 7.12 (regression testing is over my head).
Please send me what tests/data you wish me to collect.
--
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=51475
Bug ID: 51475
Summary: Unhandled exception code c0000005 flags 0 addr
0x42a3a7 when trying to install vcrun2015
Product: Wine-staging
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryu.ketsueki(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Many applications need VCRUNTIME140.dll and naturally I looked up over
winetricks to install what was necessary. However, I noticed that every time I
try to do that, even when I manually download the executable and run straight
through wine and not winetricks, it gives that error. Last time I checked, that
error is characteristic of a regression.
The program in question that is asking for that DLL is a game, The Sims 4 to be
more precise. It never asked for that before, probably because it was such an
old prefix. Now I nuked it to start from scratch because the previous prefix
was giving errors. Turned out not to be the cause. Then I reinstalled Wine.
Didn't solve the problem. Then I tried standard wine instead of wine staging.
Also didn't work. I nuked the binaries and did a reinstall. Now wine is working
again but now it keeps asking for that DLL that I can't install because Wine is
giving that error.
Winetricks tried installing the 32bit package. I tried to manually install the
64bit one. Both gave the same error. Unhandled exception code c0000005 flags 0
addr 0x42a3a7
--
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=46645
Bug ID: 46645
Summary: DOOM 2016 Crashing on second loading screen on 99%
when Vulkan render is used
Product: Wine
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
Distribution: ---
As the issue seems to be fixable by certain tweaks via various Windows
Utilities. I would say it is issue with applicable workaround in Wine and it
therefore falls into the Wine implementation garden as well. Reference:
https://steamcommunity.com/app/379720/discussions/0/358417461602906353/?ctp…
$ inxi -Gxxx
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
I will provide logs by EOB today as i will not be at my workstation for a while
now.
--
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=55452
Bug ID: 55452
Summary: Mouse doesn't work in multiple games
Product: Wine-staging
Version: unspecified
Hardware: x86-64
URL: https://archive.org/details/EvilGeniusDemo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
After Staging commit a1e634bca9f71627321b8d186ceb3556ae2c5224 the mouse doesn't
work in many of my games (Doom 64, Prey 2017, The Witcher 2-3, Quake 1-2
Enhanced). Some of the games have working mouse in the menus but not in the
game. For others the mouse no longer works in the menu.
Evil Genius demo can be used to reproduce the problem.
evil_genius_demo.exe (195 M)
md5: 58e4ea2c32dd981be4c02e579775aa43
wine-8.13-428-g5cd11ade210 (Staging)
--
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=54985
Bug ID: 54985
Summary: Wine-staging 8.9 build fails
Product: Wine-staging
Version: 8.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74533
--> https://bugs.winehq.org/attachment.cgi?id=74533
Log from Debian Testing x86_64 failed build
Attaching the log from 64 bit Debian Testing; all the builds failed in the same
way.
--
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=53809
Bug ID: 53809
Summary: Using boxnet in warpem crashes on RTX2080 (Unhandled
exception: unimplemented function
nvcuda.dll.cuFuncSetAttribute called in 64-bit code.)
Product: Wine-staging
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73321
--> https://bugs.winehq.org/attachment.cgi?id=73321
backtrace
Using Boxnet in Warp (as described in [1]) runs fine one wine-staging (tested
with 7.17) when running on a machine with GTX1080 cards.
When running the same setup on a machine with RTX2080 cards, Warp crashes.
Running Boxnet/Warp on a Windows machine with RTX2080 cards works fine.
Therefore, I believe the issue is in winestaging.
The offending function call seems to be:
Unhandled exception: unimplemented function nvcuda.dll.cuFuncSetAttribute
called in 64-bit code (0x0000007b01394e).
Attached are the backtrace. If needed I can also provide the debug logs, for
both 1080 and 2080 cards.
[1] http://www.warpem.com/warp/?page_id=135
--
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=53797
Bug ID: 53797
Summary: Performance regression in Battle.net / Wow.exe using
wine-staging 7.18
Product: Wine-staging
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mewt.reaper(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Using wine-staging 7.18-1 (Arch package) Battle.net application performance
appears degraded, with UI turning black and application freezing randomly.
Application is also completely frozen after system suspend and must be killed
from terminal.
Similarly, loading times in World Of Warcraft are severely degraded with the
game freezing for several seconds on first load and then very slow loading of
new Zone data.
Both symptoms appear to be resolved when downgrading back to wine-staging 7.17.
--
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=52045
Bug ID: 52045
Summary: The Witcher 3: crashes when launching
Product: Wine-staging
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gireham910(a)erpipo.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 71056
--> https://bugs.winehq.org/attachment.cgi?id=71056
The output from the wine app, after the crash
Hello,
I noticed that on Fedora 35, with the latest wine-staging package (6.21) "The
Witcher 3" fails to launch (I have attached the output that wine itself
generated and asked me to upload, as well as the output from the terminal when
I manually tried to launch the app using "wine witcher3.exe").
The program used to work on wine-staging 6.18, and stopped working immediately
after updating to 6.21 (on Fedora there were no 6.19 or 6.20 packages). I don't
have other windows apps installed.
--
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=42286
Bug ID: 42286
Summary: Shantae and the Pirate's Curse - cursor rendered with
an opaque background behind it
Product: Wine-staging
Version: 2.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56995
--> https://bugs.winehq.org/attachment.cgi?id=56995
Screenshot showing the problem
The cursor in the game is rendered with a white opaque square behind it.
(Note that the game doesn't run on vanilla wine, it needs staging patches for
the CreateDeferredContext call.)
--
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=56573
Bug ID: 56573
Summary: CopyFile arbitrarily sets read-only attribute on
destination file.
Product: Wine-staging
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kreudom(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76326
--> https://bugs.winehq.org/attachment.cgi?id=76326
proposed patch
When using one of the CopyFile functions, the destination file is arbitrarily
set to read-only. This occurs due to an uninitialized read introduced in the
kernel32-CopyFileEx patch. The attribute is set depending on an uninitialized
bit.
This bug was likely accidentally introduced in the rebase
eedc72d581e5de3e87cd21519f3b5767a35b8b2c.
Expected behavior: the attribute should be set depending on the attribute of
the source file.
See the attached patch for my proposed fix.
--
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=55404
Bug ID: 55404
Summary: Mouse inverted/broken in Eve Online when multiple
clients open
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kjandrews0(a)gmail.com
Distribution: ---
Created attachment 74964
--> https://bugs.winehq.org/attachment.cgi?id=74964
Mouse issue shown, close second client, then working correctly.
Opening multiple eve online clients, the click and drag to orient the ship in
space is now completely inverted on both X and Y axis. Can also be seen in the
station when "spinning" the ship.
Closing other clients and keeping only one running instantly fixes the issue,
starting another client once past character selection starts the issue again.
Downgrading from
wine-staging-8.11-1-x86_64.pkg.tar.zst
to
wine-staging-8.9.1-1-x86_64.pkg.tar.zst
Resolves the issue
Mouse pointer in game does work correctly when clicking areas of the UI, it's
just changing the direction of view via click and drag. Same issue in window
mode and fixed screen.
--
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=52853
Bug ID: 52853
Summary: Wine Staging is causing crashes when moving some IDA
Pro 7.2 subwindows
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi After a post 7.6 rebase moving some of the subwindwos (the compiler
subwindow for example when detached) is crashing IDA Pro 7.2
The issue apparead in this commit:
0b3309a201cfe65098e93f0f23af82509d1c6c72 is the first bad commit
commit 0b3309a201cfe65098e93f0f23af82509d1c6c72
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Thu Apr 14 17:17:08 2022 -0500
Rebase against 121851955e697b3158cbcf31801164eb627e78e9.
patches/patchinstall.sh | 2 +-
...-Support-XInput2-events-for-individual-wi.patch | 6 +--
...SEND_HWMSG_RAWINPUT-flags-only-when-RAWIN.patch | 32 +++++++--------
...-Listen-to-RawMotion-and-RawButton-events.patch | 46 +++++++++++-----------
staging/upstream-commit | 2 +-
5 files changed, 44 insertions(+), 44 deletions(-)
The error is
m Files\IDA 7.2\ida.exe: ../dlls/ntdll/unix/thread.c:1737:
ntdll_set_exception_jmp_buf: asserzione "!jmp ||
!ntdll_get_thread_data()->jmp_buf" non riuscita.
m Files\IDA 7.2\ida.exe: ../dlls/ntdll/unix/thread.c:1737:
ntdll_set_exception_jmp_buf: asserzione "!jmp ||
!ntdll_get_thread_data()->jmp_buf" non riuscita.
011c:err:seh:call_stack_handlers invalid frame 000000000051F4E0
(0000000000022000-0000000000420000)
011c:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
--
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=53057
Bug ID: 53057
Summary: Wine 7.9 and converts ~ key to "vkey 0xDE scan 63"
instead of "vkey 0xDC scan 29" preventing it from
functioning properly.
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)pp.dyndns.biz
Distribution: ---
Created attachment 72460
--> https://bugs.winehq.org/attachment.cgi?id=72460
Short +key trace from 7.7 and 7.8
The tilde key (~) is converted differently in Wine 7.8 than in Wine 7.7. The
problem persists also in Wine 7.9. In my case it's used to bring down a text
console in Star Trek Online and that stopped working in 7.8. I've attached a
short +key trace from 7.7 and 7.8 just to show the difference between the
latest working version and the first non-working version.
If it makes a difference, I'm not actually on an American keyboard. It's a
qwerty keyboard with Swedish/Nordic layout so that key produces a § character
for me. But it's the same scancode and the key is used as the standard console
key in several games.
--
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=48840
Bug ID: 48840
Summary: Wine-staging broken when seccomp is disabled in kernel
Product: Wine-staging
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: r9ku1q(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
It fails with this message:
prctl(PR_SET_SECCOMP, ...): Invalid argument
0009:err:environ:run_wineboot failed to start wineboot c00000e5
prctl(PR_SET_SECCOMP, ...): Invalid argument
probably culprit is
wine-staging/patches/ntdll-Syscall_Emulation/0001-ntdll-Support-x86_64-syscall-emulation.patch
--
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=56403
Bug ID: 56403
Summary: The SimHub app does not render its interface correctly
in Wine Staging 9.3+.
Product: Wine-staging
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: logos128(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Regression SHA1: 9f8d8bb5995c9cb771d2da8291cbaef2f87d088b
Distribution: ArchLinux
Created attachment 76160
--> https://bugs.winehq.org/attachment.cgi?id=76160
Logfile with the following WINEDEBUG parameters:
-all,+timestamp,+pid,+tid,+d3d,+d3d_shader
This is an WPF app, which uses d3d to render its UI. It needs NET Framework
4.7.1 (4.8) installed on the prefix.
Only Wine Staging 9.3+ is affected. The app is working correctly on mainline
Wine (9.3+). It is also working properly with both Vulkan and GDI renderers on
Wine Staging. So only the OpenGL renderer is affected.
After some regression testing, have found that the issue starts with
wine-development commit c8a98e03c8f13664c6d3c43897da5e2443b79ab1 "wined3d:
Merge shader_load_constants() into shader_select().".
Finally have found that the wined3d-bindless-texture patchset in Staging is
causing this - probably incompatible with the series of wined3d commits in
wine-development starting with the above commit.
Here is a link to the SimHub app:
https://github.com/SHWotever/SimHub/releases/download/9.2.4/SimHub.9.02.4.z…
--
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=54229
Bug ID: 54229
Summary: ntifs.h is added after it's used
Product: Wine-staging
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
The commits leading up to "include: Add ntifs.h" already include this header,
breaking the build.
Noticed this during a regression test against staging.
I applied the patches using
../wine-staging/patches/patchinstall.sh --backend=git-am --force-autoconf --all
--
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=54173
Bug ID: 54173
Summary: Observer (original version): crashes on the first
video
Product: Wine-staging
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ArchLinux
Created attachment 73694
--> https://bugs.winehq.org/attachment.cgi?id=73694
terminal output
This was tested with the original version of the game Observer which is
superseded by the System Redux version and the original version is no longer
available to purchase. Other games may also be affected, so I'm reporting the
bug here.
Steam store page:
https://store.steampowered.com/app/514900/observer/
The game crashes as soon as the first intro video/developer logo is about to
play.
The crash doesn't happen in vanilla Wine-8.0-rc1 and it was not a problem with
Wine-7.22 Staging.
The patch from Staging causing the issue:
0a508df02606e2ec49c7747926c5ab9e082a8223 is the first bad commit
commit 0a508df02606e2ec49c7747926c5ab9e082a8223
Author: Derek Lesho <dlesho(a)codeweavers.com>
Date: Fri Mar 19 17:01:54 2021 -0400
winegstreamer: Report streams backwards in media source.
Disabling mfplat.dll works around the crash (in-game videos are missing too,
obviously).
wine-8.0-rc1-75-g17e5ff74308 (Staging)
--
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=53715
Bug ID: 53715
Summary: Vampire: The Masquerade - Redemption fails to
overwrite save game
Product: Wine-staging
Version: 7.17
Hardware: x86-64
URL: https://archive.org/download/VampireTheMasquerade-Rede
mption/vampire_demo.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: erich.e.hoover(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Distribution: ArchLinux
The game fails to perform a manual save when I select to overwrite an already
existing saved game.
Saving in a new (empty) slot is working properly.
The problem doesn't occur with vanilla Wine.
To reproduce with the demo:
Start a new game, you can skip dialogues by pressing <Space>.
When you gain control over your party press <Esc> and save the game in an empty
slot (saved game is timestamped).
Wait for a couple seconds and save the game again using the same slot. No error
message is shown, but the previous save is not overwritten.
The patch in Staging causing the problem:
https://github.com/wine-staging/wine-staging/blob/master/patches/ntdll-DOS_…
wine-7.17-224-g52a83ffe4ef (Staging)
vampire_demo.exe (88M)
md5sum: c55b3e98dba49a1a4c5415be7b1a2bf5
--
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=53093
Bug ID: 53093
Summary: Simple command that needs CreateSymbolicLinkW doesn`t
work anymore in Staging
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Also see https://bugs.winehq.org/show_bug.cgi?id=47100
The simple command from that bugreport again doesn`t work anymore;
cd $(mktemp -d) && wine cmd /C "mklink foo bar" && stat foo
So programs that need this are broken again I guess?
--
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=16154
Summary: DrawPrim.exe fails to start
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
URL: http://www.geocities.com/SiliconValley/2151/drawprim.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=17404)
--> (http://bugs.winehq.org/attachment.cgi?id=17404)
winedbg output from the DrawPrim.exe
The sample app DrawPrim fails to start with a stack overflow. There is also a
description to the app here
http://www.geocities.com/SiliconValley/2151/drawprim.html .
I've attached a winedbg output because the only messages I get in a normal run
are these few lines:
$/home/ricola/software/wine/build/wine DrawPrim.exe
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32f89c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
err:d3d:IWineD3DDeviceImpl_SetupFullscreenWindow (0x13d708): Want to change the
window parameters of HWND 0x1002c, but another style is stored for restoration
afterwards
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
err:seh:setup_exception_record stack overflow 1188 bytes in thread 0009 eip
7bc7b3f6 esp 00230e8c stack 0x230000-0x231000-0x330000
--
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=49941
Bug ID: 49941
Summary: Battle.net gui pop-up on launch ubuntu 18.04
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: dublg(a)hotmail.com
Distribution: ---
Created attachment 68323
--> https://bugs.winehq.org/attachment.cgi?id=68323
backtrace file
Installed Battle.net-Setup.exe (bash)
on installing World-of-Warcraft-Setup.exe a gui pops-up alongside the
battle.net login window reporting an error has occured.
--
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=54050
Bug ID: 54050
Summary: X11, 10-bit color: Battle.net launcher windows or
parts thereof aren't rendered
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: david.p.warner(a)gmail.com
Distribution: ---
When running X.Org with 10-bit color depth (`DefaultDepth 30`), the Battle.net
launcher main window doesn't render correctly. The login window is partially
rendered, similar to the following screenshot: https://i.imgur.com/hA6XvxR.png
Hovering over the black rectangle, the cursor will change to a hand when placed
over what I assume are invisible button/link elements.
I believe the parts of the UI not working use the Chromium Embedded Framework.
Disabling 'Use browser hardware acceleration' has no effect.
The notification area icon menu works, as does the settings window and games
themselves.
--
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=53697
Bug ID: 53697
Summary: Battle.net Agent.8009/Agent.exe not working
(installing Battle.net client and updating games)
(2022-09-17)
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Created attachment 73102
--> https://bugs.winehq.org/attachment.cgi?id=73102
STDOUT/STDERR log (Battle.net client installation)
At about 2022-09-17 Blizzard released a new
Agent.8009\Agent.exe (5.346.640 bytes)
replacing the previous
Agent.7984\Agent.exe (5.549.912 bytes)
It's is usually placed in one of these folders:
WINE C: ProgramData/Battle.net/Agent/
WINE C: users/Public/Application Data/Battle.net/Agent/
Note: This is NOT about the other file named "Agent.exe" (about 595.792 bytes)
in the "Agent" folder above.
DETAILS
With the new Agent.8009/Agent.exe the Battle.net client isn't able to install.
wine-7.17 and wine-staging-7.17:
And an already installed Battle.net isn't able to update games.
The progress is just stuck at 0%.
It looks like Agent.exe is continuously crashing and being restarted in
background.
wine-7.17:
When installing Battle.net with you get an hard error "BLZBNTAGT000008FC".
wine-staging-7.17:
The progress is just stuck at 0%. (similar to when updating games)
REPRODUCTION
OS: Debian-11
1.
Download Battle.net client setup.
https://eu.battle.net/download/getInstaller?os=win&installer=Battle.net-Set…https://www.battle.net/download/getInstallerForGame?os=win&gameProgram=BATT…
Currently: 4.838.352 bytes
2.
Run Battle.net-Setup.exe in a new Wine prefix and click trough the update
process.
3.
wine-7.17: You get the error "BLZBNTAGT000008FC".
wine-staging-7.17: The installation process is stuck at "Installing
Battle.net... (0%)".
WORKAROUNDS
Updating games:
Replace Agent.exe in "Agent.8009\" folder with old "Agent.7984\Agent.exe".
Installing Battle.net with wine-staging-7.17:
Just replace the file while the installing process is being stuck. Afterwards
the installation should automatically continue.
Installing Battle.net with wine-7.17:
DIFFICULT -> try to use wine-staging-7.17 instead!
Run Battle.net-Setup.exe once until you get the "BLZBNTAGT000008FC" error.
Then close the setup and place Agent.exe version 7984 in that folder an protect
it from being overwritten.
sudo chattr +i /path/to/Agent.8009/
(may only work on ext4 filesystems)
Important: Use "chattr" on the folder "Agent.8009", not on the "Agent.exe"
file.
The run the Battle.net setup again.
You won't be able to delete the "Agent.8009" folder until you run the reverse
command
sudo chattr -i /path/to/Agent.8009/
SEE ALSO
https://www.reddit.com/r/linux_gaming/comments/xgb5fx/problems_with_battlen…https://us.forums.blizzard.com/en/blizzard/t/last-update-completely-breaks-…
--
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=46836
Bug ID: 46836
Summary: Battle.Net UI freezes when downloading big games after
a period of time
Product: Wine
Version: 4.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Best way to reproduce it:
1. Install Battle.Net and arial font using winetricks
2. Log in and start installation of some big game, for example, WoW (has a free
trial)
After some time (for me it was 10-15 minutes) the UI becomes frozen (nothing
moves) and completely unresponsive. However, it seems to still continue working
and downloading things, and restarting it helps to resolve it.
When this happens, I don't seem anything standout-ish pop in the terminal log.
Attached a log with during recording of which the bug occured.
--
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=45837
Bug ID: 45837
Summary: Battle.net Launcher dropdown menu cant be opened, no
icon to click
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Culted86(a)gmail.com
Distribution: ---
Created attachment 62304
--> https://bugs.winehq.org/attachment.cgi?id=62304
screenshots
When using the Battle.net Launcher the dropdown menu to get to the options and
other settings, the icon for the dropdown menu does not appear and clicking
where it should be or moving the mouse around that spot does not help
i added two screenshots in a zip as an attachment one shows how it should look
and one shows how it looks with wine
--
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=43349
Bug ID: 43349
Summary: Blizzard App Fails to Recognize Password Upon
Switching Regions
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: siren(a)sirenwatcher.com
Distribution: ---
Specs: Wine 2.4 Staging [Win 7]
Issue: Blizzard App Fails to Recognize Password Upon Switching Regions. The
default "password" area isn't recognised when typed into. There is an override
in place for US logins but not for EU logins.
Images: [with override under US] imgur.com/zZHUtPN [failing to override for EU]
imgur.com/h6z3IWQ
Tried fixes:
> Changing the Launcher.db codes for both WoW and Blizz App to enEU from enUS to see if the override is just for the defaulted region. Does load the launcher by default as "europe", though still does not give the override.
> Typing in the password like 100 times to see if the override was something that proc'd from failed attempts on US. Hasn't worked.
When occured:
The Blizzard App ran an update about a week or so ago, it bugged out around
this time. It threw all users of the application "out" of being signed in. Both
on US and EU after the update. Upon signing back in I received this error, I
assume from a GUI override update. A new game has been introduced to the
application, which is not directly linked to Blizzard Entertainment, so I
assume the integration of the new Destiny PC players accounts, put an issue in
the coding for Wine under EU?
Currently, using the Blizzard App on US works fine. Though after a week of
trying, waiting to see if it just fixed itself, I still cannot use it to sign
into the EU interface.
I can still sign onto my EU WoW account through the US interface. So there is
no rush, its just a minor hindrance. Does not affect gameplay of any of
Blizzard's games. Just stops me talking to my EU friends when I am signed onto
US WoW.
--
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=40930
Bug ID: 40930
Summary: Battle.net App: Windows versions higher than XP draw
GTK decorations
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: florian.reisenhofer(a)aon.at
Distribution: ---
When selecting a Windows version higher than Windows XP to use for the
application, the client uses a GTK titlebar instead of the native one that
comes with the application.
What it looks like with Wine set to Windows 10: http://i.imgur.com/zgfH3X6.jpg
How it's supposed to look: http://i.imgur.com/cPoGwGQ.jpg
Note that the Internet (Shop and Game Notifications) aren't working either, but
this is a seperate issue and only applies to Windows versions higher than
Windows Vista.
--
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=52029
Bug ID: 52029
Summary: Battle.net: A required DLL could not be found, on NTFS
drive
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rockytvbr+wine(a)gmail.com
Distribution: ---
Created attachment 71029
--> https://bugs.winehq.org/attachment.cgi?id=71029Battle.net Wine log
I have installed Battle.net through Lutris on my NTFS formatted drive, and
after a few days the application fails to launch with "A required DLL could not
be found" error.
I decided to try to tackle this issue because everyone on Lutris says the first
solution to this bug is to disable DXVK, and the other one is to install
Battle.net on a ext4 drive, although this is not an ideal solution for some
users (like me).
I found out that there is a bug that Battle.net cannot find the required DLLs,
even though they exist in the Wine prefix. The problem seems to be related to
case sensitive naming on Linux systems, and even with windows_names mount
option for ntfs-3g, the application cannot find the required DLLs.
--
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=51567
Bug ID: 51567
Summary: Battle.net app takes a long time to start
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pavel1r(a)gmail.com
Distribution: ---
I'm using Fedora 33 (Mate) with wine installed from winehq fedora repo.
Starting from wine 6.12, Battle.net application takes a lot of time to start
(more than 5 minutes). When started, it does not render content. Sometimes,
after several attepmts to reload, the content is rendered. The issue persists
in 6.13 and 6.14 too. I tried to install in fresh prefix, but with 6.14, after
more than 10 minutes in state "Updating Battle.net update Agent", I gave up.
With 6.11, installation completed in about 1 minute. Attempt to run from fresh
prefix with 6.14 exhibited the same behavior.
--
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=47952
Bug ID: 47952
Summary: SonyEricsson PC Suite - Installer hangs
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 65453
--> https://bugs.winehq.org/attachment.cgi?id=65453
Console output - wine 4.17 (staging)
Hello everyone,
I tried installing the SonyEricsson PC Suite 6.011.00 which I downloaded from
the URL indicated in the form.
The installer starts up but eventually hangs.
There is also an AppDB entry:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=21040
sha256sum Sony_Ericsson_PC_Suite_6.011.00_Web_DEU.exe
644c7b34adebec50d3e38e53865e31b1af26ae7a376bda420b88b4a7a6ad17ad
Sony_Ericsson_PC_Suite_6.011.00_Web_DEU.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.
https://bugs.winehq.org/show_bug.cgi?id=55836
Bug ID: 55836
Summary: Game crashes at the start of a game Versailles II
Product: Wine
Version: 8.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aldoricozim(a)gmail.com
Distribution: ---
When I launch the game, I go straight to the main menu. I launch a new game,
the cinematic starts with a delay on the sound, then I arrive in the game, I
move the mouse then its plant.
I can't do anything except kill the process.
The game is listed in AppDB.
Here's the link:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=31726
--
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=56570
Bug ID: 56570
Summary: wine crashes when display goes off(power saving) -
wayland
Product: Wine-staging
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bruce_loco(a)yahoo.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76322
--> https://bugs.winehq.org/attachment.cgi?id=76322
wine logs before and after display goes off
I load up simplemind pro(windows app):
wine SimpleMindPro
App works fine - first part of the log.
I stop working, leave the computer untouched for 5 minutes.
The screen goes off - display is turned off, I move the mouse, log back in and
wine crashed - 2nd part of the log.
Does not happen if I put the computer to sleep.
My system is Garuda Linux - KDE plasma 6.0.3 wayland
Kernel 6.8.5-zen1-zen(64Bit)
--
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=52629
Bug ID: 52629
Summary: Crash upon start
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 71950
--> https://bugs.winehq.org/attachment.cgi?id=71950
Console output in terminal where application is started
When starting the application crashes. May be related to "wine: Unhandled
exception 0xc0000090" in the output.
--
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=56555
Bug ID: 56555
Summary: 在UTF16模式下启动Windows程序report read_i得到奇数字节
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)kabaka.xyz
Distribution: ---
Created attachment 76317
--> https://bugs.winehq.org/attachment.cgi?id=76317
Wine 9.0 startup error content
0190:err:msvcrt:read_i got odd number of bytes in UTF16 mode
This problem still exists in wine9.0 in the latest official release, and the
related error is
--
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=45482
Bug ID: 45482
Summary: jade empire default cpu affinity is only with cpu1 and
performance are dropped
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
Distribution: ArchLinux
If don't know is a valid wine bug or a game bug, but reading appdb seem not
present on old wine version < 3.7 or less.
When game is started performance is very poor, seem < 10 fps in main menu,
unplayable at all.
Investigating I discovered that game use only 25% of cpu at default, looking
for the cause, I check cpu affinity in wine taskmgr and it's have just one
check of four (cpu1).
I check all box, and game start to use more of 25% cpu, and performance
increase to 60fps stable.
Problem is that cpu affinity isn't saved, and operation need repeat every time
that game is started.
--
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=12027
Summary: List in combobox don't disapear when window moved
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patriotyk(a)gmail.com
When we dropping down combobox and after that trying move window, the list of
items in combobox doesn't disapear.
It is reproducible in all applications which used combobox
--
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=56526
Bug ID: 56526
Summary: Sappy 2006 Mod 17.1: Crashes upon loading a ROM
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sterophonick(a)gmail.com
Distribution: ---
Created attachment 76279
--> https://bugs.winehq.org/attachment.cgi?id=76279
Logging information with no flags applied.
Sappy 2006 is a music editor for Game Boy Advance games that use the MP2K music
engine. It has seen a couple of modifications to improve functionality, and
version "Mod 17.1" expresses crashes when attempting to load a ROM, which is
not the case with vanilla Sappy.
Steps to reproduce:
1. Use the Sappy Installer, to ensure various ActiveX components are
registered.
2. Replace files in the installation directory with those from the mod archive.
3. Open Sappy.exe and attempt to load the included "kawajuke.gba" ROM image.
This program also requires vb6run to be installed from Winetricks.
Sappy 2006 + Mod 17.1: https://dl.vixen.link/0t07bc/Sappy+Mod.zip
--
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=56551
Bug ID: 56551
Summary: HP System Diagnostics crashes when clicking the
Devices tab
Product: Wine
Version: 9.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76309
--> https://bugs.winehq.org/attachment.cgi?id=76309
WINEDEBUG=+setupapi,+console
To reproduce, go to the HP_Sys_Diag directory, run HPSysDig.exe, and click
Devices.
$ sha256sum System_Info-5.5.zip
d7d1651dba47cf756b524a601a7cb35df835377af683a49cc6866f9135166f55
System_Info-5.5.zip
--
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=56442
Bug ID: 56442
Summary: Totem Arts Launcher.exe garbled text
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 6chars(a)proton.me
Distribution: Mint
Created attachment 76202
--> https://bugs.winehq.org/attachment.cgi?id=76202
Screenshots of how the text looks and a log of me closing and running the
program
After successfully installing "Totem-Arts-Launcher-latest.exe", when I launch
"Totem Arts Launcher.exe" (the installed program), the first message box that
prompts me to install the 'Unreal Engine Redistributable' has
garbled/unreadable text. Selecting the text makes some of it readable, but not
all. After that window is closed, all other text in the Totem Arts Launcher
also has garbled text.
Download link for "Totem-Arts-Launcher-latest.exe":
https://totemarts.games/forums/files/file/1-renegade-x/
SHA1 sum for the installer:
d9b7f056103183c5a50003b4c164a23cdf605e95 Totem-Arts-Launcher-latest.exe
SHA1 sum for the installed program:
76f68237898ce54a3bb7129c2d1185614dc0da06 Totem Arts Launcher.exe
My system: Linux Mint 21.3 x86_64, Kernel 6.5.0-25-generic, NVIDIA Geforce GTX
1050 driver 535.161.07, wine-9.4 (Staging).
--
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=56538
Bug ID: 56538
Summary: New updates broke MSPAINT.EXE
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wpha(a)aol.com
Distribution: ---
Created attachment 76292
--> https://bugs.winehq.org/attachment.cgi?id=76292
Backtrace from WINE 9.5 Crash of MSPAINT.EXE
Version 9.5 suddenly caused MSPAINT to crash any time I tried to open a text
box in the app. It was working perfectly before this update.
Then I just got V9.6 and tried again. Same problem. I saved three backtraces.
The first was from version 9.5 and is attached here.
--
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=56536
Bug ID: 56536
Summary: UI: Applications using ModernWPF crash,
Windows.Ui.ViewManagment.InputPane.TryShow not
implemented
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madbyte(a)tuta.io
Distribution: ---
Created attachment 76287
--> https://bugs.winehq.org/attachment.cgi?id=76287
Using wine-devel-9.6
Looks like applications using ModernWPF(https://github.com/Kinnara/ModernWpf)
crash on Wine because of Windows.Ui.ViewManagment.InputPane.TryShow not being
implemented.
Tried the release version of Wine-Devel 9.6 and Wine-Staging 9.5.
Log is in the attachments.
Only other bug report I could find regarding InputPane is:
https://bugs.winehq.org/show_bug.cgi?id=54296#c8
--
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=54901
Bug ID: 54901
Summary: Medieval II Total War some units partly invisible with
d3dx9_30 as builtin
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: Blisto(a)protonmail.com
Distribution: ---
Created attachment 74406
--> https://bugs.winehq.org/attachment.cgi?id=74406
Log of game through Wine with Windows steam.
In Medieval II Total War parts of some units are invisible when the d3dx9_30
dll is set as builtin.
An easy repro is to load up historical battle "Battle of Agincourt" and look at
your army leader. His head is missing.
Other units such as later era heavy armor units might have their whole torso
missing
--
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=50111
Bug ID: 50111
Summary: osu! crashes since 20201110 version with Wine Mono
Product: Wine
Version: 5.21
Hardware: x86-64
URL: https://m1.ppy.sh/r/osu!install.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: aidas957(a)gmail.com
Regression SHA1: d1472b302d3931074da50bc6ba6571a31a8c76c6
Distribution: ArchLinux
Created attachment 68605
--> https://bugs.winehq.org/attachment.cgi?id=68605
osu! 20201110 Wine Mono log
When osu! got updated to the 20201110 update, the game kinda starts up. but
later shows an error dialog and message attached below
Running osu! with winetricks dotnet40 makes the game work again
The Wine log is also attached but I don't think it's important
Note: I can't attach multiple files for some reason (and keywords don't exist)
--
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=48080
Bug ID: 48080
Summary: Oregon Trail II will not start on 32-bit
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)stillion.com
Distribution: ---
Created attachment 65631
--> https://bugs.winehq.org/attachment.cgi?id=65631
Detailed report of the bug
The 32-bit version of Oregon Trail II will not run. It will crash if you try to
run it. Does not happen on the latest version of Windows 10.
--
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=56491
Bug ID: 56491
Summary: Videos in BURIKO visual novel engine
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: blubban(a)gmail.com
Distribution: ---
The BURIKO aka Ethornell visual novel engine (seen in, for example,
https://store.steampowered.com/app/1200720/MakingLovers/) demands two changes
to Wine before videos will work.
First, FilterGraph2_AddSourceFilter() must return the exact value
VFW_E_NOT_FOUND if the input filename is an empty string. (Nonexistent files
return HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) in both Windows and Wine;
BURIKO doesn't care.)
Second, it calls FilterGraph2_Render(), with the source pin offering a normal
MPEG video; this chooses CLSID_decodebin_parser. BURIKO doesn't particularly
care which filters are plugged, but it does demand that the autoplug process
calls ReceiveConnection() at least once with .formattype = FORMAT_MPEGVideo or
FORMAT_MPEG2Video; the app will reject that format, but it extracts and
memorizes the .hdr.bmiHeader.biWidth/biHeight fields, and ignores the
resolution in the subsequent FORMAT_VideoInfo.
BURIKO ignores every other field of the MPEG format type, so it's fine to pass
(for example) majortype=GUID_NULL subtype=GUID_NULL
formattype=FORMAT_MPEGVideo, or a normal RGB24 AM_MEDIA_TYPE except with
formattype replaced (could even leave the cbSize a few bytes smaller than a
MPEG1VIDEOINFO).
(Third, it looks like there's a memory leak at
https://gitlab.winehq.org/wine/wine/-/blob/wine-9.5/dlls/quartz/filtergraph…,
I think that path should call IBaseFilter_Release. This won't fix any existing
programs, I just saw it while I was already in the area.)
I could submit an MR for those, but I can't think of a clean way to implement
the second one, so I'd rather have some discussion on how to best solve this
before I implement something that could be wrong.
--
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=44699
Bug ID: 44699
Summary: Clang 6.0 fails to run under wine
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: martellmalone(a)gmail.com
Distribution: ---
This is the current output when running clang under wine.
```
fixme:file:FindFirstFileExW flags not implemented 0x00000002
fixme:file:FindFirstFileExW flags not implemented 0x00000002
fixme:file:FindFirstFileExW flags not implemented 0x00000002
fixme:file:FindFirstFileExW flags not implemented 0x00000002
fixme:crypt:CRYPT_LoadProvider Failed to load dll
L"C:\\windows\\system32\\rsaenh.dll"
LLVM ERROR: Could not acquire a cryptographic context: Unknown error
(0x8009001D)
```
Here is the line it currently fails on.
https://github.com/llvm-mirror/llvm/blob/release_60/lib/Support/Windows/Pro…
This could be possibly related to #44061
To reproduce this you can run the following docker build script which build
llvm and clang and then cross compiles it for windows with mingw-w64.
Executing the resulting clang on a simple c source file results in the error.
https://github.com/martell/mingw-w64-clang/blob/master/Dockerfile
This is an x64 application.
--
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=37246
Bug ID: 37246
Summary: Old C&C titles freeze after the map is loaded.
Product: Wine
Version: 1.7.2
Hardware: x86-64
URL: https://appdb.winehq.org/objectManager.php?sClass=vers
ion&iId=4242
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tyrfing(a)mail.ru
Created attachment 49534
--> https://bugs.winehq.org/attachment.cgi?id=49534
Terminal Output while freezing :)
Hi.
I tried to play Command and Conquer RA II (with and without Yuris Revenge) and
Tiberian Sun. Shortly after the map is loaded (Campaign or Skirmish) the game
freezes, and the sound loops.
--
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=44812
Bug ID: 44812
Summary: MSYS2 applications need NtQueryInformationProcess
'ProcessQuotaLimits' class support
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track
https://github.com/wine-staging/wine-staging/tree/master/patches/ntdll-Proc…
Unfortunately there is little information/details, I just found this:
https://wine-staging.com/news/2015-11-01-release-1.7.54.html
--- quote ---
Implement stub for ProcessQuotaLimits info class (MSYS2, Wine Staging Bug #570)
--- quote ---
Source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/process.c#l196
--- snip ---
174
/******************************************************************************
175 * NtQueryInformationProcess [NTDLL.@]
176 * ZwQueryInformationProcess [NTDLL.@]
177 *
178 */
179 NTSTATUS WINAPI NtQueryInformationProcess(
180 IN HANDLE ProcessHandle,
181 IN PROCESSINFOCLASS ProcessInformationClass,
182 OUT PVOID ProcessInformation,
183 IN ULONG ProcessInformationLength,
184 OUT PULONG ReturnLength)
185 {
186 NTSTATUS ret = STATUS_SUCCESS;
187 ULONG len = 0;
188
189 TRACE("(%p,0x%08x,%p,0x%08x,%p)\n",
190 ProcessHandle,ProcessInformationClass,
191 ProcessInformation,ProcessInformationLength,
192 ReturnLength);
193
194 switch (ProcessInformationClass)
195 {
196 UNIMPLEMENTED_INFO_CLASS(ProcessQuotaLimits);
...
--- snip ---
Regards
--
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=56572
Bug ID: 56572
Summary: GraalOnline Worlds 612+: doesn't lunch and hangs
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: baconkami02(a)gmail.com
Distribution: ---
Created attachment 76325
--> https://bugs.winehq.org/attachment.cgi?id=76325
Output when running the game
This is a new (beta) client for the game GraalOnline, which is a unity wrapper
around their already existing client. This bug occurs from version 612 and
onward (now at 613), which basically doesn't open the window at all (but the
process isn't killed, so it just hangs in the terminal and I'm unable to
terminate it).
I was told the developers changed 2 main things between the previous version
and the one that breaks:
- Switched to unity version 2023.2.13f1
- Added Firebase
According to guidelines, I shouldn't post the download link as it's from google
drive (even if it's the only official way to download it), let me know if you'd
still want it.
--
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=56517
Bug ID: 56517
Summary: osu!: Does not launch since 9.3
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kyuunex(a)protonmail.ch
Distribution: ---
Created attachment 76272
--> https://bugs.winehq.org/attachment.cgi?id=76272
log
osu! does not launch since wine version 9.3.
easy script to reproduce
==========================
#!/bin/sh
export OSU_INSTALL_LOCATION="$HOME/.local/share/osu-stable"
export WINEPREFIX="$HOME/.local/share/wineprefixes/osu-stable"
export WINEARCH=win32
if [ ! -d "$OSU_INSTALL_LOCATION" ]
then
mkdir -p "$OSU_INSTALL_LOCATION"
wget -O "$OSU_INSTALL_LOCATION/osu!.exe"
"https://m1.ppy.sh/r/osu!install.exe"
fi
if [ ! -d "$WINEPREFIX" ]
then
mkdir -p "$WINEPREFIX"
winetricks -q --force dotnet40
fi
cd "$OSU_INSTALL_LOCATION"
wine "osu!.exe" "$@"
=====================================
There is a workaround by installing `gdiplus` via winetricks, however, it was
not nessasary to install this prior to 9.3.
The bug is reproducable on the latest git commit as well as of the time of this
report.
--
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=54232
Bug ID: 54232
Summary: Paint tool sai 2 does not sync with the cursor
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nazizeakz938(a)gmail.com
Distribution: ---
When using paint tool sai 2 the brush and in application cursor are rendered
lower than the actual position of the cursor.
--
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.