https://bugs.winehq.org/show_bug.cgi?id=47321
Bug ID: 47321
Summary: Regression: Painkiller crashes at startup
(wined3d_device_create_primary_opengl_context_cs()
doesn't check NULL return value from
context_acquire())
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 64635
--> https://bugs.winehq.org/attachment.cgi?id=64635
painkiller multiplayer demo wine-4.9 terminal output
Painkiller Multiplayer and Singleplayer demos crash at startup in
wined3d_device_create_primary_opengl_context_cs().
This is a regression between wine-4.8 and wine-4.9.
The application triggers context_acquire() to return NULL.
The return value is not checked in
wined3d_device_create_primary_opengl_context_cs() and so it tries to access
NULL pointer and crashes.
--
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=34364
Bug #: 34364
Summary: Splinter Cell: Blacklist - D3DXLoadSurfaceFromMemory
Format conversion missing
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45746
--> http://bugs.winehq.org/attachment.cgi?id=45746
+d3dx
>From a terminal
fixme:d3dx:D3DXLoadSurfaceFromMemory Format conversion missing 0x35545844 ->
0x15
--
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=47317
Bug ID: 47317
Summary: Starcraft does not run
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: exposight(a)gmail.com
Distribution: ---
Created attachment 64629
--> https://bugs.winehq.org/attachment.cgi?id=64629
console output
Starcraft 1.22 does not run on wine-devel 4.8. Process SC.exe appears, but it
hangs consuming one core. Nothing else happens. Same also on wine-devel 4.0.
wine-staging 4.8 makes it 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=46586
Bug ID: 46586
Summary: Starcraft2 does not start under wine4.0
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: protel02(a)gmail.com
Distribution: ---
I would like to start Starcraft2 under Linux Mint19.0 and wine 4.0 But I have
got some error massages. You see below in the attachment. I guess the error
comes from the Vulcan driver. I do not know. That software (Starcraft2) worked
well under wine 3.86.
--
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=47263
Bug ID: 47263
Summary: Staging's Debug_Channel patchset doesn't work anymore
Product: Wine-staging
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dereklesho52(a)Gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64552
--> https://bugs.winehq.org/attachment.cgi?id=64552
Updated Debug_Channel patch
Due to a patch earlier a month or two ago, the code for the patchset needs to
be moved from libs/wine/debug.c:parse_options to
dlls/ntdll/debugtools.c:parse_options.
Attached is an updated patch that should replace the old one.
--
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=8848
Paul Gofman <gofmanp(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gofmanp(a)gmail.com
--- Comment #34 from Paul Gofman <gofmanp(a)gmail.com> ---
Created attachment 64674
--> https://bugs.winehq.org/attachment.cgi?id=64674
Compute 3-component norm for nrm instruction
I have tested the demo and could reproduce the problem: dark characters clearly
visible while browsing through menus. The problem is reproducible only when
'Enable PS 2.0 shaders' game setting is on. While the setting is not directly
changeable in the menu, one can enable or disable this setting individually in
Swat4SPDemo.ini file.
The problem (with PS 2.0 shaders enabled of course, and all settings maxed out,
when the problem is reproducible) can be worked around by setting UseGLSL to
'disabled' (and max GL version 1.0 so that GLSL gets actually disabled).
This is reproducible with apitrace recorded on Windows 7. GLSL shaders exhibit
the problem when replaying apitrace, while switching to ARB shaders replay it
without dark characters, like on Windows.
The relevant difference between ARB and GLSL shaders is translation of 'nrm'
d3d shader opcode. ARB shader backend is using only 3 component for norm
calculation (which is consistent with MSDN docs), while GLSL backend is using
all 4. Here is one of PS 2.0 shaders which suffers from this:
----
ps_2_0
def c0 = 5.00000000e-01, 2.00000000e+00, 0.00000000e+00, 0.00000000e+00
def c6 = 1.00000000e+00, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00
dcl t[0].xy
dcl t[1].xy
dcl_pp t[2].xyz
dcl v[0]
dcl v[1]
dcl_2d s[0]
dcl_2d s[1]
texld_pp r[0], t[0], s[0]
texld_pp r[1], t[1], s[1]
mad r[1].xyz, r[1].w, c[6], r[1]
add_pp r[1].xyz, r[1], -c[0].x
mul_pp r[1].xyz, r[1], c[0].y
nrm_pp r[2], t[2] ; This is the problematic instruction
dp3_sat_pp r[3], r[1], r[2]
mul_pp r[3], r[3], v[0]
add_pp r[3], r[3], v[1]
mul_pp r[4], r[3], r[0]
mul_pp r[4].xyz, r[4], c[0].y
mov_pp r[4].w, r[0].w
mov_pp oC[0], r[4]
----
This is how the norm is translated in ARB shader backend:
DP3 TA.x, fragment.texcoord[2], fragment.texcoord[2];
SGE TA.y, -TA.x, ps_helper_const.x;
MAD TA.x, ps_helper_const.y, TA.y, TA.x;
RSQ TA.x, TA.x;
MUL R2, fragment.texcoord[2], TA.x;
and in GLSL backend:
tmp0.x = dot(T2.xyzw.xyz, T2.xyzw.xyz);
R2.xyzw = (tmp0.x == 0.0 ? vec4(0.0) : (T2.xyzw * inversesqrt(tmp0.x)));
------------
I am attaching a patch which fixes this issue with GLSL backend. This could use
a test of course, I am likely going to prepare some.
I tested "dark characters" only, some comments above concern some potentially
different problems observed inside the game, I did not go deep inside and don't
know if this is actually the same problem or not.
--
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=39440
Bug ID: 39440
Summary: embedded (XEMBED) windows are blank
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: anton.kalmykov(a)gmail.com
Distribution: ---
Created attachment 52555
--> https://bugs.winehq.org/attachment.cgi?id=52555
patch file
I'm the author of airwave VST bridge (https://github.com/phantom-code/airwave).
My project is intended to use Windows VST plugins in Linux VST hosts (Bitwig
Studio, Ardour, etc). This task involves embedding the VST plugin window inside
of the VST host window (I use the XEMBED protocol to achieve this
functionality). The problem here is that after sending XEMBED_EMBEDDED_NOTIFY
message, the embedding window stays blank. I was able to workaround this issue
by inserting some delays
(https://github.com/phantom-code/airwave/blob/master/src/plugin/plugin.cpp#L…),
but this "solution" doesn't work in all cases. I've changed a few lines in
winex11.drv code (patch is attached) and it helped to solve the "blank window"
issue, but this is only a workaround (I don't know how to do a correct fix).
Anyway, increasing the size of embedded window will cause appearing of
additional blank regions.
--
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=25818
Summary: Macromedia Flash 8 has duplicated "minimize, restore,
close" icons in the menu bar
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=32903)
--> (http://bugs.winehq.org/attachment.cgi?id=32903)
screenshot
Macromedia Flash 8 has duplicated "minimize, restore, close" icons in the menu
bar
Those duplicate buttons are working (in the same way as original) But when you
will close current project with help of them and create new one original
buttons will not be present, only duplicated.
--
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=47258
Bug ID: 47258
Summary: The Guild II fails to start with built-in quartz
Product: Wine
Version: 4.6
Hardware: x86
URL: https://www.fileplanet.com/archive/p-34658/The-Guild-2
-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: edf1e7696f36b650cddb76275d3a460c271a93ce
Distribution: ---
Created attachment 64545
--> https://bugs.winehq.org/attachment.cgi?id=64545
terminal log
Reverting edf1e7696f36b650cddb76275d3a460c271a93ce fixes the crash and the game
loads to the menu correctly.
Using native quartz.dll is also a workaround.
Still present in Wine-4.9.
Guild_2_Demo.zip (634 MB)
md5sum: 9547d7490ff96c590894df27dfb31c7e
--
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=47235
Bug ID: 47235
Summary: Steep (Uplay) crashes on unimplemented function
ncrypt.dll.BCryptSecretAgreement
Product: Wine
Version: 4.8
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: ---
The game ("Steep", which is currently free on Uplay) starts fine but when it
tries to connect to its servers, it crashes with:
wine: Call from 0x7b456026 to unimplemented function
ncrypt.dll.BCryptSecretAgreement, aborting.
If you need any additional information regarding this, I will be happy to
provide 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.