https://bugs.winehq.org/show_bug.cgi?id=57007
Bug ID: 57007
Summary: Sequence Editor from Legendary Explorer of ME3Tweaks
Mod Manager triggers GDI assert
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: raulvior.bcn(a)gmail.com
Distribution: ---
Created attachment 76845
--> https://bugs.winehq.org/attachment.cgi?id=76845
Log generated with WINEDEBUG=warn
Sequence Editor 6.4.18 from Legendary Explorer of ME3Tweaks Mod Manager 9.0
(Tools->Legendary Explorer) triggers assert from Wine code base
"err:msvcrt:_wassert (L"graphics->hdc_refs ==
0",L"dlls/gdiplus/graphics.c",2621)". Executing with WINEDEBUG=warn+heap shows
the following warning "warn: Using GDI for swapchain presentation. This will
impact performance." which belongs to
https://github.com/doitsujin/dxvk/blob/master/src/d3d9/d3d9_swapchain.cpp#L…
The assert is triggered when trying to add a BioSeqVar_StoryManagerX variable
where X is one of {Bool,Float,Int,StateId}. I have not tried all other object
types. But from the Variables tab it only crashes when double clicking in any
of those four.
The PCC file opened with the Sequence Editor can be downloaded here:
https://drive.proton.me/urls/GSMNK9XPF8#MHMpgEs2uYHe
You have to configure Wine to emulate a virtual desktop. Otherwise tooltips and
menus appear as black rectangles.
### Software information
Legendary Explorer 6.4.18 from ME3Tweaks Mod Manager 9.0.
### System information
- GPU: AMD Radeon VII (RADV VEGA20)
- Driver: radv 24.1.3
- Wine version: wine-9.13
### Apitrace file(s)
https://drive.proton.me/urls/DGQS3343J4#0BDgJCGU0pfz
--
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=48641
Bug ID: 48641
Summary: skse64 is broken with the ntdll-ForceBottomUpAlloc
patchset
Product: Wine-staging
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
While SKSE64 now works properly under wine, it hangs (then fails to launch)
when the ntdll-ForceBottomUpAlloc patchset is enabled. Building wine-staging
without that specific patchset works fine.
This is similar to how it was in earlier wine versions, before a better version
of the F4SE patches (https://github.com/hdmap/wine-hackery/tree/master/f4se)
were mainlined.
--
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=56493
Bug ID: 56493
Summary: PresentationFontCache.exe crashes during .Net 3.51 SP1
installation
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: hans(a)meelstraat.net
Regression SHA1: 2c450fd6215c0da4685143f97ece8b6db0f54a0b
Distribution: ---
Starting from commit 2c450fd6215c0da4685143f97ece8b6db0f54a0b
installing .Net 3.51 SP1 with 'winetricks -q dotnet351sp1' leads to a crash
in drive_c/windows/Microsoft.NET/Framework/v3.0/WPF/PresentationFontCache.exe
0448:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error
Reporting"): stub
0448:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0000,0x000003e8,00000000,0x0008,0x00000100,3009B09C,014CDB08):
stub
0448:err:eventlog:ReportEventW L"presentationfontcache.exe"
0448:err:eventlog:ReportEventW L"0.0.0.0"
0448:err:eventlog:ReportEventW L"488f1424"
0448:err:eventlog:ReportEventW L"kernelbase.dll"
0448:err:eventlog:ReportEventW L"0.0.0.0"
0448:err:eventlog:ReportEventW L"660521cd"
0448:err:eventlog:ReportEventW L"0"
0448:err:eventlog:ReportEventW L"00012162"
0448:fixme:advapi:DeregisterEventSource (CAFE4242) stub
wine: Unhandled exception 0xe0434f4d in thread 43c at address 7BC72162 (thread
043c), starting debugger...
Note that window with the debugger prompt may not actually appear.
PresentationFontCache.exe is a demand starting service, and once installation
has finished executing 'wine sc start FontCache3.0.0.0' doesn't lead to a
crash.
The crash happens after the check
GetFileAttributesW("C:\\windows\\assembly\\GAC_32\\PresentationCore\\3.0.0.0__31bf3856ad364e35\\PresentationCore.dll")
which returns 0xffffffff and GetLastError()=3. Before the offending commit
PresentationCore.dll exists and the service doesn't 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.
https://bugs.winehq.org/show_bug.cgi?id=56361
Bug ID: 56361
Summary: Geovision Parashara's Light (PL9.exe) still crashes in
wine
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yafoce6821(a)giratex.com
Distribution: ---
Separating the bugs, on request from @Vijay Kamuju
continuing from the discussion in Bug56299:
https://bugs.winehq.org/show_bug.cgi?id=56299
Impacted Application: PL9.exe (Parashara's Light 9.0 from Geovision Software)
Bug56299 fixed the imm32.dll required stub.
However, the application still crashes spinning up the wine debugger after the
initial splash screen.
I tried a wmic hack proposed by @Louis Lenders, but unfortunately no matter
what amount I made wmic sleep, the splash screen would stay active by the same
amount, and then it crashes as usual with the wine debugger spinning up.
Bug56299 has some relevant log files.
--
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=56609
Bug ID: 56609
Summary: vcrun2008 fails to install
Product: Wine
Version: 9.7
Hardware: x86-64
URL: https://download.microsoft.com/download/5/D/8/5D8C65CB
-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Until recently the vcrun2008 (32-bit) installation completed successfully. With
Wine 9.7 (and current git) the installation completes without error in both
interactive and quiet mode.
However, none of the files exist in the WINEPREFIX and hence no program can
find the needed libraries.
Works fine in Wine 8.0.1. Running a bisect and will update.
$ wine ~/.cache/winetricks/vcrun2008/vcredist_x86.exe /q
0024:fixme:clusapi:GetNodeClusterState ((null),0031ECE4) stub!
0024:fixme:advapi:DecryptFileA ("c:\\36522854707e626322401e3c6d2bb6\\",
00000000): stub
0118:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0118:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect
problems
0118:fixme:security:GetWindowsAccountDomainSid (0031F274 003B1E2C 0031F270):
semi-stub
0118:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
011c:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
--
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=56554
Bug ID: 56554
Summary: ON1 photo raw installs but wont run the application
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harrisonstew.dev(a)outlook.com
Distribution: ---
Created attachment 76316
--> https://bugs.winehq.org/attachment.cgi?id=76316
ON1 backtrace file
ON1 photo raw editor installs just fine but will not run the application no
matter what I do. I'm no expert, but any help is appreciated.
--
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=56369
Bug ID: 56369
Summary: Unimplemented function netapi32.dll.NetRemoteTOD
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: netapi32
Assignee: wine-bugs(a)winehq.org
Reporter: sakul8826(a)gmail.com
Distribution: ---
I tried to run advanced ip scanner and it crashed with following error:
```
Unhandled exception: unimplemented function netapi32.dll.NetRemoteTOD called in
wow64 32-bit code (0x7bc52597).
Register dump
```
Here the link to the documentation of this function:
https://learn.microsoft.com/en-us/windows/win32/api/lmremutl/nf-lmremutl-ne…
--
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=56133
Bug ID: 56133
Summary: explorer.exe: Font leak when painting
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: m101010a(a)gmail.com
Distribution: ---
When using a virtual desktop, the function "draw_launchers" is called every
time the desktop paints. This function creates a font using
"CreateFontIndirectW", but does not delete it, which eventually causes wine to
run out of GDI object handles, causing the desktop to not repaint. This is easy
to reproduce by running a program like https://torcado.itch.io/windowkill that
causes the desktop to constantly repaint.
--
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=54759
Bug ID: 54759
Summary: Notepad++: slider of vertical scrollbar is too small
for long files
Product: Wine
Version: 8.4
Hardware: x86-64
URL: https://notepad-plus-plus.org/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 74253
--> https://bugs.winehq.org/attachment.cgi?id=74253
long.log
Steps to reproduce:
1) wine notepad++.exe
2) load long.log from the attachment
Behavior:
The slider is slim and difficult to point to (see the attachment).
Expected behavior:
The slider should be sized as on Windows (see the attachment).
--
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=55765
Bug ID: 55765
Summary: The 32-bit d2d1:d2d1 frequently crashes on the GitLab
CI
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 32-bit d2d1:d2d1 crashes on the GitLab CI:
d2d1.c:7400: Test marked todo: Figure does not match.
Unhandled exception: page fault on write access to 0x00000000 in wow64 32-bit
code (0x79d70bdf).
[...]
Backtrace:
=>0 0x79d70bdf d2d_device_context_Clear+0x7f(iface=<is not available>,
colour=<is not available>)
[/builds/wine/wine/build32/../dlls/d2d1/device.c:1864] in d2d1 (0x0068fc48)
1 0x004261e4 in d2d1_test (+0x261e4) (0x0068fd08)
2 0x0043bacb in d2d1_test (+0x3bacb) (0x0068fd78)
3 0x0043c5b3 in d2d1_test (+0x3c5b3) (0x0068fe18)
4 0x0043d680 in d2d1_test (+0x3d680) (0x0068fee8)
5 0x0043d384 in d2d1_test (+0x3d384) (0x0068ff30)
6 0x7bbf8a70 in kernel32 (+0x28a70) (0x0068ff48)
7 0x7bd89827 in ntdll (+0x59827) (0x0068ff5c)
8 0x7bd8a048 in ntdll (+0x5a048) (0x0068ffec)
0x79d70bdf d2d_device_context_Clear+0x7f
[/builds/wine/wine/build32/../dlls/d2d1/device.c:1864] in d2d1: fst (%eax)
See https://test.winehq.org/data/patterns.html#d2d1:d2d1
It's not clear where in the test the crash happens (particularly with the
parallel execution) but it always follows the trace on line 7400 so it is
likely to be in test_draw_geometry().
Based on the backtrace and current source, the crash happens on this
d2d_device_context_Clear() line, probably because ID3D11DeviceContext_Map()
silently failed:
vs_cb_data->transform_geometry._11 = 1.0f;
The first crash happened on 2023-10-03:
* 2023-10-03 gitlab-debian-32
* 2023-10-04 gitlab-debian-32
* 2023-10-04 MR!4010
* 2023-10-05 MR!3993
* 2023-10-05 MR!4018
* 2023-10-06 gitlab-debian-32
* 2023-10-06 MR!4037
* 2023-10-09 MR!4048
--
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.