http://bugs.winehq.org/show_bug.cgi?id=18097
Summary: Missing extrac32.exe tool causes some prerequisite
installers to fail (msjavx86.exe)
Product: Wine
Version: 1.1.19
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=1dacdb3d-50d1-41b2-a107-fa75ae960856&di
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while testing old stuff, I noticed some installers require "extrac32.exe"
utility present in system32.
An example is the M$ Java VM prerequisite installer "msjavx86.exe" from
M$ Visual C++ 6.0 and Embedded Visual C++ 4.x.
Due to missing extrac32.exe:
--- snip ---
002b:Call user32.SetDlgItemTextA(00060034,000003e9,0033f2e0 "Installing
Component: XML Classes") ret=00401392
...
002b:Call KERNEL32.CreateProcessW(00000000,0033ced4
L"C:\\windows\\system32\\extrac32.exe /c /y
C:\\windows\\temp\\IXP000.TMP\\xmldso.cab
C:\\windows\\Java\\Classes\\xmldso.cab",00000000,00000000,00000000,04000200,00000000,00150440
L"C:\\windows\\temp\\IXP000.TMP",0033ce60,0033ce50) ret=714d15da
...
002b:Call KERNEL32.CreateProcessW(00000000,0033ced4 L"rundll32
C:\\windows\\system32\\msjava.dll,JavaPkgMgr_Install
C:\\windows\\Java\\classes\\xmldso.cab,0,0,0,0,4,42",00000000,00000000,00000000,04000200,00000000,00150450
L"C:\\windows\\temp\\IXP000.TMP",0033ce60,0033ce50) ret=714d15da
--- snip ---
failure later:
--- snip ---
002b:Call KERNEL32.CreateProcessW(00000000,0033ced4 L"rundll32
C:\\windows\\system32\\msjava.dll,JavaPkgMgr_Install
C:\\windows\\Java\\classes\\xmldso.cab,0,0,0,0,4,42",00000000,00000000,00000000,04000200,00000000,00150450
L"C:\\windows\\temp\\IXP000.TMP",0033ce60,0033ce50) ret=714d15da
...
0047:CALL msjava.JavaPkgMgr_Install(<unknown, check return>) ret=601d6475
0047:Call KERNEL32.lstrcpynA(0033fa90,0012fd48
"C:\\windows\\Java\\classes\\xmldso.cab,0,0,0,0,4,42",00000023) ret=00500bf4
...
0047:Call KERNEL32.GetFullPathNameA(0033fa90
"C:\\windows\\Java\\classes\\xmldso.cab",00000105,0033f880,0033fd10)
ret=005012e8
0047:Ret KERNEL32.GetFullPathNameA() retval=00000022 ret=005012e8
0047:Call KERNEL32.GetFileAttributesA(0033f880
"C:\\windows\\Java\\classes\\xmldso.cab") ret=00516697
0047:Ret KERNEL32.GetFileAttributesA() retval=ffffffff ret=00516697
...
0047:Call user32.MessageBoxA(00000000,0033ef54 "Unable to install Java packages
from C:\\windows\\Java\\classes\\xmldso.cab.\r\n\r\nUnknown HRESULT:
(80070002h)",00133bd0 "Java Package Manager",00000030) ret=00500fe4
....
--- snip ---
Bug 12852 was initially about this problem but that app no longer ships with
this dependency and the issue went out of focus.
Therefore I create a separate bug for this "extrac32.exe" tool.
A wine-devel thread talked about this tool some time ago:
http://www.winehq.org/pipermail/wine-devel/2007-July/057886.html
It looks like the Ethersoft guys went their own route ...
A google search didn't really come up with useful info.
Although it says the tool is "part of Internet Explorer" all installers will
detect IE already installed in WINEPREFIX and do not attempt to install any
earlier version (like IE4).
Hence Extrac32.exe will never be installed as prerequisite.
Extrac32 is the win32 gui version of the console "extract" utility from
Microsoft Cabinet Software Development Kit.
--- snip ---
EXTRACT [/Y] [/A] [/D | /E] [/L dir] cabinet [filename ...]
EXTRACT [/Y] source [newname]
EXTRACT [/Y] /C source destination
cabinet - Cabinet file (contains two or more files).
filename - Name of the file to extract from the cabinet.
Wild cards and multiple filenames (separated by
blanks) may be used.
source - Compressed file (a cabinet with only one file).
newname - New filename to give the extracted file.
If not supplied, the original name is used.
/A Process ALL cabinets. Follows cabinet chain
starting in first cabinet mentioned.
/C Copy source file to destination (to copy from DMF disks).
/D Display cabinet directory (use with filename to avoid extract).
/E Extract (use instead of *.* to extract all files).
/L dir Location to place extracted files (default is current directory).
/Y Do not prompt before overwriting an existing file.
--- snip ---
Maybe another attempt can be made by someone to get this tool in to fix older
installers.
Regards
--
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=11759
Summary: Microsoft Silverlight installer - unimplemented
functions
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://www.microsoft.com/silverlight/resources/install.a
spx
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Following on from bug 8099
When running the Microsoft Silverlight installer, it crashes with a message
about two unimplemented functions
unimplemented function gdiplus.dll.GdipGetImagePaletteSize
unimplemented function gdiplus.dll.GdipGetImageThumbnail
--
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=5257
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|msi |-unknown
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.
https://bugs.winehq.org/show_bug.cgi?id=5040
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |65d9723dc4c45e691132ac0fef5
| |0087895935c34
--
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=4517
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Severity|major |normal
URL|http://msdn.microsoft.com/v |https://web.archive.org/web
|studio/express/visualcsharp |/20110608233907/http://down
|/download/ |load.microsoft.com/download
| |/C/6/F/C6F4733B-67C7-4C15-9
| |F21-61F7A3167505/VCS.iso
Component|-unknown |msi
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6254
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|super_man(a)post.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=46173
Bug ID: 46173
Summary: Used e-Sword successfully a few months ago, but when I
try now I get a Program Error.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skyfats(a)gmail.com
Distribution: ---
Created attachment 62831
--> https://bugs.winehq.org/attachment.cgi?id=62831
Program error details
Successfully used e-Sword many times some months back. Now when I try to open
it I get a Program Error. I am attaching the dump.
--
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=50336
Bug ID: 50336
Summary: Wizard101 login failed
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guest26118280(a)gmail.com
Distribution: ---
Created attachment 68922
--> https://bugs.winehq.org/attachment.cgi?id=68922
backtrace
Installed and tried to launch Wizard101. Error message says WizardBrowser.exe
had a serious problem. Login was aborted.
https://termbin.com/xs0f contains system information
/proc/4181/cwd/WizardLauncher.Log.txt
/usr/bin/wine64-stable 4.0-2
/home/james/Documents/backtrace_WizardBrowser.txt contains the backtrace
generated when WizardBrowser.exe crashed, causing the login to fail.
I am including the full path as I am only allowed to send one file and I choose
to send the backtrace. You may request the other files using the full path so I
may quickly find the correct file. Other file requests will be satisfied if I
can find the file.
Please send an email to guest26118280(a)gmail.com if I need to log-in to either
provide more information or read more about the 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=6254
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL|http://www.kremlinencrypt.c |https://web.archive.org/web
|om/download/krem221.exe |/20070207122605/http://www.
| |kremlinencrypt.com/release/
| |krem221.exe
--- Comment #90 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
confirming, still present.
2006: "Here, have a patch."
2010: "Here, have a set of better patches."
2010: "Won't make into Wine 1.2."
2010: "Let this lie for a little while."
2020: "Little delay, but generally we're on track guys."
2030: "Just minor cleanups. It will be beautiful."
I guess at one point it becomes a meme ;-)
Adding stable download link via Internet Archive from Dan's comment #78
https://web.archive.org/web/20070207122605/http://www.kremlinencrypt.com/re…
Wine source:
https://source.winehq.org/git/wine.git/blob/9d7a710fc0d1a0ecea17a68675d3899…
--- snip ---
3606 /* Handle messages for windowless and windowed richedit controls.
3607 *
3608 * The LRESULT that is returned is a return value for window procs,
3609 * and the phresult parameter is the COM return code needed by the
3610 * text services interface. */
3611 LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
3612 LPARAM lParam, BOOL unicode, HRESULT* phresult)
3613 {
3614 *phresult = S_OK;
3615
3616 switch(msg) {
3617
3618 UNSUPPORTED_MSG(EM_DISPLAYBAND)
3619 UNSUPPORTED_MSG(EM_FINDWORDBREAK)
3620 UNSUPPORTED_MSG(EM_FMTLINES)
3621 UNSUPPORTED_MSG(EM_FORMATRANGE)
...
--- snip ---
$ sha1sum krem221.exe
4f19ef2a1a55eddbadb49e7583aca67b9f8a3deb krem221.exe
$ du -sh krem221.exe
1.1M krem221.exe
$ wine --version
wine-6.0-rc3-34-g9d7a710fc0d
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3866
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.schmitz-huebsch. |https://web.archive.org/web
|net/gs4word/ |/20060502094322/http://www.
| |schmitz-huebsch.net/gs4word
| |/Gs4Word_331_Komplett.exe
--- Comment #10 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
this bug report is way too "meta". Please describe an individual problem.
One obviously needs Microsoft Office installed to test something something.
>From the author homepage:
http://www.schmitz-huebsch.net/gs4word/
--- quote ---
Gs4Word können Sie unter allen Windows-Betriebssystemen von Microsoft ab
Windows 95 und allen Word- oder Office-Versionen ab der Version 97 verwenden.
Die älteren Versionen wurde mit folgenden Office-Versionen und Betriebssystemen
getestet
Word 2000 unter Windows 95 und ME,
Office 97 unter Windows 98, NT und 2000,
Office 2000 unter Windows 98, NT, 2000 und XP ,
Office 2002 unter Windows NT, 2000 und XP .
Office 2003 unter Windows XP
Diese Version wurde mit folgenden Office-Versionen und Betriebssystemen
getestet
Word 2000 unter Windows 98, ME und 2000,
Office 97 unter Windows 2000,
Office 2003 unter Windows XP.
--- quote ---
Stable download link via Internet Archive:
https://web.archive.org/web/20060502094322/http://www.schmitz-huebsch.net/g…
Even if you manage to install one of the supported MS Office versions properly
using some workarounds/Wine-Staging you won't be able to run the VBA/macro
based add-in installer 'Setup.dot' which is a prerequisite.
The ticket is pointless in its current state.
Move along, there is nothing to see here.
$ sha1sum Gs4Word_331_Komplett.exe
a2cce9429c059c4e817b3663feda9fb9eb8d68e3 Gs4Word_331_Komplett.exe
$ du -sh Gs4Word_331_Komplett.exe
13M Gs4Word_331_Komplett.exe
$ wine --version
wine-6.0-rc3-34-g9d7a710fc0d
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3866
Bug 3866 depends on bug 45950, which changed state.
Bug 45950 Summary: RedMon 1.9 (Redirection Port Monitor) does not work (missing support for monitors providing the MONITOR2 interface)
https://bugs.winehq.org/show_bug.cgi?id=45950
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |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=3864
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://pages.cs.wisc.edu/~g |https://web.archive.org/web
|host/redmon/ |/20180913135015/http://ghos
| |tgum.com.au/download/redmon
| |19.zip
Fixed by SHA1| |54e52897f89ad09a7e4d2d7c1fe
| |cd31b46d7989a
--
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=50394
Bug ID: 50394
Summary: World of Warcraft: Hardware Cursor Quirks under
XWayland
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jaapbuurman(a)gmail.com
Distribution: ---
World of Warcraft's hardware cursor mouse is not working correctly compared to
X11 or Windows under XWayland. By default, a software cursor is used (with its
own issues that happen under Windows as well), but one can change to a hardware
cursor by issuing the following command in the chat window: /console
rawMouseEnable 1
Once the hardware cursor is enabled, to reproduce the bug do the following:
1) Press and hold the left mouse button, this will hide the cursor and will now
allow you to rotate the camera by moving the mouse.
2) Move the mouse all the way to the left to rotate the camera to the left.
This will work fine until the hidden cursor reaches the end of the monitor to
the left. Under X11 and Windows, you can keep rotating left for as long as you
want.
Optional 3) If you have multiple monitors, move the cursor all the way to the
right to rotate the camera right. Your mouse will end up on the right monitor.
A workaround is to enable wine's "Automatically capture the mouse in
full-screen windows" option, but that obviously breaks your ability to
seamlessly multitask between WoW on one monitor, and a browser on another for
example. Under X11 that option is not required, and the mouse behaves well when
pressed down without that workaround, allowing you to easily multitask when not
holding the mouse button down.
At first I reported said issue upstream at XWayland's tracker, where they could
also reproduce the issue. Unfortunately, it seems it's WoW doing something
stupid, which they cannot work around without breaking other applications and
they also cannot implement application specific workarounds. Therefor, I am now
reporting said issue here.
I quote:
"I added SET rawMouseEnable "1" in Config.wtf and can indeed reproduce then.
Checked what the game does and it's kinda terrible for us...On Windows and X11
the pointer does in fact leave the window, the cursor is just hidden meanwhile.
On button release, the application tries to warp the pointer back into the
application window, back to the button press coordinates.
This throws off the pointer warping heuristics in Xwayland. The cursor being
hidden would usually trigger the pointer lock if there was a confinement in
addition, but there's none. And anyway pointer locks are only meant to work
under the surface coordinates, they cannot be used to belatedly bring the
pointer back to the surface. Wine's "Automatically capture mouse" option
enforces a pointer confinement, so brings things back to working.
Maybe @ofourdan can think of something here, I certainly can't. The
wayland-friendly solution is to preemptively lock the pointer, but changing
that heuristic is likely going to break other apps. Being something that
requires tinkering (at least on WoW), I'm hesitant to change much tbh..."
Reference: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1115
The game has a free trial, so reproducing it should be relatively easy. If you
need any additional information, please do not hesitate to ask!
--
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=40265
Bug ID: 40265
Summary: Payday 2 Randomly Crashes
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: Other
Created attachment 53883
--> https://bugs.winehq.org/attachment.cgi?id=53883
Payday 2 Crash Backtrace
Payday 2 randomly crashes.
Wine build is standard 1.9.5 from PlayOnLinux.
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=42755
Bug ID: 42755
Summary: can not install iTunes
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: claudiodileone(a)libero.it
Distribution: ---
Created attachment 57767
--> https://bugs.winehq.org/attachment.cgi?id=57767
backtrace
I tried to install iTunes but it failed almost immediately-
--
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=46972
Bug ID: 46972
Summary: Adobe DNG Converter 11.2+ no longer works in wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: lebedev.ri(a)gmail.com
Distribution: ---
download for 11.2: https://supportdownloads.adobe.com/detail.jsp?ftpID=6589
Errors:
0039:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Foundation.Metadata.ApiInformation"
wine: Call from 0x7b44fd66 to unimplemented function
api-ms-win-core-winrt-error-l1-1-0.dll.GetRestrictedErrorInfo, aborting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49540
Bug ID: 49540
Summary: Silverlight configuration tab "Webcam / Mic" now
crashes
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Distribution: ---
Steps to reproduce:
wget
http://silverlight.dlservice.microsoft.com/download/B/A/9/BA94BEC9-5DBC-4B5…;
rm -rf ~/.wine;
WINEARCH=win32 wine Silverlight.exe /q /doNotRequireDRMPrompt /noupdate;
WINEARCH=win32 wine ~/.wine/drive_c/Program\ Files/Microsoft\
Silverlight/5.1.30214.0/Silverlight.Configuration.exe;
then click "Webcam / Mic" tab
===
f7265d97ee12b67adc82cff63b70ee9d70e01b32 is the first bad commit
commit f7265d97ee12b67adc82cff63b70ee9d70e01b32
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Thu Jun 25 17:57:40 2020 -0500
quartz: Try to create the VMR7 in video_renderer_default_create().
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 928495735bf5c97a0eb0ba285f557cd5d2bfb6ec
a6ab0a9df5c52d65dfd8ef4607904dd76eed028a M dlls
===
--
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=49350
Bug ID: 49350
Summary: Silverlight 5.1 installer no longer works
Product: Wine
Version: 5.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Distribution: ---
Steps to reproduce:
wget
http://silverlight.dlservice.microsoft.com/download/B/A/9/BA94BEC9-5DBC-4B5…;
rm -rf ~/.wine;
WINEARCH=win32 wine Silverlight.exe /q /doNotRequireDRMPrompt /noupdate;
ls ~/".wine/drive_c/Program Files/Microsoft Silverlight" >/dev/null && echo
success || echo failure
Note: same happens if you run the GUI (without flags), but this makes it easier
to reproduce.
===
808f3158bbcf229d6eb935a7afe7291e9152ce1a is the first bad commit
commit 808f3158bbcf229d6eb935a7afe7291e9152ce1a
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Oct 20 22:18:41 2017 +0200
msi: Improve installation with no argument of already installed product.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.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=39149
Bug ID: 39149
Summary: Devil May Cry 3 SE Does not install with wine version
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: Other
Hello Everyone,
Devil May Cry 3 SE Does not install properly with wine version set to windows
xp. This should work because the game come out for windows2000/windows xp. The
game
does install properly if you set the wine version to windows 7.
--
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=25468
Summary: Windows Live Movie Maker fails to install
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: hans(a)meelstraat.net
Created an attachment (id=32430)
--> (http://bugs.winehq.org/attachment.cgi?id=32430)
Standard output
Windows Live Movie Maker from the previous version of Live Essentials is no
longer installable even after working around some installer bugs with native
IE. The installer reports that a dependency (Microsoft Visual Studio Runtime)
could not be installed. Regression testing indicated:
a23514eece083011140513853c5db10357af6cea is the first bad commit
commit a23514eece083011140513853c5db10357af6cea
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Nov 11 10:45:42 2010 +0100
msi: Add support for installing side-by-side assemblies.
:040000 040000 6e3244306b1cdce4af9bd963048445913433d933
820db510d39486aa37cad45d1ebeb9e2397f6224 M dlls
I tried to revert the patch from git, but several hunks failed to apply.
These are the steps to reproduce the problem:
1. winetricks ie7
2. winetricks -q mono26
3. Change Windows version to Vista - Movie Maker isn't available for XP
4. Uncheck all installable programs except Movie Maker
--
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=25424
Summary: Windows Live Photo Gallery [for XP] fails to install
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32359)
--> (http://bugs.winehq.org/attachment.cgi?id=32359)
Standard output
Windows Live Photo Gallery from Windows Live Essentials for Windows XP is no
longer installable, even after working around earlier installer bugs with
native IE. The installation fails because "an unknown error occurred." Steps to
reproduce:
1. winetricks ie7
2. winetricks -q mono26
3. Run the installer and uncheck all programs except Photo Gallery
Regression testing indicated:
ca7cd1bf89d057d9c48896b70c441fad941e6ee0 is the first bad commit
commit ca7cd1bf89d057d9c48896b70c441fad941e6ee0
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Oct 6 15:44:08 2010 +0200
msi: Validate packages based on supported version, platform and languages.
:040000 040000 1ef576e28c83ea59db6043d13d6921f475e26b9d
9d1df66c16e2c640d0a24677ec122f1ac773421c M dlls
Reverting this patch fixes the problem.
--
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=50389
Bug ID: 50389
Summary: Hype The Time Quest: raises page fault on game start
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edd(a)salkield.uk
Distribution: ---
Created attachment 69000
--> https://bugs.winehq.org/attachment.cgi?id=69000
Crashdump file
Attempting to start the game in D3D mode causes an unhandled page fault
exception.
Steps to reproduce:
1) Install the game to a clean WINEPREFIX, by:
a) export WINEARCH=win32
b) Set Windows version to "Windows NT 4.0" (previously reported as the most
stable, other versions appear to suffer from the same error).
c) Run the installer, setup.exe, from disk
d) Disable the "Microsoft Direct X Media" check from the installer (see
#29806)
e) Set PlayVideo=0 in windows/UbiSoft/ubi.ini
2) Run the executable with: `wine MaiD3Dvr_bleu.exe`
The game crashes, raising the page fault exception. It's a null pointer
dereference, trying to write to a memory location specified by %edi on a
memset.
Looking at the output with WINEDEBUG=+seh, it would appear that %edi has a
non-zero value before setupapi:CM_Get_DevNode_Registry_Property_ExW is called.
Afterwards, the value is zero. setupapi:CM_Get_DevNode_Registry_Property_ExW
is a stub and raises a FIXME. However, I haven't been able to confirm that
this is 100% the culprit.
I'm willing to try and narrow this one down, but am fairly new to this so would
appreciate some advice on how to proceed.
Crashdump file 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=50383
Bug ID: 50383
Summary: Sierra Chart crashing
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: adam.benklian24(a)gmail.com
Created attachment 68993
--> https://bugs.winehq.org/attachment.cgi?id=68993
Backtrace
When I try to run Sierra chart 64 it says that wine encountered a critical
problem and needs to be closed.
--
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=50384
Bug ID: 50384
Summary: Visio 2013 fails to install with builtin msxml6
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msxml6
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68995
--> https://bugs.winehq.org/attachment.cgi?id=68995
msxml
Shows this error: Setup cannot continue because a required file is either
corrupted or not available. Run Setup again from the original source disk or
download location.
b89f7554460c830936a3cf1e15b76990524b363a VisioProfessional_x86_en-us.exe
wine-6.0-rc3-24-g3d2b4233288
--
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=657
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|z.figura12(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.
https://bugs.winehq.org/show_bug.cgi?id=50052
Bug ID: 50052
Summary: wineconsole and mark-copy
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vladimir.kokovic(a)gmail.com
Distribution: ---
After the last wineconsole commit, mark-copy copies to the clipboard random
line or nothing.
commit 627d31fcd9fa1e4657c781ca07ff25e437101820
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Oct 12 18:27:44 2020 +0200
wineconsole: Reimplement as AllocConsole wrapper.
--
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=36814
Bug ID: 36814
Summary: Microsoft SQL Server 2008 R2 installer fails to
install a custom wmi provider
Product: Wine
Version: 1.7.20
Hardware: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=3743
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 33661
Continuation of bug 33661.
After importing the registry entries from 33661, the installer gets a bit
further, to the point of copying files. This later fails with a dialog box
saying:
TITLE: Microsoft SQL Server 2008 R2 Setup
------------------------------
The following error has occurred:
Error code: 0x8004100e
Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this
action and continue setup.
For help, click:
http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&E…
that error code is WBEM_E_INVALID_NAMESPACE. The installer is executing the
step 'Slp_Config_Install_Core_WMI_Provider_Cpu32
note: bug 33661 was about 'Microsoft SQL Server Management Studio Express 2008
R2', whereas I was testing with 'Microsoft SQL Server 2008 R2'
[austin@localhost ~]$ sha1sum SQLEXPR32_x86_ENU.exe
acf5494d18edf117a2683d66a96fb8954f98d86d SQLEXPR32_x86_ENU.exe
[austin@localhost ~]$ du -h SQLEXPR32_x86_ENU.exe
59M SQLEXPR32_x86_ENU.exe
[austin@localhost ~]$ wine --version
wine-1.7.20-158-g8762842
--
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=5322
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Regression SHA1|c1f3adc4a4cd53e0b44b7f4bbb1 |
|1a676d9c16f91 |
Keywords|regression |download
URL| |https://web.archive.org/web
| |/20201008100829/https://dow
| |nload.microsoft.com/downloa
| |d/C/3/F/C3F8B58B-9753-4C2E-
| |8B96-2DFE3476A2F7/eVC4.exe
--- Comment #46 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
while revisiting old tickets I already stumbled across this one multiple times.
Every time I have remember myself about the improper close here.
In short: nothing was fixed here, VC6/VB6/eVC++ installers still crash due to
missing HKEY_PERFORMANCE_DATA.
https://bugs.winehq.org/show_bug.cgi?id=33037#c12
I remove the regression sha1 which didn't make any sense. See comment #6, buggy
installer code that just worked by chance.
Just for science I made a very simple test with old .NET 1.1 app (comment #29)
and Wine 1.3.34 release. A few releases behind Wine 1.3.30 which was used as
closure here. It's one of the earliest releases I can still build as shared
Wow64 on modern Fedora 32/GCC 10 without back-porting millions of patches (47
patches in this case).
https://web.archive.org/web/20051023162214/http://www.xwatch.de/download/ds…
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/DSLWatch2
$ wine ./DSLWatch.exe
trace:msgbox:MSGBOX_OnInit L"System.ComponentModel.Win32Exception: File not
found\r\n at System.Diagnostics.PerformanceMonitor.GetData(String item)\r\n
at System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item)\r\n
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()\r\n at
System.Diagnostics."...
--- snip ---
Forward nine years ...
Using eVC++ 4.0 installer which had always the same problem as MSVC6
installers.
https://web.archive.org/web/20201008100829/https://download.microsoft.com/d…
--- snip ---
$ WINEDEBUG=+seh,+relay,+reg wine ./setup.exe >>log.txt 2>&1
...
00fc:Call advapi32.RegOpenKeyExA(80000002,004328c0
"software\\microsoft\\windows
nt\\currentversion\\perflib\\009",00000000,00020019,0031c3ac) ret=00412595
...
00fc:Call ntdll.NtOpenKeyEx(0031c3ac,00020019,0031c30c,00000000) ret=7b03a069
00fc:trace:reg:NtOpenKeyEx (0x18,L"software\\microsoft\\windows
nt\\currentversion\\perflib\\009",20019,0x31c3ac)
00fc:trace:reg:NtOpenKeyEx <- (nil)
00fc:Ret ntdll.NtOpenKeyEx() retval=c0000034 ret=7b03a069
00fc:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7b03a070
00fc:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7b03a070
00fc:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=00412595
00fc:Call ntdll.RtlReAllocateHeap(01230000,00000000,00000011,00000010)
ret=0041703c
00fc:Ret ntdll.RtlReAllocateHeap() retval=00000000 ret=0041703c
00fc:Call advapi32.RegCloseKey(80000004) ret=0041299c
00fc:Ret advapi32.RegCloseKey() retval=00000000 ret=0041299c
..
00fc:trace:seh:dispatch_exception code=c0000005 flags=0 addr=004129C9
ip=004129c9 tid=00fc
00fc:trace:seh:dispatch_exception info[0]=00000000
00fc:trace:seh:dispatch_exception info[1]=00000000
00fc:trace:seh:dispatch_exception eax=3f800000 ebx=00000000 ecx=0031cbf4
edx=00000000 esi=00000000 edi=0000004e
00fc:trace:seh:dispatch_exception ebp=ffffff31 esp=0031c4c0 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010212
00fc:trace:seh:call_vectored_handlers calling handler at 7B00F270 code=c0000005
flags=0
00fc:trace:seh:call_vectored_handlers handler at 7B00F270 returned 0
00fc:trace:seh:call_stack_handlers calling handler at 00422A8B code=c0000005
flags=0
00fc:trace:seh:call_stack_handlers handler at 00422A8B returned 1
00fc:trace:seh:call_stack_handlers calling handler at 00416598 code=c0000005
flags=0
00fc:Call KERNEL32.GetLastError() ret=0041979b
00fc:Ret KERNEL32.GetLastError() retval=00000057 ret=0041979b
...
wine: Unhandled page fault on read access to 00000000 at address 004129C9
(thread 00fc), starting debugger...
--- snip ---
My winedbg proxy mode workaround from
https://appdb.winehq.org/objectManager.php?sClass=version&iId=2538 still works
around the crash for these installers.
Bug 33037 ("Visual Studio 6 can't be installed with WinVer >= Win2K (missing
HKEY_PERFORMANCE_DATA 230, process object)") is fortunately open and staged.
$ wine --version
wine-6.0-rc3
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5911
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL|http://www.microsoft.com/do |https://web.archive.org/web
|wnloads/details.aspx?family |/20201008100829/https://dow
|id=1DACDB3D-50D1-41B2-A107- |nload.microsoft.com/downloa
|FA75AE960856 |d/C/3/F/C3F8B58B-9753-4C2E-
| |8B96-2DFE3476A2F7/eVC4.exe
Version|unspecified |0.9.19.
OS|other |Linux
Hardware|Other |x86
--
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=657
soredake <gi85qht0z(a)relay.firefox.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gi85qht0z(a)relay.firefox.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=49106
Bug ID: 49106
Summary: error: redefinition of typedef ‘UCHAR’ (plus PUCHAR’,
‘USHORT’, PUSHORT’, ‘ULONG’, and PULONG’)
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
Compiling wine-5.7 fails with:
error: redefinition of typedef ‘UCHAR’
error: redefinition of typedef ‘PUCHAR’
error: redefinition of typedef ‘USHORT’
error: redefinition of typedef ‘PUSHORT’
error: redefinition of typedef ‘ULONG’
error: redefinition of typedef ‘PULONG’
I imagine other bug [1] is still present, but this new bug stops compilation
first.
[1] https://bugs.winehq.org/show_bug.cgi?id=47907
--
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=657
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |luca.cappelletti(a)gmail.com
--- Comment #124 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 8321 has been marked as a duplicate of this 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.
https://bugs.winehq.org/show_bug.cgi?id=8321
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |DUPLICATE
CC| |focht(a)gmx.net
Summary|Bopup Messenger: |Bopup Messenger fails to
|err:module:import_dll |run due to missing
|Library ... |MFC42.DLL
--- Comment #3 from Anastasius Focht <focht(a)gmx.net> ---
*** This bug has been marked as a duplicate of bug 657 ***
--
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=3421
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|MetaTrader drag and drop |Metatrader 4 crashes on
|problem |unimplemented function
| |MFC42.DLL.6625
| |(old/incompatible MFC dll
| |used, 'winetricks mfc42' is
| |a workaround)
URL|http://www.metaquotes.net/f |https://web.archive.org/web
|iles/mt4setup.exe |/20050923190612/http://meta
| |quotes.net/files/mt4setup.e
| |xe
Severity|major |normal
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.
https://bugs.winehq.org/show_bug.cgi?id=2965
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Summary|unimplemented function |Unspecified application
|MFC42.DLL called in 32-bit |installer crashes on
|code (0x753d6e2c) |unimplemented function
| |MFC42.DLL.6571
| |(old/incompatible MFC dll
| |used, 'winetricks mfc42' is
| |a workaround)
Keywords| |Installer
Severity|critical |normal
Version|unspecified |0.9-pre
Component|winedbg |-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=6457
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Orbiter060929 crashes, |Orbiter060929 crashes on
|unimplemented function |unimplemented function
|msvcirt.dll.??0ofstream@@QA |msvcirt.dll.??0ofstream@@QA
|E@PBDHH@Z |E@PBDHH@Z
--
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=2944
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
CC| |focht(a)gmx.net
Version|unspecified |0.9-pre
Severity|major |normal
--
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=6457
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d18a9b963081cae4d3e824fa777
| |56f2f9035319c
URL|http://orbiter.jimdo.com/do |https://web.archive.org/web
|wnloads/ |/20201221112231/https://sfc
| |39477ba6979e65.jimcontent.c
| |om/download/version/1559345
| |232/module/1592084914/name/
| |orbiter060929_base.zip
--- Comment #34 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
filling some fields. It was fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/d18a9b963081cae4d3e824fa7…
("msvcirt: Implement ofstream class.)", part of Wine 5.18 release.
Thanks Gijs
Stable download link:
https://web.archive.org/web/20201221112231/https://sfc39477ba6979e65.jimcon…
It was certainly not fixed in Wine 1.5.15 (2012).
Proof by using the Wine 5.17 release before the fix went in:
--- snip ---
$ wine --version
wine-5.17
$ pwd
/home/focht/Downloads/unpacked
$ ll
total 3336
drwxrwxr-x. 19 focht focht 4096 Dec 21 12:30 Config
-rw-rw-r--. 1 focht focht 2685 Jun 5 2004 Constell2.bin
-rw-rw-r--. 1 focht focht 7184 Dec 12 2003 Constell.bin
-rw-rw-r--. 1 focht focht 32768 Dec 21 12:30 Device.dat
drwxrwxr-x. 3 focht focht 4096 Dec 21 12:30 Doc
drwxrwxr-x. 12 focht focht 4096 Dec 21 12:30 Flights
drwxrwxr-x. 5 focht focht 4096 Dec 21 12:30 Html
drwxrwxr-x. 3 focht focht 4096 Dec 21 12:30 Images
-rw-rw-r--. 1 focht focht 2401 Dec 21 12:30 keymap.cfg
drwxrwxr-x. 5 focht focht 4096 Dec 21 12:30 Meshes
drwxrwxr-x. 4 focht focht 4096 Dec 21 12:30 Modules
-rw-rw-r--. 1 focht focht 2361 Dec 21 12:30 Orbiter.cfg
-rwxrwxr-x. 1 focht focht 1953792 Sep 29 2006 orbiter.exe
-rw-rw-r--. 1 focht focht 600 Dec 21 12:30 Orbiter.log
drwxrwxr-x. 18 focht focht 4096 Dec 21 12:30 Scenarios
-rw-rw-r--. 1 focht focht 1350228 Dec 9 2003 Star.bin
drwxrwxr-x. 6 focht focht 12288 Dec 21 12:30 Textures
drwxrwxr-x. 4 focht focht 4096 Dec 21 12:30 Textures2
drwxrwxr-x. 2 focht focht 4096 Dec 21 12:30 Utils
--- snip ---
--- snip ---
$ wine ./orbiter.exe
...
0024:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1.
0024:fixme:ddraw:d3d_vertex_buffer7_Optimize iface 0210ED88, device 02106C10,
flags 0 stub!
wine: Call from 7B00F341 to unimplemented function
msvcirt.dll.??0ofstream@@QAE@PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ofstream@@QAE@PBDHH@Z called at
address 7B00F341 (thread 0024), starting debugger...
Unhandled exception: unimplemented function
msvcirt.dll.??0ofstream@@QAE@PBDHH@Z called in 32-bit code (0x7b00f341).
...
Backtrace:
=>0 0x7b00f341 RaiseException+0x61() in kernelbase (0x00a9e830)
1 0x438b0001 (0x00a9e830)
2 0x0af23e8f __wine_spec_unimplemented_stub+0x2e()
[Z:\home\focht\projects\wine\mainline-src-5.17\dlls\winecrt0\stub.c:2147483680]
in msvcirt (0x00a9e854)
3 0x438b0001 (0x00a9e854)
4 0x0af11100 MSVCP_type_info_vector_dtor+0xffffffff() in msvcirt (0x00a9ea8c)
...
Threads:
process tid prio (all id:s are in hex)
00000020 (D) Z:\home\focht\Downloads\unpacked\orbiter.exe
00000024 0 <==
000000e4 0
000000e8 0
000000f4 0
--- snip ---
Please always use the exact application version for testing that was used to
report a bug.
Anyway, it doesn't matter anymore but keep in mind for the future.
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49841
Bug ID: 49841
Summary: Building with "-sw" doesn't show sub directories
anymore
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
I usually build wine with "make -sw". Starting with commit
8a5e603000c1337657b1e3256284c1f9b4e84581, this doesn't work anymore.
The console only shows
"make: Entering directory '/home/fabian/Programming/Wine/wine'"
but not the subdirectories anymore.
Is this an intentional breakage or can this 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.
http://bugs.winehq.org/show_bug.cgi?id=33404
Bug #: 33404
Summary: CAJViewer 7.2 crashes while open a file
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 44200
--> http://bugs.winehq.org/attachment.cgi?id=44200
terminal output
Hi, folks
This software is a document viewer. It's free. The download URL has been
uploaded.
0. There is a problem on the display of Chinese font.
1. then install it. Just click on (N) to go next;
2. cd to its directory, run it: $wine CAJVieweru.exe ;
3. Click File(F)->Open(O) to open a *.nh file, (Well, the .nh file isn't free
to get, here is the home page http://oversea.cnki.net/kns55/default.aspx.)
when the file is opening, a messagebox displays with the title which means
Fatal Error. Here is its contents:
---snip---
Windows: 5.1.2600, SP 3.0, Product Type 1
Process: C:\Program Files\TTKN\CAJViewer 7.2\CAJVieweru.exe
Date Modified: 03/27/2013
Version: 7.2.109.0
Exception Addr: 28054940
Exception Code: C0000005
Read Address: 00000000
Instruction: 8B 01 FF 50 24 0F BF 43 1C 89 45 FC 8B 86 EC 00
Registers:
EAX: 00ABA5B8 EBX: 00ABA600 ECX: 00000000 EDX: 0000006A
ESI: 00A65588 EDI: 00001C20 ESP: 0032A4E0 EBP: 0032A508
EIP: 28054940 EFlags: 00010202
Call Stack:
28054940
28057E11
28048DF0
28047E3E
2804AFA9
280301FB
00454EB5
0046320D
7C280711
7C27F326
0046468F
7C27F3C5
7C27EC47
7C27EBF5
7E9E086A
7E9E0F2C
7E9E3635
7E9A42C2
7C283587
---snip---
While click on OK(O), it crashes.
Ready to provide more information.
--
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=50367
Bug ID: 50367
Summary: Subnautica: screen isn't prevented from sleeping due
activity while using a controller
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: braiamp(a)gmail.com
Distribution: ---
I have my screen set up to sleep when the system is not in use using the
xfce4-power-manager. When playing subnautica using the controller, the screen
can sleep/blank/switch off despite the game being active. Other games using
native binaries don't present this behavior (Hollow Knight, Enter the Gungeon).
--
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=42847
Bug ID: 42847
Summary: Devil May Cry 3 SE characters are black.
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 57940
--> https://bugs.winehq.org/attachment.cgi?id=57940
Black Characters - png
Hello Everyone,
Devil May Cry 3 SE the is mostly black you can see red eyes and the life gauge.
--
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=50359
Bug ID: 50359
Summary: Legend Of Heroes: Trails in the Sky has a controller
issue.
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Legend Of Heroes: Trails in the Sky has a controller issue. The controller
seems to try to take the control but it's like the mouse is still trying to
control the game before the controller can take control causing the menu
selection to stutter back.
--
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=40288
Bug ID: 40288
Summary: The Legend of Heroes: Trails in the Sky - Game won't
start (black screen)
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: Other
Created attachment 53929
--> https://bugs.winehq.org/attachment.cgi?id=53929
Console output
When attempting to launch the Steam version of "The Legend of Heroes: Trails in
the Sky" only a black screen appears.
Since it is possible to work around this issue by disabling the intro videos in
the game's config tool, I presume this bug is video/codec related and should
probably be linked to some other bug with more details on the true source of
the symptoms described here.
I have attached the console output.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.2 (64 bit)
Kernel: 3.19.0-26-generic
Graphics: Proprietary NVIDIA 352.79
--
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=21884
Summary: Resident Evil 2: no sound and annoying dialog window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mariusz.libera(a)gmail.com
Created an attachment (id=26525)
--> (http://bugs.winehq.org/attachment.cgi?id=26525)
Terminal output
When trying to run Resident Evil 2 I get no sound, but lots of annoying dialog
windows saying "StreamOpen Error". No matter if ALSA or OSS is set in winecfg.
When I uncheck ALSA (and/or OSS) dialogs go away.
--
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=50015
Bug ID: 50015
Summary: YUMI-UEFI broken in Wine 5.15
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hamishmb(a)live.co.uk
Distribution: ---
I noticed YUMI (both UEFI and BIOS) had broken, and managed to use
PlayOnLinux's (vanilla) WINE builds to find that it was broken somehwere
between 5.13 and 5.15. Unfortunately there isn't a 5.14 build available to
install.
Unfortunately I have had no luck building QINE myself (can't get the 32-bit
build to work), so I am unable to bisect this further.
--
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=32772
Bug #: 32772
Summary: Built-in iexplore crashes on exit with Flash player
plug-in installed
Product: Wine-gecko
Version: unspecified
Platform: x86
URL: http://download.macromedia.com/pub/flashplayer/install
ers/archive/fp_11.5.502.146_archive.zip
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: dmitry(a)baikal.ru
Classification: Unclassified
Since winetricks has not been updated to support recent Flash player releases
it needs to be installed manually (flash 11.5.502.146 is the latest one):
rm -rf ~/.wine
wget
http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.5.5…
wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe
wine iexplore http://www.adobe.com/software/flash/about
About Flash page correctly reports "You have version 11,5,502,146 installed",
but Flash demo actually doesn't show (although comments in the bug 15092
claim that at one point Flash worked fine in built-in iexplore and youtube).
Press Alt+F4, and iexplore crashes. This is last lines of the console output,
pointing to the crash in mozalloc:
Fault in cycle collector: traversed refs exceed refcount (ptr: 03964f80)
###!!! ABORT: cycle collector fault: file
/build/wine-mozilla-1.9/xpcom/base/nsCycleCollector.cpp, line 1111
###!!! ABORT: cycle collector fault: file
/build/wine-mozilla-1.9/xpcom/base/nsCycleCollector.cpp, line 1111
wine: Unhandled page fault on write access to 0x00000000 at address 0x61e474b3
(thread 0029), starting debugger...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x61e474b3).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:61e474b3 ESP:010de2c0 EBP:6af20810 EFLAGS:00010246( R- -- I Z- -P- )
EAX:0000000a EBX:00000003 ECX:010de280 EDX:00000000
ESI:6af1fbe0 EDI:00000000
Stack dump:
0x010de2c0: 0000000a 7d929320 6af20810 008d4d51
0x010de2d0: 7bcaaff4 00000060 00000050 69db67f0
0x010de2e0: 010de314 6af1fc26 00000003 6af1fbe0
0x010de2f0: 010de85c 00000000 6af20810 69c65213
0x010de300: 7d929320 6af1fc26 010de314 00000457
0x010de310: 00000002 21232323 41202121 54524f42
Backtrace:
=>0 0x61e474b3 in mozalloc (+0x74b3) (0x6af20810)
0x61e474b3: movl $0x7b,0x00000000
--
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=50343
Bug ID: 50343
Summary: ConEmu is extremely slow when resizing or selecting
text
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
ConEmu is extremely slow when resizing or selecting text. This is continuation
of bug 50014 and regression caused by 859b526c81a2af841b5b7b28d06f3d782bccdab5.
It was fixed by 9e62d7d2576bd8b1db89bfc9b4056b528faeda5c which will be part of
Wine 6.0-rc3. I successfully tested the fix and ConEmu is usable again.
Thanks Jacek!
--
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=50271
Bug ID: 50271
Summary: Wine crash with virtual_setup_exception while PSPad is
showing splash screen or checking for updates
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: juozaspo(a)gmail.com
Distribution: ---
Created attachment 68816
--> https://bugs.winehq.org/attachment.cgi?id=68816
PSPad terminal output with full details
Running PSPad editor on Wine 6.0-rc1 (Ubuntu 20.04 LTS, proposed enabled)
causes it to hang while it's showing splash screen or checking for updates
(activated via menu item), with virtual_setup_exception nested exception error
shown in console. The application must be killed as it not responding and can't
be closed in normal way.
To reproduce
1. (optionally) create a new user, assign some privileges such as sudo to it,
log in using new user name
2. (optionally, if wine prefix does not exist) run wine wineboot to create
prefix
3. Download pspad zip archive from official site, unzip to a new directory.
4. cd to new directory, run wine PSPad.exe
5. Watch how editor hangs while showing splash screen or while checking for
updates (triggered by using an item from the application menu)
--
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=48808
Bug ID: 48808
Summary: user32:cursorinfo "wrong info cursor" failure in
Chinese locale on Windows 10
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:cursorinfo fails in the Chinese locale on Windows 10:
cursoricon.c:2366: Test failed: wrong info cursor 003C04BB/00010003
See: https://test.winehq.org/data/tests/user32:cursoricon.html
These failures happen exclusively on the w1064v1809-zh-CN TestBot
configuration.
Furthermore the window handles change with every run which means this failure
is "always new". Because of this the TestBot will report most user32 patches as
responsible for this failure which should cause them to be rejected. Thus
fixing this issue is high priority.
The failing test was introduced by this commit:
commit 0be02116826ef9168fd33e0fd66b98cbd15bee0f
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Fri Mar 19 11:27:55 2010 +0100
user32/tests: Add some tests for GetCursorInfo.
user32:cursorinfo has some other failures but I think those deserve a separate
bug because they are not "always new" and are not specific to the Chinese
locale.
--
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=50014
Bug ID: 50014
Summary: ConEmu hangs (no interaction possible with console)
Product: Wine
Version: 5.19
Hardware: x86-64
URL: https://www.fosshub.com/ConEmu.html
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: ---
Created attachment 68436
--> https://bugs.winehq.org/attachment.cgi?id=68436
screenshot with console output
Hi, this is a recent regression (somewhere from last week)
See attached screenshot; It just sits there and that`s it, cannot type
anything. . This is with current git
When using wine-5.19 (Staging i used) it works fine.
I guess it`s due to some of console rework from last week (?);
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49832
Bug ID: 49832
Summary: [Regression] Crysis crashes when start a new game
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: c2c330532e96cc0cf5ba30f784d195fea90a4366
Distribution: ---
err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr (nil)
--
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=49584
Bug ID: 49584
Summary: DbgHelp no longer can write minidumps
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)63bit.net
Regression SHA1: 6b3018d03da983050516821caa2aada2f4814678
Distribution: ArchLinux
00c0:trace:dbghelp:SymInitializeW (FFFFFFFF (null) 1)
00c0:trace:dbghelp:check_live_target got debug info address 0x7d000000 from PEB
7FFDF000
00c0:trace:dbghelp:get_wine_loader_name returning L"wine"
00c0:trace:dbghelp:elf_load_file Processing elf file 'L"wine"' at 7d000000
00c0:trace:dbghelp:get_wine_loader_name returning L"wine"
00c0:warn:dbghelp:MiniDumpWriteDump failed to initialize process
Commit 6b3018d03da983050516821caa2aada2f4814678 seems to have broken minidump
writing in my particular case (SKSE).
--
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=22009
Summary: Symantec Antivirus 10.1 (for XP) fails to install
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26752)
--> (http://bugs.winehq.org/attachment.cgi?id=26752)
Wine 1.1.40 +msi +msidb (21MB)
Under Wine 1.1.39, SAV 10.1 (for Windows 98 - XP) fails to install.
err:msi:ITERATE_Actions Execution halted, action
L"PrepareEventLogStart.03FE01CF_295E_4354_A292_7DC4A810E0DA" returned 1603
>From the +msidb trace.
trace:msidb:MSI_RecordSetStringA 0x6afad0 1 "MSIASSERT - PrepareEventLogStart:
Unable to openService:1060: "
Is the installer trying to write a log event?
Anyway, removing the custom action with Orca allows the installer to continue
until hitting another, unrelated bug.
Same in Wine 1.1.40.
--
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=49940
Bug ID: 49940
Summary: 64Bit iexplore.exe crashes on macOS
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: gijsvrm(a)gmail.com
CC: gcenx83(a)gmail.com
Created attachment 68321
--> https://bugs.winehq.org/attachment.cgi?id=68321
output
This does not happen on Linux and the 32Bit iexplore.exe also works fine on
macOS.
This is on macOS 10.14, wine compiled with mingw using the macOS 10.13 SDK.
Attached is the console output.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50252
Bug ID: 50252
Summary: (linked ?) fonts not handled correctly since wine
5.21
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
Created attachment 68771
--> https://bugs.winehq.org/attachment.cgi?id=68771
WINEDEBUG=font console output
The problem was noticed first in an installer, but it's visible even in
regedit, but there only with menu font.
Currently on 6.0-rc1.
When regedit is run in LANG=ja_JP.utf8 locale (which is not my primary one -
may or may not matter), menubar and menus are full of missing glyph boxes
(except for the bits consisting of latin letters).
The patch that I've sent to the list only consistently worked for 5.21, not
later.
There also may be some randomness involved (maybe due to fontconfig cache), as
in some cases menus did show up correctly in 5.22 with that old patch, but (for
the time being) seems to be consistently broken in 6.0-rc1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50142
Bug ID: 50142
Summary: winedbg fails to run programs
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: jdawin(a)math.uni-bielefeld.de
Distribution: ---
Created attachment 68640
--> https://bugs.winehq.org/attachment.cgi?id=68640
Output of winedbg running notepad.exe
Hi,
since commit 419abd49a1f816e5a869dbf4cc81114cd516138b winedbg fails to run
programs on my machine. Example: notepad.exe
CPU: Intel Core2 Quad Q9550
OS: Arch Linux 5.9.6-arch1-1 x86_64
See error message in the attachment.
With commit ec1ea1ea1b2469a526f4bbc38aab404b7a2b062c after entering 'c' on the
Wine-dbg prompt, notepad starts.
With 419abd49a1f816e5a869dbf4cc81114cd516138b nothing happens.
Regards,
Jean Rene
--
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=50124
Bug ID: 50124
Summary: Sniper Elite V2 smoke, fire are visible through
objects with vulkan renderer
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68618
--> https://bugs.winehq.org/attachment.cgi?id=68618
screenshot
0aa8:fixme:d3d:wined3d_context_vk_update_descriptors NULL constant buffer views
not implemented.
0aa8:err:d3d:wined3d_context_vk_apply_draw_state Failed to update shader
descriptors.
0aa8:err:d3d:adapter_vk_draw_primitive Failed to apply draw state.
wine-5.21-69-gb940c5e7c91
--
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=49614
Bug ID: 49614
Summary: Regression: Steam win32 client floods with
"CreateSharedImage: invalid format" before crashing
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ikalvachev(a)gmail.com
Regression SHA1: 905a52b3b6654c90198713d2847bbeb8f6490d41
Distribution: Slackware
I'm on Radeon HD5670 (Evergreen) card using latest Mesa 12.1.4 (R600 driver).
Starting `steam.exe -no-cef-sandbox` . After successful login the messages:
---
[0725/140419.170:ERROR:shared_image_backing_factory_gl_texture.cc(800)]
CreateSharedImage: invalid format
[0725/140419.171:ERROR:shared_image_factory.cc(419)] CreateSharedImage: could
not create backing.
[0725/140419.171:ERROR:shared_image_stub.cc(166)] SharedImageStub: Unable to
create shared image
---
flood the screen and after a minute steam.exe crashes.
I did a bisect between wine-5.12 and wine-5.13 and landed on:
---
commit 905a52b3b6654c90198713d2847bbeb8f6490d41
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Tue Jul 14 14:10:33 2020 +0200
wined3d: Automatically assign reported driver D3D version / feature level.
---
The current wine git also has the issue.
The attached logs are compiles at this commit and right before it.
Note. The wine-5.12 also has issues displaying the browser content (messages
about presentation), but it's a separate issue and at least it doesn't flood
and 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.
http://bugs.winehq.org/show_bug.cgi?id=20352
Summary: 3ds max fails to start: "adlmdll.dll failed to
initialize"
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tilbjornar(a)gmail.com
Created an attachment (id=24103)
--> (http://bugs.winehq.org/attachment.cgi?id=24103)
terminal output, no debugging
3ds max fails to start, with the error message:
err:module:attach_process_dlls "adlmdll.dll" failed to initialize, aborting
I've tried to get some debugging output. It seems like OpenFileMappingA returns
a null value, which I understand means an error.
I've attached the normal terminal output, as well as debug output resulting
from running:
WINEDEBUG=+wgl,+seh,+loaddll,+tid,+relay wine 3dsmax.exe /nohardware
--
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=49831
Bug ID: 49831
Summary: winetricks dotnet30sp1 fails
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer, regression
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: z.figura12(a)gmail.com
Distribution: Gentoo
wine: Unhandled page fault on read access to 006E0069 at address 7EAC30C4
(thread 0244), starting debugger...
0244:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr
0x7b010074
0024:err:msi:execute_script Execution of script 0 halted; action
L"EPUpdateInstallAction" returned 1627
0024:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1627
0024:fixme:msi:internal_ui_handler internal UI not implemented for message
0x0b000000 (UI level = 3)
0024:fixme:msi:internal_ui_handler internal UI not implemented for message
0x0b000000 (UI level = 3)
0024:err:msi:custom_get_thread_return Invalid Return Code 3
0024:err:msi:execute_script Execution of script 2 halted; action
L"[C:\\windows\\\\$NtUninstallXPSEP$\\spuninst\\spuninst.exe<=>S-1-5-21-0-0-0-1000<=>{6A69D94E-C569-4154-9643-72E94D1DDFDA}]EPUpdateRollback"
returned 1603
/home/austin/wine-git/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi /qb
returned status 91. Aborting.
Regression introduced by:
699e0a55ea71e2506917e38fc85cb4ae23a9cd1a is the first bad commit
commit 699e0a55ea71e2506917e38fc85cb4ae23a9cd1a
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Sep 7 23:13:29 2020 -0500
wintrust: Translate a lack of open mode flags to OPEN_ALWAYS.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.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=50353
Bug ID: 50353
Summary: OpenWorkNT: CreateFile \\.\TICalcCOM1 error
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: estellnb(a)elstel.org
Distribution: ---
The TI Graph Link software does not work. It reports the following error when I
try to connect via COM1 to my calculator:
OpenWorkNT: CreateFile \\.\TICalcCOM1 error
I can switch from black cable to grey cable and then this error does not appear
but the transmission fails because I have a black cable. The software works in
qemu with the black cable option. Where is \\.\TICalcCOM1. Can I not simply
change file permissions in that directory to make it work?
--
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=49675
Bug ID: 49675
Summary: Fable 3 has no sound for dialog without native
xaudio2_6
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
Fable III requires the native xaudio2_6.dll for dialog to be audible, as well
as the intro "Microsoft" logo. Interestingly, the Lionhead studios logo (right
after) plays sound fine, and some background sounds work 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=50264
Bug ID: 50264
Summary: Application unable to communicate with server with tls
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Created attachment 68802
--> https://bugs.winehq.org/attachment.cgi?id=68802
console log with error
Console will show "GnuTLS error: Key usage violation in certificate has been
detected."
and tool will failed.
--
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=44767
Bug ID: 44767
Summary: NosMall don't work in Nostale, even when using ie8 in
win32 prefix.
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: theszczepancio(a)gmail.com
Distribution: ---
Created attachment 60789
--> https://bugs.winehq.org/attachment.cgi?id=60789
Log of console output.
Also sometimes causing game to crash.
https://i.imgur.com/GbnVqoN.png
--
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=32946
Bug #: 32946
Summary: Flash player plug-in doesn't display anything with
built-in iexplore
Product: Wine-gecko
Version: unspecified
Platform: x86
URL: http://download.macromedia.com/pub/flashplayer/install
ers/archive/fp_11.5.502.146_archive.zip
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: dmitry(a)baikal.ru
Classification: Unclassified
This is a separate report from bug 32772, this one is about not working
Flash plugin.
Since winetricks has not been updated to support recent Flash player releases
it needs to be installed manually (flash 11.5.502.146 is the latest one):
rm -rf ~/.wine
wget
http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.5.5…
wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe
wine iexplore http://www.adobe.com/software/flash/about
About Flash page correctly reports "You have version 11,5,502,146 installed",
but Flash demo actually doesn't show (although comments in the bug 15092
claim that at one point Flash worked fine in built-in iexplore and youtube).
--
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=49127
Bug ID: 49127
Summary: wine-gecko fails to build with linux ->
i686-w64-mingw32-gcc 10.0
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: bero(a)lindev.ch
Distribution: ---
Trying to build wine-gecko (after fixing bug 49126 with the patch attached to
it) on a box with an i686-w64-mingw32 crosscompiler toolchain built with
binutils 2.34, gcc 10.0-RC and mingw64 7.0 fails:
In file included from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsJSEnvironment.h:18,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/CallbackObject.h:30,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/CallbackInterface.h:19,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/EventListenerBinding.h:10,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/EventListenerManager.h:11,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/DOMEventTargetHelper.h:19,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/AudioNode.h:10,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/AnalyserNode.h:10,
from
/home/bero/Downloads/wine-gecko-2.47.1/dom/media/webaudio/AnalyserNode.cpp:7,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dom/media/webaudio/Unified_cpp_dom_media_webaudio0.cpp:2:
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsThreadUtils.h:336:63:
warning: ignoring attributes applied to ‘R (C::*)(As ...)’ after definition
[-Wattributes]
336 | struct nsRunnableMethodTraits<R(__stdcall C::*)(As...), Owning>
| ^
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsThreadUtils.h:336:8:
error: redefinition of ‘struct nsRunnableMethodTraits<R (C::*)(As ...),
Owning>’
336 | struct nsRunnableMethodTraits<R(__stdcall C::*)(As...), Owning>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsThreadUtils.h:327:8:
note: previous definition of ‘struct nsRunnableMethodTraits<R (C::*)(As ...),
Owning>’
327 | struct nsRunnableMethodTraits<R(C::*)(As...), Owning>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
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=49126
Bug ID: 49126
Summary: wine-gecko fails to build on host systems with python
3.8
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: bero(a)lindev.ch
Distribution: ---
Created attachment 67122
--> https://bugs.winehq.org/attachment.cgi?id=67122
Fix (minus the needed pip update)
Various python scripts in wine-gecko use functions that have been removed in
python 3.8.x:
platform.linux_distribution() in build/mach_bootstrap.py,
python/mozboot/mozboot/bootstrap.py,
testing/mozbase/mozinfo/mozinfo/mozinfo.py,
testing/mozharness/mozinfo/mozinfo.py and
media/webrtc/trunk/tools/gyp/gyptest.py (probably the last one isn't actually
used)
time.clock() in python/mozbuild/mozbuild/config_status.py
Furthermore, the version of pip that's bundled in
python/virtualenv/virtualenv_support/pip-8.0.2-py2.py3-none-any.whl uses
platform.linux_distribution() as well. This is fixable by replacing this file
with current upstream pip,
https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285…
The replacement for platform.linux_distribution() needs the distro module
pulled in, so the virtualenv config needs to be updated as well.
Attaching a patch that fixes the issues except the pip update (binary files
don't go well with patch files...)
--
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=50350
Bug ID: 50350
Summary: Tender loving Care webm videos dont play at all.
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elias_0000_0000(a)yahoo.com
Distribution: ---
Created attachment 68936
--> https://bugs.winehq.org/attachment.cgi?id=68936
log errors
Tender loving Care (FMV game) webm videos dont play at all.
https://www.gog.com/game/tender_loving_care
--
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=43500
Bug ID: 43500
Summary: Wine gecko will not install
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: amandamartz14(a)gmail.com
I have a 2010 MacBook Pro (no idea what the hardware is, I'm not a techy
person) and I'm trying to install a game for my niece that I used to play and
the Wine gecko will not install. I click install and then a pop-up comes up
saying and interruption occurred and to try again later. I tried again for 2
hours and still wouldn't work.
--
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=39103
Bug ID: 39103
Summary: wine-gecko-2.40.0 win64 msvc build broken
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: austinenglish(a)gmail.com
Distribution: Other
Created attachment 52098
--> https://bugs.winehq.org/attachment.cgi?id=52098
build log
win32 build works fine, win64 is broken.
Using mozilla-build 2.0.0 on windows 7.
--
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=35041
Bug #: 35041
Summary: Garmin Express Fit crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg(a)rhobard.com
Classification: Unclassified
Created attachment 46714
--> http://bugs.winehq.org/attachment.cgi?id=46714
Backtrace for Garmin Express Fit crash
Attempted to install and run Garmin Express Fit software
(http://www8.garmin.com/support/agree.jsp?id=6741) and it crashed immediately
on launch. Back trace attached.
Please let me know if there is anything else I need to do, it's my first bug!
--
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=50347
Bug ID: 50347
Summary: Mighty Switch Force! Collection (GOG edition) has
corrupted graphics under certain conditions
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ja-key(a)comcast.net
Distribution: ---
When playing Incident 16 in Mighty Switch Force! Hyper Drive Edition in the GOG
version of the game Mighty Switch Force! Collection, if you die during the boss
fight at the end of the stage and respawn again at the beginning of the fight,
sprites/characters/objects will not erase their old positions when they move,
so eg your character sprite will leave a "trail" behind itself. This only
happens after dying once in the boss fight.
--
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=50344
Bug ID: 50344
Summary: wine failed to import HKLM from command line
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: axet(a)me.com
Distribution: ---
Hello!
I'm trying to import .reg file using linux command line: "wine regedit 123.reg"
and only HKCU keys are imported HKLM keys are ignored! I've tried multiply wine
versions and all failed (winehq-5.20, lutris etc...)
You can easy reproduce it using clean WINE prefix. Reg file:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\GameUX\Games\{BCF632EC-0AF8-4E44-9B14-50E9D3F3B114}]
"ApplicationId"="{BCF632EC-0AF8-4E44-9B14-50E9D3F3B114}"
"ConfigApplicationPath"="C:\\GOG Games\\The Witcher Enhanced Edition\\"
"ConfigGDFBinaryPath"="C:\\GOG Games\\The Witcher Enhanced
Edition\\goggame-1207658924.dll"
"Description"="The Witcher Enhanced Edition Director's Cut"
"Title"="The Witcher Enhanced Edition Director's Cut"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\GOG Games\\The Witcher Enhanced Edition\\launcher.exe"="DISABLEDWM
HIGHDPIAWARE RUNASADMIN WIN7RTM"
"C:\\GOG Games\\The Witcher Enhanced Edition\\System\\witcher.exe"="DISABLEDWM
HIGHDPIAWARE RUNASADMIN WIN7RTM"
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\CD Projekt Red\The Witcher]
"InstallFolder"="C:\\GOG Games\\The Witcher Enhanced Edition\\"
"IsDjinniInstalled"=dword:00000001
"Language"="3"
"RegionVersion"="WE"
[HKEY_CURRENT_USER\Software\CD Projekt RED\Witcher\Settings]
"TextLanguage"="3"
"VoiceLanguage"="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.
https://bugs.winehq.org/show_bug.cgi?id=50342
Bug ID: 50342
Summary: Resident Evil Revelations 2 crashes if csmt is
disabled.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Created attachment 68930
--> https://bugs.winehq.org/attachment.cgi?id=68930
RER2-Terminal and BT.txt
Resident Evil Revelations 2 crashes if csmt is disabled with wine-6.0rc2.
Tested in clean wine prefix.
--
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=50324
Bug ID: 50324
Summary: Soul Reaver 2 Demo Crashes on startup.
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Soul Reaver 2 Demo Crashes on startup with wine-6.0rc2. Tested in a clean
wineprefix.
Here is the link to Soul Reaver 2 demo.
https://games.softpedia.com/get/Games-Demo/Legacy-of-Kain-Soul-Reaver-2.sht…
--
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=50110
Bug ID: 50110
Summary: Elite Dangerous Launcher (wine-5.21):
AccessViolationException Protected Memory
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Created attachment 68601
--> https://bugs.winehq.org/attachment.cgi?id=68601
shell output from wine-staging-5.21
In wine-5.21 and wine-staging-5.21 (tested both) the Elite Dangerous launcher
exits immediately with this error:
Unhandled Exception: Attempted to read or write protected memory. This is often
an indication that other memory is corrupt.
See the attachment for shell output by wine-stating-5.21.
wine and wine-staging 5.20 worked fine (and still work fine - so my hardware
memory definitely shouldn't be corrupt).
OS: Debian-11 Beta (Bullseye)
CPU: AMD Phenom(tm) II X4 955 Processor
memory / RAM: 12 GB
Wine-5.21 from https://dl.winehq.org/wine-builds/debian/
Wine-Staging-5.21: compiled myself
CFLAGS: -march=amdfam10 -O2
(with wine-staging version 5.19 and 5.20 these CFLAGS worked fine)
Notes:
The launcher worked with wine-staging-5.20.
But if you actually want to launch the game with wine-staging >= 5.16 you need
the patch from this bug report.
https://bugs.winehq.org/show_bug.cgi?id=49782
Some problems the launcher had with Wine versions < 5.15
https://bugs.winehq.org/show_bug.cgi?id=49609https://bugs.winehq.org/show_bug.cgi?id=48132
--
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=50339
Bug ID: 50339
Summary: MUSICUS!: taps on touch screen do not register as
clicks
Product: Wine-staging
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pernegger(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
There is a free demo version that can be downloaded here:
https://musicus.over-drive.jp/trial/ [click the link saying ”ダウンロード版”, in
green]; it's affected just like the full version. Setting the locale to
ja_JP.UTF-8 is required for the Japanese text to display properly, but that's
irrelevant for testing this bug.
The game runs flawlessly, except when using wine-staging taps on a touchscreen
[specifically a Surface Go 2] will not register as left mouse-clicks, they'll
just move the pointer. On-hover events work as normal, e.g. menu items will
highlight, there's just no way to actually send a click.
Wine-devel is fine; the touchpad on the Type Cover works on either version;
Wayland/X11 doesn't make a difference; nor does configuring a virtual desktop.
It's definitely something in staging.
For the record I'm using the official winehq.org packages on Ubuntu 20.04.
--
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=50302
Bug ID: 50302
Summary: Invalid certificate is reported for test.winehq.com
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Attempting to connect to <https://test.winehq.com/> via Firefox yields a
warning that the certificate is invalid and self-signed.
This also seems to be causing the wininet:http tests to fail; see e.g.
<https://test.winehq.org/data/76c9dbd4fb99f1257734908906c846a3c25ca77b/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=37922
Bug ID: 37922
Summary: Unity3D 4.6 (.NET app) freezes/hangs sometimes when
reopening a newly created project
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says. A user in #winehq reported this.
Let's recap the history of the chat first to provide some insights of other
problems encountered and solved.
(skip if you are bored)
--- quote ---
<user> hi, i'm trying to install Unity3D on wine. When i run this script [1]
the installer says "error: dotnet35 conflicts with dotnet20, which is already
installed.". I do that on a clean .wine directory. [1]
https://github.com/Unity3D-Wine-Support/Unity3D-on-Wine/blob/master/unity3d…
--- quote ---
Although this was indeed done on a clean 32-bit prefix, the user likely
interrupted the installation at least once (probably at the time when .NET
2.0/3.0 installer was already run).
Resuming of interrupted steps/recipes via 'winetricks' won't work by design.
The provided logs showed another common problem: Samba/Winbind component
missing.
--- snip ---
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.
--- snip ---
In this case it's harmless and not the cause of install failure.
The installation was still suggested though, but never carried out due to
dependency problems.
Next one ...
--- snip ---
Executing wine dotnetfx.exe /q /c:install.exe /q
...
fixme:advapi:LsaOpenPolicy ((null),0x33f2c4,0x00000001,0x33f2b0) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
--- snip ---
Whoops, this should never happen.
Wine-Mono mscoree bootstrapper dll (builtin) still gets loaded after MS .NET
installer started?
--- quote ---
<user> initially i had pacman -S wine-mono, then there are in a unwritable path
<user> Now i removed wine-mono
--- quote ---
Eeek. 'winetricks' automatically handles Mono uninstallation from prefix to
avoid conflicts with .NET installers. Since it was never detected 'installed',
builtin was still there and preferred (it would have worked if Wine was built
with '--disable-mscoree' like in my case).
Instead of trying to fix the issues with Wine 1.7.x present, the user went back
to Wine 1.6
--- quote ---
<user> i'm doing a clean install with 1.6.2
<user> let's see
--- quote ---
--- snip ---
Executing wine dotnetfx.exe /q /c:install.exe /q
...
fixme:advapi:LsaOpenPolicy ((null),0x33f2c4,0x00000001,0x33f2b0) stub
fixme:advapi:LsaClose (0xcafe) stub
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
--- snip ---
That's https://bugs.winehq.org/show_bug.cgi?id=36139 for you.
--- quote ---
<user> lol i need to downgrade gcc or upgrade wine
<user> interesting
--- quote ---
Don't build 1.6.2 with 4.9.0 or apply
https://source.winehq.org/git/wine.git/commit/deb274226783ab886bdb44876944e…
(distros never backported it, only recently).
After he rebuilt Wine 1.6.2, he tried the 'winetricks' recipe again ...
--- quote ---
<user> i've run many times today always removing .wine
<user> same error every time
<focht> works for me here 1.7.34, git. something is broken on your host
<user> the only thing really strange in my host is linux-grsec
<focht> some "i ought to be hardened" stuff?
<user> all the closed source binaries + firefox web pages
<user> + i run them in a seccomp+caps jail (although not wine for now)
<focht> hmm ... you sure that stuff like ptrace has not been disabled but that
"security improvements"?
<user> i check one moment
<user> something is disabled
<user> http://pastebin.com/FEzQjHwx do you see something strange?
<focht> kernel.grsecurity.harden_ptrace = 1 and
kernel.grsecurity.ptrace_readexec = 1 for example
<slackner> <user>: all of the ptrace and ipc related restrictions could easily
break wine, which heavily relies on that - you should try to turn of everything
or even better boot with an unpatched kernel
<focht> talk about shooting yourself in the foot :)
<user> retring with these disabled :-S
<user> wine uses ptrace to intercept priviledged syscalls or something similar?
<slackner> <user>: no, it is used when windows apps try to set the debug
registers, and to read/write memory to/from other wine processes
<user> wow, the installation never gone so far with these grsec flags disabled
--- quote ---
Yay.
Then I managed to reproduce the hang/freeze too, with Wine 1.7.34/GIT.
Unfortunately not reliably.
--- quote ---
<focht> <user>: can't reproduce it anymore ..so random. do you have a reliable
way?
<user> install, create an empty project, (autoclose), (can't reopen)
<user> i'll fire up a virtualbox to do that again
<focht> i created now 5 projects in a row .. each restarts the editor and
opened previous ones .. no problems
<user> all in My Documents?
<focht> yup .. you don't select any packages right?
<user> nope really
...
<focht> hmpf .. wine's pdb parser doesn't like the provided pdb from unity
folder .. winedbg shooting itself in the food (as usual)
<focht> <user>: can you start the app this way: GC_DONT_GC=1 wine ./Unity.exe
and check if the freeze is still present with that
...
<user> what pdb are you talking about?
<focht> the devs of unity provided debug symbols for their app and some
component. probably to gather better bug reports from users (also indicating it
crashes often :)
<focht> Unity.pdb and mono.pdb in the app folder
<user> focht: i get the bug every time i run the executable
<focht> the fixme's are mostly harmless
<user> i know, but i don't understand where the bug lies
<focht> the freeze?
<user> it freezes without starting
<user> could i past here instead of pastebin?
<focht> no
<focht> well there is something strange going on with mono (foss impl. of
.net). multihreaded suspension of threads when those being suspended hold locks
is not nice
<user> i know mono :-P
<focht> mono is always up for nasty surprise
<user> i started three times, but it hangs in <defunct>
<focht> do you kill everything off before and wineserver -k ?
<user> i start in a cgroup jail to see understand the ps -A better; if i exit
from the jail no wineserver
<user> going to bed :-S
<user> night
<focht> gn8 me too
<focht> interesting target for investigation though ... saving here
--- quote ---
Splitting the actual problem into next comment ;-)
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8195
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--- Comment #34 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
revisiting, still present.
Fedora 32, Xfce 4.14
$ wine --version
wine-6.0-rc2
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=26272
Summary: Unity3D - Can't create a project
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: congelli501(a)gmail.com
At first lunch, Unity make us create a new project, but when we select a
directory to save the project into, we have an error message : "Specified path
is not valid (should be a name of non existing or empty directory)."
Log : No error message appears in console when selecting a directory.
Version : Unity 3.2 (Free version)
Link : http://unity3d.com/
--
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=37662
Bug ID: 37662
Summary: ResEdit 1.6.3 insaller/downloader crashes early
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
As it says it crashes on launch - dumps some server response data in terminal
and then dies.
--
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=50333
Bug ID: 50333
Summary: links on Application DB "Navigation" and "Search"
don't function - no way to get to the database to
enter results
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rjacksonboz(a)hotmail.com
Distribution: ---
Wine Application DB can't be opened - "Navigation" and "Search" buttons don't
seem to function (or possibly the instructions are poorly written and some
other page has to be opened first?). This occurs after properly logging in as
a user and has changed in the last 3 days from a functioning site. Thanks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48895
Bug ID: 48895
Summary: Mario Forever 5.0 installer crashes on exit
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while revisiting some old issues I figured out that bug 29832 was incorrectly
closed as fixed some years ago. Apparently people tested with the wrong game
release. Creating new ticket here to track original crash.
It's very important to test the exact version from initial bug report - every
time. From https://bugs.winehq.org/show_bug.cgi?id=29832#c0 backtrace:
--- snip ---
00000024 Mario Forever 5.0.exe
00000025 0
00000026 (D) C:\users\vr\Temp\mrt5cd.tmp\stdrt.exe
0000002b 15
00000029 0
00000028 0
00000027 0 <==
--- snip ---
-> 'Mario Forever 5.0'
I've found a snapshot in Internet Archive:
https://web.archive.org/web/20111101054124/http://www.softendo.com/mario_ga…
I could reproduce the crash with Wine 1.4 until today -> Wine 5.5+. Looks like
heap corruption in installer engine. Might look later into it.
--- snip ---
$ WINEDEBUG=+seh,+relay,+heap wine ./Install_Mario_Forever_v5_0.exe >>log.txt
2>&1
...
007d:Call KERNEL32.CreateProcessA(00000000,00ad4038
"\"C:\\users\\focht\\Temp\\mrt6e38.tmp\\stdrt.exe\" /SF \"C:\\Program Files
(x86)\\softendo.com\\Mario Forever 5.0\\Mario Forever 5.0.exe\"
/SO94208",00000000,00000000,00000001,00000020,00000000,00000000,0032fe64,0032fe38)
ret=004016b4
...
007d:Ret KERNEL32.CreateProcessA() retval=00000001 ret=004016b4
...
007f:Call ntdll.RtlAllocateHeap(024d0000,00000000,00000090) ret=103136e9
007f:trace:heap:RtlAllocateHeap (0x24d0000,70000062,00000090): returning
0x24ee378
007f:Ret ntdll.RtlAllocateHeap() retval=024ee378 ret=103136e9
007f:Call ntdll.RtlAllocateHeap(024d0000,00000000,00000060) ret=103136e9
007f:err:heap:HEAP_ValidateInUseArena Heap 0x24d0000: block 0x24ee378 tail
overwritten at 0x24ee408 (byte 0/8 == 0x20)
007f:trace:heap:HEAP_Dump Heap: 0x24d0000
007f:trace:heap:HEAP_Dump Next: 0x1970000 Sub-heaps: 0x24d0014
...
am Files (x86)\softendo.com\Mario Forever 5.0\Mario Forever 5.0.exe:
/home/focht/projects/wine/mainline-src/dlls/ntdll/heap.c:465: HEAP_GetPtr:
Assertion `FALSE' failed.
007f:trace:seh:raise_exception code=80000101 flags=1 addr=0xf7fee949
ip=f7fee949 tid=007f
007f:trace:seh:raise_exception eax=00000000 ebx=00000002 ecx=0032f83c
edx=00000000 esi=00000008 edi=00000000
007f:trace:seh:raise_exception ebp=0032f83c esp=0032f820 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000282
007f:trace:seh:call_stack_handlers calling handler at 0x10318d20 code=80000101
flags=1
007f:trace:seh:call_stack_handlers handler at 0x10318d20 returned 1
007f:trace:seh:call_stack_handlers calling handler at 0x44b29a code=80000101
flags=1
...
wine: Assertion failed at address F7FEE949 (thread 007f), starting debugger...
...
0085:Call user32.SetDlgItemTextW(000400a6,00000065,0032eee0 L"The program
stdrt.exe has encountered a serious problem and needs to close. We are sorry
for the inconvenience.") ret=7e9c76c3
--- snip ---
$ sha1sum Install_Mario_Forever_v5_0.exe
af961a2a63f1380731c0f9cb7dc8a0e1447b1618 Install_Mario_Forever_v5_0.exe
$ du -sh Install_Mario_Forever_v5_0.exe
17M Install_Mario_Forever_v5_0.exe
$ wine --version
wine-5.5-325-gca092dcf81
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=35059
Bug #: 35059
Summary: Active-HDL student edition fails to install
Product: Wine
Version: 1.7.7
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 35058
Classification: Unclassified
Noticed while looking at bug 35058.
http://www.aldec.com/students/student.php?id=4
austin@aw25 ~ $ sha1sum Active-HDL_Student_Edition.exe
118c64443717c9110ead15ab676cb98586fe75c7 Active-HDL_Student_Edition.exe
austin@aw25 ~ $ du -h Active-HDL_Student_Edition.exe
1.2G Active-HDL_Student_Edition.exe
austin@aw25 ~ $ wine --version
wine-1.7.7-199-g608b1e1
The only thing the installer shows is:
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
but no files are installed in C:\ or C:\Program Files. I see a few files in
temp folders, but that's it. I'll attach a +msi.
--
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=25573
Summary: Autodesk maya and 3ds max will not install
Product: Wine
Version: 20050930
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: williamdunne5(a)hotmail.co.uk
Both of these programs run fine on install then has a problem updating direct x
runtime, I changed it so that wine runs programs using d3d10 but it wouldn't
have any of it, would it be worth copying over all the system32 files from
windows 7 and replacing the wine ones?
--
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=50286
Bug ID: 50286
Summary: Tomb Raider Angel Of Darkness - mpeg cutscene is
played with wrong color
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
Distribution: ---
Created attachment 68848
--> https://bugs.winehq.org/attachment.cgi?id=68848
comparison beetween screenshot
MPEG cutscene in Tomb Raider Angel Of Darkness is played with wrong color, in
other words it's all in a shade of blue.
Videos playing correctly in totem, so it's sure a wine problem.
I don't know if this could be a regression, but videos don't work at all using
native quartz as suggested by other users in appdb.
Attached comparison screenshoot.
--
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=49869
Bug ID: 49869
Summary: Battle for Wesnoth 1.14.14-win32 does not start
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 68211
--> https://bugs.winehq.org/attachment.cgi?id=68211
console messages
Battle for Wesnoth does not start
Steps to reproduce:
1) $ rm -rf ~/.wine/
2) $ wineboot
3) $ wine ~/Downloads/wesnoth-1.14.14-win32.exe now accept the defaults.
4) $ wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Battle\ for\ Wesnoth\
1.14.14/wesnoth.exe Now the game does not start.
Download location:
https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.14…
My versions:
$ wine --version
wine-5.17 (Staging)
$ uname -a
Linux cedric-p4 5.8.10-arch1-1 #1 SMP PREEMPT Thu, 17 Sep 2020 18:01:06 +0000
x86_64 GNU/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=44134
Bug ID: 44134
Summary: Lego Rock Raiders: crashes soon after launch with
builtin d3drm
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anowlcalledjosh(a)gmail.com
Distribution: ---
Created attachment 59879
--> https://bugs.winehq.org/attachment.cgi?id=59879
Terminal output
Lego Rock Raiders crashes just after launch (after displaying the DDI splash
screen, while the loading screen is visible), but works* with "winetricks
d3drm".
*there's some graphical issues (see the AppDB), but it's entirely playable.
Wine's Windows NT 4.0 setting is required to launch the game, otherwise the DRM
causes a 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=50309
Bug ID: 50309
Summary: scenecefbrowser.exe throws exception during Starcraft
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jplorenti(a)gmail.com
Distribution: ---
Created attachment 68882
--> https://bugs.winehq.org/attachment.cgi?id=68882
trace from exception
"The program SceneCefBrowser.exe has encountered a serious problem and needs to
close."
This happens when opening Starcraft (current original version) from the
battlenet launcher.
--
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=50219
Bug ID: 50219
Summary: [Wine 5.22 regression] Eve Online Fails to Start
Accounts
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq.org(a)eternaldusk.com
Distribution: ---
After upgrading from winehq-devel (5.21~groovy) to (5.22~groovy) the EVE Online
launcher still works, but it will fail to launch the actual game client after
you select an account. The client window opens, but then quickly fails/closes
without giving any error dialog, and the launcher complains "Game Client closed
unexpectedly"
Creating a new wine prefix from scratch does not fix the problem.
Backleveling Wine to any previous version eliminates the failure.
I don't currently have a wine build environment set up, so I'm unable to do
proper regression testing to find the offending commit.
The only thing I see in WINEDEBUG output around the time of the client failure
is:
06f0:fixme:ntdll:NtQuerySystemInformation
(0x00000040,0x1540030,0x00200000,0xe8df90) stub
06f0:warn:seh:OutputDebugStringA "[1756:1776:20201129,204452.255:ERROR
process_info.cc:375] NtQuerySystemInformation SystemExtendedHandleInformation:
<failed to retrieve error message (0x13d)> (0xc0000003)\n"
--
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=48647
Bug ID: 48647
Summary: wine 5.0+ can't create Windows, "no driver" (previous
versions could)
Product: Wine
Version: 5.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patola(a)gmail.com
Distribution: Ubuntu
Created attachment 66505
--> https://bugs.winehq.org/attachment.cgi?id=66505
logs of running winecfg with wine 4.21
No graphical programs run under wine. They can't create Windows.
This bug so far occured in all wine 5.0 and derivatives, from wine 5.0 stable
(from repository) to Proton 5.0.2 and 5.0.3, to wine-staging 5.2, and does not
occur in any wine or wine derivative numbered 4.something. My equipment:
Ubuntu 18.04.4 with latest patches, kernel 5.0.0-lowlatency and sometimes
5.0.0-fmutex from Valve. NVIDIA driver 440.59, NVIDIA RTX 2070 SUPER, 32 GB
RAM, using LVM on one SSD + 2 HDDs. I play a lot of games using wine,
wine-staging and proton, I have libfaudio installed. PPAs: graphics-drivers,
wine and faudio official PPAs.
For comparison, I include the output of the latest working version of wine from
the repositories, winehq-staging=4.21~bionic and the latest non-working version
from repositories, winehq-staging=5.2~bionic. From the command line, I issue
the following commands:
--------
wine --version
rm -rf ~/.wine
WINEDEBUG=warn+all wineboot -u
WINEDEBUG=warn+all winecfg
--------
The output is stored via the "script" command, so the commands are in the log
also.
With wine-staging 4.21: winecfg's window appears.
With wine-staging 5.2 (or 5.0, or wine-stable 5.0 etc.): no window ever
appears.
----------------------
Wine staging 5.2 packages installed (via apt install --install-recommends
winehq-staging):
[11:23] [2200] [patola@risadinha patola]% dpkg -l | egrep -i 'wine|faudio'
ii libfaudio0:amd64
20.02-bionic~1ppa1 amd64
XAudio sound processing reimplementation - library
ii libfaudio0:i386
20.02-bionic~1ppa1 i386
XAudio sound processing reimplementation - library
ii q4wine 1.3.6-2
amd64 Qt GUI for
wine (WINE)
ii wine-staging 5.2~bionic
amd64 WINE Is Not An
Emulator - runs MS Windows programs
ii wine-staging-amd64 5.2~bionic
amd64 WINE Is Not An
Emulator - runs MS Windows programs
ii wine-staging-i386:i386 5.2~bionic
i386 WINE Is Not An
Emulator - runs MS Windows programs
ii winehq-staging 5.2~bionic
amd64 WINE Is Not An
Emulator - runs MS Windows programs
------------------------
wine-staging 4.21 packages installed:
ii libfaudio0:amd64
20.02-bionic~1ppa1 amd64
XAudio sound processing reimplementation - library
ii libfaudio0:i386
20.02-bionic~1ppa1 i386
XAudio sound processing reimplementation - library
ii q4wine 1.3.6-2
amd64 Qt GUI for
wine (WINE)
ii wine-staging 4.21~bionic
amd64 WINE Is Not An
Emulator - runs MS Windows programs
ii wine-staging-amd64 4.21~bionic
amd64 WINE Is Not An
Emulator - runs MS Windows programs
ii wine-staging-i386:i386 4.21~bionic
i386 WINE Is Not An
Emulator - runs MS Windows programs
ii winehq-staging 4.21~bionic
amd64 WINE Is Not An
Emulator - runs MS Windows programs
-------------------------
--
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=50300
Bug ID: 50300
Summary: Star Wars: The Old Republic (SWTOR) crashes in wine
5.22 but works in previous wine versions (ex. wine
5.5)
Product: Wine-staging
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: monsterovich(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68871
--> https://bugs.winehq.org/attachment.cgi?id=68871
Stack trace
Here's a log:
https://pastebin.com/ecYKVEKu
Crash stack trace is in the attachments but I can't click "Save as" for some
reason.
--
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=50325
Bug ID: 50325
Summary: Grandia2 repeats audio after white apocalypse spell
movie is played.
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Grandia 2 repeats audio after white apocalypse spell movie is played seems like
it's going to repeat spell with wine-6.0rc2. I tested this in a clean wine
prefix.
I have an attachment but it's 2.2G.
WINEDEBUG=+quartz,+gstreamer,+strmbase,+d3d9,+d3d
https://filebin.net/ijk0vqji3f9mwagf
This link will only be up for a week.
--
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=6426
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.softpedia.com/ge |https://web.archive.org/web
|t/Multimedia/Graphic/Graphi |/20150724061434/http://file
|c-Editors/3D-Studio-Max.sht |s.modacity.net/software/3ds
|ml |max/3dsmax9.zip
CC| |focht(a)gmx.net
Fixed by SHA1| |30577c253a7095184e00a4881c7
| |d05d8a4cb5636
Version|unspecified |0.9.22.
--
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=6943
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Version|unspecified |0.9.27.
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=15744
Summary: Microsoft Money 2001 can't open saved files
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.5star-shareware.com/Windows/Hobby/Home-
Finance/ms-money2001-deluxe.html
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 6698
Created an attachment (id=16846)
--> (http://bugs.winehq.org/attachment.cgi?id=16846)
patch
Testing bug 6698, found Money doesn't install anymore.
Seems to have a null pointer dereference:
=>1 0x7e33fe5a sltg_get_typelib_ref+0x15(table=(nil), typeinfo_ref=0,
typelib_ref=0x5e742c) [/home/austin/wine-git/dlls/oleaut32/typelib.c:2873] in
oleaut32 (0x0033efd8)
2 0x7e33fff3 SLTG_DoType+0x11a(pType=0xb5322e, pBlk="
", pTD=0x5e742c, ref_lookup=(nil))
[/home/austin/wine-git/dlls/oleaut32/typelib.c:2906] in oleaut32 (0x0033f008)
3 0x7e3401cf SLTG_DoElem+0xcc(pType=0xb5322c, pBlk="
", pElem=0x5e742c, ref_lookup=(nil))
[/home/austin/wine-git/dlls/oleaut32/typelib.c:2970] in oleaut32 (0x0033f028)
4 0x7e340ce1 SLTG_DoVars+0x3b8(pBlk="
", pFirstItem="
", pTI=0x5e7348, cVars=6, pNameTable="PORT2Lib", ref_lookup=(nil))
[/home/austin/wine-git/dlls/oleaut32/typelib.c:3132] in oleaut32 (0x0033f228)
5 0x7e341997 SLTG_ProcessRecord+0x48(pBlk="
", pTI=0x5e7348, pNameTable="PORT2Lib", pTIHeader=0xb53175, pTITail=0xb532a4)
[/home/austin/wine-git/dlls/oleaut32/typelib.c:3372] in oleaut32 (0x0033f248)
I've got a patch ready, but filing a bug so it doesn't slip through the cracks.
--
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=9660
Summary: Microsoft Money 2001 crashes during install
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)xlcus.com
Created an attachment (id=8072)
--> (http://bugs.winehq.org/attachment.cgi?id=8072)
Microsoft Money 2001 crash log (Windows version selected: 2000)
On trying to install Microsoft Money 2001 (By running /msmoney/setup.exe from
CD 2 of Microsoft Works Suite 2001), Wine crashes part way through the
installer. See attached log. This is with a clean ~/.wine directory on Ubuntu
Feisty.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6161
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.20.
URL|http://appdb.winehq.org/app |https://web.archive.org/web
|view.php?iVersionId=53 |/20201212212525/http://down
| |load.fileplanet.com/ftp1/fp
| |new/business/finance/m9uswe
| |b.exe?st=cbGiLP9mY1eCLmG8iH
| |kM_Q&e=1607818797
OS|other |Linux
Hardware|Other |x86
--
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=1161
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://appdb.winehq.org/app |https://web.archive.org/web
|view.php?appId=79 |/20201212212525/http://down
| |load.fileplanet.com/ftp1/fp
| |new/business/finance/m9uswe
| |b.exe?st=cbGiLP9mY1eCLmG8iH
| |kM_Q&e=1607818797
CC| |focht(a)gmx.net
Keywords| |download
Component|-unknown |crypt32
--
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=6698
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://appdb.winehq.org/app |https://web.archive.org/web
|view.php?iVersionId=53 |/20201212212525/http://down
| |load.fileplanet.com/ftp1/fp
| |new/business/finance/m9uswe
| |b.exe?st=cbGiLP9mY1eCLmG8iH
| |kM_Q&e=1607818797
--
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=11173
Summary: 3ds max 2008 fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
So as i couldn't find 3ds max 7, i gave the 2008 trial version a try, but it
fails quite early:
err:msi:read_properties_from_data wrong type 64 != 30
There were also some mscoree related fixme's in the console, but they seem not
be the problem. I'll attach a screenshot of the error
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10787
Summary: Can't install 3ds max due to .net and direct x
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josephjacir(a)hotmail.com
Created an attachment (id=9650)
--> (http://bugs.winehq.org/attachment.cgi?id=9650)
log file output by 3ds max 9 installer on install abort.
I'm new at reporting bugs so sorry if I've done anything incorrectly. Anyway:
I'm trying to install 3ds max 9 - the install invariably aborts when it gets to
the step where it tries to install .NET . Before it gets this far, it also
tries to install Direct X 9 but this failure doesn't cause it to abort. I've
attached the log that max output in C:\windows\temp\3dsMax9.log
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48217
Bug ID: 48217
Summary: shadermap crushes with this report
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexandrovitchevich(a)gmail.com
Distribution: ---
Created attachment 65848
--> https://bugs.winehq.org/attachment.cgi?id=65848
this is Log, generated after this error and error message screenshot
I can see: Unhandled exception: unimplemented function msvcr120.dll.?
I tried to install visual c++ 2013 as a solution but it doesnt help. Prewiosly
I used it on windows 8 and 10 with the same hardware, so its OK. This is last
update of shadermap software. I really need it to run coz no such good
alternative for linux. Thanks for help!
PS: I added zip archive coz I added error message screenshot with bug report
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=37147
Bug ID: 37147
Summary: Cube World crashes on unimplemented function
msvcp110.dll.?_Internal_clear@_Concurrent_vector_base_
v4@details@Concurrency@@IAEIP6AXPAXI@Z@Z called in
32-bit code (0x7b83af9e).
Product: Wine
Version: 1.7.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: alfonsojon1997(a)gmail.com
Created attachment 49372
--> https://bugs.winehq.org/attachment.cgi?id=49372
Logfile
Seems related to bug #36998, but with another MSVCP function. I've attached a
log 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=44739
Bug ID: 44739
Summary: dont open program
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: henriquemnr(a)gmail.com
Distribution: ---
Created attachment 60745
--> https://bugs.winehq.org/attachment.cgi?id=60745
saved file wine debug error
program dont open
--
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=46025
Bug ID: 46025
Summary: CutListPlus v18 - Layout function fails
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarnersr(a)wyomerc.com
Distribution: ---
Created attachment 62602
--> https://bugs.winehq.org/attachment.cgi?id=62602
Errors generated when using Layouts tab
CutListPlus version 18. Able to create/load .cxp files just fine. When the
'Layouts' tab is selected the attached error file is created.
--
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=4811
minion <minion.procyk(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |minion.procyk(a)gmail.com
--- Comment #15 from minion <minion.procyk(a)gmail.com> ---
confirming issue still present in wine-6.0-rc1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50316
Bug ID: 50316
Summary: Debian Packages - The 64 bit wine packages alone work
perfectly well for 64 bit applications, but hard
depend on the 32 bit parts
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: Tecame(a)armyspy.com
CC: dimesio(a)earthlink.net
Distribution: ---
So for 64 bit Windows applications the 32 bit (WoW64) wine component is not
needed.
But for the provided Debian packages, the wine-devel package depends on
wine-devel-i386. I understand that you want to make sure all required pices are
pulled for a standard install. But when the i386 architecture is not enabled,
this prevents the installation of wine from your packages.
I tested changing
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.17), wine-devel-i386 (=
5.22~bullseye), wine-devel-amd64 (= 5.22~bullseye)
to
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.17), wine-devel-amd64 (=
5.22~bullseye)
and that installs perfectly and runs any 64 bit appalication without issue,
without chaning any other wine packages.
As far as I understand it, if packages list stuff in
Recommends: libcap2-bin, wine-devel-i386 (= 5.22~bullseye)
apt standard behavior is still to install it all, but it doesn't block if they
are not there.
So that or something else with similar effect might be worth a consideration.
Thanks a lot for your time.
--
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=48531
Bug ID: 48531
Summary: Commandos 2 - HD Remaster fails to launch without
native .NET 4.0
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Can't find custom attr constructor image: C:\Program Files
(x86)\Steam\steamapps\common\Commandos 2 - HD Remaster\KalypsoLauncher.exe
mtoken: 0x0a00000d due to: Could not load file or assembly
'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
я╗┐я╗┐Can't find custom attr constructor image: C:\Program Files
(x86)\Steam\steamapps\common\Commandos 2 - HD Remaster\KalypsoLauncher.exe
mtoken: 0x0a00000d due to: Could not load file or assembly
'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
18:31:34.360: debug > Startup: "C:\Program Files
(x86)\Steam\steamapps\common\Commandos 2 - HD Remaster\AppData.kla" "433"
18:31:34.391: *ERROR* > System.IO.FileNotFoundException: Could not load file or
assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'PresentationFramework, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at Styx.Styx.Main (System.String[] args) [0x00538] in
<344a522ed140420f87423778fe1993a9>:0
18:31:34.406: *ERROR* > System.TypeLoadException: Could not load type of field
'Com.Realmforgestudios.Styx.Texts:texts' (0) due to: Could not load file or
assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
at Com.Realmforgestudios.Styx.Api.AsynchApiRequest
(Com.Realmforgestudios.Styx.Api+Parameters paras,
Com.Realmforgestudios.Styx.Api+RequestCallback callback) [0x00000] in
<344a522ed140420f87423778fe1993a9>:0
at Com.Realmforgestudios.Styx.Api.AsynchApiLog
(System.String code, System.String[] paras) [0x00061] in
<344a522ed140420f87423778fe1993a9>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not
load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'PresentationFramework, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'
at Styx.Styx.Main (System.String[] args) [0x00538] in
<344a522ed140420f87423778fe1993a9>:0
wine-5.0-201-gcf6546fb3b
--
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=45249
Bug ID: 45249
Summary: page fault on read access - Zockinger Facilitator
Product: Wine
Version: 3.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)sboldt.de
Created attachment 61492
--> https://bugs.winehq.org/attachment.cgi?id=61492
Backtrace
I'm trying to start the "Zockinger Facilitator" (TFFT) v115 with Wine on MacOS
Sierra. The software can be downloaded for free here:
http://www.zockinger.com/downloads. The start fails (with both stable and
development version of Wine) with the error message attached. I reported this
error to the forum and others confirmed this problem:
https://forum.winehq.org/viewtopic.php?f=9&t=30543&sid=095083ea82c58bb8b97a…
--
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=49455
Bug ID: 49455
Summary: Resident Evil Revelations 2 goes into split screen
with one controller.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Resident Evil Revelations 2 goes into split screen with one controller which
makes the game hard to play. I only have one controller on my computer. Oh and
another issue with the controller is that when the analog sticks are on the
directional
pads don't work.
--
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=44455
Bug ID: 44455
Summary: Grandia 2 movies don't play.
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
On wine-2.1 - wine-3.0 Grandia 2 movies don't play. It was working fine on
wine-2.0. I installed direct X,active movies and icodecs from the link below.
http://howto.landure.fr/gnu-linux/install-directx-9-0c-on-linux-using-wine
wine-2.1 Bad
wine-2.0 Good
I don't have a 32 bit system step up to test right now. I will have to wait and
see when i can get a system ready to do a regression test.
Please note that you need to delete the .wine directory every time. If you
install the direct x with wine-2.0 then remove wine-2.0 and install wine-3.0
the movies will work. It's when you create a .wine directory with wine-2.1+
that the movies don't work.
Tested with NVIDIA-Linux-x86_64-390.25.run Geforce 430 GT.
--
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=50216
Bug ID: 50216
Summary: Doesn't start Thunderbird (x64 portable version) any
more
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alainbourg(a)yahoo.fr
Distribution: ---
Impossible to start Thunderbirdportable.exe (78.3.2 portable 64bits version)
with wine 5.22-1 while it worked fine with the previous version 5.21-1. I had
to downgrade to wine 5.21-1 on 3 different computers, under Archlinux and
Manjaro.
It still works with an old x32 version of Portable Thunderbird. Is this bug due
to wine64 ?
--
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=50102
Bug ID: 50102
Summary: [5.20 regression] Starcraft fails to download cloud
settings in fullscreen mode
Product: Wine
Version: 5.20
Hardware: x86-64
URL: https://www.blizzard.com/en-us/download/confirmation?p
latform=windows&product=scr
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.stanczew+b(a)gmail.com
Regression SHA1: 859b526c81a2af841b5b7b28d06f3d782bccdab5
Distribution: ArchLinux
Since 5.20, when logging into Starcraft (either from Battle.net App, or by
manually launching the exe and clicking "Login"), after the message
"Downloading Settings" is displayed the game freezes for a moment and then
shows "Download failed".
Bisection gives:
859b526c81a2af841b5b7b28d06f3d782bccdab5 is the first bad commit
commit 859b526c81a2af841b5b7b28d06f3d782bccdab5
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Oct 12 18:27:18 2020 +0200
kernelbase: Use conhost in AllocConsole.
I've compared 12cc863a4a5 and 859b526c81a, both with applied
winebuild-pe_syscall_thunks Staging patchset (needed because of bug 42741).
Startup is as follows:
1. Loading screen shows;
2. Main menu shows with the message "Authenticating";
3. Message changes to "Downloading Settings";
4. The screen goes blank for 2 seconds, like when changing resolutions;
Then on 12cc863a4a5:
5. When the screen is back up, all messages are gone and the game is fully
functional.
But on 859b526c81a:
5. When the screen is back up the game is frozen (animations in the background
are not played);
6. After another 2 seconds the message "Download failed" is displayed and the
game unfreezes. There is a rare chance that "Download failed" will not be shown
and the game just unfreezes, but most of the time the message will show up.
This is only happening in "Fullscreen" and "Windowed (Fullscreen)" modes in the
game's video settings. With "Windowed" mode, point #4 above does not apply (the
screen doesn't go blank), the game doesn't freeze and there is no "Download
failed" message.
If I enable "Emulate a virtual desktop" option (while setting the game to
fullscreen) then it's kind of in-between: the game freezes for about 5 seconds
when displaying "Downloading Settings", but after that the "Download failed"
message does not show up.
I'm using a dual-monitor setup, AMD RX 570, Arch Linux with KDE Plasma.
--
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=49467
Bug ID: 49467
Summary: Resident Evil Revelations 2 my directional pad does
not work when analogs are enabled.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Resident Evil Revelations 2 my directional pad does not work when analogs are
enabled.
--
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=38161
Bug ID: 38161
Summary: Whispering Willows has missing text for Cyrillic
alphabet
Product: Wine
Version: 1.7.37
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Text is missing(just a black places) when set Ukrainian or Russian language
in-game.
Please tell, which debug channel(s) will be useful?
--
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=49690
Bug ID: 49690
Summary: winetricks dotnet35 hangs in 64-bit prefixes
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: dotnet, download, regression, source, win64
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Distribution: ---
Regression testing points to either 8a169390c9ef4d8a43b604558c4194a052473c0c or
4478ba258e45559ac97353ab27951e84dd9865c1.
commit 8a169390c9ef4d8a43b604558c4194a052473c0c was a skip
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 30 12:01:37 2020 +0200
ntdll: Build with msvcrt.
As it fails to start when built for me as wow64:
/home/austin/dotnet-bisect/bin/wine cmd.exe /c echo '%AppData%' returned empty
string, error message "wine: failed to load
/home/austin/dotnet-bisect/lib64/wine/ntdll.dll error c0000018"
The next commit (4478ba258e45559ac97353ab27951e84dd9865c1) is broken (i.e.,
dotnet35 hangs):
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 30 12:04:42 2020 +0200
ntdll: Use the standard C library names for the printf functions.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Eventually, hangs after a couple minutes with:
09b8:err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.1433 - Fatal
Execution Engine Error (000006427F8A5DC8) (80131506)"
--
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=29310
Bug #: 29310
Summary: FirstClass Client 11.017 no login screen
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jorgenqv(a)yahoo.com
Classification: Unclassified
Trying to get latest FirstClass client (FCC) to work in Wine 1.3.33/34
(ubuntu-wine-ppa-oneiric) with the following problems in Ubuntu 11.10 with
Unity. The same behavior in Ubuntu 10.04 LTS with Wine 1.3.31
(ubuntu-wine-ppa-lucid).
The FCC spash screen freezes when it starts. Normaly the login screen should
pop up. You then have to right-click on the upper panel FCC icon (splash then
disapear) and choose Connect. If you only click on the spash screen it
disapears.
This bug is separated from
http://bugs.winehq.org/show_bug.cgi?id=29150
as suggested in forum here:
http://forum.winehq.org/viewtopic.php?t=14283
/Jorgen
--
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=50173
Bug ID: 50173
Summary: Autocad 2005 no longer launches
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Created attachment 68690
--> https://bugs.winehq.org/attachment.cgi?id=68690
Log of errors running Autocad2005 wine v5.22
Autocad 2005 no longer launches with winehq-devel v5.22. It was working well
with v5.21, although there was an ongoing problem with dotnet20. Now it doesn't
launch at all, exiting with an unhandled exception.
--
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=50024
Bug ID: 50024
Summary: signtool.exe from Windows 7 SDK fails to find
certificates
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: dmitry(a)baikal.ru
Regression SHA1: fd1be205ba7dc9691427aab4c35278e88eff081c
Distribution: ---
Note that signtool.exe needs mfc42.
zeb@terabithia$ wine makecert.exe -r -pe -ss winetest_store -n CN=kumquat2
kumquat2.cer
0024:fixme:heap:RtlSetHeapInformation 00110000 1 00000000 0 stub
0024:fixme:mssign:PvkGetCryptProv 00000000 L"Subject Key" (null) 1 (null)
L"89b748c7-e828-4eab-9d74-99785e1867e3" 01009658 0031FE10 0031FCDC stub
0024:fixme:mssign:PvkFreeCryptProv 00179e68 (null) 1 (null) stub
Succeeded
zeb@terabithia$ wine signtool.exe sign /v /s winetest_store /n kumquat2
winetest.sys
0024:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
0024:fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
0024:fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
SignTool Error: No certificates were found that met all the given criteria.
>From some blithe debugging, I notice that what actually happens is a crash in
CRYPT_FixKeyProvInfoPointers(), masked by the try block in
CRYPT_ReadSerializedElement(). [Is it just me, or is that try block a bad
idea?] It seems that the format stored in the registry not only doesn't match
store_CRYPT_KEY_PROV_INFO—all of the pointer size fields are 32-bit—but also
uses pointers instead of offsets. From looking at the code, it doesn't seem
that we convert *back* to store_CRYPT_KEY_PROV_INFO when storing into the
registry.
I.e. the program that reports the error is signtool, but makecert appears to be
at fault.
Reverting fd1be205ba7dc9691427aab4c35278e88eff081c allows it to work, at least
the 32-bit version [though it subsequently breaks on missing mssign32
functions].
--
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=34373
Bug #: 34373
Summary: application "AirScout" does not load with Wine
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ik0oky(a)gmail.com
Classification: Unclassified
Once unfolded it cannot be loaded with Wine ver 1.6
The program can be downloaded here
http://www.dl0gth.de/software/airscout.zip
Can anybody help ?
Would love to run it with Wine in my Linux box (Ubuntu 12.04).
Thanks in advance for any tip or help to get it working.
Emilio
--
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=50211
Bug ID: 50211
Summary: Quicken crashes on start with page fault on read
access to 0x00000000
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)themudrest.com
Distribution: ---
Created attachment 68718
--> https://bugs.winehq.org/attachment.cgi?id=68718
backtrace
This has been working great for years but this week now fails to start, does
not get as far as the splash screen.
Its an old version of quicken, quicken XG
Please advise what extra information or testing 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=50190
Bug ID: 50190
Summary: Shockwave Projector: crash on launch
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: parker.l.reed(a)gmail.com
Distribution: ---
Created attachment 68705
--> https://bugs.winehq.org/attachment.cgi?id=68705
Backtrace of crash
Shockwave Projector Crashes on launch on 5.22 and git.
This is a regression as it worked in 5.21 and below.
What happens: crashes on launch with backtrace
Archive with the projector and test file.
Run with
wine start /unix SPR.exe slipstream.dcr
https://bluepload.unstable.life/shockwave.tar.gz
[parker@wolfcola ~/]$ sha1sum shockwave.tar.gz
8bad0e1b26b7c35306aca6eb6da5529e54b0274c shockwave.tar.gz
It will either crash or stop on a grey screen.
(The program and files are part of Flashpoint as a whole. That is their file
hosting service with the specific use case)
Tried running with WINEDEBUG=+relay but it seems to not crash with that
enabled...
--
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=50121
Bug ID: 50121
Summary: Commandos 2 - HD Remaster too dark with vulkan
renderer
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68614
--> https://bugs.winehq.org/attachment.cgi?id=68614
screenshot
fixme:shader_sm4_read_dcl_resource: Unhandled data type 0x6.
wine-5.21-69-gb940c5e7c91
--
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=48362
Bug ID: 48362
Summary: Shadwen crashes after an intro or chapter restart
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: ca0c3f770ae4fe4d535f59f2d54b4c0a531e800f
Distribution: ---
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 011e, blocked by 0108, retrying (60 sec)
Full version:
Start new game -> Intro -> Crash
GOG demo version:
Start training level -> Esc -> Restart Chapter -> 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.
http://bugs.winehq.org/show_bug.cgi?id=33488
Bug #: 33488
Summary: Print Artist 4.0 (Win 3.11/95) installer doesn't show
up
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Hello,
I am having problems getting an old copy of PrintArtist 4 to install. The AppDB
entry is at: http://appdb.winehq.org/objectManager.php?sClass=version&iId=5186
and my problem consists of that the installer seems to start up okay but
doesn't show up on my display. No error messages on console are shown and I can
hear the "Sierra-On-Line" installer sound. OS is openSUSE 64-Bit with wine
1.5.29 from repositories.
--
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=50274
Bug ID: 50274
Summary: Copy paste bug in ipstats.c
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
https://github.com/wine-mirror/wine/blob/e909986e6ea5ecd49b2b847f321ad89b2a…
row.dwLocalScopeId is assigned twice but probably row.dwRemoteScopeId should
be used
--
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=50139
Bug ID: 50139
Summary: Exact Audio Copy (EAC) 1.6 plugins not loading
(dotnet20 / dotnet40)
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Distribution: Debian
Created attachment 68636
--> https://bugs.winehq.org/attachment.cgi?id=68636
eac 1.6 wine 5.14 log
The workaround for bug 48677 - installing native dotnet20 and dotnet40 -
stopped working in wine 5.14. Log attached. If I figure out why I can't get a
working build I can do a regression test. This line looks suspect though:
0024:err:ole:apartment_getclassobject DllGetClassObject returned error
0x8007000
2 for dll L"C:\\windows\\system32\\MSCOREE.DLL"
(There's a couple unhandled page faults, at least one is for cdrdao.exe. Also
for some wine versions EAC doesn't detect the cd drive?)
--
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=50127
Bug ID: 50127
Summary: Fonts are thin and pale
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Hello,
I have fonts problem with Wine 5.21. It took me some some time to figure it out
but it occurs the problem appears only with Wine 5.21. The fonts are thin and
pale in configuration windows. Applications are affected too.
Wine 5.21:
https://i.imgur.com/6c9TkoO.png
Wine 5.20:
https://i.imgur.com/915TRZF.png
As you see from the screenshots, there isn't such font problem with Wine 5.20.
The problem is here only in Wine 5.21. All previous versions are working fine.
Please help me to resolve this problem. Thank you.
--
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=43362
Bug ID: 43362
Summary: Bethesda Net Launcher can`t download games
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
Distribution: ---
Created attachment 58722
--> https://bugs.winehq.org/attachment.cgi?id=58722
trace
Bethesda Net Launcher can`t download games. Log (WINEDEBUG=+wininet,+winsock)
and pcap file in attachment.
Suspicious number of strings in log: 1665278-1665294
At the same time my PC (192.168.72.10) asks bethesda (52.22.240.25) "TLS
Encryption Alert" (packet 1396)
OS: Ubuntu 14.04, kernel 4.4.0-58-generic
wine: wine-2.12 (Staging)
Hardware: i7-870, 16GB RAM, GeForce GTX 560
--
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=50010
Bug ID: 50010
Summary: Deus Ex Mankind Divided crash
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roidal(a)googlemail.com
Distribution: ---
Created attachment 68422
--> https://bugs.winehq.org/attachment.cgi?id=68422
wine stdout and DXMD game log
Deus Ex Mankind Divided crashes when loading a game or the benchmark.
Mainmenu works fine after installing d3dcompiler_47 and DXVK 1.7.2 with
winetricks.
It seems to happen on actual wine-versions (5.18 and 5.19).
With wine lutris-5.7 it works fine.
https://github.com/doitsujin/dxvk/issues/1788 - here a user reported wine 5.9
working.
Sadly i can not provide that much info since i do not have much usefull output:
STDOUT and game-log is attached.
If you need more informations let me know how to gather them an i try to
provide.
--
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=49892
Bug ID: 49892
Summary: WINE 5.17 never ending loop on "Setting up the windows
environment..." ( Android-x86 OS running on PC)
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: hejazi23(a)yahoo.com
CC: dimesio(a)earthlink.net
Hello there
WINE 5.17 never ending loop on "Setting up the windows environment..."
( Android-x86 OS running on PC)
while I did not have this problem with old version 5.0 on this machine
first I tryed to update the old version and after that
I did completly uninstalled the old version and then reinstaled the
new one but it did not help
thanks for your great service
--
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=48850
Bug ID: 48850
Summary: Mafia: The City of Lost Heaven videos playing in pink
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 66767
--> https://bugs.winehq.org/attachment.cgi?id=66767
screenshot
err:quartz:CheckCircularConnection Checking filtergraph returned 80040231,
something's not right!
err:quartz:avi_decompressor_sink_Receive Error occurred during the
decompression (fffffffc)
--
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=45404
Bug ID: 45404
Summary: LEGO Rock Raiders crashes early on launch
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anowlcalledjosh(a)gmail.com
Distribution: ---
Created attachment 61717
--> https://bugs.winehq.org/attachment.cgi?id=61717
Terminal output of the crash
LEGO Rock Raiders crashes early on launch (before the DDI splash screen) since
commit a89fdd58ecbd2d1e40ef2d9e00ead0d707601637 "ntdll: Run the entire thread
initialization code on the thread stack on i386.".
Reproduction steps:
1) Install LEGO Rock Raiders (must use an NT 4.0 wineprefix to make the DRM
work, and do not accept to install DirectX 6).
2) Launch it.
3) Observe that it crashes before the DDI splash screen.
On the previous commit (8b2f58634378a2d74a5d68d689c95dd8925d84ba
"shell32/tests: Simplify existing tests and add more tests for Progman DDE."),
the DDI splash screen and the animated loading screen are both displayed,
whereas on more recent commits, the game crashes before the DDI splash screen.
This is not a duplicate of bug 39346 or bug 44134; this crash happens earlier,
and happens even with the d3drm winetrick that works around those bugs.
I am using Ubuntu 16.04 on amd64 architecture.
--
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=50228
Bug ID: 50228
Summary: Warframe: filtering by text does not work for Cyrillic
since wine-5.14
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: lvb.crd(a)protonmail.com
Regression SHA1: 9d4eeaeb7773d00d51ff60de29e4be8f43209d68
Distribution: ---
Filtering any lists by text does not work for Cyrillic, while it continues to
work fine for Latin.
I have already finished bisecting:
75cdc3b6058cd42a4d96331b045b22fa0a7f88f9 good
9d4eeaeb7773d00d51ff60de29e4be8f43209d68 bad
Using the tree before this commit or building wine (currently
2ad09b01673381261815bfc804a2f69ce4d85f86) with reverted 9d4eeaeb - helps.
At the moment the game does not start without DXVK, also I do not know if the
log from WINEDEBUG="+msvcrt" will be useful.
Maybe someone will suggest some other application that uses the memchr imported
function from vcruntime140.dll?
Please let me know if I can somehow help and what information would be helpful.
--
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=50114
Bug ID: 50114
Summary: Battle.net App hangs when opening web links
Product: Wine
Version: 5.20
Hardware: x86-64
URL: https://www.blizzard.com/download/confirmation?product
=bnetdesk
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.stanczew+b(a)gmail.com
Regression SHA1: 859b526c81a2af841b5b7b28d06f3d782bccdab5
Distribution: ArchLinux
When clicking any object (link/image) in Battle.net App that would open a web
page, the app hangs indefinitely.
Bisection result:
859b526c81a2af841b5b7b28d06f3d782bccdab5 is the first bad commit
commit 859b526c81a2af841b5b7b28d06f3d782bccdab5
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Oct 12 18:27:18 2020 +0200
kernelbase: Use conhost in AllocConsole.
There are no new messages in (default) Wine log when the link is clicked.
Might be connected to bug 50064 and bug 50102.
--
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=42152
Bug ID: 42152
Summary: eFax Messenger 4.4: hangs during installation
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: littlesincanada(a)yahoo.co.uk
Distribution: ---
Created attachment 56724
--> https://bugs.winehq.org/attachment.cgi?id=56724
Debug output from installer
During installation of eFax Messenger, installer hangs after it says that it is
updating registry.
Trace output attached.
Installed with Wine 2.0-rc3 in Linux Mint 18.1 x86_64 using wine-builds PPA,
wine-staging.
Free download available here:
https://www.efax.ca/efax-help-center/efax-messenger/download-efax-messenger
--
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=50273
Bug ID: 50273
Summary: Sid Meier's Civilization III Complete crashes on start
Product: Wine
Version: 5.21
Hardware: x86-64
URL: https://store.steampowered.com/app/3910/Sid_Meiers_Civ
ilization_III_Complete/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: ed9114c1181c1af67264433f6910039a31882052
Distribution: ArchLinux
Created attachment 68820
--> https://bugs.winehq.org/attachment.cgi?id=68820
terminal output
Tried with the Steam and GOG version of the game, both crashes immediately
after startup.
The problem is present since
https://source.winehq.org/git/wine.git/commit/ed9114c1181c1af67264433f69100…
The game starts properly with the previous commit.
--
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=50294
Bug ID: 50294
Summary: It's no longer possible to execute a Winelib binary
built with older version of Wine
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: julliard(a)winehq.org
Regression SHA1: 2bf8293e8fec0aa7efb450a7bf1a14633d16abcd
Distribution: ---
While testing the fix for the bug 49838 I've discovered that current wine.git
is no longer able to execute precompiled binary attached to that bug report:
https://bugs.winehq.org/attachment.cgi?id=68177
$ wine test.exe.so
00b4:err:process:exec_process
L"Z:\\home\\dmitry\\to-send\\patches\\200914\\test2\\test.exe.so" not supported
on this system
This is a regression cased by
commit 2bf8293e8fec0aa7efb450a7bf1a14633d16abcd
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 8 13:13:14 2020 +0100
libwine: Mark more functions as obsolete.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
libs/wine/config.c | 9 +++++----
libs/wine/loader.c | 59 ++++++++++++++++++++++++++++++------------------------
libs/wine/mmap.c | 54 ++++++++++++++++++++++++++++---------------------
libs/wine/wine.map | 12 +++++------
4 files changed, 75 insertions(+), 59 deletions(-)
--
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=50175
Bug ID: 50175
Summary: Path of Exile: some Cyrilic and Hungul text is missing
since Wine 5.20
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: lvb.crd(a)protonmail.com
Regression SHA1: 5bdc6e0fe64222d8d7d383616f5e230928af011a
Distribution: ---
Created attachment 68693
--> https://bugs.winehq.org/attachment.cgi?id=68693
(from left to right) Cyrilic, Hungul, Thai (top down) Before, After
I did not fully understand the problem for its detailed description, but I have
already finished bisecting.
Several patches were adopted that day aimed at working with gdi32, but only the
last one gives this effect:
2d15ea5012e1fbd9e16a86c69d68b587128832ed good
5bdc6e0fe64222d8d7d383616f5e230928af011a bad
It looks like all the Cyrilic/Hungul symbols (except those on the buttons) are
missing and/or do not take up space.
I attach a picture that displays the "same" graphic element, in different
in-game localizations on different versions of wine.
**Thai hasn't properly worked before, but I decided to include it in the image
as it looks like the problematic commit is affecting its behavior too.
I recognized the font as FrizQuadrataITC that was used for Cyrillic text.
--
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=49838
Bug ID: 49838
Summary: Backtraces no longer contain symbols
Product: Wine
Version: 5.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: jacek(a)codeweavers.com
Distribution: ---
Created attachment 68177
--> https://bugs.winehq.org/attachment.cgi?id=68177
test winelib app (source + binary)
Attached archive contains simple console test with pre-built binary that
intentionally crashes in its main(). Starting with the following commit
cf6bbb96d0417b0a86d06c4b000592e4c870b5ee is the first bad commit
commit cf6bbb96d0417b0a86d06c4b000592e4c870b5ee
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Apr 6 19:43:35 2020 +0200
dbghelp: Build with ucrtbase.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Wine no longer provides symbolic info in the backtrace.
--
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=50314
Bug ID: 50314
Summary: femap : crashes when assigning material
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: snara1779(a)gmail.com
Distribution: ---
Created attachment 68894
--> https://bugs.winehq.org/attachment.cgi?id=68894
Error log generated at crash
During definition of a material, the "load" button opens the material selection
window. This shows the list of materials in the library.
When clicked on any of the materials in the list, the software 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.
https://bugs.winehq.org/show_bug.cgi?id=50313
Bug ID: 50313
Summary: Unable to use GPU-Z
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: acroq3(a)gmail.com
Distribution: ---
"Could not start drive: Service request timeout."
website: https://www.techpowerup.com/gpuz
filename: GPU-Z.2.36.0.exe
sha256: 4bf214e743a643a0272f7d11d23f4c3f375f5821baf9a9c66f2c4e81c99cd245
Full output in console (3 lines):
DbgPrint says: (null) (IRQL 00): INFO Driver compiled at 22:34:27 on Oct 6
2020
wine: Unhandled page fault on read access to 0xffffffffffffffff at address
0x140008c1c (thread 0036), starting debugger...
0015:err:service:process_send_command service protocol error - failed to read
pipe r = 0 count = 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=50305
Bug ID: 50305
Summary: Sudden Strike 4 tutorial videos play with glitches
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68877
--> https://bugs.winehq.org/attachment.cgi?id=68877
example
wine-6.0-rc1-39-g76c9dbd4fb9
--
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=50310
Bug ID: 50310
Summary: Project wingman startup blackscreen
Product: Wine-staging
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hapas_dominique(a)protonmail.ch
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68884
--> https://bugs.winehq.org/attachment.cgi?id=68884
terminal log
Project wingman GoG version 1.0.4C
black screen after startup
--
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=47557
Bug ID: 47557
Summary: hid_test.exe crashes with RealFlight interface module
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: dmlb2000(a)gmail.com
Distribution: ---
Created attachment 64943
--> https://bugs.winehq.org/attachment.cgi?id=64943
WINEDEBUG=+hid,+plugplay output log
I'm trying to get RealFlight RC 7.5 to work on wine.
Seems like hid_test.exe is crashing I'd like some help debugging 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=40322
Bug ID: 40322
Summary: Alone 4 explorer /desktop crash
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 53974
--> https://bugs.winehq.org/attachment.cgi?id=53974
Alone4Backtrace
Hello Everyone,
Alone 4 crashes if used with wine explorer /desktop
wine explorer /desktop=NFSU,1024x768 '/mnt/sda3/Games/PC/Alone in the
Dark/alone4.exe'
Game works if you remove explorer /desktop.
--
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=49996
Bug ID: 49996
Summary: dxdiag fails to run without native dxdiagn.dll (Error:
DXDIAGN.DLL is out of date)
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Followup to #1429, which was closed as a metabug.
In 5.9, running wine dxdiag pops up a error dialog saying:
Error: DXDIAGN.DLL is out of date
note: winetricks dxdiag installs native dxdiag, so make sure to set it back to
builtin if installing dxdiag that way.
--
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=50217
Bug ID: 50217
Summary: Since wine 5.19 does not work TCP/IP game Heroes of
Might and Magic 3
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kudraigor29(a)gmail.com
Distribution: ---
Since wine 5.19 does not work TCP/IP game Heroes of Might and Magic 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.
https://bugs.winehq.org/show_bug.cgi?id=49532
Bug ID: 49532
Summary: Winetricks -q dotnet45 does not work
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Since update of wine-5.12,dotnet45 fails to install (looks like installer
entered in an infinite loop).
As dotnet45 does not install with wine only (needs winetricks) I was unable to
perform a regression test.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9127
Beta Version <betaversiondot(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|betaversiondot(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.
https://bugs.winehq.org/show_bug.cgi?id=9127
andy <andy86(a)fastwebnet.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andy86(a)fastwebnet.it
--- Comment #101 from andy <andy86(a)fastwebnet.it> ---
Cutscene working for me now in Tomb Raider VI and wine-5.20/wine-6.0-rc1, but
they are not yet perfect.
Since this doesn't exactly look like a duplicate to me, I filled a dedicated
bug here: https://bugs.winehq.org/show_bug.cgi?id=50286
--
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=50282
Bug ID: 50282
Summary: Assertion `pellip->under == 0 && pellip->after == 0'
failed.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: mr.acar07(a)gmail.com
Distribution: ---
test@debian:~/.wine/drive_c/AKINSOFT/Wolvox8/ERP$ wine WERP8.exe
001d:err:eventlog:ReportEventW L"The registry information is missing.\r\nPlease
run the Firebird Configuration Utilit"
0009:err:shell:SHGetFileInfoW pidl is null!
0009:err:shell:SHGetFileInfoW pidl is null!
[1208/124013:ERROR:network_change_notifier_win.cc(153)] WSALookupServiceBegin
failed with: 0
[1208/124013:ERROR:proxy_service_factory.cc(129)] Cannot use V8 Proxy resolver
in single process mode.
0009:err:ole:CoGetClassObject class {54e211b6-3650-4f75-8334-fa359598e1c5} not
registered
0009:err:ole:CoGetClassObject no class object
{54e211b6-3650-4f75-8334-fa359598e1c5} could be created for context 0x1
[1208/124014:FATAL:direct_manipulation.cc(34)] Check failed: SUCCEEDED(hr).
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
text.c:750: TEXT_NextLineW: Assertion `pellip->under == 0 && pellip->after ==
0' failed.
Its a paid Turkish accounting app. I make it working but only this error
happen.
--
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=50242
Bug ID: 50242
Summary: Lotus Approach crashes on start up
Product: Wine-staging
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68752
--> https://bugs.winehq.org/attachment.cgi?id=68752
Approach crash on start up
Dear Wine Staging Maintainers,
Fedora 33
wine-5.22-1.fc33.x86_64
As of 5.22, Lotus Approach now crashes on start up. Word Pro is okay.
I have attached the trace.
-T
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49471
Bug ID: 49471
Summary: Metal Gear Solid 2 crashes at startup.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 67579
--> https://bugs.winehq.org/attachment.cgi?id=67579
MGS2_backtrace.txt
Metal Gear Solid 2 crashes at startup.
--
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=50280
Bug ID: 50280
Summary: DllSurrogate and mixing 32 and 64 bit COM components
and applications does not work
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: bvandermerwe(a)kbcat.com
Distribution: ---
I would rank this as lower priority, since many people dont even know you can
do it. I think you have many bigger fish to fry, but in case this is supported
or there is interest in it, here goes.
Consider this situation:
You run Ubunutu 64 bit. You install 32 and 64 bit wine. (sudo dpkg
--add-architecture i386)
You install your 64 bit application under wine which registers itself as a COM
server.
You install the windows script host: sudo winetricks wsh57
Now from wine you run: cscript test.vbs
Where test.vbs contains this:
Dim app
Set app = CreateObject("My64BITApplication")
cscript will run as a 32 bit process and tell you the COM component is not
registered.
But the application added a DllSurrogate entry in the registry which under
Windows allows mixing of 32 and 64 bit versions of the application and cscript.
So under Windows the above works but not under wine.
How this works and what should happen is explained here:
https://www.mobilize.net/blog/call-64-bits-code-from-a-32bit-vb6-apphttps://techtalk.gfi.com/32bit-object-64bit-environment/https://jpsoft.com/forums/threads/using-a-32-bit-in-process-com-server-dll-…
If you google it, there is a great deal of information about there and details
about setting something up.
Now if this is not implemented, I suspect it would be a major undertaking, and
as I said there are more worthy places to devote efforts, but then again wine
is so amazing and has so many major things implemented, like direct x etc.
--
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=50276
Bug ID: 50276
Summary: Game Rune Classic freeze PC on exit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axet(a)me.com
Distribution: ---
Hello!
Game Rune Classic freeze PC on exit. Works fine with kernel 5.4.0, and freeze
PC with kernel 5.9.0.
Only this game, all other games works just fine.
https://www.gog.com/game/rune_classic
Should I report it here or kernel.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=50262
Bug ID: 50262
Summary: Xibo Player 1.7.3 crashes on start
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
URL: https://github.com/xibosignage/xibo-cms/releases/downl
oad/1.7.3/xibo-client-1.7.3-win32-x86.msi
OS: Mac OS X
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Created attachment 68796
--> https://bugs.winehq.org/attachment.cgi?id=68796
+wmiutils,+wbemprox log
This is probably related to Bug 35567. I tested using Wine-Mono, but native
dotnet exhibits the same issue.
Attached is a +wmiutils,+wbemprox 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.
https://bugs.winehq.org/show_bug.cgi?id=50084
Bug ID: 50084
Summary: Wargaming.net Game Center can't install updates since
wine 5.19
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: magist3r(a)gmail.com
Regression SHA1: 48e88074cdd09513164f8669b270d13425f4584c
Distribution: SUSE
Created attachment 68547
--> https://bugs.winehq.org/attachment.cgi?id=68547
wine log
Hi.
I've bisected the issue:
48e88074cdd09513164f8669b270d13425f4584c is the first bad commit
commit 48e88074cdd09513164f8669b270d13425f4584c
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 28 16:20:43 2020 +0200
kernel32: Remove the setting of the computer name keys.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/kernel32/computername.c | 153 -----------------------------------------
dlls/kernel32/kernel_main.c | 3 -
dlls/kernel32/kernel_private.h | 3 -
3 files changed, 159 deletions(-)
Maybe this error in the log is related:
03c0:err:rpc:rpcrt4_ncalrpc_handoff Failed to retrieve the computer name, error
2
--
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=50266
Bug ID: 50266
Summary: Grandia2 Intro movie has the wrong colors.
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 68805
--> https://bugs.winehq.org/attachment.cgi?id=68805
Grandia2-Wrong-Colors.jpg
The intro movie in Grandia2 has the wrong colors.
--
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=49386
Bug ID: 49386
Summary: LINE unable to use microphone
Product: Wine
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Created attachment 67449
--> https://bugs.winehq.org/attachment.cgi?id=67449
last log with error
LINE unable to use microphone due to some function is stub
This is happened very long time.
--
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=50268
Bug ID: 50268
Summary: .Resident Evil Revelations 2 no sound can be heard
playing
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 68809
--> https://bugs.winehq.org/attachment.cgi?id=68809
REREV2-Terminal-wine-6.0rc1.txt
Resident Evil Revelations 2 no sound can be heard playing. I tested this in a
clean wine prefix with wine-6.0rc1.txt
--
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=50267
Bug ID: 50267
Summary: Resident Evil Revelations crashes at main menu
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 68808
--> https://bugs.winehq.org/attachment.cgi?id=68808
REREV-Terminal+Backtrace-wine-6.0rc1.txt
Resident Evil Revelations crashes at main menu. I tested this in a clean wine
prefix with wine-6.0rc1.
--
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=45114
Bug ID: 45114
Summary: Dai-Senryaku Perfect3: Not visible combat scene.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: whatisthis.sowhat(a)gmail.com
Distribution: ---
When playing "Dai-Senryaku Perfect3.0", weapon's combat scenes called "REAL
FIGHT"(リアルファイト) are not drawn (or starting to draw is very later and shorter).
Product page (written in Japanese):
https://www.ss-alpha.co.jp/products/dsperfect3.html
Playing sample:
https://www.ss-alpha.co.jp/products/dsperfect3/download.html
This issue cause both GDI and OpenGL.
--
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=44159
Bug ID: 44159
Summary: I was trying to use an English language portal to a
Chinese bank's website. Failed at login.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dwfriedman2000(a)gmail.com
Distribution: ---
Created attachment 59919
--> https://bugs.winehq.org/attachment.cgi?id=59919
Bug log
The website gave me a pop-up window for English language log-in. The site uses
a pseudo-USB key, a Windows app that emulates the dongle and allows passwords.
When I tried to download it, Wine crashed. I installed the program using Wine,
but I'm sure the dependencies are all wrong.
--
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=43967
Bug ID: 43967
Summary: Not able to install Nitro Pro 10
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ishanbora710(a)gmail.com
Distribution: ---
Created attachment 59618
--> https://bugs.winehq.org/attachment.cgi?id=59618
Nitro Pro 10 is not installed
Not able to install Nitro Pro 10
Extraction of setup files is completed. However installation failed. Used a
Nitro Pro 10 version
--
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=43892
Bug ID: 43892
Summary: itunes 10 plante
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: marie.carat(a)wanadoo.fr
Distribution: ---
Created attachment 59509
--> https://bugs.winehq.org/attachment.cgi?id=59509
rapport de plantage
itunes 10 plante au demarage
--
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=42800
Bug ID: 42800
Summary: Its repeated, regullary bug for opening Irfan View 4
under Wine / Linux Mint 17
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: skycor49(a)gmail.com
Distribution: ---
Created attachment 57831
--> https://bugs.winehq.org/attachment.cgi?id=57831
Error report of opening Thumbnails of Irfan View 4. under Wine, Linux Mint 17
Use Wine 1.7 under Linux Mint and installed Irfan View (4), that sometime,
crashes, at new session, after opening whith ”T” shortcut, Thumbnails display.
--
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=49475
Bug ID: 49475
Summary: Grandia 2 crashe if you hit back on save/load screen.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Grandia 2 crashe if you hit back on save/load screen. Here is a backtrace.
--
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=50232
Bug ID: 50232
Summary: Path of Building: Crashes when loading
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: tlund(a)ymail.com
Distribution: ---
Created attachment 68739
--> https://bugs.winehq.org/attachment.cgi?id=68739
Backtrace from running wine
I'm a developer for Path of Building, working on this issue:
https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/1678 On Wine,
Path of Building crashes upon startup.
You can download a standalone ZIP of the program here:
https://github.com/PathOfBuildingCommunity/PathOfBuilding/releases/download…
We ship a custom graphics DLL with PoB, and recently open sourced it, changing
some code to make it license-friendly mostly. Here is that repo:
https://github.com/PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic
I submitted a patch to fix our library, but the patch mostly consists of
removing the offending call to ShowWindow. Here is the patch:
https://github.com/PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic/pul…
I'm thinking there is a bug in Wine regarding that function call, as the
program works fine in Windows.
Attached are output files from the following commands:
1. wine Path\ of\ Building.exe
Note that this was run in a VM on a fresh copy of Ubuntu 20.04.1 and wine was
installed through apt install.
--
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=32036
Bug #: 32036
Summary: RSLogix5000 v16 Runtime Error
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://http://www.rockwellautomation.com/rockwellsoftw
are/design/rslogix5000/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JosephHenryBlack(a)yahoo.co.nz
Classification: Unclassified
Created attachment 42224
--> http://bugs.winehq.org/attachment.cgi?id=42224
Rockwell Automation Software Setup.log text
wine-1.5.15-249-g8392a85
Note in link provided, version 17 is only available. v16 may be obtained from
Rockwell distributors if requested.
For those interested to play with RSLogix
setting oleaut32 to native will no longer install. With native dotnet1.1 it
gets a fair way.
This sometimes fails..
install of Rockwell Automation Drives PowerFlex 7 Module Profiles
[dvd path]\ENU\RSLogx5k\MP\RADrives\RADrives_PF7.msi
The terminal output near this time has
err:rpc:I_RpcGetBuffer no binding
SERVICE_NAME: RNADiagnosticsService
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 2 START_PENDING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported
snip
fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported
fixme:msi:load_progid Unknown class L"ECFA29AF-676B-49BD-AA7A-4489663D6B6C"
err:msi:iterate_load_verb Verb unable to find loaded extension L"dro"
or
err:ntdll:RtlpWaitForCriticalSection section 0x16c06c "bitblt.c: surface" wait
timed out in thread 001b, blocked by 001e, retrying (60 sec
err:seh:setup_exception_record stack overflow 824 bytes in thread 001b eip
b74b964d esp 00240ff8 stack 0x240000-0x241000-0x340000
snip
err:msi:iterate_load_verb Verb unable to find loaded extension L"dxc"
err:ntdll:RtlpWaitForCriticalSection section 0x1f67bc "bitblt.c: surface" wait
timed out in thread 0035, blocked by 003c, retrying (60 sec)
err:seh:setup_exception_record stack overflow 1504 bytes in thread 0035 eip
7bc3f6c8 esp 00240d50 stack 0x240000-0x241000-0x340000
But if it gets past this, it fails with:
This application has requested the Runtime to terminate it in an unusual way.
Install log files MPI.log:
MPSetup:Setup operations complete. Performed 26 operations of 26 scheduled
FactoryTalkActivationClient v2.log
InstallProduct return code for [FactoryTalk Activation Client v2.00.01] was 0
Rockwell Automation Software Setup.log
Installs Acrobat Reader 7 and then messes up the log file
CustomActionData 3: IMM_SUCCESS;C:\Program Files\Adobe\Acrobat
7.0\;Software\Adobe\Acrobat Reader\;
[mentions to defrag]
5;Optimizing performance ...;Completed [1]% of process;
NOTE: Installation was successful. However, because your hard drive is
fragmented, this application may not be able to launch as quickly as possib
[..]
1: DefragmentFiles 2: Defragmention process was invoked
[snip]
1: SetOptimizationStatus 2: Starting custom action 3: 4: 5:
1: SetOptimizationStatus 2: Ending custom action 3: 4: 5:
[and then the rest of the log is unreadable to the end of the file.. eg:]
\00-\00l\00e\00v\00e\00l\00 \00l\00o\00g\00:\00
\00I\00n\00v\00e\00n\00t\00o\00r\00y\00:\00 \00 \00 \00 \00
\00F\00e\00a\00t\00u\00r\00
I will try and add a terminal log later tonight but please let me know if I can
provide any other debug logs.
--
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=50254
Bug ID: 50254
Summary: Link Face Of Evil Remastered: Win 32 Function Failed:
HRESULT: 0x80004005
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: kevinlekikoutroll(a)gmail.com
Created attachment 68779
--> https://bugs.winehq.org/attachment.cgi?id=68779
Here's the backtrace for Link Face Of Evil Remastered
When I try to open Link Face of Evil Remastered with Wine, the game doesn't
launch and I have this error message "Win 32 Function Failed: HRESULT:
0x80004005 Call: At line 230 in file \Graphics_DisplayM.cpp".
I have the backtrace in the attachment below.
Here's the link to download the game ( as well as Wand of Gamelon ):
http://www.mediafire.com/file/fmpxu354lp226jn/FOER+and+WOGR+(Windows).zip/f…
I'm sorry if there isn't enough information in my message, I don't have a lot
of experience with bugs and computers.
--
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=48202
Bug ID: 48202
Summary: RedDragon app crashes on startup
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 7Cattac(a)gmail.com
Distribution: ---
Created attachment 65838
--> https://bugs.winehq.org/attachment.cgi?id=65838
Output log + crash
RedDragon app crashes on startup.
Installer from the official website:
https://redragonusa.com/storage/DjOwPv1QxX1FBsqxDalLh8C8gDyZTmM2jjCHc0bE.rar
Didn't installed anything with winetricks yet.
Wine-staging 4.20
5.3.13-arch1-1
--
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=50223
Bug ID: 50223
Summary: Wine stable app not oppening, prohibitory symbol over
the icon
Product: Wine
Version: 5.0
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charlotte.guillard(a)gmail.com
On MacOS 10.15.1 (Catalina), with XQuartz-2.7.11 installed.
Wine version installed: winehq-stable-5.0
Here is the error message:
"Wine Stable" needs to be updated
The developer of this app need to update it to work with this version of macOS.
Contact the developer for more information.
--
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=50212
Bug ID: 50212
Summary: GOG Galaxy - black screen
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: ---
Created attachment 68720
--> https://bugs.winehq.org/attachment.cgi?id=68720
wine-5.22 terminal log
GOG Galaxy client shows a black square instead of a window.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31098
Bug #: 31098
Summary: 115 Udown can't work since I installed it
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
I downloaded http://pc.115.com/download/115UDown_3.2.8.15.exe then installed it
on my fedora 16.But I can't launch it and I know nothing about how to solve it.
--
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=50146
Bug ID: 50146
Summary: Rekordbox 6.3.0 gives error when started
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pander(a)users.sourceforge.net
Distribution: ---
Created attachment 68652
--> https://bugs.winehq.org/attachment.cgi?id=68652
Error on screen
After installation of Rekordbox 6.3.0, the application results in an error when
started. Installer can be downloaded from https://rekordbox.com/en/download/
The same error occurs on Ubuntu Groovy 20.10 wine, wine-stable from winehq's
repo and winehq-devel from winehq's repo. All installs were fresh and
independent.
The terminal command and output is:
$ wine ~/.wine/drive_c/Program\ Files/Pioneer/rekordbox\ 6.3.0/rekordbox.exe
INTEL-MESA: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:dwrite:opentype_decode_namerecord handle NAME format 1
00cc:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00cc:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20.
00cc:fixme:d2d:d2d_d3d_create_render_target Ignoring render target usage 0x2.
00cc:fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0x1): monitor
setting ignored
00cc:fixme:win:RegisterTouchWindow (000000000001005A 00000000): stub
00cc:fixme:msg:ChangeWindowMessageFilterEx 000000000001005A 233 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 000000000001005A 4a 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 000000000001005A 49 1
0000000000000000
00cc:fixme:win:RegisterTouchWindow (0000000000010060 00000000): stub
00cc:fixme:msg:ChangeWindowMessageFilterEx 0000000000010060 233 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 0000000000010060 4a 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 0000000000010060 49 1
0000000000000000
00cc:fixme:win:RegisterTouchWindow (0000000000020060 00000000): stub
00cc:fixme:msg:ChangeWindowMessageFilterEx 0000000000020060 233 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 0000000000020060 4a 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 0000000000020060 49 1
0000000000000000
0118:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA,
00000000030EFE10
00cc:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification
(0x8bffdc0)->(0x8bffe00) - stub
00cc:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification
(0x8c05480)->(0x8c054c0) - stub
01c0:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",000000000E8FFA80):
stub
01c0:fixme:avrt:AvSetMmThreadPriority (0000000012345678)->(0) stub
00cc:fixme:win:RegisterTouchWindow (000000000001006C 00000000): stub
00cc:fixme:msg:ChangeWindowMessageFilterEx 000000000001006C 233 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 000000000001006C 4a 1
0000000000000000
00cc:fixme:msg:ChangeWindowMessageFilterEx 000000000001006C 49 1
0000000000000000
0104:fixme:shell:SHOpenFolderAndSelectItems 0x8cd6770 0 (nil) 0x0: stub
0104:fixme:shell:SHOpenFolderAndSelectItems 0x8c702b0 0 (nil) 0x0: stub
00cc:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr
(nil)
In the attachment can be seen what appears on the screen. The window with the
error can only be seen as a preview in the window task switcher.
I managed a few times to open the report bug dialog, but details of the problem
did not appear after waiting a long time.
See also
https://appdb.winehq.org/objectManager.php?sClass=application&iId=12290
Please let me know if more information is needed or what is a fix or
workaround.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49550
Bug ID: 49550
Summary: `winetricks -q sandbox dirac` gives an unusable window
(winetricks-test)
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Regression SHA1: 0a12f258690b46f996b4890837ffdb4cea94ba70
Distribution: ---
Similar to 49421, reproducible with:
winetricks --no-isolate -q sandbox dirac
The window doesn't show if sandbox is used, instead you get a window that's
roughly 15x50 pixels (rough guess, didn't measure) that doesn't respond to
autohotkey.
commit 0a12f258690b46f996b4890837ffdb4cea94ba70
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Apr 17 12:39:15 2020 +0200
gdi32: Use Windows paths to read Wine font directories.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
sandbox removes the Z:\ -> symlink, disables Desktop/other symlinks in home,
disables $WINEPREFIX/.update-timestamp, and lastly disables unixfs.
--
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=49421
Bug ID: 49421
Summary: `winetricks -q ffdshow` throws an access violation in
usp10.dl (winetricks-test)
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: da604dce3493cbd79a201cf0d1885c848c10eac4
Distribution: Gentoo
Note: I've only been able to reproduce this when running winetricks-test; I
suspect it's related to `winetricks sandbox`, though running that beforehand
outside of winetricks-test doesn't reproduce the bug. Marking "UNCONFIRMED"
accordingly.
This is a regression, introduced by:
da604dce3493cbd79a201cf0d1885c848c10eac4 is the first bad commit
commit da604dce3493cbd79a201cf0d1885c848c10eac4
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Apr 17 12:39:01 2020 +0200
gdi32: Use Windows paths in add/remove_font_resource().
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/gdi32/freetype.c | 152 ++++++++++++++++++++------------------------------
1 file changed, 60 insertions(+), 92 deletions(-)
Running the installer with /silent runs it in quiet mode. It appears to install
fine, but during installation, a message box appears showing:
Access violation at address 00E2A834 in module 'usp10.dll'. Read of address
00000068.
--
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=30627
Bug #: 30627
Summary: Appending text to a large richedit is very slow
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Although the pathological case reported in bug 30614 is now fixed,
all is not yet well.
When repeatedly appending lines, builtin riched20 starts out about 3x slower
than native, and at 40k lines, is about 10x slower than native.
This is painful for long-running apps that use richedit for verbose logs.
(Measured with the attached program and today's git on my i5,
appending 1000 lines to an empty richedit control takes
builtin hidden: 907 ms
builtin visible: 4862 ms
native hidden: 368 ms
native visible: 4530 ms
Appending 1000 lines to a richedit control which already contains 40000 lines
takes:
builtin hidden: 22169 ms
builtin visible: 33002 ms
native hidden: 1750 ms
native visible: 4807 ms )
Building wine's riched20 with -O1 -fno-inline and profiling with 'perf' shows
62.60% ME_WrapMarkedParagraphs
12.07% ME_PaintContent
9.99% ME_InvalidateMarkedParagraph
at 50k lines.
Initial inspection seems to show that most of the time in
ME_WrapMarkedParagraphs is in the function itself, not in any
called functions.
Adding trace statements to all callers of ME_WrapMarkedParagraphs, I see
one call during EM_EXSETSEL:
ME_Repaint Calling ME_WrapMarkedParagraphs
and four calls during EM_REPLACESEL:
ME_UpdateRepaint Calling ME_WrapMarkedParagraphs
ME_UpdateScrollBar Calling ME_WrapMarkedParagraphs
ME_Repaint Calling ME_WrapMarkedParagraphs
ME_UpdateScrollBar Calling ME_WrapMarkedParagraphs
This is the case whether the window is hidden or not.
Bug 13355 (which Dylan says is separate, since it's about richedit
being slow on a single large call to WM_SETTEXT) suggests in comment 14
ways to remove some redundant calls to ME_WrapMarkedParagraphs,
and to let one of them return early.
In addition to those ideas, for this bug, it would be useful if
ME_WrapMarkedParagraphs (and ME_InvalidateMarkedParagraph) could
avoid making a linear scan across all paragraphs.
--
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=39773
Bug ID: 39773
Summary: File->Open slowdown caused by desktop.ini checks
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
To reproduce this you will need two Linux machines, a Samba server and a Samba
client.
On the Samba server:
* Create a directory with lots of subdirectories and files:
mkdir smbdir
cd smbdir
for i in `seq 1 200`;do mkdir sub$i; done
for i in `seq 1 200`;do touch file$i; done
* Export smbdir through Samba. (alternatively you could export '/' and use
'/usr/lib' as a replacement for smbdir)
On the Samba client:
* Mount the Samba share. You can either do it by adding a /etc/fstab line like:
//MYSERVER/smbdir /mnt/smbdir cifs
rw,username=MYLOGIN,password=MYPASSWORD,domain=MYDOMAIN 0 0
Or by starting Nautilus in GNOME, clicking on '+Other Places' -> Windows
network... using GVFS. Note that in this case you'll have to work around the
colon in the mount point filename (see bug 34868).
* Slow down the network connection using a command like this:
tc qdisc add dev eth0 root netem delay 10ms
* Check the above line is effective by running:
ping MYSERVER
The rtt should be around 10ms.
* cd /mnt/root/
wine notepad
* Open the File->Open dialog, navigate to the smbdir folder exported through
Samba.
* BUG: The initial display will be slow and scrolling through the many
subfolders will be very slow.
* Change the file mask to '*.*'.
* Scroll all the way to the right so only files are visible. As long as only
files are visible scrolling should then be very fast!
* Finally change the rtt to 0ms on the Samba server and check that the RTT is
under 1ms.
* Now test again notepad's File->Open dialog and everything should be
reasonably fast.
The problem is that whenever File->Open displays a folder in the open file
dialog it checks whether it contains a desktop.ini file to display the right
icon. That's not cached, thus incurring a few file lookups per folder
displayed. For local file systems that's fast enough but on network shares with
a non-trivial RTT the speed impact is significant. A 10+ ms RTT makes the
dialog essentially unusable.
Note that when displaying a filename we have everything in the cache so
redisplays are lightning fast and track the mouse.
Also Microsoft Office has the same problem even though it does not use the
standard comdlg32 dialog (though that may depend on the Windows version being
emulate). On Windows Microsoft Office suffers no slowdown in this situation.
What this means is that the standard common dialog is probably the wrong level
for fixing this.
Hacking SHELL32_GetCustomFolderAttributeFromPath() in shell32 to just return
FALSE speeds things up greatly. The display still lags a bit behind the mouse
so that there may be some residual file lookups or other slowdowns but it's
still night and day.
--
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=3919
--- Comment #25 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-5.22.
--
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=41234
Bug ID: 41234
Summary: FreeGate 7.59 does not run on the latest versions of
some distros
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caminostro3(a)gmail.com
Distribution: Fedora
Created attachment 55521
--> https://bugs.winehq.org/attachment.cgi?id=55521
Terminal output of wine running freegate 7.59
I tried running Freegate 7.59 (Latest version) on Fedora 23, Linux Mint 17, and
Ubuntu 16.04. The first dialogs asking for EULA agreement and some options
appear, but the main window does not. The terminal output of running this
application with wine 1.9.12 on Fedora 23 is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45383
Bug ID: 45383
Summary: Xanadu Next: movies not working (avi/MPEG-4 (XviD))
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: Debian
Created attachment 61699
--> https://bugs.winehq.org/attachment.cgi?id=61699
Xanadu Next wine-3.11
Black screen instead of movies.
--
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=46216
Bug ID: 46216
Summary: Lords of the Fallen needs
ThreadEnableAlignmentFaultFixup
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Spamming output after launching:
fixme:thread:NtSetInformationThread info class 7 not supported yet
wine-3.21-114-g1582ae6b04
--
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=26541
Summary: Dragon Saga doesn't start
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing DragonSagaInstaller-0.1.29-20110216.msi
went fine, but
$ cd ~/.wine/drive_c/Program Files/Gravity/Dragon Saga
$ wine Release/DragonSaga.EXE
fails like this:
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessDebugFlags
Unhandled exception: privileged instruction in 32-bit code (0x0123980c).
Backtrace:
=>0 0x0123980c in dragonsaga (+0xe4980c) (0x0032fea0)
1 0x7edaa2fc call_process_entry+0xb() in kernel32 (0x0032feb8)
2 0x7edac593 start_process+0x52(peb=0x1) [dlls/kernel32/process.c:1086] in
kernel32
--
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=28089
Summary: exception handling code touches stack for exceptions
handled by the debugger
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardloos(a)googlemail.com
Created an attachment (id=35971)
--> (http://bugs.winehq.org/attachment.cgi?id=35971)
a hack to work around the problem
Wine places the CONTEXT and EXCEPTION_RECORD structures onto the stack past ESP
during the unix signal handler and continues with most of the exception
handling code outside of the signal handler. Unfortunately and contrary to
windows behavior the debugger gets notified only after this happens. Windows
doesn't touch the stack at all, if the exception is handled by the debugger.
This makes it very hard to single step trough code which keeps useful data past
ESP (securom 8 for example).
it's easy to show with this small test:
void foo()
{
char *x = 0, *y = 0, *from = 0, *to = 0;
char c;
x = &c;
y = &c - 500;
while (y != x)
*y++ = 0x55;
c = 0x77; /* single step a few times here */
y = &c - 500;
while (y != x)
{
if (*y != 0x55)
if (from)
to = y;
else
from = y;
y++;
}
/* to and from shoudl be NULL */
}
--
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=43567
Bug ID: 43567
Summary: Vietcong - game crashes during radiocalls
Product: Wine
Version: 2.14
Hardware: x86-64
URL: http://www.moddb.com/games/vietcong/downloads/vietcong
-singleplayer-demo
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: havran.jan(a)email.cz
Distribution: ArchLinux
Created attachment 58977
--> https://bugs.winehq.org/attachment.cgi?id=58977
Vietcong - terminal log
Vietcong crashes when radiocall icon is shown. This bug is also reproduciable
on Windows > Vista, but it works on Windows XP. There exists community tool:
VCStarter, which fixes this for newer Windows and also for Wine. I have spoke
with VCStarter creator and he told me that the game uses some dirty assembler
in that part (maybe part of anticheat protection or no-cd crack?). I have
doubts if it is really Wine bug, but since this game works on Windows <= XP, it
should also work on Wine (with Win XP compatibility).
PS: You will not be able tu run this game probably because of bug #9337. As a
workaround, you can use VCStarter (version 1.7 only, older versions did not fix
the bug) or patch from bug #39057 - all this is described in bug #9337
PPS: While patch from bug #39057 fixes bug #9337 crashing for all Vietcong
versions, VCStarter works only with Vietcong 1.60 (so it does not work with
Vietcong demo version).
--
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=50171
Bug ID: 50171
Summary: 32-bit PE entry point no longer called through
BaseThreadInitThunk() assembly wrapper when Wine is
built with LLVM MinGW
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while investigating bug 28332 I found a regression introduced by
https://source.winehq.org/git/wine.git/commitdiff/0c631ebb2354334eaf309bc07…
("kernel32: Build with msvcrt.").
With 32-bit kernel32 cross-compiled to PE format, the stack on app entry point
is now aligned to 16-byte boundary. This makes the game from bug 28332
"magically" work while the 32-bit non-PE kernel32 causes a crash (expected due
to Wine quartz bug).
https://bugs.winehq.org/show_bug.cgi?id=28332#c17
The stack alignment from entry point, including selected functions from the
call chain up to alloca() caller.
--- snip ---
EIP | PE ESP | non-PE ESP | comment
0x42D5E3 | 0x31FF60 +00 | 0x31FF44 +00 | entry point main thread
0x42A720 | 0x31FEA0 +C0 | 0x31FE84 +C0 |
0x4200C5 | 0x31FE54 +4C | 0x31FE38 +4C |
0x40D8B7 | 0x31FE4C +08 | 0x31FE30 +08 |
0x40D570 | 0x31FE48 +04 | 0x31FE2C +04 |
0x40D6FF | 0x31FB1C +32C | 0x31FB00 +32C | before alloca(0)
0x40D704 | 0x31FB10 +0C | 0x31FB00 +00 | after alloca(0)
--- snip ---
It seems in 32-bit PE kernel32.dll, the thread entry point is called through
the fastcall "C" version of BaseThreadInitThunk() instead of the fastcall
assembly wrapper.
32-bit non-PE kernel32.dll.so works correctly, the thread entry point is called
through __fastcall_BaseThreadInitThunk() assembly wrapper.
https://source.winehq.org/git/wine.git/blob/bedfb9cae224a369efa4588332a5518…
--- snip ---
36 #ifdef __i386__
37 __ASM_STDCALL_FUNC( __fastcall_BaseThreadInitThunk, 12,
38 "pushl %ebp\n\t"
39 __ASM_CFI(".cfi_adjust_cfa_offset 4\n\t")
40 __ASM_CFI(".cfi_rel_offset %ebp,0\n\t")
41 "movl %esp,%ebp\n\t"
42 __ASM_CFI(".cfi_def_cfa_register %ebp\n\t")
43 "pushl %ebx\n\t"
44 __ASM_CFI(".cfi_rel_offset %ebx,-4\n\t")
45 "movl 8(%ebp),%ebx\n\t"
46 /* deliberately mis-align the stack by 8, Doom 3 needs
this */
47 "pushl 4(%ebp)\n\t" /* Driller expects readable
address at this offset */
48 "pushl 4(%ebp)\n\t"
49 "pushl %ebx\n\t"
50 "call *%edx\n\t"
51 "movl %eax,(%esp)\n\t"
52 "call " __ASM_STDCALL( "RtlExitUserThread", 4 ))
53 #endif
54
55 /***********************************************************************
56 * BaseThreadInitThunk (KERNEL32.@)
57 */
58 void __fastcall BaseThreadInitThunk( DWORD unknown, LPTHREAD_START_ROUTINE
entry, void *arg )
59 {
60 RtlExitUserThread( entry( arg ) );
61 }
--- snip ---
https://source.winehq.org/git/wine.git/blob/bedfb9cae224a369efa4588332a5518…
--- snip ---
185 @ stdcall -fastcall BaseThreadInitThunk(long ptr ptr)
--- snip ---
cross-toolchain used: LLVM MinGW 20201020 with LLVM stable 11.0.0
https://github.com/mstorsjo/llvm-mingwhttps://github.com/mstorsjo/llvm-mingw/releaseshttps://github.com/mstorsjo/llvm-mingw/releases/download/20201020/llvm-ming…
$ wine --version
wine-5.22
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=33310
Bug #: 33310
Summary: Minimizing window erases chess board in Shredder
Classic 4 Windows
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clavius(a)live.com
Classification: Unclassified
Minimizing the program window causes the play area to come up blank upon
re-maximization in Shredder Classic 4 Windows chess.
To duplicate the bug:
1) Obtain Shredder Classic 4 Windows demo from
http://download.shredderchess.com/pc/sc4/prg/myscl/SetupShredderClassic4.exe
2) Install the program under Wine. I've tested this with Wine versions 1.4 and
several 1.5 releases under both Ubuntu and openSUSE Linux, 64-bit OS.
3) Start the program either by command-line or clicking the icon. You'll see
the normal Shredder game screen. Start a new game to get a chess board.
4) Minimize the Shredder window.
5) Now maximize the window again, and the game play area (chess board and all)
will have disappeared. This happens with any combination of layouts and chess
sets I've tried (most if not all, including the 3d ones).
This screen re-draw issue seems to be the only one I haven't been able to
resolve by downloading winetricks and various Microsoft runtime libraries.
Shredder for Windows offers a few features unavaiable in the native Linux
version, including the ability to play Chess960. It also has, in my opinion, a
nicer looking GUI. Would be nice to play under Wine.
--
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=18508
Summary: Sony Acid Pro 7 Fails to Install
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aliendude5300(a)gmail.com
Created an attachment (id=21153)
--> (http://bugs.winehq.org/attachment.cgi?id=21153)
What debug messages appeared during installation of Sony Acid Pro 7 on default
Wine installation.
The installer for Sony Acid Pro 7 fails to install the necessary files and
exits in Wine 1.1.21.
--
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.