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=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=58036
Bug ID: 58036
Summary: Tkd GUI Apps prevent input and hang on attempting to
close on Wine 10.4 but work on Wine 10.3
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dreamsyntax(a)gmail.com
Distribution: ---
Note: This is for the experimental wow64 mode.
Tkd (https://github.com/nomad-software/tkd) GUI toolkit applications built for
Windows now have issues running in Wine 10.4.
The program in question in this report is CodeWrite 1.0.6, source available:
https://github.com/TheGag96/CodeWrite
I have verified Wine 10.3 works and functions as expected.
I have performed the recommended steps for verifying (clearing .wine),
verifying no overrides, etc.
I am able to use the program as expected and enter input into input fields.
On Wine 10.4, the application launches successfully and can be moved around.
The input fields are not clickable.
Upon attempting to close the application it will hang/becoming unresponsive
until terminated.
There are no abnormal logs compared to 10.3.
--
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=58051
Bug ID: 58051
Summary: vbscript: Dictionary direct Keys/Items access causes
parse error
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
Example below
Dim dict
Set dict = CreateObject("Scripting.Dictionary")
dict.Add "key1", 1
dict.Add "key2", 2
Dim i
Dim keys: keys = dict.Keys()
For i=0 To UBound(dict.Keys)
Wscript.Echo i
Wscript.Echo keys(i)
Wscript.Echo dict.Keys()(i) '<- parser error
'Same for Items
Next
/opt/wine-devel/bin/wine cscript test.vbs
0138:fixme:vbscript:parser_error L"(i) '<- parser error\r\n 'Same for
Items\r\nNext": "syntax error"
0138:fixme:wscript:ActiveScriptSite_OnScriptError ()
0138:fixme:wscript:run_script ParseScriptText failed: 80004005
--
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=58030
Bug ID: 58030
Summary: CapCut video editor free version install stuck on 0%
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: pocomal112(a)codverts.com
Distribution: ---
CapCut video editor free version install stuck on 0% no bugs file.installation
bug.also pc stuck bcuz of the software installation 0% after cancel the
installation the pc return to work
here is the link if you want to know the software
https://www.capcut.com/tools/desktop-video-editor
--
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=57446
Bug ID: 57446
Summary: Wiso Sparbuch 2025: crashes before the buhl-data-login
appears
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomec5189(a)web.de
Distribution: ---
Created attachment 77443
--> https://bugs.winehq.org/attachment.cgi?id=77443
Sysinfo of the problem
before the buhl-data-login appears, the wine-Sysinfo is in front and report an
heavy-application-problem.The Sysinfo-Report is attached incl. Screenshot of
the application.
--
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=57739
Bug ID: 57739
Summary: Mugen DLL Hook does not work anymore
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jenngra505(a)roadrunner.com
Distribution: Mint
Some fangames made in the Mugen engine rely on a DLL hook using a modified
ddraw.dll to add additional features, for whatever reason the games that depend
on this now crash on startup.
--
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=58048
Bug ID: 58048
Summary: wineticks to download Origin
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2162741267(a)qq.com
Distribution: ---
When I used wineticks to download Origin, there are some error make the
programs can't work. And a Dailog tell me to report the bug and I find that I
can't close the windows.
--
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
Zeb Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |z.figura12(a)gmail.com
--- Comment #32 from Zeb Figura <z.figura12(a)gmail.com> ---
(In reply to Christian Costa from comment #31)
> It seems the staging patchset has been upstreamed with
> f20c72d83c8a8de638b95e1ebc9e54fce1e4b162.
It has not, per se.
--
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.