https://bugs.winehq.org/show_bug.cgi?id=50277
Bug ID: 50277
Summary: Haven intro video does not play
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: kai.sterker+wine(a)gmail.com
Distribution: ---
Created attachment 68825
--> https://bugs.winehq.org/attachment.cgi?id=68825
Debug logs with +mfplat,+gstreamer
Upon testing Haven with the builtin media foundation implementation, the
following error is logged, the intro movie does not play and the game is stuck
at launch:
020c:err:mfplat:media_source_constructor Failed to play source, error 0.
0218:err:mfplat:bus_watch qtdemux0: Internal data stream error.
0218:err:mfplat:bus_watch qtdemux.c(6605): gst_qtdemux_loop ():
/GstBin:bin0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0:
streaming stopped, reason error (-5)
Debug logs with +mfplat,+gstreamer attached. I'm on Ubuntu 20.04. If I can
provide any other useful information please let me know.
--
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=56377
Bug ID: 56377
Summary: Microsoft Edge freezes almost immediately after
launching
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
Microsoft Edge will freeze about 1-3 seconds after launching.
Steps to reproduce:
1. Download and install WebView2 (which includes Edge) from
https://developer.microsoft.com/en-us/microsoft-edge/webview2/
2. Run:
wine "/PATH/TO/PREFIX/drive_c/Program Files
(x86)/Microsoft/EdgeCore/VERSIONNUMBER/msedge.exe" --no-sandbox --disable-gpu
--no-first-run
Edge will launch, it will respond to inputs for a very short time, then freeze
completely.
--no-sandbox is required for it to launch at all, I will also file a bug for
this issue.
--disable-gpu is required wine wined3d, it can be dropped if using DXVK.
--no-first-run disables the first run prompting you to sign in and such, it has
no bearing on the bug itself. (If omitted, Edge still freezes, including the
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=54964
Bug ID: 54964
Summary: i facing this bug
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: hoichan62(a)gmail.com
Distribution: ---
Created attachment 74492
--> https://bugs.winehq.org/attachment.cgi?id=74492
microsoft program
when install microsoft edge it shows this look this 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=53844
Bug ID: 53844
Summary: vbscript invoke_vbdisp not handling let property
correctly for VT_DISPATCH arguments
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
Given the following code where 'LeftFlipper' is Dispatch object:
dim LF : Set LF = New FlipperPolarity
LF.Object = LeftFlipper
Class FlipperPolarity
private Flipper
Public Sub Class_Initialize
End Sub
Public Property let Object(aInput) : Set Flipper = aInput : End Property
End Class
In invoke_vbdisp, the Object property is stored in
This->desc->funcs[id].entries[VBDISP_LET]
The code tries to find the function using the VBDISP_SET index since the
argument is VT_DISPATCH:
func = This->desc->funcs[id].entries[V_VT(dp.rgvarg) == VT_DISPATCH ?
VBDISP_SET : VBDISP_LET];
At first I tried to reverse the order figuring maybe this was a typo, however
then it broke let's with non-objects.
So as a hack I did this:
func = This->desc->funcs[id].entries[V_VT(dp.rgvarg) == VT_DISPATCH
? VBDISP_SET : VBDISP_LET];
if(!func)
func = This->desc->funcs[id].entries[VBDISP_LET];
if(!func) {
FIXME("no letter/setter\n");
--
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=56709
Bug ID: 56709
Summary: PackTouchHitTestingProximityEvaluation not located in
USER32.dll when attempting to run Clip Studio Paint
3.0
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: animaloser(a)gmail.com
Distribution: ---
Clip Studio Paint 3.0 fails to open, with a pop-up message that reads "The
procedure point PackTouchHitTestingProximityEvaluation could not be located in
the dynamic link library USER32.dll"
The launcher does run however, even if it's all white, it's been documented in
the appdb entry for the program. The main software, CLIPStudioPaint.exe, does
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=51350
Bug ID: 51350
Summary: Horizon Chase freezes on startup
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 70207
--> https://bugs.winehq.org/attachment.cgi?id=70207
Horizon Chase default debug channels
When launching Horizon Chase, a game currently being given away on Epic Games
Store for free (until July 1st), the game seems to freeze on startup with the
music still playing.
Notably, in the logs, I see quite a few of error messages of this type,
although I'm not sure if they are related to the core issue:
0118:err:module:find_forwarded_export module not found for forward
'msvcr120.??0critical_section@Concurrency@@QAE@XZ' used by
L"C:\\windows\\system32\\concrt140.dll"
Full log with default debug channels is attached.
Let me know if you need more information or more detailed logs, I'm happy to
test and help resolve the issue.
Also, although I've tested with 6.10, 6.11 has the same issue, but that version
seems to be quite buggy from what I've heard, so I figured a test with 6.10
would be more useful.
--
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=55212
Bug ID: 55212
Summary: Need for Speed SHIFT demo crashes due to HLSL syntax
error "unexpected '<', expecting ';' or ','"
Product: vkd3d
Version: 1.8
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-69053/Need-For-Sp
eed-Shift-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 74822
--> https://bugs.winehq.org/attachment.cgi?id=74822
VKD3D_SHADER_DEBUG=trace WINEDEBUG=+d3dcompiler
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:1:40: E5000: syntax error,
unexpected '<', expecting ';' or ','
0024:err:d3dcompiler:D3DCompile2
This seems to be the relevant trace:
vkd3d:0024:trace:preproc_lexer_parse float4x4 worldViewProj : WORLDVIEWPROJ <
bool appEdit = false ; > ;
--
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=33769
Bug #: 33769
Summary: Strong Bad's Cool Game for Attractive People Demo
crashes without native d3dcompiler_43
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
The demo
dd2f18068f16a1353a3490d95723b746cec8050f SBCG4AP_Homestar_Ruiner_setup.exe
from
http://www.strategyinformer.com/pc/strongbadscoolgameforattractivepeople/de…
tested with wine-1.6-rc1, crashes unless you do
winetricks d3dcompiler_43
I'll attach a +seh,trace+d3dcompiler log.
--
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=34004
Bug #: 34004
Summary: Broken Sword: The Angel of Death demo needs native
d3dx9_36
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.fileplanet.com/167033/160000/fileinfo/Broke
n-Sword:-The-Angel-of-Death-Demo
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: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45184
--> http://bugs.winehq.org/attachment.cgi?id=45184
log+d3dx
Without native d3dx9_36 shows a grey screen.
43e497c98f638e3b572b81d77a089bf6a03c3327 broken_sword_4-demo.zip
--
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=33770
Bug #: 33770
Summary: Strong Bad's Cool Game for Attractive People Demo has
interesting rendering glitches on initial menu screen
without native d3dx_36 (purist)
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
First, go purist with 'winetricks alldlls=builtin', then
work around bug 33769 with 'winetricks d3dcompiler_43'.
The game seems to start ok, but the initial menu screen
(where Strong Bad speaks the left-hand menu items as you
mouse over them) shows ghosts of Strong Bad and his sidekick
when they move.
'winetricks d3dx9_36' works around 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.