https://bugs.winehq.org/show_bug.cgi?id=57518
Bug ID: 57518
Summary: Missing native DLLs after vc_redist installation?
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Hello,
the case: For GOG-Galaxy its required to use winetricks to install vcrun or
setting msvcp140 to native because the GOG-Galaxy installer installs vcrun2022
anyway.
However not all DLLs are getting loaded or installed?
Steps to reproduce:
1. Download GOG-Galaxy for example from here:
https://files02.tchspt.com/down/setup_galaxy_2.0.80.33.exe
2. Just run and install it from an clean prefix
3. Go into winecfg and set msvcp140 to native.
4. Start the client using drive_c/Program Files (x86)/GOG
Galaxy/GalaxyClient.exe
5. You should see 0024:err:module:import_dll Library MSVCP140_1.dll (which is
needed by L"C:\\Program Files (x86)\\GOG Galaxy\\Qt5Core.dll") not found.
Its expected that msvcp140 gets just found/loaded and natively.
It works all expected when downgrading to wine 9.22.
I do have logs attached accordingly.
Thank you in advance!
--
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=57519
Bug ID: 57519
Summary: FL Studio 24.2: Slow down and eventual freeze when
dragging or with popup menus
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcelohdez.inq(a)gmail.com
Distribution: ---
Created attachment 77557
--> https://bugs.winehq.org/attachment.cgi?id=77557
console output of running FL64.exe with wine
When using FL Studio 24.2 (new prefix, with .NET installed by Mono Installer,
just installed FL's free trial with default options) when i attempt to drag
plugin into the channel rack there is a slow down and eventual "This app is not
responding" popup. Otherwise, clicking the + on the channel rack in order to
add a plugin without dragging, the popup experiences the issue.
GNOME 47.1 on Fedora 41, Framework 13 using 150% scaling (NOT using
xwayland-native-scaling, so blurry) using Wine's staging binary:
`winehq-staging`
Additional info: Occurs in Fedora's wine as well (9.15)
--
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=57517
Bug ID: 57517
Summary: double wildcard (.* .???) problem on windows command
line
Product: Wine
Version: 9.21
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ratoci(a)gmail.com
Dear all,
I'm team-working with developers to port Soundshaper, an historical and still
maintained music-audio tool to Mac OS with wine.
http://www.ensemble-software.net/index.html
It seems that wine has some bug in the use of wildcards (.* *.) while using
command line.
Every time a double wildcard is employed, it triggers an "invalid name" error.
Here the string we use:
copy C:\CDPR8\Temp\~X_1.* C:\CDPR8\Temp\~A_1.*
to be clearer:
Copy *.bat /dir works, copy *.bat *.bub does not, apparently the use double
wildcards trigger an "Invalid filename." error.
This is a wine related problem that can be tested in utilities like Wineskin or
Kegworks which can provide a direct access to windows CMD while testing the app
wrapping.
Of course it happens also launching official wine executable by MacOs terminal.
Here a real-life example, using windows CMD with wine:
C:\windows\system32>copy Z:\Users\ratox\Desktop\CDPR8\~X_2.*
Z:\Users\ratox\Desktop\CDPR8\~A_1.*
Invalid name.
Invalid name.
Invalid name.
C:\windows\system32>erase Z:\Users\ratox\Desktop\CDPR8\~X_-1.*
C:\windows\system32>for /l %K in (1, 1, 8) do (
copy Z:\Users\ratox\Desktop\CDPR8\~X_2_c%K.*
Z:\Users\ratox\Desktop\CDPR8\~A_1_c%K.*
--
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=47686
Bug ID: 47686
Summary: No Man's Sky - crash when moving fast through
asteroids / space
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: winebugz(a)kbrm.net
Distribution: ---
Created attachment 65143
--> https://bugs.winehq.org/attachment.cgi?id=65143
First crash backtrace
WINE : wine-4.14 (Staging)
OPSYS: Debian 9.9
GPU : Nvidia GTX 670
VDRV : nvidia-driver 430.40-1 (experimental repo)
DLL-OVERRIDE: vulkan-1 (built-in) /* game won't even start to menu without this
*/
Replicate:
Get in ship
Get above atmosphere
Target "Signal Source / Coordiates"
Engage Pulse Engines
1-3 minutes into flight - NMS crashes with:
Unhandled exception: page fault on write access to [HEX ADDRESS] in 64-bit
code ([HEX ADDRESS]).
Attaching three (3) backtraces and console output.
--
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=57507
Bug ID: 57507
Summary: XCOM 2 needs native vcomp120
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vcomp
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
Created attachment 77536
--> https://bugs.winehq.org/attachment.cgi?id=77536
WINEDEBUG=+vcomp, starting the game, loading a save that exhibits the problem,
exiting the game
The XCOM 2 base game from gog (I can't find a version number ingame) basically
runs fine, but units can't be moved unless native vcomp120 is used.
I think - but this is just conjecture - that the game uses vcomp to run the
path finding algorithm and with builtin vcomp it fails to find any valid
position.
There are several messages from the engine in the log. These are completely
identical to a run with native vcomp120 (including the 'GetEndPoint called on
an invalid path during shutdown of the engine), except the order of the
SlumsSkyline_x messages seems somewhat random.
There doesn't seem to be a demo available, unfortunately.
Note that there seems to be an unrelated issue with wined3d (sometimes/randomly
most of the scene is rendered black, but the game is still working and usable).
--
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=57516
Bug ID: 57516
Summary: Heroes of Might and Magic 4 campaign editor: can't
cycle through hero's portrait with left mouse button
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: d42888f07c6e3e491c99bb5c8b62b568264e990c
Distribution: ArchLinux
Created attachment 77550
--> https://bugs.winehq.org/attachment.cgi?id=77550
short video depicting the problem
In the campaign editor for HoMM4 I can't use the left mouse button to select
from the available portraits because only 2 of images can be selected: the
first one and the last one.That is when clicking on the up and down arrows with
the mouse button, next to the hero's portrait.
However if I use the mouse wheel to cycle through the available images then any
of the available portraits can be selected.
The last Wine version where the mouse button still worked: Wine-7.5.
This is the commit where the problem first occured:
commit d42888f07c6e3e491c99bb5c8b62b568264e990c
user32: Use NtUserMessageCall for SendMessageA implementation.
Plain terminal output doesn't show anything related.
Demo version is not available. I tested with the GOG.com version of the game.
Still present in Wine-10.0-rc1.
--
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=57431
Bug ID: 57431
Summary: Links 2003 Crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dwg(a)australiamail.com
Distribution: ---
Environment
Linux Mint 21.3 Wine Version: 9.21 Links version: 2003 1.07
Links requires WMP9 to be installed.
I am seeing a crash on approximately 40% of the courses in my test subset,
usually accompanied by some incorrect rendering of what are water textures,
i.e. water with reflections.
The address is consistent I am repeatedly seeing the Address 69defc in the
dumps
The crashes are repeatable but not always in exactly the same place during the
game. Crashes are seen on two different machines across 3 different GPUs
Initial crash screen shows:
Appname: linksmmiii.exe AppVer: 22.10.2.41 Modename: linksmmiii.exe
ModVer: 22.10.2.41 Offset: 0029defc
Exception Information:
Code: 0xc0000005 Flags:0x00000000
Record 0x0000000000000000 Address: 0x000000000069defc
Followed by System info and modules listing.
I can stop the crashes by using some Wrapper programs, specifically dgVooDoo
seems to be the best, but that does seem to lead to other issues like video
performance.
--
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=57513
Bug ID: 57513
Summary: Keyboard input is unavailable in Russian keyboard
layout in putty
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unxed(a)mail.ru
Distribution: ---
Tried version
https://the.earth.li/~sgtatham/putty/0.82/w64/putty.exe
~$ wine --version
wine-9.0 (Ubuntu 9.0~repack-4build3)
Mint 22 x64 Cinnamon, x11
Input in English keyboard layout works ok.
--
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=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=48006
Bug ID: 48006
Summary: Final Fantasy XIV Launcher stuck on splash screen
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: winehq.eloelo(a)spamgourmet.com
Distribution: ---
Created attachment 65534
--> https://bugs.winehq.org/attachment.cgi?id=65534
wine output
The FFXIV launcher has been updated and is now frozen on the splash screen.
(Just a big "Final Fantasy XIV Online" logo).
For now there is a workaround: Set Browser to 1 in FFXIV_BOOT.CFG.
This browser type isn't supposed to last forever, so this is just a temporary
workaround.
--
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.