https://bugs.winehq.org/show_bug.cgi?id=57511
Bug ID: 57511
Summary: For loop where loop var is not defined throws error
without context
Product: Wine
Version: 9.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: ---
Dim d: d = Array(1,2,3,4,5)
'Dim i
For i = 0 To UBound(d)
Wscript.Echo d(i)
Next
/opt/wine-devel/bin/wine cscript test.vbs
0120:fixme:vbscript:assign_ident throw exception
0120:fixme:wscript:ActiveScriptSite_OnScriptError ()
on error resume next
Dim d: d = Array(1,2,3,4,5)
'Dim i
For i = 0 To UBound(d)
Wscript.Echo d(i)
Next
If Err.Number <> 0 Then
Wscript.Echo "Loop Error: " & Err.Number & " - at " & Err.Source & ": " &
Err.Description
Err.Clear
End If
/opt/wine-devel/bin/wine cscript test.vbs
0120:fixme:vbscript:assign_ident throw exception
0120:fixme:vbscript:do_icall L"i" not found
0120:fixme:vbscript:interp_incc ref.type is not REF_VAR
Loop Error: -2147467259 - at :
--
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=57406
Bug ID: 57406
Summary: Brothers - A Tale of Two Sons launcher fails to launch
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Unhandled Exception:
System.MissingMethodException: Method not found: Microsoft.DirectX.Vector2
modopt(Microsoft.VisualC.IsConstModifier) Microsoft.DirectX.Vector2.get_Empty()
at BrothersLauncher.MainForm..ctor () [0x00036] in
<5ea4a82884eb4dfc8694eb83fad62bfc>:0
at (wrapper remoting-invoke-with-check) BrothersLauncher.MainForm..ctor()
at BrothersLauncher.Program.Main () [0x0000b] in
<5ea4a82884eb4dfc8694eb83fad62bfc>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method not
found: Microsoft.DirectX.Vector2 modopt(Microsoft.VisualC.IsConstModifier)
Microsoft.DirectX.Vector2.get_Empty()
at BrothersLauncher.MainForm..ctor () [0x00036] in
<5ea4a82884eb4dfc8694eb83fad62bfc>:0
at (wrapper remoting-invoke-with-check) BrothersLauncher.MainForm..ctor()
--
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=57509
Bug ID: 57509
Summary: Vertical text is printed out of alignment on
Aprint(Japanese address printing software)
Product: Wine
Version: 9.21
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssnffb30(a)gmail.com
Created attachment 77541
--> https://bugs.winehq.org/attachment.cgi?id=77541
Comparison of preview and printed version
Attached is a comparison of the preview and the printed version.
In preview the vertical text is in the correct position, but when printed it is
misaligned.
Aprint v24.0 x64 installer version
https://www.mugenmugen.tokyo/freesoft/Aprint2400_x64.zip
* My environment is aarch64 MacOS, but I am running x64 wine with Rosseta2.
--
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=50083
Bug ID: 50083
Summary: ASCOM Platform 6.5 - Installation failed
Product: Wine
Version: 5.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bammzilla(a)astronomy.com.ph
Distribution: ---
Created attachment 68544
--> https://bugs.winehq.org/attachment.cgi?id=68544
Screenshots of popup error screens during install
The ASCOM Platform allows windows desktop planetarium programs to control
astronomical hardware such as telescopes, domes, and cameras.
The software is freely distributable and open source, released under the
Creative Commons Attribution-ShareAlike 3.0 License, but written under the .NET
Platform.
The latest version is ASCOM Platform 6.5, written under .NET Framework 4.8 and
Visual Studio 2019.
To prepare the installation, I ran winetricks -q vcrun2019 dotnet35sp1
dotnet452 dotnet472 dotnet48. No errors were reported in the installation of
dotnet.
I then launched the installer with the following command:
WINEDEBUG=+nls wine ASCOMPlatform65.exe >> ASCOMPlatform65.log 2>&1
The installation went smoothly but popped up several error screens and ended
with an installation failed.
Screenshots of the error screens are attached.
The WINEDEBUG log file is gzipped and attached.
ASCOMPlatform installer log files are zipped and attached.
Download the installer from the following link:
https://github.com/ASCOMInitiative/ASCOMPlatform/releases/download/v6.5Releā¦
Full source code of ASCOM Platform is available here:
https://github.com/ASCOMInitiative/ASCOMPlatform
ASCOMPlatform License file:
https://github.com/ASCOMInitiative/ASCOMPlatform/blob/master/LICENSE.txt
Information about ASCOM can be found here:
https://ascom-standards.org/Community/
--
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=57457
Bug ID: 57457
Summary: Mathcad 15 crashes when enter trace tab
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unitu696(a)gmail.com
Distribution: ---
Created attachment 77454
--> https://bugs.winehq.org/attachment.cgi?id=77454
Program Error Details (backtrace)
When I am trying to edit plot and open trace tab in Mathcad 15 Application
crashes with error:
Application has generated an exception that could not be handled
Process ID=0x20 (32), Thread ID=0x24 (36)
--
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=57437
Bug ID: 57437
Summary: PStart isn't showing a menu in the tray bar
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: mywine(a)schiermeier-it.de
Distribution: ---
This is a regression:
PStart is a 32-bit application that shows a button in the tray bar. Inside, it
shows some important Windows applications that can be started from there. It is
intended for starting applications from a removable disk device like the
"Portable Apps" app collection.
Now in the latest versions of wine it stopped working: the button is there but
the menu isn't there.
--
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=57064
Bug ID: 57064
Summary: Bloodrayne 2 (legacy and Terminal Cut): graphical
issue (foggy screen)
Product: Wine
Version: 9.5
Hardware: x86-64
URL: https://archive.org/download/BloodRayne2Demo/BloodRayn
e2Demo.rar
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: awesie(a)gmail.com, z.figura12(a)gmail.com
Regression SHA1: f6a1844dbed91b441ad69e7b15b5be242d063e87
Distribution: ArchLinux
Created attachment 76927
--> https://bugs.winehq.org/attachment.cgi?id=76927
terminal output
This bug affects both the legacy version of Bloodrayne 2 (2005) and the
Terminal Cut version (2020).
I made only a cursory test with the game, but the issue is immediately obvious:
The screen looks as if it was covered with haze.
If I turn off these graphics options in the game launcher, the problem still
occurs: bump mapping, dynamic shadows, reflections.
The result of the regression test:
commit f6a1844dbed91b441ad69e7b15b5be242d063e87
wined3d: Use bindless textures for GLSL shaders if possible.
Can be reproduced with Bloodrayne 2 demo version.
BloodRayne2Demo.rar (477M)
md5: 226a09d5f5ce2c4e0b7319627c75e69d
Still present in Wine-9.15.
Tested with NVIDIA 550.40.67.
--
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=57401
Bug ID: 57401
Summary: Dragon Unpacker crashes on both wine devel and staging
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurnerolinux(a)yandex.com
Distribution: ---
App is this.
https://github.com/elbereth/DragonUnPACKer
Version that i tried are 5.6.2 and 5.7.0 beta. Both yields to same result.
What does that app do?
It converts custom formatted audio streams to known formats.
https://www.elberethzone.net/en/dragon-unpacker-supported-games.html
List of supported games, i tried with Freedom Fighters.
How to repro?
- Open the app
- Press Ctrl+H or click HyperFile via File option in GUI
- Click to Formats, tick "Audio" in that menu
- Click to Search entry, select the path where game files resides, afterwards
click Search below
- See how it finds files, when it is done click "Ok"
- You will see bunch of entries that says "streams-wav" etc, click to one of
them, see how app crashes.
Terminal output is this, now i don't know which Wine debug channel should be
used for that.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
0024:fixme:explorerframe:taskbar_list_SetProgressState iface 017B9B18, hwnd
00010086, flags 0 stub!
0024:fixme:explorerframe:taskbar_list_SetProgressValue iface 017B9B18, hwnd
00010086, ullCompleted 0, ullTotal 64 stub!
0024:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
--
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=57472
Bug ID: 57472
Summary: Systray support is broken in Wine 9.22
Product: Wine
Version: 9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1. Download and run WinRAR 7.01 https://www.rarlab.com/
2. Install and launch
3. Press Alt + B (tools -> benchmark) and click "Background"
4. A systray icon/entry will appear and immediately disappear
Using Xorg/X11/XFCE4. No Wayland.
This is a regression. It used to work a couple of releases ago.
--
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=57463
Bug ID: 57463
Summary: winebus always crashing with unknown since
8b41c2cfddba1f9973246f61e39d4a4d92912da5
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 77463
--> https://bugs.winehq.org/attachment.cgi?id=77463
crash log of winebus.sys
It will crash at winedevice.exe even execute winecfg
I revert de265dfa0bc41fefec3525cd6a1db5d1e1d57029 and
8b41c2cfddba1f9973246f61e39d4a4d92912da5 in previous version of wine will fix
this crash.
--
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.