https://bugs.winehq.org/show_bug.cgi?id=52240
Bug ID: 52240
Summary: VODKALIBUR Mod Tool Crashes on Starup
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 71349
--> https://bugs.winehq.org/attachment.cgi?id=71349
Staging6.23_Logs_and_dotnet_prefix_backtrace
(The mod-tool is meant for SoulCalibur VI)
In a clean Wine Staging 6.23 prefix, the program crashes on startup without
displaying anything.
Running the program with dotnet48 gets the program to display a splash-screen
before throwing an exception error and dropping 3 .dll files in the app's
directory.
SHA256:
4ddbc85ed075aaf3943319945d0dc7d43b7be4e244674f4df8f47c6d18b6dbe3
Download:
https://cdn.discordapp.com/attachments/651396632167841812/90621213743162163ā¦
(Releases are typically obtained with in-app updates or via the developer's
Discord server - this is a direct link to the last WPF build that was released
via a direct Discord attachment at the time of writing)
--
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=55955
Bug ID: 55955
Summary: some part of the software is black, if I click a line
it appears, but only a line, never more than a line
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: gerard.labadie(a)sysgroup.fr
Distribution: ---
Created attachment 75543
--> https://bugs.winehq.org/attachment.cgi?id=75543
Display of Captvty 3 on Windows
The resolution of the bug
https://bugs.winehq.org/show_bug.cgi?id=55742
allows to launch successfully Captvty V3, but part of the window is black and
impossible to read
I have attached the file Captvty-3-display-ok, when running on Windows which
shows a normal display
and the file Captvty-linux which shows that the resume of the replay is Ok, but
not the lines with the names of the replays.
reproducer
have wine 8.20 or after, the latest winetricks
create a directory .captvty_V3
download the zip from v3.captvty.fr
unzip it to .captvty_V3
export WINEARCH=win64
export WINPREFIX=~/.captvty_V3
wineboot -u
winetricks -q dotnet48 corefonts gdiplus fontsmooth=rgb vlc win7
mkdir temp
cd temp
cabextract ~/.cache/winetricks/win7sp1/windows6.1-KB976932-X64.exe
cp -rf
./x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/comctl32.dll
~/.wine_captvty_V3/drive_c/windows/syswow64/comctl32.dll
cd ~
rm -rf temp
launch it with
wine .captvty_V3/Captvty.exe
I noticed from the command line the messages
fixme:uxtheme:BeginBufferedPaint painting parameters are ignored
and
0024:fixme:uxtheme:AllowDarkModeForWindow 00030048 1: stub
using winecfg I tried various options for comctl32, any option with "native"
works (with the black display), any other option crashes the sofware.
in https://forum.winehq.org/viewtopic.php?t=38088
somebody commented
I don't know how to fix the black display, but I strongly believe this might be
due to using the native comctl32 (which is not really a good thing).
I think it might be a good idea to open a bugreport about the application not
being able to load builtin comctl32, maybe one of the developers has an idea
how to fix this, and maybe this "black display" issue might be solved then as
well
--
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=57502
Bug ID: 57502
Summary: Sinilink PC Software Crashing/Not Displaying
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stormtrackertony(a)gmail.com
Distribution: ---
Created attachment 77529
--> https://bugs.winehq.org/attachment.cgi?id=77529
backtrace of error
Unable to get this Sinilink PC software to work on Wine:
www.sinilink.com/download/tools/Sinilink-Setup.exe
With Wine 8.5, it crashes while opening and gives the attached backtrace...When
trying Wine 9.22, I do not get the crash, but the software still does not load
anything but a plain white screen.
--
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=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=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.