https://bugs.winehq.org/show_bug.cgi?id=45996
Bug ID: 45996
Summary: S.T.A.L.K.E.R. Call Of Prypyat DX11 benchmark has
visual artifacts
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Distribution: ---
When you execute STALKER Call Of Prypyat benchmark in DX11 mode you experience
completely broken graphics. No textures, no object lighting, completely broken
rendering.
Benchmark download link:
http://files.gsc-game.com/st/bench/stkcop-bench-setup.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=39207
Bug ID: 39207
Summary: Battlefield 2 Demo - Crashes
Product: Wine
Version: 1.7.51
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 52265
--> https://bugs.winehq.org/attachment.cgi?id=52265
Backtrace and console output - Slackware wine 1.7.51
Hello everyone,
one member of the German ubuntuusers.de-Forum asked about the state of this
game and I gave the demo version a try which unfortunately crashed.
The demo version can be obtained from this URL. The link in the AppDB is no
longer valid.
http://www.4players.de/4players.php/download_info/Downloads/Download/44463/…
Is it due to my graphics drivers again?
Regards,
Maik
--
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=45972
Bug ID: 45972
Summary: Lego Mindstorms EV3 1.3.1 installer crashes
Product: Wine
Version: 3.17
Hardware: x86
URL: https://le-www-live-s.legocdn.com/downloads/LMS-EV3/LM
S-EV3_Full-setup_1.3.1_en-US_WIN32.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Warning: winetricks has a recipe to install Lego Mindstorms EV3 as 'ev3'
however it installs a lot of unnecessary things like vcrun2005, ie8 and
dotnet40 and after that it downloads an old version of the software.
In order to reproduce this bug just download the installer specified in
URL field and run it. After initial unpacking and pressing "Next" the
installer crashes, and shows its own crash handler window with a backtrace.
Fortunately after the installer has crashed it leaves in the %TEMP%
directory full installation tree under "LEGO MINDSTORMS EV3 Home Edition"
sub-directory. In order to reproduce further crashes and make the investigation
of the bug easier just locate in that directory tree MetaUninstaller.msi under
Products/MetaUninstaller/MU and run 'wine msiexec /i MetaUninstaller.msi'.
To make long story short: the crash is caused by silently failing "NIPaths"
custom action due to a failed MsiViewModify() call. MsiViewModify() failure
happens because of the check
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/msi/msiquery.c#l696
696 if ( mode == MSIMODIFY_UPDATE && rec->query != query )
697 return ERROR_FUNCTION_FAILED;
since for the remote MSIRECORD structures rec->query field always stays not
initialized (NULL). Commenting out this check makes both the MetaUninstaller
and Lego Mindstorms EV3 installations work, however this breaks the tests.
Probably one of our MSI experts has an idea how to fix this issue properly.
--
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=28923
Bug #: 28923
Summary: utorrent 2.2.1 minidumps when clicking Files tab
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lats(a)yless4u.com.au
Classification: Unclassified
Created attachment 37181
--> http://bugs.winehq.org/attachment.cgi?id=37181
Error info
This problem seems somewhat intermittent. It occurs when clicking the Files
tab. A pop-up appears saying a minidump is written but there is no file name
in the message. utorrent stop and then starts a new window.
--
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=39355
Bug ID: 39355
Summary: The Guild 2 Demo installer crashes when starting
copying files
Product: Wine
Version: 1.7.43
Hardware: x86
URL: http://www.fileplanet.com/169779/160000/fileinfo/The-G
uild-2-Demo
OS: Linux
Status: UNCONFIRMED
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: alexhenrie24(a)gmail.com
Regression SHA1: f920dfd6984ca9227900d0f0406afb3ceb892cc5
Distribution: ---
Created attachment 52447
--> https://bugs.winehq.org/attachment.cgi?id=52447
terminal output/backtraces
To reproduce the problem start the installer with Setup.exe, follow the steps
by clicking <Next>. When the installer is about to start copying the files, it
crashes with a backtrace which looks like some kind of heap corruption.
The attachment contains 2 different backtraces, the first one was produced in
Wine that was compiled with -O2 opt. level, the second one with -O0.
According to my testing the crash was introduced by
commit f920dfd6984ca9227900d0f0406afb3ceb892cc5
Author: Alex Henrie <alexhenrie24(a)gmail.com>
Date: Wed May 13 00:33:13 2015 -0600
user32: Load hIconSmIntern from the best-matching resource.
The installer works properly with the previous commit (it just takes a very
long time to finish installation, but that was the same with previous versions
too).
wine-1.7.51-225-g3966aff
Fedora 22 32-bit
Guild_2_Demo.zip (634M)
sha1: 955f4ff07348f5d9d70a40f37d9db5c65e3acaa7
--
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=45955
Bug ID: 45955
Summary: Wineconsole: font size is not scaled with system dpi
settings
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Selected console font sizes should be scaled with current DPI settings, global
or ideally per-window ones.
--
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=38422
Bug ID: 38422
Summary: Arithmetic exception in GdipMeasureCharacterRanges
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bs666_1(a)hotmail.com
Distribution: ---
A program (from
http://www.sentrilock.com/cu/sentrilock/SentriCardUtilityInstaller-4.0.11.e… )
crashes with a SIGFPE.
trace:gdiplus:GdipMeasureCharacterRanges (0x1445a0 L"Groupbox" -1 0x144690
(0.00,0.00,56.88,340282346638528859811704183484516925440.00) 0x144520 1
0xe538f8)
trace:gdiplus:GdipMeasureCharacterRanges may be ignoring some format flags:
attr 800
trace:gdiplus:GdipTransformPoints (0x1445a0, 2, 0, 0x32ef14, 3)
trace:gdiplus:GdipSetMatrixElements (0x32ee44, 1.00, 0.00, 0.00, 1.00, 0.00,
0.00)
trace:gdiplus:GdipMultiplyMatrix (0x32ee44, 0x1445e0, 1)
trace:gdiplus:GdipScaleMatrix (0x32ee44, 1.00, 1.00, 1)
trace:gdiplus:GdipTransformMatrixPoints (0x32ee44, 0x32ef14, 3)
trace:gdiplus:GdipTransformPoints (0x1445a0, 2, 0, 0x32edbc, 3)
trace:gdiplus:GdipSetMatrixElements (0x32ed14, 1.00, 0.00, 0.00, 1.00, 0.00,
0.00)
trace:gdiplus:GdipMultiplyMatrix (0x32ed14, 0x1445e0, 1)
trace:gdiplus:GdipScaleMatrix (0x32ed14, 1.00, 1.00, 1)
trace:gdiplus:GdipTransformMatrixPoints (0x32ed14, 0x32edbc, 3)
trace:gdiplus:GdipSetEmpty 0x144638
Program received signal SIGFPE, Arithmetic exception.
0x7daa49b9 in ?? ()
The program works with a native gdiplus.dll.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45994
Bug ID: 45994
Summary: Affinity Designer crashes on unimplemented
mscms.WcsEnumColorProfilesSize
Product: Wine
Version: 3.18
Hardware: x86-64
URL: https://affinity.store/download/aea673/
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: mscms
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Ubuntu
Created attachment 62555
--> https://bugs.winehq.org/attachment.cgi?id=62555
stub for WcsEnumColorProfiles
As the title says. Attached patch fixes the crash
Note: to get it installed one needs to work around a few bugs. I did winetricks
dotnet472 and work around:
bug 23455
bug 45871
bug 45868
To start:
bug 44055 or set windows version to win8.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=45982
Bug ID: 45982
Summary: SofTalk 1.56: Exit abnormally when pressing "Play"
button ("Run-time error '5': Invalid procedure call or
argument")
Product: Wine
Version: 3.18
Hardware: x86-64
URL: https://www.vector.co.jp/soft/winnt/art/se412443.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
CC: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
This is a regression (this app works in 1.9.10) but I could not find the first
bad commit due to another regression (error on startup) that was introduced by
6938fec4aeb3b94ed184e3c272e7e278f354117e [1] and fixed by
429ca40fc89df38342a28047cf387ade9e2a05dc [2]:
* Before 6938fec4aeb3b94ed184e3c272e7e278f354117e: Works
* From 6938fec4aeb3b94ed184e3c272e7e278f354117e to
85cff1717d0aeb66aa1f5d8f271ddc6a21d2e1dd: Error on startup
* Since 429ca40fc89df38342a28047cf387ade9e2a05dc: Run-time error (this bug)
Steps to reproduce:
1. Download stk01560.zip from
https://www.vector.co.jp/soft/winnt/art/se412443.html
2. Download Winetricks from
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…
3. Run "chmod +x winetricks"
4. Run "./winetricks vb6run comctl32ocx"
5. Unpack stk01560.zip
6. Run softalk/SofTalk.exe on Japanese locale
7. Type "が" and press "Play (▶)" button
$ sha1sum stk01560.zip
2fa9d9e199796503748479d605b29c9607e8dec0 stk01560.zip
[1]:
https://source.winehq.org/git/wine.git/commitdiff/6938fec4aeb3b94ed184e3c27…
[2]:
https://source.winehq.org/git/wine.git/commitdiff/429ca40fc89df38342a28047c…
--
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.