http://bugs.winehq.org/show_bug.cgi?id=2082
chaosesqueteam(a)sogetthis.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chaosesqueteam(a)sogetthis.co
| |m
--- Comment #174 from chaosesqueteam(a)sogetthis.com ---
I also get this on macosX catalina on 10.12 devel.
Meaning Wine has regressed.
What the hell?
WONT FIX right?
--
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=58542
Bug ID: 58542
Summary: Dual GPU 32-Bit PhysX
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: audioprof2002(a)hotmail.com
Distribution: ---
Batman Arkham Asylum v1.1
32-Bit PhysX has 3 modes:
OFF, Normal, High.
Normal & Off work ok.
PhysX works, but Not High "Dual GPU",
Windows driver allows to force PhysX to a single GPU, Dual GPU or CPU.
Linux driver 470 does Not.
Problem #1. instead of using Dual GPU on Linux or a single GPU,
PhysX falls back to CPU PhysX in Linux.
Problem #2. CPUs are very slow for 32-Bit,
Batman Arkham Asylum PhysX High, requires 1-core 100% CPU load,
gives 15fps on modern CPU´s.
Problem #3.
Nvidia deleted 32-Bit PhysX support in hardware since 2016-Q4,
IF you install a 2017 GPU like P1000, in Windows, Activate/Force PhysX GPU,
Does Not work.
Only work with 2016-Q2 & older GPUs.
im confused where could be the problem...
Linux Nvidia 470 driver?
Wine?
winetricks?
¿how does Wine handle 32-Bit PhysX requests?
block diagram? signal path?
more details here:
https://github.com/juanpc2018/Batman-Arkham-Asylum-Game-of-the-Year-Edition…
--
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=58575
Bug ID: 58575
Summary: Low performance in an old Directx8 Sonic fangame in
wined3d
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: user.pecheniok(a)gmail.com
Distribution: ---
This game has a built-in fps counter. After launching it, I was surprised to
find that it ran at only 30 fps in the hub area, while on windows it runs at
60. It is seemingly ok in the gameplay, but fps is often several values short
of 60, and there are also rarer drops to 30 for several seconds. There are no
warnings in the console other than related to directsound. DXVK works at a
locked 60 fps, so that means that it's a problem with wined3d.
Here is the link to the game: https://gamejolt.com/games/sonic3d/28626
--
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=56648
Bug ID: 56648
Summary: Autodesk DWG TrueView fails at installation
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: szatkus(a)gmail.com
Distribution: ---
Installation fails with the fixme: "Could not find dependent assembly
odis.bs.win (1.0.0)"
Turns out the installer creates a new folder (%TEMP%/7z0F0512E4) with another
installer that apparently is invoked next. The program removes it automatically
after crashing, but it could be retrieved by placing `while(1);` next to the
fixme or by using a Windows machine.
There's the Setup.exe file that has the following manifest in its resources:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='odis.bs.win' version='1.0.0.0'
processorArchitecture='*' language='*' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='odis.bs.wx' version='1.0.0.0'
processorArchitecture='*' language='*' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
processorArchitecture='*'
publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls'
version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df'
language='*' />
</dependentAssembly>
</dependency>
</assembly>
From what I gathered this manifest is used to resolve some required dlls files,
but it ultimately fails.
The odis.bs.win is resolved by the following algorithm (a comment from the wine
code):
/* Lookup in <dir>\name.dll
* <dir>\name.manifest
* <dir>\name\name.dll
* <dir>\name\name.manifest
*
* First 'appdir' is used as <dir>, if that failed
* it tries application manifest file path.
*/
The file it's looking for is in ODIS/odis.bs.win/odis.bs.win.manifest, not in
odis.bs.win/odis.bs.win.manifest (name="odis.bs.win"). Where from does Windows
get the ODIS part? Well, there's also a file called "Setup.exe.config" with the
following content:
<configuration>
<windows>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="ODIS"/>
</assemblyBinding>
</windows>
</configuration>
It looks that the program should resolve through <dir>/<privatePath>. I added a
few prints here and there, and it seems that Setup.exe.config is not loaded by
wine at any point.
Moving odis.bs.win and odis.bs.wx to the upper folder fixes the problem,
although the installation still fails after a while.
--
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=57744
Bug ID: 57744
Summary: Custom? 7z self extracting archive for autocad is
broken
Product: Wine
Version: 10.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
Created attachment 77944
--> https://bugs.winehq.org/attachment.cgi?id=77944
dlls that aren't extracted
I tried installing autocad 2025 from the autodesk website
https://www.autodesk.com/products/autocad/overview?term=1-YEAR&tab=subscrip…
the installer at first fails to open. it seems to be a custom? 7z self
extracting archive that is broken so some dlls within it are not extracted and
the installer does not run. i have attached the full terminal output with the
dlls.
so i opened the exe using gnome file roller and copied those dlls to wine's
system32 folder. then the installer runs and gets stuck at 3%, but that is
another bug.
--
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=58505
Bug ID: 58505
Summary: Odd windows management behaviour in later dev versions
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kg.hammarlund(a)gmail.com
Distribution: ---
I run a geneaology database program written for windows under wine. It runs
fine on v10.0 (stable) and on dev versions up to 10.4. From v10.5 and upwards,
including v1012, I'm encountering an odd issue.
When opening a search window, this window opens in the background instead of on
top of the main window. I then have to move or resize the main window in order
to highilght the search window and fill in the search data. But this only
happens the first time I open the search window. Next time it opens in the
foreground.
If I untick the box "Allow the window manager to control the windows" in
winecfg > graphics, the search window opens expected. But this solution has its
drawbacks.
--
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=58589
Bug ID: 58589
Summary: The Dark Pictures Anthology: Man of Medan shows a grey
screen in DX12 mode
Product: vkd3d
Version: 1.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gmascellani(a)codeweavers.com
Regression SHA1: 07b7975d09e8dfbdfc5a9942b4f0c9d054a5cd11
Distribution: ---
After launching the game screen is grey during the first video.
--
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=57414
Bug ID: 57414
Summary: BioShock needs support for 'Generic samplers need to
be lowered'
Product: vkd3d
Version: 1.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Using builtin d3dx9_33 and '-dx9' flag.
098c:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
098c:err:d3dcompiler:D3DCompile2 Shader log:
098c:err:d3dcompiler:D3DCompile2 <anonymous>:1:371: E5017: Aborting due to
not yet implemented feature: Generic samplers need to be lowered.
098c:err:d3dcompiler:D3DCompile2
1.13-654-g756b98f0
--
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=56347
Bug ID: 56347
Summary: The Sinking City exits after Click any key to continue
Product: vkd3d
Version: 1.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
After starting new game and loading the game shows 'Click any key to continue'
which results in
0880:err:msvcrt:_wassert (L"1 <= count && count <=
VKD3D_VEC4_SIZE",L"../vkd3d/libs/vkd3d-shader/vkd3d_shader_private.h",1613)
vkd3d-1.10-492-gd9c68ee4
--
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=58578
Bug ID: 58578
Summary: Hygeia Pharmacy: complains that Microsoft ReportViewer
is not installed (unimplemented MsiProvideAssemblyW()
?)
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peathot(a)hotmail.com
Distribution: ---
Created attachment 79093
--> http://bugs.winehq.org/attachment.cgi?id=79093
Terminal output of Hygeia Pharmacy running under Wine
Hygeia Pharmacy is a .NET 4 application for pharmacy retail. When the
application starts up, it will check for various shared components, ending up
complaining that Microsoft Report Viewer has to be installed despite already
installed.
Attached is the screenshot of the error. It says, "It's necessary to install an
additional programed named Microsoft Report Viewer"
("มีความจำเป็นต้องติดตั้งโปรแกรมเสริมที่ชื่อว่า Microsoft Report Viewer").
Terminal output reveals 2 interesting FIXME's:
```
0174:fixme:msi:MsiProvideAssemblyW L"Microsoft.ReportViewer.Common,
Version=10.0
.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a,
processorArchitecture=MS
IL", L"C:\\Program Files\\HygeiaPharmacy\\HygeiaPharmacy.exe.config", 0, 0,
10D7
A618, 10D7A614
0174:fixme:msi:MsiProvideAssemblyW L"Microsoft.ReportViewer.Common,
Version=10.0
.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a,
processorArchitecture=MS
IL", (null), 0, 0, 10D7A618, 10D7A614
```
This leads me to believe that the application chokes up because it does not
receive the correct path to this .NET assembly, part of MS ReportViewer 2010.
---
Looking into multiple documents and into Wine itself, I _think_ it would be
relatively simple to implement MsiProvideAssembly[A|W]() using facilities
already implemented in Wine. Bug 58577 plays an important role on this.
I actually would love to get my hands dirty, if not for 2 problems:
1. I don't actually have much time myself.
2. Many years ago, I disassembled a different component of Windows (related to
MDM/management policy) in order to debug my graduating project. I forgot
everything by now, and it's IMHO not related, but combined with 1. I think it's
probably better to stay safe.
(Can I explain some high-level idea? Will I run afoul of 2.?)
A number of MSDN documents that might be useful:
https://learn.microsoft.com/en-us/windows/win32/api/msi/nf-msi-msiprovideas…https://learn.microsoft.com/en-us/windows/win32/msi/assembly-registry-keys-…
Also helpful is a small test program I write myself to exercise
MsiProvideAssemblyW() in the same way as the application (and in a slightly
different way). On Windows 11, this outputs as follow:
```
MsiProvideAssemblyW("Microsoft.ReportViewer.Common, ..." (qualified)) returns 0
Returned path (119):
C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll
MsiProvideAssemblyW("Microsoft.ReportViewer.Common" (unqualified)) returns 0
Returned path (119):
C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll
```
On Wine, it outputs (excluding Wine's output itself):
```
MsiProvideAssemblyW("Microsoft.ReportViewer.Common, ..." (qualified)) returns
120
MsiProvideAssemblyW("Microsoft.ReportViewer.Common" (unqualified)) returns 120
```
---
Following is the way I run Hygeia Pharmacy.
Hygeia Pharmacy is a relatively complex application and requires the full .NET
installation (Mono is not enough). The following commands recreate the
environment from scratch:
```
export WINEARCH=win32
export WINEPREFIX=/a/new/prefix
winetricks dotnet48 jet40 mdac28
wine ReportViewer.exe # sha256sum:
e8ff182e202b321ac2b9245ee20c4eb659008ffb2a34cdbd3486f9da3d4c3e06
wine hygeia_trial_install.2.6.28.1.exe # sha256sum:
380085defb0af240f144d603da70d09a76c940a27a65953a9fbe3668c321b4e2
wine "C:\\\\users\\\\Public\\\\Desktop\\\\Hygeia Pharmacy.lnk"
&>hygeia_pharmacy_wine_output.txt
```
---
The (trial) version can be obtained from
https://www.hygeia-pharmacy.com/trial/. However, it requires a (free)
registration, and the website is entirely in Thai with no English version.
In order to (try to) help you with the registration, the registration page at
https://www.hygeia-pharmacy.com/register/ requires the followed:
1. A chosen username ("Hygeia ID")
2. A chosen password.
3. Your full name
4. Your email.
5. A math captcha (input the equation's answer).
I can't remember if there's an email verification after that step or not,
because it's been a long time since I registered myself.
Once logged in, https://www.hygeia-pharmacy.com/trial/ will show a big blue
button for downloading the trial version. The same page will also be a smaller
link for "MS Report Viewer" which is hosted by Hygeia Pharmacy themselves (if
you prefer an MS link, see the end of bug 58577).
--
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=58588
Bug ID: 58588
Summary: Tokens Acquired from WTSQueryUserToken do not set the
session id for the token correctly
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wtsapi32
Assignee: wine-bugs(a)winehq.org
Reporter: katharina(a)hacked.xyz
Distribution: ---
A service running under NTAUTHORITY\SYSTEM may use the Windows Terminal Server
API to resolve user sessions. This is also works on non-terminalservers, that
is, normal computers where only one simoultaneous session is allowed.
My best guess is that Windows internally treats all sessions as terminal
service sessions, so this API becomes canon.
If a service wants to then spawn a process attached to this user's session, so
that the spawned process is able to open a window showing in the user's
session, it may use CreateProcessAsUserW to do this, and supply a token to a
users's Windows session.
The general principle is for example documented in this stackoverflow question:
https://stackoverflow.com/questions/3128017/launching-a-process-in-user-s-s…
A real-world user of this mechanism is the Dassault 3DEXPERIENCE Launcher,
which is unfortunately not available without purchase.
The actual source of the token is not terribly important; the code I debugged
uses WTSEnumerateSessions in conjunction with WTSQueryUserToken. The latter
should return a token that has it's session ID set to the current users session
ID; most likely 1.
A reproducer for this bug is available here:
https://gitlab.winehq.org/hackathi/wtsqueryusertoken-bug
--
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=58587
Bug ID: 58587
Summary: Bioshock 1.0 demo crashes during HLSL shader
compilation
Product: vkd3d
Version: 1.16
Hardware: x86-64
URL: http://us.download.nvidia.com/downloads/nZone/demos/nz
d_BioShockPC.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 79113
--> http://bugs.winehq.org/attachment.cgi?id=79113
log
vkd3d:01a0:warn:vkd3d_shader_vwarning <anonymous>:200:7: W5300: Implicit
truncation of vector type.
vkd3d:01a0:warn:vkd3d_shader_vwarning <anonymous>:574:27: W5300: Implicit
truncation of vector type.
vkd3d:01a0:warn:vkd3d_shader_verror <anonymous>:717:3: E5013: Invalid semantic
'SV_ClipDistance'.
vkd3d:01a0:warn:vsir_parse Failed to parse shader.
vkd3d:01a0:warn:vkd3d_shader_vwarning <anonymous>:200:7: W5300: Implicit
truncation of vector type.
vkd3d:01a0:warn:vkd3d_shader_vwarning <anonymous>:574:27: W5300: Implicit
truncation of vector type.
vkd3d:01a0:warn:vkd3d_shader_vwarning <anonymous>:627:21: W5300: Implicit
truncation of vector type.
vkd3d:01a0:warn:vkd3d_shader_vwarning <anonymous>:639:55: W5300: Implicit
truncation of vector type.
vkd3d:01a0:warn:vkd3d_shader_verror <anonymous>:627:21: E5017: Aborting due to
not yet implemented feature: SM4 half3 multiplication expression.
vkd3d:01a0:warn:vkd3d_shader_verror <anonymous>:639:55: E5017: Aborting due to
not yet implemented feature: SM4 half3 multiplication expression.
vkd3d:01a0:warn:vkd3d_shader_verror <anonymous>:639:55: E5017: Aborting due to
not yet implemented feature: SM4 half3 addition expression.
vkd3d:01a0:warn:vkd3d_shader_verror <anonymous>:235:16: E5017: Aborting due to
not yet implemented feature: SM4 half3 multiplication expression.
vkd3d:01a0:warn:vsir_parse Failed to parse shader.
I have attached a full log.
--
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=58527
Bug ID: 58527
Summary: autocad electrical 2026 error in wxwidgets
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 79001
--> http://bugs.winehq.org/attachment.cgi?id=79001
autocad architecture error in wxwidgets
Hey, hello guys, how are you?
Well, I'm adding a new application to the Wine database. This is an AutoCAD
application developed by Autodesk, specifically for electrical plans
(specifically, electrical panel installations in homes). So, I'm reporting the
error the installer gives me to see if anything can be done. The error I'm
getting, by the way, was loaded with the following DLLs installed:
vcrun2012 vcrun2022 dotnetcore3 dotnet8
I get an error in the DLLs for the Windows implementation of wxwidgets. I've
tried installing wxwidgets from their official website, but nothing. AutoCAD
doesn't go beyond the terminal (that is, the installer doesn't display).
official download website:
https://www.autodesk.com/es/products/autocad/included-toolsets/autocad-elec…
I'll pass what I get in the terminal.
Could you please check it?
Best 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.
http://bugs.winehq.org/show_bug.cgi?id=58583
Bug ID: 58583
Summary: msvcp140: Multiple modern applications using C++
Concurrency crash in CONCRT140.dll on startup
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: waser(a)waser.tech
Distribution: ---
Created attachment 79107
--> http://bugs.winehq.org/attachment.cgi?id=79107
The game's own crash log from its `_appdata_ixray_/logs` directory.
This report details a consistent, immediate startup crash in `CONCRT140.dll`
affecting modern S.T.A.L.K.E.R. engine forks. These engines are based on the
open-source **Open X-Ray 1.6**, which itself works flawlessly under Wine.
The crash only appears in these newer, more advanced forks which leverage the
MSVC concurrency runtime for performance. This strongly indicates the issue
lies within Wine's implementation of these APIs, not a bug in the engines
themselves. This is effectively a regression, as the baseline engine works
while the newer, concurrency-enabled versions do not.
**Existing Related Bugs:**
This issue appears to be a new, highly reproducible test case for known
problems in Wine's concurrency support. We are filing this as a new report due
to the unique test case and the specific failure point (constructor vs.
destructor), but it is likely caused by the same underlying issues as:
- **Bug 52899:** Notes that `CONCRT140.dll` requires `CreateEventExW` from
`kernel32`. This is the most likely root cause.
- **Bug 41749:** Shows a crash in the destructor for
`Concurrency::details::_TaskCollection`. Our crash occurs in the *constructor*
of this same object, demonstrating a different failing code path.
Our report provides two clear methods to reproduce this crash, including one
that is fully free and requires no commercial software.
---
### **Primary Reproduction Steps (IX-Ray on S.T.A.L.K.E.R.: Call of Pripyat)**
*(Steps 1-5 as in previous draft)*
6. **Run the Game with Debug Logging:** Launch the game using its main
executable with full debug channels enabled.
```bash
WINEDEBUG=+all wine Stalker-COP.exe &> stalker_cop_crash_all.log
WINEDEBUG=+seh,+loaddll wine Stalker-COP.exe &> stalker_cop_crash_seh.log
```
7. **Result:** The process will crash immediately. The game's own crash log
(in `_appdata_ixray_/logs`) and the attached Wine debug logs will show a fatal
error in `CONCRT140.dll`.
---
### **Alternative Reproduction Steps (AOEngine on S.T.A.L.K.E.R. Anomaly)**
*(As in previous draft, but with the same logging commands)*
---
**Expected Behavior:**
The game launcher should appear, and the game should launch to the main menu
successfully, as it does on Windows and as the baseline Open X-Ray 1.6 engine
does under Wine.
**Logs:**
Three files will be attached for the primary reproduction case:
1. `stalker_cop_crash_seh.log`: A small log with `+seh,+loaddll` for quick
initial review.
2. `stalker_cop_crash_all.log.bz2`: The complete `+all` debug log, compressed
with bzip2 due to its large size.
3. `ixray-2025.08.10-02.37.21-waser.log`: The game's own crash log from its
`_appdata_ixray_/logs` directory.
**References:**
- **IX-Ray GitHub (Open Source Engine):**
https://github.com/ixray-team/ixray-1.6-stcop
- **GE-Proton Issue #197 (Full History):**
https://github.com/GloriousEggroll/proton-ge-custom/issues/197
--
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=44966
Bug ID: 44966
Summary: [ER: The Game] A style error occurred while verifying
the reading of the license agreement.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ilya(a)ilin.pp.ua
Distribution: ---
Created attachment 61088
--> https://bugs.winehq.org/attachment.cgi?id=61088
Screenshot
When installing the game, the possibility of accepting the license agreement is
conceived only if it is fully read (textarea should scroll to the bottom).
But in wine it does not work.
wine 3.5 openSUSE Tumbleweed
Game download: (registry don't need)
https://firedrop.com/4bfe735821e6bfcb or
http://www.theisozone.com/downloads/pc/windows-games/er---the-game (Black
Download button)
Patches: https://www.gamewatcher.com/games/er/downloads
0030:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files
(x86)\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed
with error 2
0030:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0030:fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33dd3c
L"M:\\data1.hdr"
0030:err:richedit:ReadStyleSheet skipping optional destination
0030:err:richedit:ReadStyleSheet skipping optional destination
0030:err:richedit:ReadStyleSheet skipping optional destination
--
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=58490
Bug ID: 58490
Summary: MusicBee: tab dragging still does not work
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v_winebugs(a)outlook.com
Distribution: ---
Bug 52078 was solved thanks to the drag and drop helpers being stubbed, however
WINE still does not allow for tab dragging with MusicBee, so I'm adding it as a
separate bug report.
How to reproduce:
On MusicBee, attempt to drag a tab.
Expected behaviour:
MusicBee should allow me to drag the tab and drop it to move it.
Actual behaviour:
A prohibited cursor shows up and the tab is unable to be dragged.
Tested on WINE Staging 10.11 on Arch Linux
--
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=58580
Bug ID: 58580
Summary: macOS clang: -msabi=ms unrecognized option... causes
x86_64-unix/*.a files to be missing. Cannot winegcc
cannot link agains libadvapi32 et al
Product: Wine
Version: 10.0
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: matteo.ceruti(a)gmail.com
Created attachment 79102
--> http://bugs.winehq.org/attachment.cgi?id=79102
the patch for the configure-script that works for me
I had first reported this to macports but I think you should have a look at it
https://trac.macports.org/ticket/72792
Expected Behavior:
I like to continue to use winegcc and wineg++ on macOS x86_64 to compile
winelibs. In fact it worked with wine 9.0.
Actual Behavior:
winegcc says it cannot link against advapi32 and others and infact the files
such as libadvapi32.a are not in lib/x86_64-unix/ anymore.
I think this might be the case since this change:
https://github.com/wine-mirror/wine/commit/84d8a24af71d#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810L1969
"Disable non-PE import libraries if compiler support is missing."
The -mabi-ms check is now done even if $PE_ARCHS exist which in my
understanding means we're crosscompiling PE code. The macport compiles with
clang and uses minGW to compile the PE code. But clang does not recognize and
no longer ignores the -mabi=ms option and in that case the configure-script now
sets DLLEXT from its initial value ".so" to "" which seems to cause the *.a
archive files to not being created/installed.
I've patched the configure-script so that DLLEXT is only set to "" in case
$PE_ARCHS is empty analogous to the fact that in that -mabi=ms not being
recognized is not reported as an error.
And I can create winelibs .exe.so and .dll.so just fine and load them from a
client *.exe.
I'd like to still use winegcc and wineg++ and the winelib feature on macOS. Is
this no longer possible? I guess linux using clang might experience the same.
This is my the patch that works for me on wine 10.12 (It's also attached):
https://github.com/matatata/macports-ports/blob/ff459f21995e6b6fceeacd51cea…
I'd appreaciate if you could take a look and clarify.
--
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=58581
Bug ID: 58581
Summary: Nirsoft siteshooter only produces "black" files
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Install Nirsoft Siteshooter 1.42 (https://www.nirsoft.net/utils/siteshoter.zip)
Use http://www.google.com as URL and "test.png" on desktop as local file and
run a screenshot
test.png is only a black png and no error is raised.
--
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=38774
Bug ID: 38774
Summary: Execute MS Excel 2007 macro crashes Excel
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: florent.merlet(a)free.fr
Distribution: ---
Created attachment 51706
--> https://bugs.winehq.org/attachment.cgi?id=51706
Crash report of macro execution on Microsoft Excel 2007
The execution of a Excel Visual Basic Macro execution does not work when it is
compiled from Wine 1.6.2.
The compilation starts properly, and the window freezes after few seconds.
The macro tested works properly on windows 7.
There is no problem to modify, record the macro, and execute it from a MS
Windows 7 environment.
details :
Microsoft EXCEL 2007, installed
Windows 7 personal
--
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=46254
Bug ID: 46254
Summary: EnumResourceTypesW should return True if there are no
resources to enumerate
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
EnumResourceTypesW -- When there are no resource types to enumerate the
function instead of True will return False (see
https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resource.c#L2…)
This bug was originally reported in pywin32-ctypes
https://github.com/enthought/pywin32-ctypes/issues/59
--
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=56326
Bug ID: 56326
Summary: GTR 2 FIA GT Racing Game (Steam) needs HLSL_IR_LOOP
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: sa(a)whiz.se
Distribution: ---
The game GTR2 freezes and throws a fatal error if any race is started. The
problem can be worked around with native d3dx9 (specifically d3dx9_41.dll and
d3dx9_31.dll).
Previous bug reports about HLSL_IR_LOOP (#38583, #55083) maybe these could be
merged.
To reproduce:
- The included vcredist_x86.exe must be installed.
- Try to start any race. E.g. "Open Practice" or clicking "Start" after
choosing "Driving School".
- There might be an issue with the game complaining about low video memory. Not
a Wine issue but reported by Windows users too. To work around edit Config.ini
switch VIDEODRIVER=0 to VIDEODRIVER=1 and rerun the configuration tool.
This game was confusingly previously reported as working, but I don't think
this is a regression. The AppDB results are most likely from the older retail
version and not the Steam re-release.
Errors:
012c:err:d3dcompiler:D3DCompile2 Shader log:
012c:err:d3dcompiler:D3DCompile2 <anonymous>:49:19: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:54:16: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:55:16: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:56:18: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2
012c:fixme:d3dcompiler:D3DCompile2 Ignoring flags 0x10400.
012c:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
012c:err:d3dcompiler:D3DCompile2 Shader log:
012c:err:d3dcompiler:D3DCompile2 <anonymous>:53:19: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:58:16: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:59:16: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:60:18: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:77:20: W5300: Implicit
truncation of vector type.
012c:err:d3dcompiler:D3DCompile2 <anonymous>:78:1: E5017: Aborting due to
not yet implemented feature: Instruction type HLSL_IR_LOOP.
012c:err:d3dcompiler:D3DCompile2
--
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=58579
Bug ID: 58579
Summary: DS4 controller rage issue when running WINE
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yazan.n.ayash(a)gmail.com
Distribution: ---
I'm using WINE-TKG v9.21 on Batocera v41,
and I'm trying to run FIFA18 and it works nicely with fixed 60FPS.
but the issue that when using the DS4 controller wirelessly,
the range of the controller is too short,
while with batocera itself and the other emulators controller works pretty good
(with decent range).
I've tried to run some other x86 games on wine-10.12-x86 and it works fine,
and the controller works pretty good as well,
but tried to run the same x86 games on WoW64 build of wine,
I faced the same controller range issue,
when i connect the controller wired, it works fine,
but the issue is the blutooth range while wine is running,
kindly advice.
My H/W is the following,
Mini PC : Minisforum UM790 Pro , with Ryzen9 7940HS - 780m iGPU, 64GB of RAM
Bluetooth : Ugreen V5.3 USB Bluetooth Adapter , I'm using this one cause it has
better coverage (20M) .
Controller : DUALSHOCK 4 wireless PS4 controller
--
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=55759
Bug ID: 55759
Summary: Cinebench 2024 needs
Windows.System.Profile.SystemIdentification
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: etaash.mathamsetty(a)gmail.com
Distribution: ---
09d4:fixme:combase:RoGetActivationFactory
(L"Windows.System.Profile.SystemIdentification",
{5581f42a-d3df-4d93-a37d-c41a616c6d01}, 00007FFFFE1FD840): semi-stub
09d4:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.System.Profile.SystemIdentification"
The app works fine in windows 7 mode for the most part, the above is preventing
it from running in windows 11 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.
http://bugs.winehq.org/show_bug.cgi?id=58573
Bug ID: 58573
Summary: The End is Nigh (Epic Games Store) crashes on startup
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tinozzo123(a)gmail.com
Distribution: ---
Created attachment 79089
--> http://bugs.winehq.org/attachment.cgi?id=79089
Backtrace
- Download the game The End is Nigh from the Epic Games Store (it's DRM-free)
- Launch it
- The game will open its window showing the loading screen, and immediately
crash
```
00b8:fixme:wineusb:query_id Unhandled ID query type 0x5.
00b8:fixme:wineusb:query_id Unhandled ID query type 0x5.
00b8:fixme:wineusb:query_id Unhandled ID query type 0x5.
0124:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 011AFF18
0024:fixme:dinput:hid_joystick_device_try_open device usage ff72:00a1 not
implemented!
0024:fixme:dinput:hid_joystick_device_try_open device usage ff72:00a1 not
implemented!
0024:fixme:win:RegisterTouchWindow hwnd 00020072, flags 0x3 stub!
0024:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
0024:fixme:imm:ImeSetCompositionString himc 00020052, index 9, comp 0066C74C,
comp_len 2, read 0066C74C, read_len 2 semi-stub!
0024:fixme:imm:ImeSetCompositionString Read string unimplemented
0024:fixme:imm:NotifyIME himc 00020052, action 0x11, index 0, value 0 stub!
wine: Unhandled page fault on write access to FFFFFFFC at address 00413436
(thread 0024), starting debugger...
0154:fixme:dbghelp:elf_search_auxv can't find symbol in module
0154:fixme:dbghelp:elf_search_auxv can't find symbol in module
```
--
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=58564
Bug ID: 58564
Summary: Several NuGet "signature's certificate not trusted"
errors while building WPF Projects Under Wine
Product: Wine
Version: 10.12
Hardware: x86-64
URL: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.412
/dotnet-sdk-8.0.412-win-x64.exe && wine
dotnet-sdk-8.0.412-win-x64.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
This was reported on the forum: https://forum.winehq.org/viewtopic.php?t=41073
Steps to reproduce can be found in that link or below:
Steps to reproduce:
1. wget
https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.412/dotnet-sdk-8.0.412-w…
&& wine dotnet-sdk-8.0.412-win-x64.exe
2. git clone https://github.com/iplus-framework/iPlus
3. wine cmd
4. cd iPlus/gip.ext.design\project
5. dotnet build gip.ext.design.csproj /p:Configuration=Debug /p:Platform="Any
CPU"
There appear several errors like:
Z:\home\louis\ramdisk\iPlus\gip.ext.design\project\gip.ext.design.csproj : erro
r NU3037: Package 'System.Private.ServiceModel 4.10.0' from source 'https://api
.nuget.org/v3/index.json': The repository countersignature validity period has
expired.
Z:\home\louis\ramdisk\iPlus\gip.ext.design\project\gip.ext.design.csproj : erro
r NU3028: Package 'System.Private.ServiceModel 4.10.0' from source 'https://api
.nuget.org/v3/index.json': The repository countersignature's timestamping certi
ficate is not trusted by the trust provider.
In the link there's some more info -->
"https://github.com/NuGet/Home/issues/13252, this appears to be related to
.NET's enhanced certificate validation introduced in recent versions"
--
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=58565
Bug ID: 58565
Summary: Very high single core CPU usage while doing LAN gaming
with DirectPlay on FIFA 2005
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dplay
Assignee: wine-bugs(a)winehq.org
Reporter: salva.liebana(a)gmail.com
Distribution: ---
. So , I have both pcs with cachyOS, exactly the same settings. I've tried to
do multiplayer on FIFA 2005, that runs great with dxvk with very low cpu/gpu
usage since it's a very old game (even at hacked 1080p). After failing on doing
lan game I remembered these games tend to use directplay, so I did install it
on both , disable the firewall, and both pcs experienced a severe spike on one
core to 100% and the framerate tanks.
how to reproduce:
After install DirectPlay with winetricks on wine-10.12.r0.gb09545bc ( TkG
Staging NTsync, yes, I have kernel 6.15 ) in wow64 mode with a 64 bit prefix
running FIFA 2005.
problem: 1 core goes mad at 100% on both pcs and makes the game unplayable.
also uses tons of energy for obvious reasons.
--
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=56963
Bug ID: 56963
Summary: error in affinity program series
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 76782
--> https://bugs.winehq.org/attachment.cgi?id=76782
affinity designer error
Hello, how are you?
I am testing the three affinity brand programs (the photo, the publisher and
the designer) installing them in test mode (there is a report of an affinity
program that claims to access the "extract" box but it is for licensed users,
not in shareware mode) and the debugger jumps giving me an error.
The libraries that have been installed are dotnet48 and dotnet35, the wine is
9.12 without patches, Windows 10 mode and I have not installed directx yet.
Below I send the 3 debugging errors that I received and the terminal output of
the affinity photo.
the download link is: https://affinity.serif.com/
can you review it?
Greetings
--
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=39590
Bug ID: 39590
Summary: SAS 9.1.3 Portable not working - "No access to memory
location"
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 52755
--> https://bugs.winehq.org/attachment.cgi?id=52755
LC_ALL=C WINEDEBUG=warn+all wine sas_9.1.3_portable.exe
Hello, we have to use SAS on my university, all students have license to use it
on personal computers, but it's distributed on like 10 CDs and it's horrible
pain to download and install properly even on Windows. I use Linux, so i want
to run it in wine. There are people that managed installing some versions of
SAS in wine, but i think it's not worth the effort even on windows.
Some great guy therefore made SAS Portable, which is (possibly illegal)
compilation of SAS directly executable as single exe file. You can download it
here http://uloz.to/xtKasDE/sas-9-1-3-portable-exe (if it's legal in your
country as it is in mine).
Can you please check why it does not work in wine? It works great on windows.
In wine it just shows popup saying "No access to memory location." and prints
following errors to terminal (see attachments for the same with wine debugging
enabled:
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:ntdll:NtRaiseHardError : stub. Errorstatus was c0000135
fixme:advapi:RegisterEventSourceA ((null),"SASEXE"): stub
fixme:advapi:RegisterEventSourceW (L"",L"SASEXE"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0xc0000bb8,0x1633b8,0x0003,0x00000000,0x32e618,(nil)):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0xc0000bb8,0x1633b8,0x0003,0x00000000,0x15fcc8,(nil)):
stub
err:eventlog:ReportEventW L"Unable to load host supervisor."
err:eventlog:ReportEventW L"C:\\Program Files\\SAS\\SAS 9.1\\sashost.dll"
err:eventlog:ReportEventW L"No access to memory location.\r\n"
fixme:advapi:DeregisterEventSource (0xcafe4242) 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=24846
Summary: SecureCRT: Pop-up menu list flashes
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31435)
--> (http://bugs.winehq.org/attachment.cgi?id=31435)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
2) install SecureCRT
3) wine SecureCRT.exe
4) unfold pop-up menu as shown in attachment
Behaviour:
Pop-up menu list flashes.
Expected behaviour:
Pop-up menu list shouldn't flash.
--
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=26503
Summary: modal windows don't stay on top
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_pradelli(a)yahoo.com
Created an attachment (id=33743)
--> (http://bugs.winehq.org/attachment.cgi?id=33743)
Simple delphi program + source.
Under MS Windows these modal windows can be placed anywhere on the screen,
clicking the main window doesn't hide them. Not so under Wine: clicking the
main window puts it on top hiding the modal windows.
Ubuntu 10.04
Wine version 1.3.15
Demo from Khmelevskiy Alexandr is attached.
Open "bug21039.exe" then press "MessageBox" button.
Press main windows.
Messagebox goes behind main window an application hangup.
--
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=57796
Bug ID: 57796
Summary: Testcomplete fails to authenticate license key
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: francisco278herrera(a)gmail.com
Distribution: ---
Testcomplete fails to authenticate license key, this is not very obvious when
running it on vanilla wine but if you run wine staging i believe it becomes
more visible. i have attached the full console output from installation onwards
using winetricks since i had difficulty saving console output for just the
program. i ran the installer which then opens the program on it's own, the
program itself starts to run with the first line that says
01f8:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
in the terminal.
in vanilla wine the program installs successfully then opens a browser window
to obtain a license key which fails silently and the program closes, then the
program refuses to open past the splash screen. when the program fails it
closes with
0994:err:menubuilder:InvokeShellLinker failed to extract icon from
L"C:\\Program Files (x86)\\SmartBear\\TestComplete 15\\Help\\Getting Started
With TestComplete 15.doc"
in the terminal
in wine staging i believe, the program behaves largely the same way but when
authentication fails, the program says it failed to communicate with the
backend or something similar. then when you close the program and open it again
it gives an error about not being able to start or find the sentinel license?
service or it gives an error about not having an active license? if i remember
correctly the sentinel error appears the first time you try to open the program
yourself, the license error appears the second time you try.
based on what i have seen in game anticheat, the CreateToolhelp32Snapshot is
used to verify a system's integrity so it is possible the program is not
running due to the sentinel? DRM not being able to determine, or failing the
system's integrity, not entirely sure this can be fixed in wine since they
could just look at running wine processes and determine that it's not a windows
system maybe?
--
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=57320
Bug ID: 57320
Summary: Zenless zone zero after losing focus is no longer
responsive to gamepad input
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
Zenless zone zero after losing focus is no longer responsive to gamepad input.
To reproduce install the game from the official website
https://zenless.hoyoverse.com/en-us/ once the game is downloaded and installed,
connect a gamepad with xinput support via USB and start the game. You will need
to create an account for the game, this has its own bugs in wine but they
belong in another bug report. You will also need to install dxvk using
winetricks.
Once in game, if the game has not lost focus so far, i.e. you haven't switched
apps with alt tab on KDE or gnome, then the gamepad should work well with the
game. But as soon as you switch apps using alt tab and then return to the game,
the gamepad stops working with the game.
--
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=56817
Bug ID: 56817
Summary: Wuthering Waves launcher doesn't know what browser to
use
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
The links for events and social media sometimes open on Chrome and other times
on Firefox even though only chrome is the default browser, i downloaded the
same installer several times and this behavior changes depending on which one
is used to install the launcher, even though they all have the same version
number, once installed the launcher only opens links in firefox or in chrome,
or doesn't work but tries to use firefox. once the launcher is installed this
behavior doesn't change, this happens even when winetricks is not installed
Steps to reproduce:
on kubuntu 24.04,
Download the wuthering waves installer from the official website:
https://wutheringwaves.kurogames.com/en/
then create a new wine prefix using winetricks, but don't change or download
anything in it
then using the winetricks menu run the installer, when the installer closes the
launcher for wuthering waves opens
then wait until the links in the launcher appear which can take up to around 10
minutes even on windows and then click on them and see which browser they open
on
then close the launcher, open the start menu on kde, search uninstall wuthering
waves then click on it and uninstall wuthering waves
then repeat these steps several times around 5 and see which browsers the links
open on, sometimes they open on chrome and other times they open on firefox, on
windows they always open on the default browser which i have set to chrome
--
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=34516
Bug #: 34516
Summary: Terragen fails to start
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45946
--> http://bugs.winehq.org/attachment.cgi?id=45946
Terminal output on Wine 1.7.2
Steps to reproduce:
1) remove ~/.wine
2) install Terragen
3) wine tgd.exe
4) click "Use free version"
Behaviour:
Wine error.
Expected behaviour:
No Wine error.
--
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=32342
Bug #: 32342
Summary: PlanetSide2 Error message and bugreport.txt and
debug.log in Steam.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
Created attachment 42683
--> http://bugs.winehq.org/attachment.cgi?id=42683
PlanetSide2 bugreport.txt
Cannot run PlanetSide 2 on x64 Fedora 17. Popuing up three similar error log
message with attached bugreport. Also attached debug.log is generated in Steam
install dir.
--
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=32715
Bug #: 32715
Summary: Running of Linux Live USB causes kernel32 to blow up
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raj(a)upadhyaya.com
Classification: Unclassified
Created attachment 43167
--> http://bugs.winehq.org/attachment.cgi?id=43167
Backtrace of blow up
I began testing Linux Live USB creator on Linux. I am running
wine version wine-1.5.18 installed via YUM on Fedora 18, using
the linux kernel 3.8.0-rc3 compiled from source from www.kernel.org.
What Linux Live USB does, is it creates a Live USB Linux USB thumb drive from
an ISO. I keep a Windows XP partition around to run this program. My hope is
to use Wine to run this program and create Linux thumb drives.
Live Linux USB should task Wine, as it looks for new updates and other
information from its web site.
Back Trace attached...
--
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=58561
Bug ID: 58561
Summary: Guildwars 2 Trading post is crashing
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: emethorst(a)gmail.com
Distribution: ---
Created attachment 79068
--> http://bugs.winehq.org/attachment.cgi?id=79068
Trading Post backlog
The problem is application specific and it local to Guildwars 2.
I can run the game just fine, but when opening the Trading Post (this is where
players sell their loot) it crashed. This means after a while of playing all
your inventory is full and you can't sell it anymore. This is kind of an issue.
I am running on the latest (freshly installed) kubuntu
uname -a gives:
Linux [My machine name] 6.14.0-27-generic #27~24.04.1-Ubuntu SMP
PREEMPT_DYNAMIC Tue Jul 22 17:38:49 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
I have installed the i386 architecture since following instructions in this
thread:
https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-b…
The only probrem being that on the
'sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386'
it gave an error that "E: Package 'libncurses5:i386' has no installation
candidate"
Would be nice if this could be fixed
--
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=46255
Bug ID: 46255
Summary: BeginUpdateResourceW should set errno on invalid
filename
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
BeginUpdateResourceW -- will return a Null handle if the filename is invalid
but will not set a proper errorno
(https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resource.c#L1…
This bug was originally reported to pywin32-ctypes
https://github.com/enthought/pywin32-ctypes/issues/59
--
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=58556
Bug ID: 58556
Summary: winhttp web socket api is not thread safe
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: linuxFTW49(a)gmail.com
Distribution: ---
WinHttpWebSocketSend and WinHttpWebSocketReceive cannot be called from two
different threads. `socket_receive` can end up calling `send_frame` which is
not thread safe when calling `socket_send` from another thread.
From the description on msdn
(https://learn.microsoft.com/en-us/windows/win32/winhttp/concurrency-in-winh…)
> The send and receive sides of a web socket are separate and may be used concurrently; an application may do a send-only operation on one thread at the same time that another thread is performing a receive-only operation.
This is a mismatch in behavior from the windows implementation of winhttp.dll
--
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=46886
Bug ID: 46886
Summary: App 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: lorkilutra(a)desoz.com
Distribution: ---
Created attachment 63962
--> https://bugs.winehq.org/attachment.cgi?id=63962
Crash
Crashing
--
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=58569
Bug ID: 58569
Summary: 32 bit video dll "smackw32" does not load under WoW64
for some reason (mac OSX, 64 bit only) (sorry, wine
works fine elsewhere, only hit this on macOSX)
Product: Wine
Version: 10.12
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chaosesqueteam(a)sogetthis.com
The widely used video codec DLL smackw32.dll, which is used by Maxis games and
other things from the fun era of PC videogaming, doesn't load for some reason
under WoW64 on MacOSX 64-bit only (ie: past 10.15 etc).
Other 32 bit apps work fine (notepad++ 32 bit compile, simcity 3000 executable
works fine, etc).
No idea why this one 32 bit dll doesn't work, but it doesn't
Reporting as it's a 32 bit item that isn't loading under WoW64: (not 16 bit
issue as mistaken for).
0640:fixme:wow:wow64_NtSetLdtEntries 1107 0488323f 0000f335 0000 00000000
00000000: stub
0640:err:module:loader_init "smackw32.dll" failed to initialize, aborting
(Note: happens on 32 bit compiled apps like: Streets of Sim .exe ,
simcopter.exe, and network enabled simcity 2000.exe (2SCN), which is 32 bit).
I tried the smackw32.dll included on the CDs, and put them in different places:
system64wow, system32, and then system.
It is also in existance alongside the exes. So every possibility was tried.
--
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=57635
Bug ID: 57635
Summary: Battle.net Launcher invisible/black with the Wayland
driver
Product: Wine
Version: 10.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)xarov.net
Distribution: ArchLinux
Created attachment 77764
--> https://bugs.winehq.org/attachment.cgi?id=77764
Black window with Wayland driver
Works fine with the X11 driver. Is completely black with the Wayland driver.
--
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=22389
Summary: Text fields in dialog box remain highlighted in IDA
Pro (maybe other Borland VCL programs?)
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.hex-rays.com/idapro/idadownfreeware.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded
from http://www.hex-rays.com/idapro/idadownfreeware.htm
In some dialog boxes, when you press Tab to cycle to the next text box, text in
the previously-active box remains highlighted. It should not.
To demonstrate, download and install the freeware IDA Pro. Load any Windows
executable into it. Click to position the cursor over any label (e.g. start),
and press N to bring up the Rename address dialog box.
Initially, the Name field is highlighted. Press Tab. The "Maximum length of new
names" field is highlighted, but the Name field remains highlighted. Pressing
Tab again causes the "Local name prefix" field to also be highlighted, with the
previous two fields staying highlighted.
Apparently IDA Pro is built using the Borland VCL (Visual Component Library),
so perhaps this issue could affect other programs too.
--
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=30581
Bug #: 30581
Summary: Dialog windows can get hidden by the main window in
IDA Free 5.0
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.hex-rays.com/products/ida/support/download_
freeware.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
IDA Pro is an interactive disassembler. A freeware version of IDA 5.0 can be
downloaded from
http://www.hex-rays.com/products/ida/support/download_freeware.shtml
I tested IDA Free with Wine 1.5.3 under Lubuntu 11.10, which uses the Openbox
window manager.
When "Allow the window manager to control the windows" is enabled in winecfg,
dialog boxes can get hidden behind the main window. The dialogs are modal, so
the main window doesn't accept any input while a dialog is open. If you
accidentally click in the main window while a dialog is open, the dialog
disappears but the main window does not accept any input.
To reproduce:
- Use winecfg to disable virtual desktop mode and enable "Allow the window
manager to control the windows" if necessary; those are the default settings.
- Download and run the IDA Free 5.0 installer.
- Run the program. Click OK at the About dialog and Go in the Welcome to IDA!
window.
- The maximised main window opens. Bring up a dialog box, e.g. by selecting
Help-> About program... or File -> Open...
- When the dialog opens, click in the main window. The dialog window disappears
behind the main window. (You can reveal it by un-maximising the main window and
moving it out of the way.)
For what it's worth, this problem doesn't happen with the IDA Pro 6.2 demo, but
that uses different GUI code (QT?).
--
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=58570
Bug ID: 58570
Summary: Running TheBat! under wine kills KDE's night colour
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 79084
--> http://bugs.winehq.org/attachment.cgi?id=79084
Console log during the complete "The Bat" session
Running the Windows mail client "The Bat!" on top of wine will crash an active
"night colour" on KDE desktop environment.
No clear why.
--
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=22522
Summary: black intro videos with smackw32.dll
Product: Wine
Version: 0.9.48.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
"Der Dieb von Burg Schreckenstein" and "5 Freunde 2 und der silberne
Turm" start with a black screen when it should show an intro video.
Audio is played normally and the app proceeds to the main menu after
the video ends. Also, pressing a key aborts the video as expected.
The video is visible on a native XP machine.
Both apps use smackw32.dll to display the video. I suppose the screen
remains black because an exception is caught soon after start.
0009:CALL smackw32._SmackDoFrame@4(008c5440) ret=0049ef3d
0009:Call winmm.timeGetTime() [a few times]
0009:Ret winmm.timeGetTime()
0009:trace:seh:raise_exception code=c0000005 flags=0 (access violation)
...
0009:RET smackw32._SmackDoFrame@4() retval=00000000 ret=0049ef3d
The sequence of smackw32 calls is:
smackw32._SmackOpen@12
smackw32._SmackCheckCursor@20
smackw32._SmackToBuffer@28
smackw32._SmackDoFrame@4
The affected video is "intro.smk". Curiously, this is the second such
sequence. The first one, opening "loads.smk" produces no exception
(but it is too short to be a video). Surprisingly, Burg
Schreckenstein's ending credits extro_[1-7].smk are rendered (these
appear to be still images without animation).
Logs are available upon request. What channels?
You may add
[Smacker]
Debug=1
to win.ini and set WINEDEBUG=+debugstr.
I've not yet written an AppDB entry for either of these 2 children apps.
"5 Freunde" is Enid Blyton's "Famous 5" or "Club des cinq".
Bug present with both Ubuntu Intrepid and MacOS, on different HW and was
observed as early as wine-0.9.48 to present.
--
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=30579
Bug #: 30579
Summary: Main window does not regain focus after dialog closes
in IDA Free 5.0
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.hex-rays.com/products/ida/support/download_
freeware.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
IDA Pro is an interactive disassembler. A freeware version of IDA 5.0 can be
downloaded from
http://www.hex-rays.com/products/ida/support/download_freeware.shtml
I tested IDA Free with Wine 1.5.3 under Lubuntu 11.10 (which uses Openbox for
its window manager). This problem only seems to occur when Wine is *not* in
virtual desktop mode.
When viewing a disassembly, if you bring up a dialog box, when the dialog
closes the disassembly does not regain focus. So if you e.g. name a routine,
you then need to click to focus the disassembly before being able to use the
cursor up/down or page up/down keys to move the view.
To reproduce:
- Use winecfg to disable virtual desktop mode if necessary.
- Download and run the IDA Free 5.0 installer.
- Run the program.
- Click New in the Welcome to IDA! window.
- Select PE Executable and click OK.
- Choose a file to open: wingraph32.exe (which comes with the demo)
- Click Next, Next and Finish in the PE Executable file loading Wizard.
- The disassembly view shows the WinMain routine.
- The disassembly has focus, so you can use the cursor keys and PgUp/PgDn to
move in it.
- Move the cursor, either with keyboard or by clicking the mouse, over a
referenced location (e.g. unk_4CC100 or unk_4BE65C).
- Press N to open the Rename address dialog.
- Type something for the name, e.g. blahblahblah and press return.
- The disassembly does not regain focus, so pressing cursor keys to move has no
effect. You need to click in the disassembly so it regains focus.
--
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=16183
Summary: Popup text is immediately overwritten by background in
IDA Pro
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded
from http://www.hex-rays.com/idapro/idadownfreeware.htm
When viewing a disassembly, if you hover the mouse pointer over a reference to
another location, a view of the instructions at that location pops up next to
the mouse pointer. You can increase and decrease its height by moving the mouse
wheel.
In Wine this does not work properly. The pop-up display is blank (just the
background colour). Moving the mouse wheel, you can see the text that should be
there, but it is immediately overwritten by the background colour.
To reproduce: download and install IDA Pro freeware version. Run the program
and open a Windows executable. Move the pointer over a reference to another
location in the program and wait for the pop-up display. Notice it is blank.
Move the mouse wheel and (hopefully) see the text being rendered but
immediately overwritten.
--
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=46963
Bug ID: 46963
Summary: Simcity2000SE Origin crashes
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
Created attachment 64114
--> https://bugs.winehq.org/attachment.cgi?id=64114
wine-staging 4.5
This is one of the free games Origin has given away. I was curious of the
working status of origin with wine so I decided to install it. I currently have
only wine-staging 4.5 installed.
Installing origin, login, downloading game - all went fine, but when I tried
to play the game wine crashes. I don't know if it is related to synging game
data into cloud or starting the game itself.
--
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=39762
Bug ID: 39762
Summary: wine iexplore cyscape.com/showbrow.asp does not load
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 53042
--> https://bugs.winehq.org/attachment.cgi?id=53042
run log
wine iexplore cyscape.com/showbrow.asp
iexplore doesn't go further than notifying the below.
"Performing an extensive browser test. Please wait... "
--
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=58568
Bug ID: 58568
Summary: Wine is not as good as it used to be. Can't run old
games we love. I'm told, as a 23 yr C programmer, this
is all "won't fix" and to get the hell out of
opensource that it's "our space now".
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chaosesqueteam(a)sogetthis.com
Distribution: ---
Wine is not as good as it used to be. Can't run old games we love. I'm told, as
a 23 yr C programmer, this is all "won't fix" and to get the hell out of
opensource that it's "our space now".
Problems are just labled "WONT FIX", and hackers are not wanted here anymore.
"WONT FIX"
"WONT FIX HAHAHAHAHHA"
etc.
Free Sofware has been brigaded and taken over, and the class of people that
actually built it up (Hackers) has been thrown out.
Now it's broken here and there and everywhere in subtle ways.
Like WONT FIX HAHAHAHA 16 bit binaries being able to run.
The installers for all Maxis games are 16 bit, even if the binary is 32.
This "feature" is intentionally "wont fix" to break wine.
Just as the mis-features the linux kernel has been adding, enabling, etc (ie no
calling a 16 bit code from 64 bit binaries) is designed to make the Hacker OS
regress to a broken state that cannot run what it could just a few years ago.
(Examples from Linux: This includes things such as that default kernel option
being enabled , to other such things as deleting ReiserFS: the first journaling
file system and a Godsend back then. It MADE linux: from a toy to a server OS.
MP3.com saved millions of dollars when it was added, for instance; but also
slightly older things like rejecting PaX/Grsecurity and then years later not
doing anything when they violated the GPL)
Every by-line and slogan is twisted to socially block improvements
"Oh well, hun, WINE is not an EMULATOR, so WONT FIX!!!!"
"but 16 bit used to work, and is essential"
"NO __HUN__ wine is not a space for hackers, BANNNED!"
Same on the LKML
Same on every "opensource" project now.
Our software ecosystem that we spent our lives programming; in whatever corner
of Free Software we were in: has been taken from us. Converted.
And the men who were the hackers; replaced.
--
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=40835
Bug ID: 40835
Summary: PulseAudio support with NetBSD
Product: Wine
Version: 1.9.12
Hardware: x86
OS: NetBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 54798
--> https://bugs.winehq.org/attachment.cgi?id=54798
Output of the compilation
Hello,
I am making a package from scratch for NetBSD using pkgsrc so my objective is
to make it fully functional whatever the user wants to use (thanks to options).
Everything is perfect EXCEPT for a problem when building with PulseAudio
support.
NetBSD 7.0.1 (GENERIC.201605221355Z) i386
--
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=58460
Bug ID: 58460
Summary: Application crashes when you run on generic video
adapter
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
For example you run Firefox on Windows with WineD3D and you have basic VBOX
graphics adapter.
096c:trace:d3d:wined3d_init Initialising adapters.
096c:trace:d3d:wined3d_adapter_gl_init adapter_gl 17DAD470, ordinal 0,
wined3d_creation_flags 0.
096c:trace:d3d:wined3d_adapter_init adapter 17DAD470 LUID 00000000:00044065.
096c:trace:d3d:wined3d_output_init output 17D84DE0, device_name
L"\\\\.\\DISPLAY1".
096c:trace:d3d:wined3d_adapter_create_output Initialised output
L"\\\\.\\DISPLAY1".
096c:trace:d3d:wined3d_adapter_init Initialised 1 outputs for adapter 17DAD470.
096c:trace:d3d:wined3d_caps_gl_ctx_create getting context...
096c:trace:d3d:wined3d_adapter_init_gl_caps adapter_gl 17DAD470.
096c:trace:d3d:wined3d_adapter_init_gl_caps GL_RENDERER: "GDI Generic".
096c:trace:d3d:wined3d_adapter_init_gl_caps GL_VENDOR: "Microsoft Corporation".
096c:trace:d3d:wined3d_adapter_init_gl_caps GL_VERSION: "1.1.0".
096c:trace:d3d:wined3d_parse_gl_version Found OpenGL version 1.1.
096c:trace:d3d:wined3d_adapter_init_gl_caps GL extensions reported:
96c:trace:d3d:parse_extension_string - "GL_WIN_swap_hint".
096c:trace:d3d:parse_extension_string - "GL_EXT_bgra".
096c:trace:d3d:parse_extension_string - "GL_EXT_paletted_texture".
096c:warn:d3d:wined3d_adapter_init_gl_caps WGL extensions not supported.
096c:trace:d3d:wined3d_adapter_init_limits Clip plane support - max planes 6.
096c:trace:d3d:wined3d_adapter_init_limits Light support - max lights 8.
096c:trace:d3d:wined3d_adapter_init_limits Maximum texture size support - max
texture size 1024.
096c:trace:d3d:wined3d_check_gl_call extension detection call ok
../wine-src-copy/dlls/wined3d/adapter_gl.c / 3691.
096c:fixme:d3d:wined3d_guess_gl_vendor Received unrecognized GL_VENDOR
"Microsoft Corporation". Returning GL_VENDOR_UNKNOWN.
096c:trace:d3d:wined3d_adapter_init_gl_caps Guessed GL vendor 0.
096c:trace:d3d_shader:shader_glsl_get_caps Shader model 2.
096c:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR
"Microsoft Corporation". Returning HW_VENDOR_NVIDIA.
096c:trace:d3d:wined3d_adapter_init_gl_caps Guessed vendor PCI ID 0x10de.
096c:trace:d3d:wined3d_guess_card Applying card selector "NVIDIA".
096c:fixme:d3d:select_card_handler Couldn't find a suitable card selector for
GL vendor 0000 (using GL_RENDERER "GDI Generic")
096c:trace:d3d:wined3d_guess_card Unrecognized renderer "GDI Generic", falling
back to default.
096c:trace:d3d:wined3d_adapter_init_gl_caps Guessed device PCI ID 0x0100.
096c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_ENUM (0x500) from
glTexImage2D @ ../wine-src-copy/dlls/wined3d/adapter_gl.c / 641.
--
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=58463
Bug ID: 58463
Summary: Clip Studio Paint 4.0 Pen proximity not handled
correctly - brushes continuing drawing when pen is
hovering
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
Assignee: wine-bugs(a)winehq.org
Reporter: gagen85826(a)binafex.com
Distribution: ---
Created attachment 78917
--> http://bugs.winehq.org/attachment.cgi?id=78917
csp pen pressure log
Using the default pen pressure out of the box with a tablet, when hovering my
pen in Clip Studio Paint under Wine 10.11 (Arch, staging), the app will
register lingering strokes and basically fails to recognize that the pen is not
in contact with the screen.
Steps to Reproduce (will need a tablet for this):
Open CSP in a clean Wine prefix
Draw with any pen, lift the pen but hover pen closely over canvas
Observe how strokes continue drawing
I've already verified through OpenTabletDriver that it registers the pen
pressure as 0 when I lift my pen from the screen. I would try to set CSP to
Tablet PC but its greyed out for me and I'm sure that Wintab is recommened for
wine programs.
Attached is a log, note the comment within the file.
--
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=58566
Bug ID: 58566
Summary: Maxis games (Simcity2000, SimCopter, StreetsofSimCity)
do not work anymore because smackw32.dll won't load,
no matter how much it's pasted all over the file
system. WoW64 (yes I know you'll just ignore this bug
as won't fix: that's how opensource is now)
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chaosesqueteam(a)sogetthis.com
Distribution: ---
This dll doesn't work on WoW: it's in the game dir, and I put it in
systemwow64, system32, and system. Doesn't work. No maxis games can run. (also
note: the 16 bit installer doesn't work at all since you don't allow 16 bit
apps in wow64 mode, only 32, so all of the games everyone is using wine for
can't be installed the normal way anymore since they use 16 bit installer
binaries)
0640:err:environ:init_peb starting L"F:\\WIN95\\SC2K\\SIMCITY.EXE" in
experimental wow64 mode
0640:fixme:wow:wow64_NtSetLdtEntries 1107 0488323f 0000f335 0000 00000000
00000000: stub
0640:err:module:loader_init "smackw32.dll" failed to initialize, aborting
0640:err:module:loader_init Initializing dlls for
L"F:\\WIN95\\SC2K\\SIMCITY.EXE" failed, status c0000005
Ok so I'll be banned now for reporting a bug
>WOW64: WONT FIX!!!
>MAXIS 16 bit installer! WONT FIX
>32 bit dll though and you got around the installer
>WONT FIX AND BANNED!!!
Opensource really sucks these days.
I liked it when I was coding with my friends 20 years ago.
This culture of bullshit didn't exist then, and ultra professionalism.
We are hackers.
Not professional software engineers.
--
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=53784
Bug ID: 53784
Summary: Core violation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlosmarchmoya(a)gmail.com
Distribution: ---
Created attachment 73273
--> https://bugs.winehq.org/attachment.cgi?id=73273
Screen shot of the problem
When i try to use wine always appear an core violation fault. I'm using Ubuntu
22.02 system.
--
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=30583
Bug #: 30583
Summary: keyboard input does not work after focus-out and
focus-in
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Classification: Unclassified
Since upgrade to wine 1.4-rc6 keyboard input does not work after focus is lost
and restored.
0) switch to focus-follows-mouse
1) run notepad
2) enter some text
3) point to another window and back to notepad
4) type
no text appears.
--
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=57262
Bug ID: 57262
Summary: Multiple Hashes Appended to URL in Embedded IE
(iexplore.exe) with Latest Gecko in Wine
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: rikul(a)inbox.ru
Distribution: ---
Created attachment 77180
--> https://bugs.winehq.org/attachment.cgi?id=77180
Test html
When using the embedded Internet Explorer (iexplore.exe) with the latest Gecko
engine, clicking anchor links (<a>) with hash fragments causes the URL to
append multiple hash values instead of replacing the existing hash.
Steps to Reproduce:
1. Use the following example HTML file:
2. Open this HTML file in the embedded Internet Explorer (iexplore.exe) within
the application.
3. Click the links in quick succession.
Expected Behavior:
Clicking on "Go to Section A" should update the URL to #sectionA.
Clicking on "Go to Section B" should update the URL to #sectionB.
The URL should not append multiple hashes (e.g., #sectionA#sectionB).
Actual Behavior:
The URL appends multiple hashes when the links are clicked, resulting in an
incorrect format (e.g., #sectionA#sectionB).
--
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=58529
Bug ID: 58529
Summary: Smartsuite 9.8 installer fails unless z: is removed
(with caveats)
Product: Wine
Version: 10.12
Hardware: x86-64
URL: https://archive.org/download/lotus-smart-suite-9.8.2-m
illennium-edition-9.8.2-2009-03-english-cd/Lotus%20Sma
rtSuite.iso
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 79002
--> http://bugs.winehq.org/attachment.cgi?id=79002
Wine 10.12 console output
The installer for Smartsuite 9.8 claims it is interrupted before it can
complete a task.
0170:err:msi:execute_command can't find executable 2
0170:err:msi:ACTION_InstallFiles Failed to copy
L"Z:\\tmp\\wine\\ss\\Lotus\\Register\\PMEMW.DLL" to
L"Z:\\lotus\\Register\\PMEMW.DLL" (3)
0170:err:msi:execute_script Execution of script 0 halted; action
L"InstallFiles" returned 1603
0170:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1603
There are two ways to work around this:
1. Remove the z: drive (and add a d: drive for the installation path) before
installation.
2. Install to my internal disk(s).
I thought it might be related to the filesystem but I tried tmpfs, btrfs and
ext4 and the result is the same.
I thought it might need to be on the same btrfs volume as Wine but installing
it on another volume works fine.
I even tried adding a label to a thumb drive (btrfs) in case that was the issue
but the result is the same - it fails no matter what when installing to the
thumb drive, unless I do 1. above.
Permissions are correctly set in all cases.
I don't know what else I can try.
Went back to Wine 8.0.1 and tried Staging 10.12 but the result is always the
same.
As can be seen from the log, the installer tries to install to the z: drive
instead of c:, unless I install to an internal drive. Remove z: and I can
install anywhere. Everything else remains 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.
http://bugs.winehq.org/show_bug.cgi?id=58257
Bug ID: 58257
Summary: CD Manipulator cannot detect the drive model name in
experimental wow64 mode.
Product: Wine
Version: 10.8
Hardware: x86-64
URL: http://www.storeroom.info/cdm/cdm270.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
CD Manipulator is a free and user-friendly tool for ripping and writing CDs,
supporting image file creation and duplication.
The drive model name should appear in the drop box to select the drive in the
main menu that appears after starting the program, but it does not appear in
new Wow64 mode. I have not tested the other features yet.
Steps to reproduce:
1. Make sure you have a physical or virtual CD/DVD drive ready.
2. Obtain cdm270.zip from http://www.storeroom.info/cdm/ .
SHA1(cdm270.zip) = 46f4cea613d199974cf1a22741f4ce92e8fef723
3. Unzip it.
4. Execute CdManipulator.exe with Wine.
5. At the first time, language selection window is shown. Choose English.
6. The main menu appears.
Expected result:
Drive model name is shown in the drop box,
e.g. (D:) VBOX CD-ROM 1.0
Actual result:
Drive model name is shown as Unknown in the drop box,
e.g. (D:) - Unknown -
--
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=37896
Bug ID: 37896
Summary: EM_SETPASSWORDCHAR ineffective when edit control does
not have WS_BORDER set
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)richardpayne.name
Distribution: ---
I have two identical edit controls with ES_PASSWORD set via EM_SETPASSWORDCHAR.
Identical, that is, apart from 1 having WS_BORDER set and the other not.
The one without WS_BORDER does not conceal its contents as it should when a
password char is specified. The one with WS_BORDER set works as expected.
--
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=58563
Bug ID: 58563
Summary: 1Password 4.6.0.604 - "block" instead of arrow down
glyph on "add" button
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 79071
--> http://bugs.winehq.org/attachment.cgi?id=79071
Correct rendering in Win11
1Password 4.6.0.604 from
https://c.1password.com/dist/1P/win4/1Password-4.6.0.604.exe
When adding an item the "Add" (here: "Ajouter") button shows a "block"
character while windows shows an arrow down glyph
--
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=38786
Bug ID: 38786
Summary: An EXE that only creates a WS_EX_TOOLWINDOW window
isn't given focus (or returned focus).
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jasonwinter(a)hotmail.com
Distribution: ---
It seems only WS_EX_APPWINDOW windows are given focus by Wine on application
startup (I.E. windows that have a taskbar button).
Windows that do not appear in the taskbar are not given focus by Wine when an
application is started. Additionally, if the user gives focus to that window
using the mouse, things like MessageBox (I.E. another window that takes focus)
do not return focus to a tool-window that last had focus. Instead, focus is
only returned to the last window which had focus and also has a taskbar button.
--
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=40255
Bug ID: 40255
Summary: Cannot delete or modify 1Password items
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhessin(a)gmail.com
Distribution: ---
While using 1Password ver. 4.6.0.604 I am unable to delete or modify any
passwords in my shared vault. The vault works perfectly fine on my windows
computer. This is the error report generated by the application: NOTE: personal
information has been removed.
Application:
> -------------------------------------------------------
> 1.1 Start Date : Sat, 5 Mar 2016 09:11:42 -0700
> 1.2 Name/Description: 1Password.exe - (1Password)
> 1.3 Version Number : 4.6.0.604
> 1.4 Parameters :
> 1.5 Compilation Date: Tue, 23 Feb 2016 13:07:31 -0700
> 1.6 Up Time : 1 minute, 5 seconds
>
> Exception:
> --------------------------------------------------------------------------
> ------------------------------------- 2.1 Date : Sat, 5 Mar
> 2016 09:12:48 -0700 2.2 Address : 005F3654
> 2.3 Module Name : 1Password.exe - (1Password)
> 2.4 Module Version: 4.6.0.604
> 2.5 Type : EAccessViolation
> 2.6 Message : Access violation at address 005F3654 in module
> '1Password.exe'. Read of address 00000004.
> 2.7 ID : 1001
> 2.8 Count : 1
> 2.9 Status : New
> 2.10 Note :
>
> Active Controls:
> ----------------------------------------------
> 4.1 Form Class : TFrm1pMain
> 4.2 Form Text : 1Password
> 4.3 Control Class: TTntListView.UnicodeClass
> 4.4 Control Text :
>
> Computer:
> -------------------------------------------------------
> 5.1 Name : #########
> 5.2 Total Memory : 3097 Mb
> 5.3 Free Memory : 1739 Mb
> 5.4 Total Disk : 913.32 Gb
> 5.5 Free Disk : 821.71 Gb
> 5.6 System Up Time: 2 hours, 1 minute, 38 seconds
> 5.7 Processor : Intel(R) Pentium(R) 4 CPU 2.40GHz
> 5.8 Display Mode : 1366 x 768, 32 bit
> 5.9 Display DPI : 96
> 5.10 Video Card : X11 Windowing System (driver )
> 5.11 Printer :
>
> Operating System:
> ---------------------------------------------
> 6.1 Type : Microsoft Windows XP (64 bit)
> 6.2 Build # : 3790
> 6.3 Update : Service Pack 2
> 6.4 Language: English
> 6.5 Charset : 0
>
--
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=37132
Bug ID: 37132
Summary: Clang Static Analyzer: Uninitialized array item
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies Uninitialized array item
File: dlls/avifil32/api.c
Location: line 1753, column 10
Description: Assigned value is garbage or undefined
#define MAX_AVISTREAMS 8
...
HRESULT WINAPI AVISaveVW(....int nStreams ....)
{
...
//Declaring 8-item array, [0..7]
PAVISTREAM pInStreams[MAX_AVISTREAMS];
...
if (nStreams >= MAX_AVISTREAMS) {
WARN(...);
return AVIERR_INTERNAL;
}
...
//Initializing first 7 items, [0..6].
for (curStream = 0; curStream < nStreams; curStream++) {
pInStreams[curStream] = NULL;
pOutStreams[curStream] = NULL;
}
...
for (curStream = 0; curStream < nStreams; curStream++) {
...
if (curStream + 1 >= nStreams) {
/* move the others one up */
PAVISTREAM *ppas = &pInStreams[curStream];
int n = nStreams - (curStream + 1);
do {
*ppas = pInStreams[curStream + 1];
//Clang: Assigned value is garbage or undefined
} while (--n);
}
...
}
...
}
In this code, an array of 8 items is declared. The code will continue executing
as long as the nStreams variable is less than 8, i.e. 7 at most. All the loops
in this function with the conditional statement (curStream < nStreams) fail to
iterate through the last item, both before its initialization and when using
it. The line Clang displayed the message on is just that very line where the
eighth item with the index 7 is taken, as the (curStream + 1 >= nStreams)
condition will be true at curStream==6 and nStreams==7. Addressing the
pInStreams[curStream + 1] array will give us the last, previously uninitialized
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.
http://bugs.winehq.org/show_bug.cgi?id=34758
Bug #: 34758
Summary: Unhandled exception: divide by zero in 32-bit code
(0x7eabe0ee). under unbuntu 12.04 wine 1.6
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Francis.Bougron(a)free.fr
Classification: Unclassified
Created attachment 46350
--> http://bugs.winehq.org/attachment.cgi?id=46350
Trace of debugger
This happens when starting "Microsoft money97 5.0.
I see bugs 33886 34451 300082.
It is probably the same thing.
--
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=57651
Bug ID: 57651
Summary: Line messenger app doesn't work correctly
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: thismailboxforspam(a)proton.me
Distribution: ---
Created attachment 77794
--> https://bugs.winehq.org/attachment.cgi?id=77794
image shows how looks wine app borders covered by another app window
I'm using wine mostly for Line messenger
(https://apps.microsoft.com/detail/xpfcc4cd725961?hl=en-US&gl=US)
Current version of Line app is 9.0.0.3339. And here is two problems with the
app
1. The app by itself is working correct, but I can't open any modal windows.
When I press a button to open a window, the app crashes with error in log:
`elf_search_auxv can't find symbol in module`.
2. The app window borders are always on top. I can't see contents of the app if
any other app is opened in front of it but window borders and border shadows
are visible anytime. Also it is possible to click borders and resize the window
by moving mouse cursor. I will attach image with Firefox browser's white
background covered by Line app borders.
These problems exists about 2~3 years on all my 4-5 PCs for all time I'm using
wine. I seen this bug at Gnome and KDE. All OSes I used are affected (Ubuntu,
Fedora, Debian). So It should be easily reproducible.
--
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=5129
--- Comment #42 from panning_gigahertz141(a)simplelogin.com ---
I recreated this again on a fresh install from comment 41. It didn't work the
first try so this is what I did to fix it:
winetricks:
Select default wineprefix
Install a Windows DLL or component
comctl32
winecfg:
Libraries tab ensure these are exactly as below
comctl32(builtin)
*comctl32(builtin,native) NOTE: this was set to native,builtin which
seemed to be the problem
Note: this time, Faststone launches from the shortcut without me having to
remove the env variables and work path.
--
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=5129
panning_gigahertz141(a)simplelogin.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |panning_gigahertz141@simple
| |login.com
--- Comment #41 from panning_gigahertz141(a)simplelogin.com ---
Thank God for you folks!
I have Faststone Viewer 5.7 working with Kubuntu 24.04 on Wayland with Wine
10.0.
unxed's script was a big help to read through but it didn't actually work for
my install. I'm far from a programmer but think it's because the install path
was Program Files x86 vs Program Files.
my steps - follow at your own peril:
install FSViewer with wine (download here:
http://web.archive.org/web/20210211222841if_/http://www.faststonesoft.net/D…)
use these steps to get/unzip the comctl32.dll:
wget
https://downloads.sourceforge.net/project/pocmin/Win%2095_98%20Controls/Win…
wine ./CC32inst.exe /T:C:\comctl32.tmp /C /Q
unzip ~/.wine/drive_c/comctl32.tmp/comctl32.tmp/comctl32.exe -d
~/.wine/drive_c/comctl32.tmp/comctl32.tmp
wine ~/.wine/drive_c/comctl32.tmp/comctl32.tmp/x86/50ComUpd.Exe
/T:C:\comctl32.tmp.1 /C /Q
copy the newly created comcnt.dll from
~/.wine/drive_c/comctl32.tmp.1/comctl32.tmp.1/ to the Faststone install
directory. For me it was /~/.wine/drive_c/Program Files (x86)/FastStone Image
Viewer/
make a backup copy of FSViewer.exe
use a hex editor (I used Jeex) to find and replace the term comctl32 and
replace with comctr32 I think there's only ONE in this file.
Run these from the terminal:
wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v comctl32 /t
REG_SZ /d builtin /f
wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v *comctl32 /t
REG_SZ /d builtin /f
This gets it actually working on a direct launch of the .exe in the
installation folder, but something is wrong with the shortcut in the App
drawer, etc. Go here: ~/.local/share/applications/wine/Programs/FastStone
Image Viewer/ and make a backup of the "FastStone Image Viewer.desktop".
Right click>properties>application and remove the environment variables and
work path fields. OK and it should now be working across the OS.
Thanks to all of you who are keeping this going. Faststone is a lifesaver for
my work flow.
--
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=58554
Bug ID: 58554
Summary: err:ole:start_rpcss Failed to start RpcSs service
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: 1685899837(a)qq.com
Distribution: ---
I was running autocad2025 on Wine10.11 and encountered err: ole: start_rpcss
Failed to start RpcSS service. After my investigation, it was found that this
submission caused ntdl: Pass the full image NT path through the server startup
information.
When I reverted back to its previous submission ntdl: Use UNICODE-SRINGs in the
main image loading helpers, it could run successfully. Then I ran autocad2025
on Wine10.12, but the error still persists.
The reason for this error is due to this submission wine10.11:ntdll: Pass the
full image NT path through the server startup information.
Specific errors:
0088:err:ole:start_rpcss Failed to start RpcSs service
0088:err:ole:start_rpcss Failed to start RpcSs service
003c:err:service:process_send_start_message service L"Autodesk CER Service"
failed to start
003c:trace:service:service_start returning 1053
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"Autodesk
CER Service" failed to start: 1053
003c:err:service:process_send_start_message service L"AdskLicensingService"
failed to start
003c:trace:service:service_start returning 1053
003c:fixme:service:scmdatabase_autostart_services Auto-start service
L"AdskLicensingService" failed to start: 1053
--
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=57433
Bug ID: 57433
Summary: Sniper Elite V2 Remastered some objects are black
rendered
Product: vkd3d
Version: 1.10
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 66cb2815f0662713c3255113255cfd7cf5e406fb
Distribution: ---
Created attachment 77427
--> https://bugs.winehq.org/attachment.cgi?id=77427
screenshot
Using NVK driver.
--
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=58553
Bug ID: 58553
Summary: VFW Capture Filter only outputs 24 bpp RGB images
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: adibtw(a)tuta.io
Distribution: ---
The VFW Capture Filter is currently hard-coded to output 24 bpp RGB images at
the first resolution listed by v4l. While this is a functional implementation,
it's very limited, and incompatible with the way many applications use the
filter. Unity, for instance, requires a 32 bpp RGB image when trying to capture
camera data, which inevitably fails, since wine can only provide 24 bpp.
The result of all of this is that camera support in wine is very hit or miss,
only functioning if the app in question happens to request a 24 bpp image, or
is designed to work with multiple image formats as output. OpenCV seems capable
of using this 24 bpp image, while libdshowcapture and Unity are unable to
--
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=58555
Bug ID: 58555
Summary: ezEngine Editor crashes: Wine aborts on call to
unimplemented function
KERNEL32.dll.ReadDirectoryChangesExW
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: slow.rock2790(a)fastmail.com
Distribution: ---
When creating a new blank project with the ezEngine Editor's launcher, wine
aborts and crashes with
wine: Call from 00006FFFFFC5A228 to unimplemented function
KERNEL32.dll.ReadDirectoryChangesExW, aborting
wine: Unimplemented function KERNEL32.dll.ReadDirectoryChangesExW called at
address 00006FFFFFC5A228 (thread 0140), starting debugger...
Verified on a pristine clean and fresh Wine 10.12 prefix.
ezEngine editor: https://github.com/ezEngine/ezEngine/releases/tag/release-25.3
1. Extract the zip file
2. From the extracted folder execute `wine Editor.bat`
3. Create a blank project
--
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=58550
Bug ID: 58550
Summary: Native host executable is run asynchronously
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: Bjoern(a)Kautler.net
Distribution: ---
Some context to understand the use-case:
I have a build that runs on CI agents running Linux.
That build runs InnoSetup through wine to build an EXE installer.
To sign the executable you can give InnoSetup a command to run (signing after
building is not possible, because there is also an uninstaller built into the
result that also needs signing.
For the signing I use JSign which cross-platform can sign executables using a
remote sign server.
JSign is a Java program.
I want to avoid provisioning a separate Windows Java Runtime just for that
task.
So I have a .bat file that translates the path of the signable file from wine
path to Linux path.
Now I need to call the host systems Java runtime with that path and wait for it
to finish.
I tried various things.
I tried like the FAQ suggests to add . to PATHEXT and just call the Linux
executable.
This works from the commandline like
wine /usr/lib/jvm/java-11-openjdk-amd64/bin/java
but also does not wait for the process to finish, if you do
wine /usr/lib/jvm/java-11-openjdk-amd64/bin/java; echo FOO
you see the FOO before the Java output.
Furthermore it does not work from inside the .bat file.
I also tried with
START /B /D . /WAIT /UNIX /usr/lib/jvm/java-11-openjdk-amd64/bin/java
This even works without manipulating PATHEXT.
But is also does not wait for the process to finish, despite the /WAIT.
It immediately returns and then further processing fails as JSign sees the file
is not signed yet after the process seemingly ended.
So it seems wine never waits for the process to end, no matter what I use but
immediately returns, making further processing impossible.
--
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=58535
Bug ID: 58535
Summary: ITNConverter show no Map from openstreetmap.org and
iexplore show no map from openstreetmap.org
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitaleid(a)gmx.de
Distribution: ---
Created attachment 79021
--> http://bugs.winehq.org/attachment.cgi?id=79021
ITNConverter https://github.com/Benichou34/itnconverter in wine-10.12 on
Kubuntu 25.04 with KDE-Plasma 6.3.4 it don't show the openstreetmap
ITNConverter show no Map from openstreetmap.org and iexplore show no map from
openstreetmap.org
iexplore from wine don't show the map from openstreetmap.org too.
--
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=46256
Bug ID: 46256
Summary: EndUpdateResourceW should set errno on invalid handle
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
EndUpdateResourceW -- will return False if the handle is invalid but will not
set a proper
errorno(https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resou…
This bug was originally reported in pywin32-ctypes
https://github.com/enthought/pywin32-ctypes/issues/59
--
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=42298
Bug ID: 42298
Summary: err:clipboard:convert_selection Timed out waiting for
SelectionNotify event
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Although I'm a fan of the "console messages are not bugs" this is a little
annoying, it can repeat several times. Happens under heavy CPU/IO usage and
will repeat until CPU/IO goes back to "normal", this is the impression I have,
it could be something else.
It is sort of easy to reproduce and it is NOT present since the patch that
moved stuff ( http://source.winehq.org/git/wine.git/commitdiff/7d0ddff2 ), it
was something that was changed later I believe started less than 2 months ago.
I can try bisecting but it will take some time so if anybody (Julliard) has a
hint it will be better.
Am I the only affected?
--
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=48795
Bug ID: 48795
Summary: Patches website mishandles HTML attachments
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Here is an example:
https://source.winehq.org/patches/data/181590
Created from:
https://www.winehq.org/pipermail/wine-devel/2020-March/162581.html
This typically happens with replies to patches:
* In the plain text version the diff is prefixed with "> " characters so it is
not recognized as a patch.
* But in the HTML version or the email the quoting is done through HTML tags
which typically leave "+++" at the start of the line. As a result the HTML part
can look like a patch.
But it could also happen if someone sends a patch in an HTML-only email (e.g.
due to a mail client misconfiguration).
The TestBot normally ignores HTML attachments (see NewPatch() in Patches.pm).
But when patches go through the patches website the TestBot does not have
access to the raw email. Instead it gets the files prepared by the patches
website as in the first link. Such files erase the distinction between the
plain text and HTML part and so mislead the TestBot into creating a job.
--
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=44875
Bug ID: 44875
Summary: Eve Online crash: Program error and trace files
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: enslinpj(a)gmail.com
Distribution: ---
Created attachment 60942
--> https://bugs.winehq.org/attachment.cgi?id=60942
Program Error reported initially
Eve Online crashes with program error on my 2017 iMac which is running MacOS
High Sierra. I have included a screen capture of the error as well as the
error log.
I am using the software as downloaded from the Eve Online site - and have made
no amendments to the Wine software
--
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=37948
Bug ID: 37948
Summary: EVE Launcher crashes when importing/exporting patches
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex_y_xu(a)yahoo.ca
Distribution: Gentoo
Created attachment 50555
--> https://bugs.winehq.org/attachment.cgi?id=50555
Wine backtrace
Steps to reproduce:
Step 1: wine eve.exe
Step 2: Press gear icon, go to Patches.
Step 3: Press Import or Export.
Expected results:
Dialog opens.
Actual results:
Launcher crashes.
The bug can be reproduced after installing EVE without a subscription
(http://www.eveonline.com/), but it is quite a large download (~5 GB).
--
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=42492
Bug ID: 42492
Summary: EVE Online cannot be started
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomsk.slovak(a)gmail.com
Distribution: ---
Created attachment 57358
--> https://bugs.winehq.org/attachment.cgi?id=57358
Crash log from EVE Online
After start EVE Online launcher, it 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=49672
Bug ID: 49672
Summary: Mesen Nes Emulator Crashes on Startup
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xsonesbackup(a)gmail.com
Distribution: ---
Created attachment 67912
--> https://bugs.winehq.org/attachment.cgi?id=67912
Crash info - backtrace.txt
Mesen NES emulator crashes on startup (does not load)
I think my wine version is 2.21 not sure though.
--
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=42295
Bug ID: 42295
Summary: Loaded TurboCAD Delux 2D/3D into WINE. Appeared to
load normally, but when attempted to run program
received a critical error problem and the program shut
down. Attached is the back trace that was provided.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rsmach.rl(a)gmail.com
Distribution: ---
Created attachment 57016
--> https://bugs.winehq.org/attachment.cgi?id=57016
Report or error occurance that was generated when attempting to run the
program.
The program is set to run in a Windows 7 environment and was attempting to run
in Wine. The program is a computer aided design, TurboCAD Deluxe 2D/3D v. 20.
Loading of the program went smoothly but a critical error occurs when the
program is started,
--
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=58054
Bug ID: 58054
Summary: concurrent modifications of C++ collection during
iteration
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christophgil(a)gmail.com
Distribution: ---
Deleting elements from a C++ collection during iteration is not allowed.
This is a frequent programming error which goes unnoticed.
It is not reported as a runtime error and tolerated on native Windows, while
it causes page faults in Wine.
This bug in Windows executables may be reason why programs fail on Wine.
Suggestion: Please report this as a runtime error and/or
make the runtime lib tolerant.
--
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=18562
Summary: foxtrader crash with page fault (regression)
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xrfang(a)gmail.com
Created an attachment (id=21225)
--> (http://bugs.winehq.org/attachment.cgi?id=21225)
log messages
FoxTrader (http://wizard.stock.hexun.com/webtornado/download/SetupGold.exe)
crashes with page fault, please see log.
Note
1. This is a regression
2. The program is Chinese, and it needs MFC42.DLL.
--
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=41157
Bug ID: 41157
Summary: DX11 game "Heretics" crashes with an error message
after game menu is loaded
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 55378
--> https://bugs.winehq.org/attachment.cgi?id=55378
Heretics crash screenshot
When you run "Heretics" using WineD3D on Windows you recieve an error message.
Here is a link where you can find Heretics binaries and sources.
https://zachhoefler.com/portfolio/heretics/
Can somebody test it on Linux?
--
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=44344
Bug ID: 44344
Summary: A serious bug with the program sparkchess
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sander.lagas(a)ziggo.nl
Distribution: ---
The game was installed and then it said there is a serious problem
--
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=48744
Bug ID: 48744
Summary: Crash on installation of Dynacadd 98
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmcnally(a)mcnally.ca
Distribution: ---
Created attachment 66637
--> https://bugs.winehq.org/attachment.cgi?id=66637
backtrace.txt is the file produced when the installation of Dynacadd 98
stopped. If useful I can supply the Dynacadd 98 program. Plase advise how to do
the supply.
Crash on installation of Dynacadd 98
--
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=41919
Bug ID: 41919
Summary: Regression : impossible to finish installation of
Indiana Jones The Original Trilogy
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fevrier.simon(a)gmail.com
Distribution: Ubuntu
Ubuntu 16.10
It seems the regression appear between Wine 1.7.18 and 1.7.29.
Normally, no problem
Regression : a pop up window say "Insert the disk : 1" but the disk is inserted
Nothing different between versions in the poor logs.
The regression page say to test with the latest code. I will try but I don't
think it will be useful. For a "git bisect" method : too expensive for my
computer, but I will try to have a look at the commits' information.
It doesn't work In wine 1.9.24.
--
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=54964
Bug ID: 54964
Summary: i facing this bug
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: hoichan62(a)gmail.com
Distribution: ---
Created attachment 74492
--> https://bugs.winehq.org/attachment.cgi?id=74492
microsoft program
when install microsoft edge it shows this look this issue.
--
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=40994
Bug ID: 40994
Summary: Exits only from pull-down menu, then reports error.
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslarkin(a)aim.com
Distribution: ---
Created attachment 55155
--> https://bugs.winehq.org/attachment.cgi?id=55155
Program error dump after program exit
I can't exit by clicking on the 'x' in the red circle in the upper left corner
of the app window. I also can't exit by right-clicking on the Wine icon in my
Launcher bar, and clicking 'Quit'. The only way to exit is by clicking the
app's 'Settings' pull-down menu, then clicking 'Exit'.
After an apparently successful exit, I get an error window with the attached
bactrace.txt file.
--
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=42721
Bug ID: 42721
Summary: Freezing
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marshall.lee.feather(a)gmail.com
Created attachment 57701
--> https://bugs.winehq.org/attachment.cgi?id=57701
the log it gives displays to me when it freezes up
about on average it freezes up 4 or five times a day during a 10 hr play. and
then this box pops up giving me info which i uploaded below. This started just
in the last week. have been playing for a year on same systems. Thanks guys
for all the hard work you put into this game for us. just hope i can play more
without more problems.
--
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=42610
Bug ID: 42610
Summary: EVE-Online crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m4xch3(a)gmail.com
Created attachment 57555
--> https://bugs.winehq.org/attachment.cgi?id=57555
This is bureport from the game
Periodically, during the game, the client falls. This often happens when
loading a large number of ships and departing from the station or with the
rapid opening of gaming windows.
--
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.