https://bugs.winehq.org/show_bug.cgi?id=58056
Bug ID: 58056
Summary: vbscript: Directly indexing a Split returns Empty
Product: Wine
Version: 10.4
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: ---
test.vbs
Dim s: s = "1;2"
Dim a: a = Split(s, ";")(0)
Wscript.Echo "a: " & TypeName(a)
Wscript.Echo "a = " & a
Dim b: b = Split(s, ";")
Dim c: c = b(0)
Wscript.Echo "c: " & TypeName(c)
Wscript.Echo "c = " & c
❯ /opt/wine-devel/bin/wine cscript test.vbs
a: Empty
a =
c: String
c = 1
--
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=58028
Bug ID: 58028
Summary: Separable Subsurface Scattering fails to launch
Product: vkd3d
Version: 1.15
Hardware: x86-64
URL: https://web.archive.org/web/20240118021209if_/https://www.iryoku.com/separable-sss/downloads/Separable-SSS-D
X10-v1.0.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 78287
--> https://bugs.winehq.org/attachment.cgi?id=78287
shader
vkd3d:0024:err:hlsl_type_from_fx_type ../vkd3d/libs/vkd3d-shader/fx.c:2418:
Unreachable code reached.
1.15-180-g110edf32
--
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=58055
Bug ID: 58055
Summary: winewayland: Add registry data for GPU memory size
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: peter.eszlari(a)gmail.com
Distribution: ---
Port this commit to winewayland:
https://gitlab.winehq.org/wine/wine/-/commit/28ca56257e15354a1ba612aa7f2a33…
win32u: Add registry data for GPU memory size.
Starcraft Remastered is looking up for the GPU physical memory size to
check for minimum requirements to enable RealTime Lighting.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46624
Signed-off-by: default avatarJon Doron <arilou(a)gmail.com>
--
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=56463
Bug ID: 56463
Summary: Warframe launcher is rendered incorrectly
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: pmargeti34(a)gmail.com
Distribution: ---
Created attachment 76228
--> https://bugs.winehq.org/attachment.cgi?id=76228
Only few controls aren't rendered black
Warframe launcher window paints most of it's surface area black. Exception are
control located in the top right corner. It can still be interacted with,
cursor changes to hand pointer over the PLAY button and it does launch the game
(which works flawlessly in wayland mode otherwise)
Possibly related? https://bugs.winehq.org/show_bug.cgi?id=56014#c1
--
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
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|STAGED |RESOLVED
Fixed by SHA1| |3ae66c75cf443c0be403d9fe4e4
| |da3c19b3ad9a8
Component|user32 |winex11.drv
--- Comment #33 from Zeb Figura <z.figura12(a)gmail.com> ---
The test application from comment #1 is fixed by
3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8, so marking this as FIXED. If focus
issues remain with any other applications, please file follow-up bugs.
--
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=58016
Bug ID: 58016
Summary: Excel Viewer 2007: Open File filter does not work
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78276
--> https://bugs.winehq.org/attachment.cgi?id=78276
File is not displayed
Excel Viewer 2007: Open File filter does not work
Put a "test.xlsx" file in folder
Run Excel Viewer 2007
- Default filter, supposed to show this file does NOT
- "all files" filter indeed confirms file presence
--
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=58049
Bug ID: 58049
Summary: MFC's Menu/BeckyInternetMail: The background color of
the menu item is wrong
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
Created attachment 78304
--> https://bugs.winehq.org/attachment.cgi?id=78304
Screenshots and proposed color correction
The color of the drop-down menu in the menu bar is wrong. The color of the
outer frame and arrows is wrong.
I could not seem to fill the background with light.msstyle colors.
The correct color is the inner gray dark background color (note! Not the red
arrow part) becomes more whitish light background color (the same color as the
red arrow 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=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.