https://bugs.winehq.org/show_bug.cgi?id=43472
Bug ID: 43472
Summary: R-Link 2 Toolbox crashes on startup
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sb(a)monkey-mind.net
Distribution: ---
Created attachment 58852
--> https://bugs.winehq.org/attachment.cgi?id=58852
R-Link 2 Toolbox Backtrace
The Renault R-Link 2 Toolbox application crashes upon launch.
The installer manages to install just fine, but when trying to launch the
actual application, the crash dialog pops up. See attached backtrace.
The shell window from which the application was started says:
wine: Unhandled page fault on execute access to 0x00000000 at address
(nil) (thread 0009), starting debugger...
Tried with emulation set to Windows 10, Windows 7, Windows Server 2003; all
failed with the same error. SELinux is in permissive mode.
--
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=56102
Bug ID: 56102
Summary: Comdlg32/Color - Out of bound value is used
Product: Wine
Version: unspecified
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: ---
- Set HSV to max value by typing 999
- Automatically sets to 239, 240, 240
Scenario 1 :
- Click on the 2D spectrum
- Lum gets to 999 => should stay to 240
Scenario 2 :
- Click on right ribbon
- H & S gets to 999 and ribbon gets crazy
> Faulty code is CC_CheckDigitsInEdit where the raw value is returned even when exceeding max value
if (value > maxval) /* build a new string */
{
sprintf(buffer, "%d", maxval);
result = 2;
}
should be replaced by
if (value > maxval) /* build a new string */
{
value = maxval;
sprintf(buffer, "%d", maxval);
result = 2;
}
--
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=57117
Bug ID: 57117
Summary: BsgLauncher cannot launch due to unhandled exception
in System.Security.Cryptography (.NET48)
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madbyte(a)tuta.io
Distribution: ---
Created attachment 77009
--> https://bugs.winehq.org/attachment.cgi?id=77009
error log, used WINEDEBUG=+seh+debugstr
Upon launch, the BsgLauncher used to play Escape from Tarkov / Escape from
Tarkov: Arena, crashes early on (no window actually appears), stating an error
that might be related to the following err line:
System.Security.Cryptography.Utils._DecryptData(System.Security.Cryptography.SafeKeyHandle,
Byte[], Int32, Int32, Byte[] ByRef, Int32,
System.Security.Cryptography.PaddingMode, Boolean)\n"
See attached log file for more details.
- This issue has been introduced with Wine 9.15.
- Earlier versions using the same dependencies won't fail with that error
(working state)
- Switching between different wine version (win81, win10, win11) had no effect
for me
BsgLauncher: https://prod.escapefromtarkov.com/launcher/download
Prefix dependencies: arial times vcrun2019 dotnet48
--
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=56352
Bug ID: 56352
Summary: comctl32: Handle progress bar state messages
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: rikul(a)inbox.ru
Distribution: ---
PBM_SETSTATE, PBM_GETSTATE messages are not handled for Progress Bar control.
--
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=50365
Bug ID: 50365
Summary: Starcraft Remastered black screen on launch or window
only mode
Product: Wine-staging
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darinsmiller(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
2 display issues appeared a few releases prior to the 6.0 rc's and are still
present:
1st issue: Starcraft Remaster fails to set proper video mode by launching with
black screen. Starcraft cursor is visible and underlying menu items react with
hover sound, but screen remains black even after clicking on invisible menu
items. Alt-tabbing from/to the game refreshes the screen to normal display
mode.
2nd issue: Running dual monitors: primary 4K, secondary 2K scaled to 4K.
Starcraft Rem. launches in window mode on the 4K screen even though settings
specify full-screen mode. Alt-enter fails to scale to full screen. If the
secondary 2K monitor is set to native (non-scaled resolution) before the game
is launched, the game launches to the black fullscreen mode on the primary
display as described above.
Lutris with wine version 5.7.10-x86_64 correctly runs Starcraft Remastered on
the primarly 4K display.
Operating System: Kubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2
Kernel Version: 5.8.0-33-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-4771 CPU @ 3.50GHz
Memory: 15.6 GiB of RAM
Graphics Processor: GeForce GTX 1080/PCIe/SSE2
NVidia Driver: 455.45.01
wine version: wine-6.0-rc3 (Staging)
--
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=57119
Bug ID: 57119
Summary: WPF app (VOCALOID) fails to initialize Markup
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gauvain(a)govanify.com
Distribution: ---
Created attachment 77011
--> https://bugs.winehq.org/attachment.cgi?id=77011
Crash log of VOCALOID 6
When trying to start VOCALOID 6, an exception is thrown on startup:
Exception Info: System.Windows.Markup.XamlParseException: Set property
'System.Windows.Controls.Primitives.ButtonBase.Command' threw an exception.
Trying to disable hardware acceleration through registry does not change the
behaviour of the application, and trying to prevent library loading to prevent
HW acceleration only leads to different kinds of crashes.
This exact bug was already present in VOCALOID 5 (so at least since 2018), and
probably affects other WPF apps as well.
It is required to install dotnet48, dotnet60 and d3dcompiler_47 to get this
far, otherwise the application crashes much earlier on within a
clrcore->kernelbase call stack.
--
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=52687
Bug ID: 52687
Summary: OpenKiosk installer not working
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Running "wine msiexec /i OpenKiosk91.7.0-2022-02-22-x86_64.msi" I only get:
> 00d4:fixme:file:NtLockFile I/O completion on lock not implemented yet
> 00d4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
> 00d4:err:msi:read_properties_from_data propid 10 has unknown type
> 00d4:err:msi:read_properties_from_data propid 10 has unknown type
It seems to install for another user though, see bug 52685.
It also works on windows, so probably not a corrupted file.
MD5Sum
bd5c917f09bdc35f79a2156a00459531 OpenKiosk91.7.0-2022-02-22-x86_64.msi
--
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=48404
Bug ID: 48404
Summary: Can't close free game notifications from Epic Games
Store
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
How to reproduce:
1) Install Epic Games Store (which can be done easily by using a version of
Lutris installer that doesn't install any native components
https://lutris.net/games/epic-games-store-untainted/installer/edit)
2) Launch it with -opengl -SkipBuildPatchPrereq flags
2) Get a notification about current free game giveaway
3) Click on [X] (close) button
Instead of being closed, the notification instead gets recreated, and after
that, it can't be closed without use of tools like xkill.
--
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=11770
Summary: mapi32.dll.so does not support attachments for sending
mail
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Mark_Neyhart(a)legis.state.ak.us
Applications like Microsoft Excel 2002 and Word 2002 have a File...Send To
function which should bring up an email client with the current file attached.
The DLL override mapi32.dll.so does not support attachments. The sendmail.c
source for this dll has a FIXME which outputs "Ignoring attachments".
--
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=57145
Bug ID: 57145
Summary: Quicktime 3.02 (16-bit) setup hangs
Product: Wine
Version: 9.16
Hardware: x86-64
URL: http://www.oldversion.com/download/quicktime302.exe
OS: Linux
Status: NEW
Keywords: download, Installer, regression, win16
Severity: normal
Priority: P2
Component: user16
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: rbernon(a)codeweavers.com
Blocks: 18288
Regression SHA1: 52865b330777481aa7e3581a6a11c7bda75e291e
Distribution: Ubuntu
Created attachment 77054
--> https://bugs.winehq.org/attachment.cgi?id=77054
Wine 9.16 console output
Since 52865b330777481aa7e3581a6a11c7bda75e291e the Quicktime 3.02 16-bit
installer hangs and never continues.
52865b330777481aa7e3581a6a11c7bda75e291e is the first bad commit
commit 52865b330777481aa7e3581a6a11c7bda75e291e
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Fri Aug 23 09:42:42 2024 +0200
user16: Use NtUserDispatchCallback instead of User16ThunkLock.
011c:err:sync:RtlpWaitForCriticalSection section 790239E0
"dlls/krnl386.exe16/syslevel.c: Win16Mutex" wait timed out in thread 011c,
blocked by 0120, retrying (60 sec)
Checking out the commit before this stops the hang, though the error above
prints once, before setup continues.
90dcd2eaa6b6a2afaf298f1e457938350b0becfc seems to be the start of the message
appearing at all.
commit 90dcd2eaa6b6a2afaf298f1e457938350b0becfc
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Wed Jun 26 12:18:17 2024 +0200
win32u: Use the thread message queue shared memory in peek_message.
Neither commit can be reverted cleanly in current git.
139a3fe735e4a3fa6f37f4452d43f73c8ca0ef31 quicktime302.exe
--
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.