http://bugs.winehq.org/show_bug.cgi?id=58381
Bug ID: 58381
Summary: "musl: Use __builtin_rint if available" breaks clang
builds (except aarch64)
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: piotr(a)codeweavers.com
Regression SHA1: ee6e83dca874491329c5b376c2f9563093e3c69f
Distribution: ---
Since "musl: Use __builtin_rint if available",
ee6e83dca874491329c5b376c2f9563093e3c69f, any calls to rint end up in infinite
loops, when built with Clang (except on aarch64).
If Clang doesn't have any good implementation of "__builtin_rint", it generates
a function call to "rint", even if built with -fno-builtin. See
https://gcc.godbolt.org/z/aYb3c1Ks1 for examples of the generated code. Only on
aarch64, Clang generates an inline implementation.
--
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=58372
Bug ID: 58372
Summary: EZNEC pro2+ 7.0 runs, but calculations have errornous
exponential values
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johann.woeckinger(a)linznet.at
Distribution: ---
Created attachment 78782
--> http://bugs.winehq.org/attachment.cgi?id=78782
In the value list, one can see, that the calculated value of the wavelength is
wrong by a factor of 10^12 (should be 29.5653)
Application can be downloaded from:
https://eznec.com/v7download/pro2+download.php
The application runs without error messages, but the results of the calculation
have wrong exponent values - see example in the attachment. The mantissa values
are correct.
The program runs well and calculates correct in native windows or in a vm
guest.
--
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=57020
Bug ID: 57020
Summary: Anritsu Software Toolbox doesn't install properly
Product: Wine
Version: 9.14
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: ---
Download:
https://dl.cdn-anritsu.com/en-us/test-measurement/files/Software/Drivers-So…
To test
- Run the installer in clean WINEPREFIX
- Uncheck "Check for Updates"
- Select all components (default)
- When it asks something about the "NI VISA" runtime, select "Yes"
In the install folder (default .wine/drive_c/Program Files (x86)/Anritsu) there
hsould be folders like "Line Sweep Tools" and other. On Wine, those are
missing.
The problem can be worked around by using "winetricks -q dotnet35" before
attempting the install.
Not sure why it can't use wine-mono.
Another way to possibly test: You can unpack the installer exe with 7-zip, then
the $TEMP folder contains the installers, e.g. LST_V1.71_Installer.exe
If you run those, they will complain about missing .NET 3.5 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.
http://bugs.winehq.org/show_bug.cgi?id=58344
Bug ID: 58344
Summary: Magic The Gathering Arena: Black screen in wine-10.9
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: aguertin+wine(a)aguertin.net
Distribution: ---
Magic the Gathering Arena is showing a (mostly) black screen with no graphics,
starting in wine 10.9. The cursor is still shown, and hovering over where UI
elements should be plays the expected audio.
The regressing commit is:
d0fd9e87cf6152fbf14889a044e5a56415b1172c is the first bad commit
commit d0fd9e87cf6152fbf14889a044e5a56415b1172c (HEAD)
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Mon May 19 16:54:51 2025 +0800
d3d11: Add ID3D11Device3 stub.
Before the main UI loads, there are two loading screens. One of them is also
displaying as completely black instead of the expected image and text, but the
other one does display correctly (it shows the words "Waiting for the server"
and a spinner).
System info:
Wine 10.8/10.9/git
mesa git
kernel 6.15.1
GPU AMD RX 9070
--
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=57656
Bug ID: 57656
Summary: CryptMsgGetParam() with
CMSG_SIGNER_AUTH_ATTR_PARAM/CMSG_SIGNER_UNAUTH_ATTR_PA
RAM returns success with 0 buffer size
Product: Wine
Version: 10.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
This is currently triggered by wintrust tests from test_wintrust_digest(). The
issue is that GetParam returns TRUE when there is no attributes to return. That
leads to malloc(0) and then attempt to read attributes from that.
I don't know how to write a proper test for this at crypt32 side, so filing a
bug instead.
--
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=58356
Bug ID: 58356
Summary: Doom I & II Enhanced (2019 re-release based on Unity
engine) crashes after the intro videos
Product: Wine
Version: 10.9
Hardware: x86-64
URL: https://store.steampowered.com/app/2280/DOOM__DOOM_II/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 9d05345d4419aa29e6d4b15456bfeab510d39823
Distribution: ArchLinux
Created attachment 78744
--> http://bugs.winehq.org/attachment.cgi?id=78744
terminal output
Doom I and Doom II Enhanced (2019) crash after playing the intro videos, before
the main menu could be displayed.
The crash occurs due to
commit 9d05345d4419aa29e6d4b15456bfeab510d39823
msvcrt: Define C++ type info using RVAs for PE builds.
I'm on Arch and using gcc-15 and mingw-15.1.0 to compile Wine.
The crash happens both in the new and old WOW64 modes, regardless if I compile
Wine with "-O2" or "-O0".
On Steam the game is available in the Doom + Doom II bundle, *but you have to
select "previous-re-rerelease" beta branch to obtain this specific version that
crashes.*
Still present in wine-10.9-214-g19441ac8046.
--
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=58402
Bug ID: 58402
Summary: Sid Meier's Civilization III: severe discoloration
Product: Wine
Version: 10.10
Hardware: x86-64
URL: https://store.steampowered.com/app/3910/Sid_Meiers_Civ
ilization_III_Complete/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Distribution: ---
Created attachment 78809
--> http://bugs.winehq.org/attachment.cgi?id=78809
screenshot
Now that bug #58384 is fixed the game starts and the main menu looks OK.
The problem: the content on the screen has a heavy orange hue when I start a
new game or enter the Hall of Fame screen from the main menu.
There is nothing interesting in the terminal output.
This wasn't an issue before 9a8047d729196120cc03e7b888951e0a211a6c8e.
The problem is due to either that commit or
d4a1b3b57c2182beb72385d77d917dd637c7b018 which fixed a regression.
No problem with
git checkout 9a8047d729196120cc03e7b888951e0a211a6c8e^
Discolored screen with
git checkout 9a8047d7 && git show d4a1b3b5 | patch -p1
Tested in wine-10.10-158-ge9dcdf38041
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 575.64
--
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=42033
Bug ID: 42033
Summary: Fallout 3: Radio music not playing
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 56507
--> https://bugs.winehq.org/attachment.cgi?id=56507
log
When listening to the radio in Fallout 3, the DJ's voice works, but the songs
don't. Sometimes you'll hear the song start for a second, but then it stops and
the DJ's voice starts up again. This happens both on GNR and the enclave
station.
--
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=50278
Bug ID: 50278
Summary: Diggles: The Myth of Fenris (GOG version) crashes on
launch
Product: Wine-staging
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lcaffe(a)inbox.lv
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68826
--> https://bugs.winehq.org/attachment.cgi?id=68826
When runnning main executable 'Diggles.exe'
Game Diggles: The Myth of Fenris
https://www.gog.com/game/diggles_the_myth_of_fenris
Crashes on startup (log attached), the screen becomes black for a second or
two.
--
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=58345
Bug ID: 58345
Summary: Far File Manage 3 x86-64 product features during
installation cannot be configured/are missing
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 78722
--> http://bugs.winehq.org/attachment.cgi?id=78722
Missing product features
Steps to reproduce:
1. https://www.farmanager.com/files/Far30b6446.x86.20250301.msi
2. wine start Far30b6446.x86.20250301.msi
3. See this:
Console log:
wine start Far30b6446.x64.20250301.msi
002c:err:wineboot:process_run_key Error running cmd
L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
00e4:fixme:exec:SHELL_execute flags ignored: 0x00000100
00ec:fixme:file:NtLockFile I/O completion on lock not implemented yet
00ec:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00ec:fixme:msi:event_spawn_wait_dialog doing nothing
I've built wine this way:
./configure --prefix=/opt/wine64 --disable-tests --enable-archs=i386,x86_64
My Wine's DPI is set to 144.
--
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=57802
Bug ID: 57802
Summary: 10 is not saving WordPro's "view Settings"
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Dear Support,
SmartSuite-N99.8.0208.0800
Fedora 41
wine-stable-10.0.0-1.1.x86_64
winehq-stable-10.0.0-1.1.x86_64
Wine stable 10 is not saving Word Pro's "View setting". You have to set up
your view settings in a Windows virtual machine and export the view setting
from regedit. Then import them into Wine's regedit: for example:
REGEDIT4
[HKEY_CURRENT_USER\SOFTWARE\Lotus\WordPro\99.0\lwpuser.ini\WordProUser]
"ViewMode"="256"
"ViewPreference2"="514"
"ViewPreference"="527945365"
The above is margin width and show tabs. These entries were all missing in
Wine until I regedit imported them.
Please fix.
Many thanks,
-T
--
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=56128
Bug ID: 56128
Summary: Genshin Impact: after changing to another window and
back, input does not work anymore
Product: Wine
Version: 8.0.2
Hardware: x86-64
URL: https://genshin.hoyoverse.com/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 9427421240(a)posteo.net
Distribution: ---
Created attachment 75800
--> https://bugs.winehq.org/attachment.cgi?id=75800
Log
After changing to another window and then back to the game (with Alt + TAB, for
example), no input will be accepted anymore.
Neither keyboard, mouse, nor gamepad will work until the game is restarted.
After switching to another window, this will be added to the log multiple
times, until returning to the game:
"0238:fixme:win:NtUserGetKeyboardLayout couldn't return keyboard layout for
thread 0074"
There are multiple menu-options in the game that start a webbrowser, after
which this issue will happen, so it is probably quite likely to happen during
normal play once in a while.
If i press the screenshot-key on my keyboard to access the screenshot-UI of
GNOME, use it with the mouse-pointer, and then go back to the game, input will
still work; this is the only exception i noticed.
It is more like an overlay than a window, so i guess the focus still remains on
the game while using it.
Desktop-environment: GNOME (Wayland)
Operating-system: Debian GNU/Linux Testing (Trixie)
Wine-versions tested: 8.0.2, devel 8.18, 9.0-rc-3
Game-version: 4.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.
http://bugs.winehq.org/show_bug.cgi?id=58363
Bug ID: 58363
Summary: Thief and Thief II crash in an unpredictable way when
loading certain missions
Product: Wine
Version: 10.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: juliusr(a)proton.me
Distribution: ---
Created attachment 78761
--> http://bugs.winehq.org/attachment.cgi?id=78761
Backtrace for latest crash
Ever since Wine 10.0 I've been experiencing various crashes when playing Thief
Gold and Thief II, with the crashes themselves happening either upon a cutscene
being played, or right after having finished it. The crashes seem to also be
unpredictable; some cutscenes will play just fine with the mission loading
afterwards, some will crash.
As an example, I often experience a crash when loading the first mission in
Thief Gold. Sometimes the cutscene plays but the game crashes after finishing
it (or skipping it with ESC), sometimes the game crashes even before playing
the cutscene. Some other times everything works out fine with the first
mission, but I experience a crash when loading the second.
Sometimes it helps to move the cutscene folder elsewhere. Movies no longer play
but missions seem to load. Unfortunately, crashes end up happening anyway when
loading other missions.
Even more interestingly, sometimes I am able to play a mission that was
crashing before by moving away the cutscene folder, load the mission, then move
back the cutscene folder. The crash no longer happens afterwards. Still, this
is no sure solution either - it works sometimes but it doesn't some other
times.
Crashes sometimes seem to be related to the game scripts. contained in script
modules with the extension OSM. As an example, here are the last lines in the
thief.log file after having experienced a crash:
: Loaded script module "miss03.osm" [FileModDate=2018-Jul-03]
: Loaded script module "script-t1.osm" [FileVer=2.1.0.0 ; ProductVer=2.1.0.0 ;
FileModDate=2018-Jul-03]
I'm also including the backtrace for a crash that occurred upon loading the
second mission in Thief Gold, the crash having happened after having skipped
the introductory cutscene.
What I've described happens on a clean 32-bit Wine 10.10 prefix. Both games
have been installed using the latest GOG installers. Though System Shock 2 runs
on the same engine, I haven't experienced any crash there (thus far).
--
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=58384
Bug ID: 58384
Summary: Sid Meier's Civilization III becomes unresponsive
Product: Wine
Version: 10.10
Hardware: x86-64
URL: https://store.steampowered.com/app/3910/Sid_Meiers_Civ
ilization_III_Complete/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 9a8047d729196120cc03e7b888951e0a211a6c8e
Distribution: ---
The game stops when the intro video is about to play.
If I disable the intro video the game loads the main menu, menus are working
but the game becomes unresponsive in a similar way when any of the available
game modes are selected (New game, Quick game, Conquests! etc.)
Nothing suspicious in the terminal output.
This started happening after
commit 9a8047d729196120cc03e7b888951e0a211a6c8e
win32u: Use a pbuffer to implement GL on memory DCs.
No such problem with the previous commit.
To disable the intro video so you can get to the menus, insert PlayIntro=0 in
the conquests.ini configuration file.
wine-10.10-34-gaf5f7ce3ac9
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 575.57.08
--
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=50577
Bug ID: 50577
Summary: Saya no Uta: hangs on RtlpWaitForCriticalSection
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: pernegger(a)gmail.com
Distribution: ---
Created attachment 69251
--> https://bugs.winehq.org/attachment.cgi?id=69251
terminal output at default settings
Note: This is about the Japanese "Windows 10 compatible" release, not an
English localised one. There is no demo version, I'm afraid.
The game runs fine--until it hangs at:
012c:err:ntdll:RtlpWaitForCriticalSection section 103971A4 "?" wait timed out
in thread 012c, blocked by 0024, retrying (60 sec)
The hang may happen, after as little as 1 min, sometimes it's 10 min, and I
might have made it 20 min once. When it happens, it does not recover, the
message just repeats every once in a while.
I'm using the Ubuntu packages from the official winehq repo. Originally I tried
with wine-staging 6.0, then I went backwards version by version through
(wine-staging) 5.18, and finally now I'm on (wine-devel) 6.0 for this bug
report. No discernable difference either way. The run in the attached log
happened in a clean prefix (though I admit I may have forgotten to wipe the
prefix between some downgrades).
--
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=56517
Bug ID: 56517
Summary: osu!: Does not launch since 9.3
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kyuunex(a)protonmail.ch
Distribution: ---
Created attachment 76272
--> https://bugs.winehq.org/attachment.cgi?id=76272
log
osu! does not launch since wine version 9.3.
easy script to reproduce
==========================
#!/bin/sh
export OSU_INSTALL_LOCATION="$HOME/.local/share/osu-stable"
export WINEPREFIX="$HOME/.local/share/wineprefixes/osu-stable"
export WINEARCH=win32
if [ ! -d "$OSU_INSTALL_LOCATION" ]
then
mkdir -p "$OSU_INSTALL_LOCATION"
wget -O "$OSU_INSTALL_LOCATION/osu!.exe"
"https://m1.ppy.sh/r/osu!install.exe"
fi
if [ ! -d "$WINEPREFIX" ]
then
mkdir -p "$WINEPREFIX"
winetricks -q --force dotnet40
fi
cd "$OSU_INSTALL_LOCATION"
wine "osu!.exe" "$@"
=====================================
There is a workaround by installing `gdiplus` via winetricks, however, it was
not nessasary to install this prior to 9.3.
The bug is reproducable on the latest git commit as well as of the time of this
report.
--
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=56086
Bug ID: 56086
Summary: [9.0_rc regression] C&C Generals Zero Hour has graphic
errors in menu
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: herrtimson(a)yahoo.de
Distribution: ---
Created attachment 75751
--> https://bugs.winehq.org/attachment.cgi?id=75751
exit box dialogue broken
This was just fine with wine-8.0.2, when upgrading the prefix to 9.0_rc3 the
Exit Box Dialogue is broken. I have a screenshot attached.
--
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=42796
Bug ID: 42796
Summary: X11DRV_ActivateKeyboardLayout spam during GTA5 run
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I just tested wine-staging 2.5 against GTA5.
And I get my console spammed annoying amount of
These 3 lines group of 3.
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 40000000: semi-stub!
fixme:keyboard:X11DRV_ActivateKeyboardLayout flags 40000000 not supported
fixme:dxgi:dxgi_swapchain_Present Unimplemented flags 0x1
The keyboard spam comes from here
https://source.winehq.org/git/wine.git/blob/61a1a266faa9fa7c959136b0ab0b5d7…
Maybe priting the message few times and putting rest of the spam into TRACE?
Since bug 42017 got fixed the output is much cleaner now.
This is just enchanment request to get better looking logs by default.
--
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=58419
Bug ID: 58419
Summary: Kubios Scientific needs PathMakeUniqueName to write to
the output buffer.
Product: Wine
Version: 10.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
When getting over bug #58418, the installer calls PathMakeUniqueName
and uses the output buffer to put there some temporary files.
Unfortunately this buffer stays uninitilized, so it creates "random"
directories in current path.
fixme:shell:PathMakeUniqueNameW 00007FFFFE1FF760 260 (null) L"tmp_install_dir"
L"C:\\users\\benutzer\\AppData\\Local\\Temp\\" stub
--
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=58418
Bug ID: 58418
Summary: InternetQueryOptionW(proxy_username) crashes with NULL
buffer but valid size pointer.
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
InternetQueryOptionW(INTERNET_OPTION_PROXY_USERNAME) crashes
with NULL buffer but valid size pointer.
Is reproducible with latest git.
From the forum:
https://forum.winehq.org/viewtopic.php?t=41123
md5sum:
48d300a85a00a948f5833bdf266226b3 KubiosHRVScientific_4.2.0_setup.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.
https://bugs.winehq.org/show_bug.cgi?id=47985
Bug ID: 47985
Summary: SysListView32 header are not rendered
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bitter.taste(a)gmx.com
Distribution: ---
This problem can be noticed if one tries to use LTSpice [1], places a Capacitor
in the schematic, right clicks on it and then on "Select Capacitor".
The window that opens has a blank space where the header is supposed to be,
resizing the windows makes the header appear and clicking on the headers
themselves makes them appear for a brief instant.
[1]
https://www.analog.com/en/design-center/design-tools-and-calculators/ltspic…
--
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=38889
Bug ID: 38889
Summary: Microsoft Orca unable to create transform file
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: crosstieger(a)gmail.com
Distribution: ---
Created attachment 51827
--> https://bugs.winehq.org/attachment.cgi?id=51827
terminal output of the error
Microsoft Orca is unable to modify cells within an .msi file. Modifying a cell
returns the following error message:
Could not change this cell to '<Value>'. The data was rejected by the database.
It may be out of the valid range or formatted incorrectly.
In the terminal you can see the error message:
fixme:msidb:TABLE_modify 0x7a5098 4 0x7a5e40 - mode not implemented
The value 0x7a5098 and 0x7a5e40 changes depending on the cell you edit.
If you click on 'Transform - Generate Transform' and want to save your .MST
file, it returns the error:
Orca was unable to generate the transform. (MSI Error 120)
On the terminal:
fixme:msi:MsiDatabaseGenerateTransformW 3 2
L"Z:\\home\\techniktriberg\\Downloads\Untitled.mst" 0 0
The path depends on where you want to save the file.
Full terminal output as an attachment.
----
Installation process
----
run: winetricks dotnet40
run: winetricks mfc42
run: msiexec -i Orca.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=56920
Bug ID: 56920
Summary: Family Tree Maker 2019 fails to start with unhandled
exception
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jwhite88(a)gmail.com
Distribution: ---
Created attachment 76741
--> https://bugs.winehq.org/attachment.cgi?id=76741
Terminal output when trying to run Family Tree Maker 2019
FTM 2019 successfully installs (it prompts to install Visual C++
Redistributable for Visual Studio 2017 as part of the process) but then fails
to start. It produces an unhandled exception (see attached log) and then hangs
in the terminal.
--
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=51064
Bug ID: 51064
Summary: Crash from Starcraft 2 game in Direct Strike mode
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69922
--> https://bugs.winehq.org/attachment.cgi?id=69922
screen
The bug is manifested for a long time. 100% repeatability. Through Proton no
problem. The problem is only in this 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=56704
Bug ID: 56704
Summary: Installing dotnet35sp1 (winetricks)
Product: Wine
Version: 9.0
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zumers(a)yandex.ru
The installation dotnet 3.5 sp1 using winetricks freezes ("?" wait timed out in
thread ..., blocked by 0000, retrying (60 sec)).
RedOS 5.15.87
Wintricks: 20240105
--
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.