https://bugs.winehq.org/show_bug.cgi?id=48996
Bug ID: 48996
Summary: GRID Autosport hangs while loading
Product: Wine
Version: 5.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0202:err:d3d:wined3d_debug_callback 0x243fa38: "GL_INVALID_VALUE error
generated. Size and/or offset out of range.".
0202:fixme:d3d:wined3d_unordered_access_view_gl_clear_uint Not implemented for
WINED3D_RTYPE_TEXTURE_2D resources.
wine-5.6-299-gf65cfbfe9b
--
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=41636
Bug ID: 41636
Summary: WWE 2K15 fails to launch dx10/11 game
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
Created attachment 56010
--> https://bugs.winehq.org/attachment.cgi?id=56010
wine-staging 1.9.21 trimmed log
I am using wine-staging 1.9.21
It complains that I don't have enough gpu memory, but that doesnt seem to be
the real issue. It lets you start the game anyway. I got 8Gb. Rx 480.
This bug is most likely a dupe of existing bugs but I mark it dupe or make it
another bug if I figure out what's the 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.
http://bugs.winehq.org/show_bug.cgi?id=22120
Summary: CTL3D help file is mostly scrunched to the left
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://support.microsoft.com/kb/97361
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26974)
--> (http://bugs.winehq.org/attachment.cgi?id=26974)
Screenshot
The help file from Microsoft's CTL3D self-extractor (CTL3D.HLP) is not
displayed correctly in Wine's help viewer. Everything after the first sentence
of the section "the 3D look" is scrunched to the left. Terminal output doesn't
look useful:
fixme:exec:SHELL_execute flags ignored: 0x00000100
A workaround is winetricks riched20. (The file isn't displayed completely
correctly after this, but it isn't scrunched anymore.) The override it adds for
riched32 can be removed without the problem reappearing; only riched20 needs to
be native.
The self-extractor is a DOS app, so you may need to extract the files with
unzip or DOSBox.
--
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=29780
Bug #: 29780
Summary: XPS Viewer EP shows garbage in the toolbar background
Product: Wine
Version: 1.4-rc2
Platform: x86-64
URL: http://download.microsoft.com/download/2/5/2/2526f55d-
32bc-410f-be18-164ba67ae07d/XPSEP XP and Server 2003
32 bit.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: bunglehead(a)gmail.com
Classification: Unclassified
Regression SHA1: 1c1b1c0073c3dea34ff4096d749a459accf5e337
Created attachment 38676
--> http://bugs.winehq.org/attachment.cgi?id=38676
Terminal output
The background of the toolbar in XPS Viewer EP is not displayed properly,
showing garbage (previous screen content). This worked in 1.4-rc1, and
regression testing indicated:
1c1b1c0073c3dea34ff4096d749a459accf5e337 is the first bad commit
commit 1c1b1c0073c3dea34ff4096d749a459accf5e337
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Wed Feb 1 00:07:00 2012 +0300
comctl32: More tests for Toolbar window style handling.
:040000 040000 dd921cd22cea799bb21627f6e80aba024d087098
ee93a6dccb2bc9c894dc6330dbae8fc4650b2b82 M dlls
Reverting the patch fixed it.
To reproduce:
1. In system32, make a copy of acledit.dll named xpssvcs.dll
2. Install (occasionally crashes - retry if needed)
3. wine xpsrchvw
--
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=50059
Bug ID: 50059
Summary: compilation error with gcc 8.3.0 unsigned int -> long
unsigned int
Product: Wine
Version: 5.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eserradi(a)gmx.com
Distribution: ---
Created attachment 68517
--> https://bugs.winehq.org/attachment.cgi?id=68517
"long unsigned int" instead of "unsigned int"
compiling wine 5.0.2 (and 5.0.1) with gcc version 8.3.0 (Debian 8.3.0-6) gives
the error:
d3d9_main.c:154:5: note: in expansion of macro ‘FIXME’
FIXME("iface %p, callback %p, context %p, arg3 %#Ix, stub!\n", iface,
callback, context, arg3);
^~~~~
d3d9_main.c:154:11: error: format ‘%x’ expects argument of type ‘unsigned int’,
but argument 8 has type ‘DWORD_PTR’ {aka ‘long unsigned int’} [-Werror=format=]
the attached patch fixes the problem in my case
--
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=49315
Bug ID: 49315
Summary: Sid Meier’s Civilization® VI remains stuck on a grey
screen after the introduction video.
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jason.bagavatsingham(a)gmail.com
Distribution: ---
## Description:
Sid Meier’s Civilization® VI remains stuck on a grey screen after the
introduction video.
The game seems to be unable to find its own files.
1. The game throws out errors about being unable to find the data associated to
"Event IDs" (e.g: "Event ID not found: 1016118145"). This data can be found
within the game's data, stored as .xml files.
2. The game's "Database.log" shows "ERROR: no such table: InputKeyData" which
are associated with local .sqlite databases.
3. The game's "Lua.log" shows "Error opening/reading" .lua files. It also
incorrectly points to one of its .lua file:
"Z:\home\zereox\.steam\steam\steamapps\common\Sid Meier's Civilization
VI\Base\Binaries\Win64Steam\UI\FrontEnd\IntroScreen.lua"
however that file is located in:
"Z:\home\zereox\.steam\steam\steamapps\common\Sid Meier's Civilization
VI\Base\UI\FrontEnd\IntroScreen.lua"
"..\Base\Binaries\Win64Steam\" is the location of the executable. Manually
copying some of the .lua files into that folder does allow the splash screen to
appear instead of the grey screen.
### Notes:
- DXVK is required as WineD3D returns an error on launch.
- Title was confirmed to work correctly with DXVK on Windows 10.
- Issue was also reproduced on Wine 5.9, Wine-staging 5.9, and Proton
5.0-8-rc1.
- Log includes the following channels:
+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree,+thread
## Steps to Reproduce
- Open [Steam] and launch _*Sid Meier’s Civilization® VI*_ (DXVK_HUD=1
WINEPREFIX="/home/<username>/.wine" wine .wine/drive_c/Program\ Files\
\(x86\)/Steam/steam.exe steam://run/289070)
## Repro Rate
5/5
## Environment
### System information
- OS: Ubuntu 20.04 LTS
- GPU(s): Radeon RX 590 Series (POLARIS10, DRM 3.33.0, 5.3.0-53-generic, LLVM
10.0.0)
- Kernel version: 5.4.0-33-generic
- Mesa version: 4.6 (Compatibility Profile) Mesa 20.2.0-devel (git-b30b6fd
2020-06-02 focal-oibaf-ppa)
- Xserver version (if applicable): 1.20.5
- Desktop manager and compositor: Gnome (3.28.3)
### DXVK
- 1.7 (https://github.com/doitsujin/dxvk/releases/tag/v1.7)
### Wine
- wine-5.9
- wine-5.9 (Staging)
- 1591189474 proton-5.0-8-rc1
--
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=28400
Summary: Creative Writer 2 fails to install
Product: Wine
Version: 1.3.28
Platform: x86-64
URL: ftp://ftp.microsoft.com/deskapps/kids/cw2install.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Regression SHA1: 271530b3ddf4183265fc30a8541206d565dbea7a
On startup, the installer shows a dialog titled "Setup Error 914" which says:
Object 24
Your Setup files may be damaged. Try restarting the Setup program.
...then aborts. Restarting it as suggested wasn't helpful. Regression testing
indicated:
271530b3ddf4183265fc30a8541206d565dbea7a is the first bad commit
commit 271530b3ddf4183265fc30a8541206d565dbea7a
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 13 15:47:19 2011 +0200
winex11: Add a SetDeviceClipping entry point to the XRender driver.
:040000 040000 76b798e2822fdf9d90ab7903c3c5de850f1d1333
a391736c7682ff556326cb35dad83c69a8499844 M dlls
Reverting the patch fixed the problem. There's no terminal output for this.
--
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=27982
Summary: Creative Writer 2 hangs on startup
Product: Wine
Version: 1.3.25
Platform: x86-64
URL: http://download.cnet.com/Microsoft-Creative-Writer/300
0-13455_4-15232.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: aeikum(a)codeweavers.com
Created an attachment (id=35817)
--> (http://bugs.winehq.org/attachment.cgi?id=35817)
Terminal output
In 1.3.25 (and git), Creative Writer 2 can no longer start correctly. It only
shows a Microsoft logo (trial) or blank window (full version) and hangs.
Regression testing indicated:
be158e48ad8ee556941bd3f1ff94ca7116680d00 is the first bad commit
commit be158e48ad8ee556941bd3f1ff94ca7116680d00
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:30 2011 -0500
winmm: Implement waveOut* on top of MMDevAPI.
:040000 040000 428f760df6efda7a37b4a84f97721523ab72863f
2b94a3c0b7a42f4f83b037adc317d17565c1f7a9 M dlls
--
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=26689
Summary: Creative Writer 2 crashes after opening some sets of
files consecutively
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://download.cnet.com/Microsoft-Creative-Writer/300
0-13455_4-15232.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=33986)
--> (http://bugs.winehq.org/attachment.cgi?id=33986)
Output from wine-1.3.17-147-g0b8bfd9
Creative Writer 2 can crash while attempting to open a previously saved file if
another file is already loaded. Not all pairs of files cause a crash, though.
Steps to reproduce with the trial version:
1. Click OK to an error and an introduction at startup
2. Choose to open a file (via the icon in the lower-left of the new project
dialog)
3. Open "Creative Writer Card.max"
4. Click the folder icon at the top of the screen, then "open..."
5. Open "Creative Writer Project.max"
The program crashes. However, there's no problem when opening those files in
the opposite order. Native ole32 prevents the crash.
--
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=25155
Summary: Creative Writer 2 only installs in Win9x modes on
WoW64
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://download.cnet.com/Microsoft-Creative-Writer/300
0-13455_4-15232.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Creative Writer 2 fails to install on a 64-bit prefix with the message "this
setup program is not intended to be used with your version of Windows" unless
the reported Windows version is changed to 95/98/ME. There's no terminal output
at this point. A regression test identified this commit as the cause:
8ac60d56b6d02a773b915e6e1389c5c070bfa633 is the first bad commit
commit 8ac60d56b6d02a773b915e6e1389c5c070bfa633
Author: Konrad Wartke <kwartke(a)gmail.com>
Date: Sun Aug 15 18:54:47 2010 +0200
wineboot: Added more architectures in create_enviroment_registry_keys.
:040000 040000 f05d81751b1c1d81deeeae56a56cdf57331075f0
05376598d93907a6f2f53d3f603a6dfb1a8e6e18 M programs
Reverting that patch fixes the problem.
--
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.