https://bugs.winehq.org/show_bug.cgi?id=51045
Bug ID: 51045
Summary: Need for Speed: Rivals crashes after an intro with
Vulkan renderer
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0924:fixme:d3d:wined3d_buffer_vk_create_buffer_object Ignoring some bind flags
0x29.
0924:fixme:d3d:wined3d_render_target_view_vk_cs_init Buffer views not
implemented.
08fc:fixme:d3d:wined3d_device_context_clear_rendertarget_view Not implemented
for WINED3D_RTYPE_BUFFER resources.
08fc:err:d3d11:d3d11_immediate_context_ClearRenderTargetView Failed to clear
view, hr 0x8876086c.
0924:fixme:d3d:wined3d_buffer_vk_prepare_location Unhandled location 0.
0924:err:d3d:wined3d_buffer_invalidate_range Buffer 0x7f36aaaa1150 does not
have any up to date location.
0924:err:d3d:wined3d_texture_vk_prepare_texture Invalid resource type
WINED3D_RTYPE_BUFFER.
0924:err:d3d:vk_image_view_type_from_wined3d Unhandled resource type
WINED3D_RTYPE_BUFFER.
../src/amd/vulkan/radv_device.c:6852: FINISHME: Illegal color
08fc:fixme:d3d11:d3d11_immediate_context_Map Ignoring map_flags 0x100000.
08fc:fixme:d3d:wined3d_device_context_clear_rendertarget_view Not implemented
for WINED3D_RTYPE_BUFFER resources.
08fc:err:d3d11:d3d11_immediate_context_ClearRenderTargetView Failed to clear
view, hr 0x8876086c.
0924:fixme:d3d:wined3d_buffer_vk_prepare_location Unhandled location 0.
0924:err:d3d:wined3d_buffer_invalidate_range Buffer 0x7f36aaaa26d0 does not
have any up to date location.
0924:err:d3d:wined3d_buffer_load_location Buffer 0x7f36aaaa1150 does not have
any up to date location.
0924:err:d3d:wined3d_texture_vk_prepare_texture Invalid resource type
WINED3D_RTYPE_BUFFER.
0924:err:d3d:vk_image_view_type_from_wined3d Unhandled resource type
WINED3D_RTYPE_BUFFER.
08fc:fixme:d3d11:d3d11_immediate_context_Map Ignoring map_flags 0x100000.
08fc:fixme:d3d:wined3d_device_context_clear_rendertarget_view Not implemented
for WINED3D_RTYPE_BUFFER resources.
08fc:err:d3d11:d3d11_immediate_context_ClearRenderTargetView Failed to clear
view, hr 0x8876086c.
08e8:err:heap:validate_block_pointer Heap 0000000000160000: bad flags 00000001
for in-use arena 00007F36AAAB0838
08e8:err:heap:validate_block_pointer Heap 0000000000160000: bad flags 00000001
for in-use arena 00007F36AAAA12F8
wine-6.6-374-g5a1d836def2
--
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=51044
Bug ID: 51044
Summary: after setting "Create a virtual desktop" in winecfg,
wine throws BadWindow
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eduardoprocopiogomez(a)gmail.com
Distribution: ---
Created attachment 69904
--> https://bugs.winehq.org/attachment.cgi?id=69904
attachment
While attempting to solve a "missing DINPUT8.dll" error in Cemu (following the
instructions here: https://github.com/leomaurodesenv/cemu-linux/issues/1). So i
put wine in "Create a virtual desktop" mode and a BadWindow error ocurred.
i could not use "echo $(winecfg) >> log.txt" because it doesn't log anything in
the file so i attached a screenshot and a copy-paste of my terminal in a zip
format.
--
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=49118
Bug ID: 49118
Summary: env.c:get_image_path() de-reference null pointer
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rich.coe2(a)gmail.com
Distribution: ---
In the method dlls/ntdll/env.c:get_image_path() the call to
RtlGetFullPathName_U() will set file_part pointer to null if it fails or
full_name is a directory.
I found this when the path to the executable passed to wine was not parsing the
spaces correctly.
diff --git a/dlls/ntdll/env.c b/dlls/ntdll/env.c
index 71ae48681d..a89a62b893 100644
--- a/dlls/ntdll/env.c
+++ b/dlls/ntdll/env.c
@@ -707,6 +707,7 @@ static void get_image_path( const char *argv0,
UNICODE_STRING *path )
{
len = RtlGetFullPathName_U( name, sizeof(full_name), full_name,
&file_part );
if (!len || len > sizeof(full_name)) goto failed;
+ if (NULL == file_part) goto failed;
/* try first without extension */
if (RtlDoesFileExists_U( full_name )) goto done;
if (len < (MAX_PATH - 4) * sizeof(WCHAR) && !wcschr( file_part, '.' ))
--
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=51029
Bug ID: 51029
Summary: ProcessHackerPortable
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: doubleman1971(a)gmail.com
Distribution: ---
Created attachment 69881
--> https://bugs.winehq.org/attachment.cgi?id=69881
error
Parrot OS
--
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=50882
Bug ID: 50882
Summary: garmin express
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francoissylvain2(a)orange.fr
Distribution: ---
Good morning
Sorry I do not be fluant in english.
My version of wine : wine-5.0 (Ubuntu 5.0-3ubuntu1)
When I want to update my carts with Garmin Express the
Cefsharp.browserSubprocess.exe show on issue. This issue is in attchment.
Thank you for your help.
Please report me for more information about my system
--
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=16697
Summary: HyperChem 8.0.x's licensing system fails to properly
generate a 'locking code,' preventing program usage
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://www.hyper.com/Download/tabid/357/Default.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
HyperChem 8.0.6 Evaluation requires the user to enter a provided license code
in order to generate a locking code, which is sent via email to the authors for
a trial license key. However, a proper locking code (0-0) isn't generated, thus
prohibiting program usage.
Reproduce:
1. Download HyperChem 8.0.6.
2. Copy mfc40.dll from a Windows installation.
3. Launch the setup and pick "standalone," then "software-license."
4. Use the serial number provided on their website.
5. Launch chem.exe; it will ask you to launch the activator, which generates a
locking code of 0-0.
--
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=20776
Summary: 3DMark Vantage: your graphics card doesn't support
DirectX 10
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmarkvantage/dow
nload/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Now that bug 18852 is fixed, 3DMark Vantage runs, but when starting the
benchmark it says: your graphics card doesn't support DirectX 10
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d10core:d3d10_device_CreateQuery iface 0x1779dc, desc 0x33a1f4, query
0x33a358 stub!
To install:
sh winetricks win2k vcrun2005sp1
sh winetricks vista
wine 3dmark_vantage_v101_0906a.exe
--
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=35951
Bug ID: 35951
Summary: Cant launch cs go while using ati card, 7xxx series
(at least)
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
Created attachment 48021
--> http://bugs.winehq.org/attachment.cgi?id=48021
error dialog
There has not been a bug report of this issue and I decided to make one.
wine version 1.7.15
For some reason I tried to run csgo directly without using steam and I got very
odd response.
"SSE and SSE2 are required."
I have never seen that before.
I have phenom 2 processor http://en.wikipedia.org/wiki/Phenom_ii
Instruction set x86, x86-64, MMX, SSE, SSE2, SSE3, SSE4a
There is something that prevents ati users to play cs go (see pic). I don't
know what cards are affected. I think I had this with 7770, now with 7870 and
cs go database has 7850 entry about this issue. I have helped one guy at irc
related this issue. He had ati, but don't remember model.
The trick has been to lie to game via regedit your graphic card, changing
device and vendor id. After that there is no such dialog.
--
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=2155
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
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=45260
Bug ID: 45260
Summary: No sound in-game in Watch Dogs
Product: Wine-staging
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: A.Fettouhi(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Have gotten Watch Dogs 1 (under uplay) running under wine-staging 3.8 and 3.9
with dxvk (0.51 & 0.52) but the sound in-game is missing. There sound in the
intro sequence with Ubisoft logo and in the menu but when you start the game,
the sound stops working in cutscenes and in the game itself. I have tried to
install xact and directx9 but no change. Also attempted to set to stereo
because I read the game has tedency to force 5.1 and I only have a stereo
setup. All my testing was done under Arch Linux 64 bit with a 64 bit wine
PREFIX. Uplay was installed via winetricks. Using an i7-6600K cpu with a 1080
gtx nvidia card and the 396.24 driver. The game itself runs really well and
smooth even with the graphics settings set to ultra.
--
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.