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=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.
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.
https://bugs.winehq.org/show_bug.cgi?id=58045
Bug ID: 58045
Summary: Strong Bad's Ep1 - Homestar Ruiner textures and
geometry broken with builtin d3dx9_27 (and
d3dcompiler_47)
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
Created attachment 78301
--> https://bugs.winehq.org/attachment.cgi?id=78301
Screenshots and logs
Continuation of bug https://bugs.winehq.org/show_bug.cgi?id=33770.
Tested with bare wine 10.4 and wine 10.4 + vkd3d
110edf32d0b2a2f0a49cdd76c977b9eedd06628e.
Screenshot with native d3dx9_27:
https://bugs.winehq.org/attachment.cgi?id=44752
I tested the following combinations:
1) bare wine + builitn d3dx9_27 + native d3dxcompiler_47
2) bare wine + builitn d3dx9_27 + builtin d3dxcompiler_47
3) wine+vkd3d + builitn d3dx9_27 + native d3dxcompiler_47
4) wine+vkd3d + builitn d3dx9_27 + builtin d3dxcompiler_47
The attached tarball includes screenshots and logs for the 4 combinations.
For bare wine (1 & 2), loading takes about 3 mn.
For wine+vkd3d (3 & 4), loading takes 30 s.
With native d3dx9_27, loading is almost instantaneous.
For wine+vkd3d (3 & 4), 85 temp registers are used with a limit at 32.
Seems similar to https://bugs.winehq.org/show_bug.cgi?id=34004#c36.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=57960
Bug ID: 57960
Summary: ChessBase 18 hangs / stops accepting input a few
seconds after launch
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)brobston.com
Regression SHA1: fd539487b7860ff0a53474aa6fbcbe229f3f42c1
Distribution: Ubuntu
Created attachment 78212
--> https://bugs.winehq.org/attachment.cgi?id=78212
Log from first bad commit with most warnings enabled
I'm running with "Emulate a virtual desktop" active. I can start ChessBase 18
from the command line with `WINEDEBUG="-warn+all,warn-dpa" wine start
"C:\\Program Files\\ChessBase\\CBase18\\CBase18.exe"` in a 64-bit prefix. The
application launches as usual, but after a few seconds, it stops responding to
the mouse altogether. The CBase18.exe process consumes around 200% CPU as
shown in `top` when this situation occurs. The log output does show new log
entries when I focus or unfocus the virtual-desktop window, but otherwise, it
does not typically appear to be logging anything. I then stop the process from
the command line with, for instance, `killall CBase18.exe`.
I will attach a log from the first bad commit and, shortly thereafter, the last
good commit.
--
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.