https://bugs.winehq.org/show_bug.cgi?id=45723
Bug ID: 45723
Summary: Occlusion queries always flush (Overwatch)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
Distribution: ---
While investigating the D3D performance of Overwatch, one issue that I
identified is that Wine does not support queries without flushing. Part of the
problem is that while GetData (directx9+) supports passing a flag to control
flush, the OpenGL equivalent, glGetQueryObject, has no such flag.
The result is that Wine currently introduces a lot of flushes if the original
program uses a lot of queries each frame.
I wrote a sample implementation that uses query buffer objects to prevent the
flush. This also allowed me to query for the occlusion query result on the main
thread instead of the cs thread, because it is now just reading from a mapped
buffer instead of an OpenGL call. The result was a significant improvement
(~30%) in fps in my test area, though mileage may vary.
--
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=44474
Bug ID: 44474
Summary: Script fails to Run function GetStringValue
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 60423
--> https://bugs.winehq.org/attachment.cgi?id=60423
Sample VB Script.
Run using the following.
wine wscript GetObject.vbs
This cause an error message to appear.
Object doesn't support this property or method 'oReg.GetStringValue'
--
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=43898
Bug ID: 43898
Summary: Steam: Crashes after regaining focus when in Steam
Guard email code window
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.hadar.uberspace.de
Distribution: ---
Steps to Reproduce:
1. Create a new wineprefix
2. Install steam
3. Launch steam
4. Enter login credentials
5. Proceed to Steam Guard dialog where email code is required
6. Switch focus to email program
7. Switch back to Steam
Expected Result:
Steam should continue functioning as though nothing happened.
Actual Result:
Steam emits a sound and crashes.
--
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=28267
Summary: winhttp tests fail if ISP has a catch-all dns failure
page
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
ws2_32's sock.ok used to fail like this
sock.c:1833: Test failed: gethostbyname("someweirdandbogusname") succeeded.
if your ISP returns success for failed DNS lookups (and points you to
its own error page).
It no longer does; see the comment added by
d88ee55e686c647b372d82c1349b06205561878a.
But winhttp/winhttp.ok now fails in that case.
http://www.winehq.org/pipermail/wine-patches/2011-August/105358.html
proposes making the failure message explain how to fix it.
But given that ws2_32's tests no longer depends on DNS lookups being able
to fail, maybe winhttp's tests shouldn't, either.
--
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=42677
Bug ID: 42677
Summary: [Black Desert Online] - An error occurred while
downloading file. (errorcode : 12006)
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jason.bagavatsingham(a)gmail.com
Distribution: ---
Created attachment 57633
--> https://bugs.winehq.org/attachment.cgi?id=57633
Wine log +wininet
*Found:*
After opening the Launcher for Black Desert Online user is presented with the
following error message: "An error occurred while downloading file. (errorcode
: 12006)". Dismissing the prompt closes the launcher.
*Steps to reproduce:*
1. Download the latest Black Desert Online Installer
(akamai-gamecdn.blackdesertonline.com/live001/game/download/setup/BlackDeser…).
2. Launch the installer and proceed through the install wizard (WINEARCH=win32
WINEPREFIX=~/.wine32 wine BlackDesertOnlineSetup_20170227_1013.exe).
3. Observe the Launcher upon completion of the Wizard.
*Actual Results:*
User is presented with an error message and game downloads stops.
*Expected Results:*
No errors occur and game data downloads.
*Reproduction Rate:*
5/5.
*Notes:*
On occasion the Launcher will begin to download the games Binaries, but always
fails when attempting to fetch BlackDesertOnline369.bcab
(akamai-gamecdn.blackdesertonline.com//live001/game/download/059/BlackDesert…).
See game log.
*Environment:*
wine-2.3
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32441
Bug #: 32441
Summary: winhttp winhttp test changes proxy setting in Windows
8
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
To reproduce:
At an admin terminal, run "netsh winhttp show proxy". This should show no proxy
(use "netsh winhttp reset proxy" to reset it).
Run "winhttp_test.exe winhttp".
Run "netsh winhttp show proxy". It now shows a proxy of "foo" and a bypass list
of "foo".
--
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=45891
Bug ID: 45891
Summary: Steam crashes at launch with
"GetQueuedCompletionStatusEx() failed: 120" error
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gijsvrm(a)gmail.com
Regression SHA1: f1be5c7861a43a363b202857014eb49dc5e53acc
Distribution: ---
Pop-up window message: Steam - Error "GetQueuedCompletionStatusEx() failed:
120"
--
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=45976
Bug ID: 45976
Summary: MHO Benchmark fails to compile shader on NVIDIA gpu
Product: Wine
Version: 3.17
Hardware: x86-64
URL: https://www.guru3d.com/files-details/monster-hunter-of
ficial-benchmark-download.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
Distribution: ---
Created attachment 62535
--> https://bugs.winehq.org/attachment.cgi?id=62535
Patch
After switching to a NVIDIA GPU, my test program of choice, Monster Hunter
Online Benchmark, started to fail horribly.
The root cause is a shader compilation failure when a tessellation shader uses
gl_PrimitiveID. Specifically, on NVIDIA, if the tessellation shader uses
gl_PrimitiveID then the packed input/output limits must be 31, instead of 32.
Patch is attached, though it just lowers the limit to 31 instead of basing it
on whether gl_PrimitiveID is used or not.
--
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=6277
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |browseui
--
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=5102
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |browseui
--
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=5102
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.linkomp.pl/downl
| |oad/pity2005ngsetup.exe
Component|shell32 |-unknown
CC| |focht(a)gmx.net
Summary|Acces violation at address |PITy 2005 crashes due to
|7F539166 in module |missing support for
|shell32.dll. Read of |browseui 'ACLMulti', CLSID
|address 0000000 |'{00BB2765-6A77-11D0-A535-0
| |0C04FD7D062}'
--
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=6277
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |https://download.komputersw
| |iat.pl/biuro-i-praca/pit-y/
| |pity-2005
Summary|Access violation in |PITy 2005 1.0.1.42 crashes
|shell32.dll in PITy |due to missing support for
| |browseui 'ACLMulti', CLSID
| |'{00BB2765-6A77-11D0-A535-0
| |0C04FD7D062}'
Fixed by SHA1| |7206e1067378230648f7168690d
| |30088cdb80323
Keywords| |download
CC| |focht(a)gmx.net
--
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=23755
Summary: Everquest 2 streaming client: LaunchPad.exe crashes
with unhandled exception
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fennecfanatic(a)gmail.com
Created an attachment (id=29774)
--> (http://bugs.winehq.org/attachment.cgi?id=29774)
output of 'wine LaunchPad.exe'
After downloading and launching the Everquest 2 streaming client, it displays a
blank gray window for about two minutes (see logs) and a second window with
just the SOE logo in it, then crashes with an unhandled exception.
The program works correctly when tested against Windows XP Pro SP3.
Note: An Everquest 2 account is NOT needed to work on this bug, as it occurs
prior to login.
The program is available here:
http://launcher.station.sony.com/games/eq2/live/launcher_setup.exe
--
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=42692
Bug ID: 42692
Summary: Cannot run 1Password 6.4.377 due to missing entry
GetSystemInfo
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: brandon(a)mintern.net
Distribution: ---
Created attachment 57660
--> https://bugs.winehq.org/attachment.cgi?id=57660
Debugger stacktrace of crash
The latest 1Password version (https://1password.com/downloads/ non-standalone)
crashes immediately after startup. The initial screen "Sign in" screen comes
up, but before anything else can be done, it crashes with:
Unhandled Exception: System.EntryPointNotFoundException: Unable to find an
entry point named 'GetSystemInfo' in DLL
'api-ms-win-core-libraryloader-l1-1-0'.
at
Microsoft.Data.Sqlite.Utilities.NativeLibraryLoader.GetSystemInfo(SYSTEM_INFO&
lpSystemInfo)
...
I'm running wine-2.4 (Staging) with the current winetricks, and I've
successfully installed dotnet461. (I had a different error before I did that.)
I don't have a strong understanding of Windows/WINE programming, but I checked
out the source and noticed that GetSystemInfo is defined by
api-ms-win-core-sysinfo; I'm not sure why it's being fetched via
api-ms-win-core-libraryloader.
I'm attaching the stacktrace as given by the debugger. I'm happy to provide any
other information I can.
--
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=45954
Bug ID: 45954
Summary: Crash when launching program [Unhandled exception:
page fault on read access to 0x00000010 in 32-bit
code]
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abhijit.deshpande(a)revamp.in
Created attachment 62500
--> https://bugs.winehq.org/attachment.cgi?id=62500
Crash Log
1. Download the application setup from (You don't need authentication to
install)
https://prowessiq.cmie.com/kommon/bin/sr.php?kall=wdlprowiq
2. Using WineBottler 2.0 (Beta) on macOS Mojave, use the defaults to setup the
application.
3. Launch the application
>> CRASH <<
Unhandled exception: page fault on read access to 0x00000010 in 32-bit code
(0x4a30a0a4).
--
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=42820
Bug ID: 42820
Summary: The Witness: MSAA causes black screen
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
Created attachment 57887
--> https://bugs.winehq.org/attachment.cgi?id=57887
hack patch
The multisampling option (enabled by default) is causing black screen. Józef
has made a hack patch (in bug 40508 Comment 18 , attached here for
convenience), but a proper solution is needed.
--
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=36775
Bug ID: 36775
Summary: Rise of the Triad (2013) Unhandled exception
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ptrampau(a)gmail.com
Created attachment 48838
--> https://bugs.winehq.org/attachment.cgi?id=48838
backtrace output
Rise of the Triad (http://store.steampowered.com/app/217140/) crashes directly
after launch with exeption.
backtrace attached
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42300
Bug ID: 42300
Summary: DX-Ball - Fullscreen doesn't redraw
Product: Wine
Version: 2.0-rc6
Hardware: x86
URL: http://www.blitwise.com/Scorched_Reality/DXBall19.EXE
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The game works fine with virtual desktop, but in fullscreen it doesn't redraw.
The sounds play, but the screen isn't updated and only shows the earliest part
of the menu.
Using mesa 13.0.3 with a Radeon R9 285.
--
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=45935
Bug ID: 45935
Summary: Race condition in implementation of MoveFile,
MoveFileEx, MoveFileWithProgress
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: joshudson(a)gmail.com
Distribution: ---
When using MoveFile (or any of its variants) to make unique file names, there
is a race condition when two threads do so in the same directory.
We have commercial software that tries to do this.
path.c, line 1373 reads
if (rename( source_unix.Buffer, dest_unix.Buffer ) == -1)
Correct code:
if (renameat2( AT_FDCWD, source_unix.Buffer, AT_FDCWD, dest_unix.Buffer,
(flag & MOVEFILE_REPLACE_EXISTING) ? 0 : RENAME_NOREPLACE ) == -1)
but you'll have to do a feature test for renameat2.
--
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=45953
Bug ID: 45953
Summary: CIMCO Edit 8.01.01: backplot issue
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unknownthrill814(a)gmail.com
Distribution: ---
Created attachment 62498
--> https://bugs.winehq.org/attachment.cgi?id=62498
log of the CIMCOEdit work
When you try to check your program in backplot window it doesn't draw the
toolpath lines: nor the linear moves and dry runs (like G0 or G1 on fanuc like
system), nor arclines (like G2 or G3 respectively).
This is what actually now
https://pictr.com/images/2018/10/08/0SGqiv.png
This is what should be
https://pictr.com/images/2018/10/08/0SGtIV.jpg
Graphics: Nvidia 840m with 384.130 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=11423
Summary: Canon Digital Photo Professional (DPP) upgrader crash
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erasmo(a)erasmix.net
Created an attachment (id=10553)
--> (http://bugs.winehq.org/attachment.cgi?id=10553)
full crash output
After successfully installing DPP I tried to install the upgrade package, which
ships as an executable (DPP320_EN.exe). When I run it, it brings up a dialog
with a progress bar that says: "Extracting Files...". Then it crashes with:
fixme:process:IsWow64Process (0xffffffff 0x34dcc8) stub!
wine: Unhandled page fault on read access to 0x00000020 at address 0x4210d3
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004210d3).
--
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=8894
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |winex11.drv
--
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=14861
Summary: Nokia Suite installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nds1.nokia.com/files/support/global/phones/softwa
re/Nokia_PC_Suite_rel_7_0_7_0_eng_us_web.exe
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15404)
--> (http://bugs.winehq.org/attachment.cgi?id=15404)
crash log
A user reported trouble with this installer in appdb. There are already 2 bugs
opened for older versions of Nokia Suite , but this one seems to behave
differently, as it crashes right away, somewhere along SetDIBits
As this looks like a regression, i'm currently trying to find the evil patch
--
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=35198
Bug ID: 35198
Summary: cannot open torch browser
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shabnam.aarifa(a)gmail.com
Classification: Unclassified
Created attachment 46950
--> http://bugs.winehq.org/attachment.cgi?id=46950
i cannot open the successfully installed torch set up
i cannot open the torch browser after successfully installed it.
--
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=3866
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |45950
--
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=2082
Arthur Țițeică <arthur.titeica(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|arthur.titeica(a)gmail.com |
--
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=18906
Summary: when printing within tilt and wrap application, the
program crashes
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: rasapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uwe.koch(a)opticakoch.cl
While running from the command line, when I click on the print button, I get a
"run-time error 482" message: Printer error! After clicking ok in the dialog
box, the application crashes.
Error in command line says:
uwe@koch-laptop:~$ wine tiltandwrap.exe
fixme:win:LockWindowUpdate (0x10046), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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=12690
Summary: Internet Explorer 7 is falling after start on unhandled
exception.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.microsoft.com/download/3/8/8/38889DC1-
848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: petr.dlouhy(a)email.cz
Download Internet Explorer 7 installator, unpack it with cabextract, and run
iexplorer. Internet Explorer shows two error messages, and then after a while
(the main window is wisible) fall down on unhandled exception.
The exception is thrown in rpcrt4/ndr_stubless.c in function NdrClientCall2 on
line 587. If I comment out the RpcRaiseException call, the Explorer is not
falling anymore (but not working much).
--
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=11725
Summary: Mathematica 5.1 fails on installing
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
I have placed the test for this on the appdb site.
Steps to Reproduce:
- cd to CDROM/AUTORUN
- wine autorun.exe
- Clic on install. It start to uncompress the installer.
- After the installer get uncompressed it shows the error and closes:
Title: InstallShield
Error: 1607: Unable to install InstallShield Scripting Runtime.
fixme:advapi:RegisterEventSourceW ((null),L"MsiInstaller"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x34b9fc,(nil)):
stub
err:eventlog:ReportEventW
L"=====================================================\r\nException code:
C0000005 ACCESS_VIOLATION\r\nFunction:
0x3\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000
EBX:76438B16 ECX:0034BA38 EDX:00000031 ESI:0034BCC0
EDI:0034BE40\r\nCS:EIP:0023:00000003 "...
err:eventlog:ReportEventW L""
Also it takes a some seconds to close the process.
--
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=24994
Summary: winecfg does not work
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
When I try "winecfg" in the terminal i get the following error:
[root@Banjo Benji]# winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684363f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684363f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
Funnily enough, when i try to change the settings via gui it does work. But
however i think this an critical damage in wine. So i have already done "yum
remove wine" and "yum remove wine-core" and finally "yum install wine". But
also this did not work. The same failure occured again.
--
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=24996
Summary: cannot install components via winetricks
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
I have tried to install "dirctplay" via winetricks but it didn´t work. Here is
the failure:
[root@Banjo Benji]# sh winetricks
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x681683f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x681683f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x681683f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684313f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684313f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684313f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\cmd.exe" failed, status 80000100
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
[root@Banjo Benji]#
To solve this problem i have already tried "yum remove wine" and "yum remove
wine-core" and finally "yum install wine". But this didn´t work either. Hope
anyone can help me.Thx.
--
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=45941
Bug ID: 45941
Summary: office 2010 stay in the foreground
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tux(a)yopmail.fr
Distribution: ---
Created attachment 62474
--> https://bugs.winehq.org/attachment.cgi?id=62474
Capture
Hi
when I run On Xubuntu 18.04, word, excel or powerpoint 2010, and I minimize
them, they do not go in the taskbar but stay in the foreground ...
Thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30452
Bug #: 30452
Summary: Reaper 3.672 will not start
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)drealm.info
Classification: Unclassified
Created attachment 39811
--> http://bugs.winehq.org/attachment.cgi?id=39811
Error reporter output
Invoking reaper.exe results in display of the splash screen, the main window
and a dialog asking whether to check sound driver settings. Picking either
option results in a crash.
This version of reaper is known to have been working under wine 1.3.x.
Initial testing was without wineasio. The same error occurred once (a 1.3.x
version of) wineasio was installed.
--
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=43607
Bug ID: 43607
Summary: Akiba's Trip Undead & Undressed: Unhandled exception
page fault on read access
Product: Wine-staging
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lockert.fredrick(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59023
--> https://bugs.winehq.org/attachment.cgi?id=59023
Terminal Output
Akiba's Trip Undead & Undressed crashes when the Play button is pressed in the
game launcher, which results in an unhandled page fault.
--
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=45902
Bug ID: 45902
Summary: Yakuza 0 fails on startup
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pythonvisa(a)protonmail.com
Distribution: ---
Created attachment 62428
--> https://bugs.winehq.org/attachment.cgi?id=62428
backtrace of wine error
When Steam is launched via Wine, and then Yakuza 0 via Steam, Wine crashes
while trying to start Y0.
--
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=45845
Bug ID: 45845
Summary: Microsoft Office 2010: installer crashes at the
beginning of the installation process
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: yaroslav.cpp(a)gmail.com
Distribution: ---
Created attachment 62317
--> https://bugs.winehq.org/attachment.cgi?id=62317
Backtrace and CLI-output that were received during installation process
Debian 9.5 Stable (64 bit)
Wine-Development v3.16
Clean Windows 7 prefix (32 bit)
Starting with version 3.15, the MS-Office 2010 crashes during installation (at
the beginning, but not immediately after starting). On Windows XP prefix the
same situation.
--
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=2716
ozyol <ozyol62(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ozyol62(a)hotmail.com
--
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=45924
Bug ID: 45924
Summary: Text appear trimmed on some controls
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
Created attachment 62453
--> https://bugs.winehq.org/attachment.cgi?id=62453
Video
Text gets truncated if attempt to resize window or control.
Reproduced everywhere, even with built in task manager app or wineconfig..
Video attached.
It seems something goes wrong on calculation control size afterwards.
ubuntu 18.04 lts, wine 3.17.
--
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=15472
Summary: iexplore: cannot open links in a new window
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Minor, but when using iexplore/gecko, opening links in a new window is
unimplemented. Only terminal output is:
fixme:shdocvw:DocHostUIHandler_ShowContextMenu default action not implemented
fixme:mshtml:OleCommandTarget_Exec unsupported nCmdID 2137 of CGID_MSHTML group
--
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=43124
Bug ID: 43124
Summary: FlashWindowEx: WM_NCACTIVATE behavior is incorrect
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gamax92(a)aol.com
Distribution: ---
Created attachment 58328
--> https://bugs.winehq.org/attachment.cgi?id=58328
FlashWindowEx dwFlags parameter tests
Depending on the dwFlags parameter, FlashWindowEx may send a WM_NCACTIVATE
message with the wrong wParam value. Some flags should not send a WM_NCACTIVATE
message at all.
Attached is a document I've made from testing FlashWindowEx with various flags
and having the window active/inactive.
This issue seems to be related to Overwatch losing focus on respawn, it calls
FlashWindowEx with dwFlags = 0xE (FLASHW_TIMERNOFG + FLASHW_TRAY), which
according to my tests should send a WM_NCACTIVATE message with 1, but wine
sends 0 instead. Forcing FlashWindowEx to send TRUE instead did resolve the
loss of focus.
--
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=24576
Summary: Final Fantasy XIV: Live Client Launch Fails
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.finalfantasyxiv.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: senjion(a)gmail.com
I was able to get the client installed easily just running the installer
through wine, patching was an issue as it seems to have been in Beta, however
after the install I copied in an already patched version of the game which
allowed me to get past the Version Check and patching process.
Now when running ffxivboot.exe the game loads the Login Screen properly. I can
enter credentials and it logs in fine and then goes to the Launcher page.
On the Launcher Page I can get into Account Management just fine, however if I
click on the big red "Play" button nothing happens, it seems like the Launch
page just refreshes.
After logging in I tried leaving the Launcher page up and just executing
ffxivgame.exe however it acts like it is trying to launch and then simply
crashes.
Wine Configuration has Audio set to OSS instead of ALSA.
All graphics in ffxiv config are set to the lowest possible settings.
I have tried with both Hardware Mouse enabled and disabled via ffxiv config,
and with sound enabled and disabled aswell.
If there is any data I can collect to assist in troubleshooting let me know.
--
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=9154
zzzzzyzz(a)hacari.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zzzzzyzz(a)hacari.org
--
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=45900
Bug ID: 45900
Summary: Heroes of Might&Magic 5 chrush when starting a combat
Product: Wine-staging
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qreker12(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62419
--> https://bugs.winehq.org/attachment.cgi?id=62419
backtrace
Game crushing when starting a combat.
May be related with camera position.
--
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=2082
--- Comment #171 from Saulius K. <saulius2(a)gmail.com> ---
The Devilution project is trying to restore the original source code of Diablo
(1). As it widened focus from the main .exe file to include diabloui.dll too,
during a cleanup [5] of the latter it encountered IMO a quite insightful
screenshot [6] showing usual WinAPI contols drawn over the DDraw surface (if I
get it right).
Not that it helps finding a solution to this bug very much – just somewhat
technical fun.
[5] https://github.com/diasurgical/devilution/pull/300
[6]
https://camo.githubusercontent.com/6636ae49e627291fa3ef67536c75b05f9b50df8f…
--
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=14601
Summary: Easter egg of WinRAR do very slow speed of application
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
In About window you can see logo (icon) and logo (WinRAR word on the sea).
First logo is in 16 colors, this is strange: in Windows this is full-colored.
Double clicking do easter egg: it jump to down of window! Double clicking on
second logo (big WinRAR word) can do second easter egg, but it make very small
speed of application! Double click fix this.
--
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=45815
Bug ID: 45815
Summary: FamiTracker etc. use much more CPU in Wine than
Windows
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
Famitracker 0.4.6, 0CC-Famitracker 0.3.14.5, and j0CC 0.6.0a (forks of the same
MFC-based codebase) use around 60% of a single CPU core (with WINEDEBUG=-all)
when idling, and causes my laptop fan to spin up. It uses significantly less
than that when idling on Windows (16-32% of a core, corresponding to 4-8% of
four cores in taskmgr).
Famitracker: http://famitracker.com/files/FamiTracker-v0.4.6.zip
Tested on 3.14 and 3.15 and 3.15-staging, and in a clean WINEARCH-win32
wineprefix.
--
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=3952
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=45910
--
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.