https://bugs.winehq.org/show_bug.cgi?id=53573
Bug ID: 53573
Summary: Warcraft III Reforged 1.33.0.19194 has black main menu
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Created attachment 72950
--> https://bugs.winehq.org/attachment.cgi?id=72950
STDOUT/STDERR log when warcraft-iii-reforged-1.33.0.19194 is starting an
switching to black main menu
Last night (2022-08-18) Blizzard released an update for Warcraft III Reforged
from version 1.32.x to 1.33.0.19194.
Since then the main menu of the game is just black!
But I can hear the sound of the main menu.
I attached a STDOUT/STDERR log.
Version 1.32.x of the game was running fine using wine-staging-7.14.
(didn't test any other wine version before)
Wine versions I just tried:
wine-staging-7.14
wine-staging-7.15
wine-devel-7.15
OS: Debian-11
Wine: https://dl.winehq.org/wine-builds/debian/
GPU: Radeon RX 590
Neither standard Wine D3D11 OpenGL based implementation (WineD3D) nor DXVK is
working.
Maybe slightly related:
Warcraft III: staying in menus quickly gobs all system memory
https://github.com/doitsujin/dxvk/issues/1866
--
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=27240
Summary: Paint Shop Photo Pro X3 Trial doesn't install
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Hello,
the AppDB entry for this application is at:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21542
There is also a link to download a trial version. I have attached my output as
a text file. Hope this makes some sense to you.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33050
Bug #: 33050
Summary: FDM (Free Download Manager) crashes with page fault
when any remote FTP directory opened
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)jelmail.net
Classification: Unclassified
Created attachment 43689
--> http://bugs.winehq.org/attachment.cgi?id=43689
Error dump from wine
MacOSX 10.8, X11 installed.
App installs and opens correctly (Both latest 3.9.2 and earlier 3.8 tested)
Once open, connect to an FTP site in Site Explorer tab (tested 2 separate)
Login as necessary
Doubleclicking any folder in listing causes application termination.
Any help very much appreciated, as have simply found no viable replacement for
this awesome download manager/FTP/HTTP client
Thanks
Ed L
--
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=52622
Bug ID: 52622
Summary: Crash of `lib` test from `windows-rs` due missing
implementation of `d3dcompiler_47.dll.D3DCreateLinker`
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
This test pass on Windows 10
Failures
```
running 1 test
test test ... FAILED
failures:
---- test stdout ----
wine: Call from 000000007B0123DE to unimplemented function
d3dcompiler_47.dll.D3DCreateLinker, aborting
wine: Unimplemented function d3dcompiler_47.dll.D3DCreateLinker called at
address 000000007B0123DE (thread 0130), starting debugger...
```
Rust for Windows can be installed via
https://forge.rust-lang.org/infra/other-installation-methods.html
or directly
https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msihttps://raw.githubusercontent.com/microsoft/windows-rs/master/crates/tests/…
Steps to reproduce
git clone https://github.com/microsoft/windows-rs.git
cd windows-rs
git checkout 9965e3c44829d0c86b2d9d2b3c5338376f158bde
cd crates/tests/lib/
wine cargo test
--
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=56244
Bug ID: 56244
Summary: SplashTop RMM client for Atera fails after upgrade to
Wine 9.0
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patm(a)ait.cx
Distribution: ---
Created attachment 75950
--> https://bugs.winehq.org/attachment.cgi?id=75950
Wine debugger backtrace
The program has been stable on all of the version 8 releases. After upgrading
to version 9.0 the SplashTop RMM client fails to load and Wine Debugger posts
this error: "The program strwincltt.exe has encountered a serious problem and
needs to close.
--
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=56498
Bug ID: 56498
Summary: misinterpretation of the '/' character
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: ch.panel(a)free.fr
Distribution: ---
this sequence causes two different results on wine and windows :
(french date)
echo off
cls
echo %date%
set year=%date:~6,4%
echo %year%
pause
on windows :
29/03/2024
2024
on wine :
29/03/2024
202
wine seems to interpret / as an escape character
--
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=56309
Bug ID: 56309
Summary: Across Lite doesn't show the letters properly when
typing
Product: Wine
Version: 9.1
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: ---
This is a crossword puzzle program.
After clicking into a cell, you can use the keyboard to enter letters. Usually
those update instantly, but after the regression the letters are not updated
properly. You can often press a lot of keys and the GUI doesn't update at all.
After clicking into a different cell, the UI updates.
--
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=56195
Bug ID: 56195
Summary: Device name inconsistent casing between
GetRawInputDeviceInfo and PnP
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: pnpmgr
Assignee: wine-bugs(a)winehq.org
Reporter: nick(a)windblume.net
Distribution: ---
Created attachment 75905
--> https://bugs.winehq.org/attachment.cgi?id=75905
Sample application with bug
(Fedora 39, wine 9.0-rc5 from official rpm repo)
This seems to affect hotplug detection in some games, where the program is
keying on the device name to manage the joystick/joypad devices.
I have attached a sample application exhibiting the behaviour. To test, have
e.g. a DualSense controller attached, then reconnect it. It is then clear that
the hash returned initially is upper case, whilst the name in the
DEV_BROADCAST_DEVICEINTERFACE struct later is lower case.
On Windows 10, the two strings end up to be the same.
--
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=56871
Bug ID: 56871
Summary: The 32-bit wpcap program is working abnormally
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: csumushu(a)126.com
Distribution: ---
wine version: 9.0
os version: ubuntu 24.04
I used Visual Studio 2010 to compile the code in the attachment into a 32-bit
release version of the Windows program. When running the program with Wine, the
length of the data packets captured by the program is abnormal when the network
card receives ping packets. The program output is as follows:
Packet captured:
Packet length: 2139105536
Number of bytes: 2139115008
Additionally, compiling the code into a 64-bit release version of the Windows
program works normally. Another issue is that if I rename the file at
~/.wine/drive_c/windows/syswow64/wpcap.dll to wpcap_bak.dll, the 32-bit test
program cannot start, indicating a failure to load the DLL file. If I rename
the file at ~/.wine/drive_c/windows/system32/wpcap.dll to wpcap_bak.dll, the
64-bit test program cannot start either, also indicating a failure to load the
DLL file. Are their placement positions reversed?
--
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=56174
Bug ID: 56174
Summary: Forza Horizon 4 crashes with
concrt140.dll.?_Confirm_cancel@_Cancellation_beacon@de
tails@Concurrency@@QEAA_NXZ
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
With reverted bd89ab3040e30c11b34a95072d88f635ade03bdc (bug 55397)
wine: Call from 00006FFFFF463DC7 to unimplemented function
concrt140.dll.?_Confirm_cancel@_Cancellation_beacon@details@Concurrency@@QEAA_NXZ,
aborting
--
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=56666
Bug ID: 56666
Summary: BExAnalyzer from SAP 7.30 does not work correctly
Product: Wine-staging
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arhangel3102(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76446
--> https://bugs.winehq.org/attachment.cgi?id=76446
SAP BExAnalyzer log
After installing SAP 7.30, installing all necessary libraries: dotnet48,
vcrun2005, vcrun2008, vcrun2010, vb6run. And having installed MS Office 2007.
BExAnalyzer does not want to work correctly. Error:
17512.367:011c:0120:warn:seh:OutputDebugStringW L “System.Exception:
CriticalProgramError ---> System.Exception: CriticalProgramError --->
System.Runtime.InteropServices. COMException: Exception from HRESULT:
0x80020003 (DISP_E_MEMBERNOTFOUND)\r\n at
Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateSet(Object o,
Type& objTy“...”...
This error appears when launching BExAnalyzer, which in turn launches MS Excel
and adds the “Add-ins” tab there. All buttons work correctly, but the drop-down
menu does not function.
The full log is 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.
http://bugs.winehq.org/show_bug.cgi?id=25207
Summary: SHFileOperation does not create new directory on
FO_MOVE
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)rtrussell.co.uk
Created an attachment (id=32007)
--> (http://bugs.winehq.org/attachment.cgi?id=32007)
C program to demonstrate the problem
SHFileOperation should create the destination directory on an FO_MOVE
operation, if it does not already exist, but fails to do so. See:
http://msdn.microsoft.com/en-us/library/bb759795.aspx
"Copy and Move operations can specify destination directories that do not
exist. In those cases, the system attempts to create them and normally displays
a dialog box to ask the user if they want to create the new directory. To
suppress this dialog box and have the directories created silently, set the
FOF_NOCONFIRMMKDIR flag in fFlags".
--
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=52879
Bug ID: 52879
Summary: Improve software components also for using
“SysInspector”
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the tool “SysInspector 1.4.2.0” out together with the software
“Wine 7.7-1449.4”.
Markus_Elfring@Sonne:~> wine
/home/altes_Heim2/elfring/geladen/Freeware/sysinspector_nt64_enu.exe
00c4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
011c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000011F704,
000000000011F720 000000000011F700
011c:fixme:nls:get_dummy_preferred_ui_language (0x38 000000000011F704
000000000011F720 000000000011F700) returning a dummy value (current locale)
011c:fixme:winspool:PerfOpen (null): stub
011c:fixme:winspool:PerfCollect L"2", 000000000011DFE8, 000000000011DFCC,
000000000011DFD0: stub
011c:fixme:winspool:PerfClose stub
wine: Unhandled page fault on read access to FFFFFFFFFFFFFFFF at address
000000014002D07B (thread 0134), starting debugger...
0074:fixme:imm:ImeSetActiveContext (0x5a7b0, 0): stub
0074:fixme:imm:ImmReleaseContext (0000000000010020, 000000000005A7B0): stub
0148:fixme:imm:ImeSetActiveContext (0x47e00, 1): stub
…
0140:fixme:dbghelp:interpret_function_table_entry unknown code 6
…
00a8:err:service:process_send_command service protocol error - failed to read
pipe r = 0 count = 0!
…
011c:fixme:shell:InitNetworkAddressControl stub
…
01b4:fixme:vdmdbg:VDMEnumProcessWOW 000000000304F100: stub!
01c4:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
…
01f4:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
…
wine: Call from 000000007B0135FE to unimplemented function
wevtapi.dll.EvtCreateRenderContext, aborting
…
020c:err:ole:CoUninitialize Mismatched CoUninitialize
How will the chances evolve to fix remaining open issues?
--
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=55810
Bug ID: 55810
Summary: Finding Nemo (Steam): window borders gone missing
(virtual desktop)
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 245bdef5b11c19ccd4e8625b86267ca731badcc0
Distribution: ArchLinux
Finding Nemo uses a fixed 800x600 resolution.
When I start the game in virtual desktop mode the window borders are absent.
Nothing suspicious can be seen in the terminal output.
Reverting
commit 245bdef5b11c19ccd4e8625b86267ca731badcc0
fixes the problem for me.
https://store.steampowered.com/app/331450/DisneyPixar_Finding_Nemo/
wine-8.18-127-g6391b8d5c99
X Server 21.1.8
XFCE 4.18
winecfg -> Desktop Integration -> Theme: <No Theme>
--
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=55883
Bug ID: 55883
Summary: SpeedWave can't draw Window
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cupcapcorn(a)yahoo.co.jp
Distribution: ---
Created attachment 75414
--> https://bugs.winehq.org/attachment.cgi?id=75414
SpeedWave Installer (shareware)
On Fedora 38 and wine 8.0.2 I can install SpeedWave (Application to accelerate
the speed of wave and mp3 file), but I try to launch this applicantion and no
window appears. I think SpeedWave can't draw window.
--
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=56599
Bug ID: 56599
Summary: HWMonitor 1.53 needs unimplemented function
pdh.dll.PdhConnectMachineA
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: pdh
Assignee: wine-bugs(a)winehq.org
Reporter: oguilherme(a)protonmail.com
Distribution: ---
Hi,
The latest version of HWMonitor (1.53), now seems to require
pdh.dll.PdhConnectMachineA, which is not implemented in Wine:
$ wine HWMonitor_x64.exe
00dc:fixme:shell:InitNetworkAddressControl stub
0134:fixme:ntoskrnl:SeSinglePrivilegeCheck stub: 000000000000000a 1
0134:fixme:ntoskrnl:HalGetBusDataByOffset (4 0 0 000000000011EC18 0 4) stub!
wine: Call from 00006FFFFF463DE7 to unimplemented function
pdh.dll.PdhConnectMachineA, aborting
wine: Unimplemented function pdh.dll.PdhConnectMachineA called at address
00006FFFFF463DE7 (thread 00dc), starting debugger...
0140:fixme:dbghelp:elf_search_auxv can't find symbol in module
0140:fixme:dbghelp:elf_search_auxv can't find symbol in module
wine: Call from 00006FFFFF463DE7 to unimplemented function
pdh.dll.PdhConnectMachineA, aborting
The previous version (1.52), runs just fine.
Thanks.
--
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=56372
Bug ID: 56372
Summary: musl based exp2() gives very inaccurate results on
i686
Product: Wine
Version: 8.6
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: ca0643875961ef62c76e0b9cbd0433002a948d9b
Distribution: ---
Since switching the msvcrt implementation of exp2() from internal to musl
based, in ca0643875961ef62c76e0b9cbd0433002a948d9b, the accuracy on i686 has
become quite bad, to the point of breaking a handful of tests in ffmpeg.
The issue can be reproduced with the following test snippet:
---
#include <stdio.h>
#include <math.h>
double input = 5.979471;
int main(int argc, char* argv[]) {
printf("exp2(%f) = %f\n", input, exp2(input));
return 0;
}
---
Prior to this commit, and with later versions on e.g. x86_64, the output is:
exp2(5.979471) = 63.095753
However, on i686, the output now is:
exp2(5.979471) = 62.968753
This is an error of around 0.2%, which is a couple orders of magnitudes larger
than expected/tolerated. It's curious how this issue only appears on i686
though, i.e. it doesn't look like an issue with the musl exp2() implementation
algorithm, but some component of it misbehaving on i686.
--
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=56265
Bug ID: 56265
Summary: Epic Games Launcher 15.21.0 calls unimplemented
function
cfgmgr32.dll.CM_Get_Device_Interface_PropertyW
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 75980
--> https://bugs.winehq.org/attachment.cgi?id=75980
Epic Games Launcher 15.21.0 terminal output on Wine 9.0-rc3
Hello,
Epic Games Launcher, updated to version 15.21.0, bails out at start when
calling unimplemented function cfgmgr32.dll.CM_Get_Device_Interface_PropertyW.
Regards.
--
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=56781
Bug ID: 56781
Summary: srcrrun: Dictionary setting item to object fails
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: scrrun
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
Reproducer in vbscript
Class C
End Class
Dim cls1: Set cls1 = new C
Dim cls2: Set cls2 = new C
Dim dict: Set dict = createobject("scripting.dictionary")
Dim key: key = "test"
dict.Add key, cls1
Set dict.Item(key) = cls2
Looks like this is not implemented
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/scrrun/dictionary.c?…
Without understanding the code this should maybe increase the reference count
and delegate to dictionary_put_Item?
--
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=49703
Bug ID: 49703
Summary: Ghost Recon fails to start
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: sramey40(a)gmail.com
Distribution: ---
The original Tom Clancy's Ghost Recon (on CD) seems to install fine, except for
this error at the end of installation:
wine start Setup.exe
[sean@sean-pc-arch GRECON]$ 00d4:fixme:file:NtLockFile I/O completion on lock
not implemented yet
00d4:fixme:sfc:SRSetRestorePointA 02EB66F0 02EB51E0
00d4:fixme:sfc:SRSetRestorePointA 02EB66F0 02EB51E0
00d4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with
error 0x8001011d
^C
But, when I try to run the game, nothing happens and this is the output on
console:
wine start GhostRecon.exe
[sean@sean-pc-arch Ghost Recon]$ 00c0:err:winediag:wined3d_dll_init Setting
multithreaded command stream to 0.
^C
^C marks where I hit ctrl-c to stop the process, as it seemed hung.
I'm using a 32bit wineprefix with Windows 2000 or XP.
I can't really do regression testing, as I can't get an older package of wine
to install properly, and I also can't get wine to compile for even as new a
version as wine-4.0. It complains about multiple definitions of hInstance and
fails on compiling crypt32. Only the 5.0 releases will compile, and I have this
bug in them.
I've also noticed that a lot of older games seem broken. Seems like nobody has
tested these games in a while. The latest test of the Ghost Recon CD version
recorded in the App database is wine 1.5. Recently I had somebody help me out
with Age of Empires 2: The Age of Kings CD version, and we discovered that the
safedisc 1.x copy protection support was broken in wine since version 3.0 I
think. Probably a good idea to try running some old games, especially ones on
CD, to check for compatibility regressions.
--
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=55421
Bug ID: 55421
Summary: Fallout Tactics graphics glitches only with
winehq-devel
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darkranger_red(a)hotmail.com
Distribution: ---
The game 'Fallout Tactics: Brotherhood of Steel' is fully playable with Wine.
But recently I am not sure from which Wine version, the game shows some
noticeable graphics glitches, which the previous Wine version doesn't have. So
I uninstalled Wine from Fedora's repo, and use the WineHQ's repo instead. It
turns out that the game's graphics runs normally with winehq-stable(8.0.2), but
has some glitches with winehq-devel(8.13).
The attached screenshots show the launcher menu differences between Wine 8.0.2
and 8.13. Besides that, the in-game graphics also has more glitches with
winehq-devel, but usually happen in very short time and difficult to capture
the screenshots.
OS: Fedora Linux 38 (Workstation Edition) x86_64
Kernel: 6.4.7-200.fc38.x86_64
Uptime: 2 hours, 9 mins
Packages: 2703 (rpm)
Shell: bash 5.2.15
Resolution: 1920x1080
DE: GNOME 44.3
WM: Mutter
WM Theme: Adwaita
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: gnome-terminal
CPU: AMD FX-8350 (8) @ 4.000GHz
GPU: NVIDIA GeForce GTX 660
Memory: 5130MiB / 15932MiB
--
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=56357
Bug ID: 56357
Summary: Zero sized writes using WriteProcessMemory succeed on
Windows, but fail on Wine. testcase source
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: admin(a)sewer56.dev
Distribution: ---
Created attachment 76082
--> https://bugs.winehq.org/attachment.cgi?id=76082
Precompiled sample C program.
[ testcase source ]
Zero sized writes using WriteProcessMemory succeed on Windows, but fail on
Wine.
Build the following program:
```c
#include <windows.h>
#include <stdio.h>
int main() {
// Allocate a buffer in memory
char* buffer = (char*) VirtualAlloc(NULL, 1024, MEM_COMMIT | MEM_RESERVE,
PAGE_READWRITE);
if (buffer == NULL) {
printf("Memory allocation failed\n");
return 1;
}
// Sample data to write (not actually used due to 0-byte length)
const char* data = "Sample data";
SIZE_T writtenBytes = 0;
// Get a handle to the current process
HANDLE processHandle = GetCurrentProcess();
// Attempt to write memory with 0 byte length
BOOL result = WriteProcessMemory(processHandle, buffer, data, 0,
&writtenBytes);
if (result == FALSE) {
printf("WriteProcessMemory failed: %lu\n", GetLastError());
} else {
printf("WriteProcessMemory succeeded, but 0 bytes were written.\n");
}
VirtualFree(buffer, 0, MEM_RELEASE);
return 0;
}
```
Commandline:
```
x86_64-w64-mingw32-gcc write_process_memory.c -o write_process_memory.exe
-lkernel32
```
When running on Linux, this prints `WriteProcessMemory failed: 87`.
When running on Windows, this succeeds `WriteProcessMemory succeeded, but 0
bytes were written`.
Tested on x86_64 Archlinux using latest git version of Wine
(wine-9.2-286-g232b18d820e).
-----------
Extra Notes:
I encountered this bug while unit testing a Rust DLL Injection library against
Wine: https://github.com/OpenByteDev/dll-syringe/pull/19
--
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=56054
Bug ID: 56054
Summary: Microsoft Safety Scanner crashes on exit on
unimplemented function tbs.dll.GetDeviceIDString
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 75710
--> https://bugs.winehq.org/attachment.cgi?id=75710
Terminal output
All you have to do to reproduce the crash is open the program and immediately
close it.
$ sha256sum MSERT.exe
8a885021b8c41fb8578cfa50a0c3a706c6b1b7fb7fd3faddcc48bd8eb7f8f091
--
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=51599
Bug ID: 51599
Summary: cmd.exe incorrectly parses an all-whitespace line
followed by a closing parenthesis
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70449
--> https://bugs.winehq.org/attachment.cgi?id=70449
Example batch file
The attached batch file works on Windows, but Wine says:
Can't recognize ')' as an internal or external command, or batch script.
Wine's cmd.exe doesn't have a problem with entirely blank lines, but something
about having spaces on the line is tripping it up.
--
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.