https://bugs.winehq.org/show_bug.cgi?id=53781
Bug ID: 53781
Summary: cfgmgr32.dll missing function CM_MapCrToWin32Err
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janne.kekkonen(a)gmail.com
Distribution: ---
Created attachment 73270
--> https://bugs.winehq.org/attachment.cgi?id=73270
attached file contain terminal logs run in windows and wine. File also has
source for testcode.
cfgmgr32.dll might be missing function CM_MapCrToWin32Err.
When trying to get address of this function with GetProcAddress return value is
null. After failed address retrieving GetLastError() gives error code 127.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51178
Bug ID: 51178
Summary: The Bat! v9.3.4.12: Missing content in TTreeViews
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 70048
--> https://bugs.winehq.org/attachment.cgi?id=70048
console output under windows version set to v8
Using The Bat! (mailer) in wine fails to show content in (Delphis) TTreeViews
when the choosen Windows version is higher than v8. Windows 8 is the last
version which worked well.
--
Do not reply 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=11436
Summary: Pepakura viewer: err:wgl:X11DRV_wglShareLists Could not
share display lists, context already created !
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.tamasoft.co.jp/pepakura-
en/download/viewer.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: x11-driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fabio.capela(a)yahoo.com
Created an attachment (id=10567)
--> (http://bugs.winehq.org/attachment.cgi?id=10567)
Trace until the error.
I'm trying to run the Pepakura viewer, but it's giving an strange error on
startup (error: no error) and is having some graphical glitches, as well as
being extremely slow.
The grafical glitches are a flickering 3D model and no textures on the 2D
model.
The bug seems to be the same one affecting Pepakura Designer 2.
The console shows an error with X11DRV_wglShareLists
(err:wgl:X11DRV_wglShareLists Could not share display lists, context already
created !). I've attached a wgl trace up to the moment the error dialog
appears. Seems like the workaround to handle the different way to share OpenGL
contexts in Windows and Linux can't handle this specific software.
The software is freeware and can be downloaded from
http://www.tamasoft.co.jp/pepakura-en/download/viewer.html
--
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=54724
Bug ID: 54724
Summary: LDAP bind over SSL to a server and port that do not
support SSL hangs forever
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74229
--> https://bugs.winehq.org/attachment.cgi?id=74229
Test program
To reproduce, compile and run the attached program with:
x86_64-w64-mingw32-cc ldap.c -lwldap32 -o ldap.exe
wine ldap.exe
The bind fails, but before Wine 7.22 an error code was returned instead of the
bind function hanging forever. `git bisect` says:
d08d6f51040e18982612658a885af659fbfa4afe is the first bad commit
commit d08d6f51040e18982612658a885af659fbfa4afe
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Sep 20 13:06:43 2022 +0200
wldap32: Use the bundled liblber and libldap.
configure | 198 ++---------
configure.ac | 29 +-
dlls/wldap32/Makefile.in | 7 +-
dlls/wldap32/add.c | 15 +-
dlls/wldap32/ber.c | 166 ++++-----
dlls/wldap32/bind.c | 161 ++++-----
dlls/wldap32/compare.c | 33 +-
dlls/wldap32/control.c | 34 +-
dlls/wldap32/delete.c | 15 +-
dlls/wldap32/dn.c | 55 +--
dlls/wldap32/error.c | 91 +++--
dlls/wldap32/extended.c | 38 +-
dlls/wldap32/init.c | 18 +-
dlls/wldap32/libldap.c | 683 ------------------------------------
dlls/wldap32/libldap.h | 624 ---------------------------------
dlls/wldap32/main.c | 6 -
dlls/wldap32/misc.c | 131 +++----
dlls/wldap32/modify.c | 23 +-
dlls/wldap32/modrdn.c | 9 +-
dlls/wldap32/option.c | 80 ++---
dlls/wldap32/page.c | 38 +-
dlls/wldap32/parse.c | 88 ++---
dlls/wldap32/rename.c | 20 +-
dlls/wldap32/search.c | 57 ++-
dlls/wldap32/tests/ber.c | 2 +-
dlls/wldap32/value.c | 40 +--
dlls/wldap32/winldap_private.h | 776 +++++++++++++++++++++++++++++------------
include/config.h.in | 12 -
28 files changed, 1087 insertions(+), 2362 deletions(-)
delete mode 100644 dlls/wldap32/libldap.c
delete mode 100644 dlls/wldap32/libldap.h
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53826
Bug ID: 53826
Summary: Attempting to install / update battle.net fails with
Qt error
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adwinebug(a)adrn.no-spam-allowed.com
Distribution: ---
The install program Battle.net-Setup.exe runs for a while, then fails with a
pop-up error message of
"
This application failed to start because it could not find or load the Qt
platform plugin "windows" in "".
"
Multiple reports of this are in as of Oct 22:
https://eu.forums.blizzard.com/en/wow/t/battlenet-client-doesnt-start-on-li…
This was apparently triggered by Blizzard doing something to Battle.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=42226
Bug ID: 42226
Summary: No ingame sfx audio when CD Audio playing with builtin
dsound in Ignition
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: mads(a)ab3.no
Distribution: ---
Wine 1.9.23 (Staging)
If I play the original Ignition[1] (Ign_3dfx.exe with nGlide 1.05) with native
*dsound driver (winetricks dsound), both CD Audio and ingame sfx works, but
there's about a half-second latency to every ingame sfx.
When I use the built-in dsound, I have to choose between listening to music, or
listen to ingame sfx (if I enable CD Audio, there's no ingame sfx). But there's
no latency to the ingame sfx when it's enabled.
What kind of logs are interesting here?
[1] https://en.wikipedia.org/wiki/Ignition_(video_game)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55063
Bug ID: 55063
Summary: gdi32:clipping - test_GetClipRgn() sometimes gets a
NULL region on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
gdi32:clipping - test_GetClipRgn() sometimes gets a NULL region on Windows:
clipping.c:339: Test failed: Expected SelectClipRgn to return SIMPLEREGION, got
1
clipping.c:453: screen resolution 1024 x 768
clipping.c:471: Test failed: expected SIMPLEREGION, got 1
clipping.c:484: Test failed: RectVisible failed for (10,10)-(20,20)
clipping.c:488: Test failed: RectVisible failed for (20,20)-(10,10)
clipping.c:502: Test failed: expected SIMPLEREGION, got 1
See https://test.winehq.org/data/patterns.html#gdi32:clipping
This is quite rare, happening 8 times in the past 8 months, but somewhat
irregularly. Also, so far the failure has only happened on Windows 10 21H1,
21H2... and Windows 8:
* 2022-11-04 win21H1_newtb-w10pro64-he-64
* 2022-11-15 win21H2_newtb-w1064-tsign-32
* 2023-03-27 win21H1_newtb-w10pro64-ru-64
* 2023-04-05 win21H1_newtb-w10pro64-ja-64
* 2023-04-06 win21H1_newtb-w10pro64-en-AE-u8-64
* 2023-04-11 win21H1_newtb-w10pro64-64
* 2023-05-08 win81_newtb-w864-64
* 2023-06-06 win81_newtb-w864-64
So it's possible these failures are caused by interference from another 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=40427
Bug ID: 40427
Summary: PS4 Remote Play Installer does not work because it
needs Windows Media Feature Pack
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: axfelix(a)gmail.com
Distribution: ---
Hi folks,
Running wine-staging 1.9.5 and trying to install the new PS4 Remote Play app
that was released this morning:
https://www.thurrott.com/xbox/66088/ps4-remote-play-comes-pc
Made a fresh wineprefix. First, I had to set the Windows version to 8.1 because
anything less complained that it was unsupported by the installer. Then, I had
to make another new 32bit wine prefix because on 64bits the installer
complained that it had a resolution below 1024x768. Finally, I got an error
about needing to install the Windows Media Feature Pack.
This is an MSU installer (Windows8.1-KB2929699-x86.msu) so it isn't supported
in upstream Wine; however, staging recently added support for some MSU
installers. They haven't really documented how this is supposed to work beyond
"it uses WUSA" and ".NET 4.5 will work out of the box after setting an override
for mscoree in winecfg," so I set the override, and tried:
$ env WINEPREFIX=~/.ps4test wine ~/.ps4test/drive_c/windows/system32/wusa.exe
Windows8.1-KB2929699-x86.msu
Which had this output:
...
fixme:wusa:read_assembly Ignoring unexpected tag L"rescache"
fixme:wusa:read_assembly Ignoring unexpected tag L"memberships"
fixme:wusa:read_assembly Ignoring unexpected tag L"localization"
fixme:wusa:read_assembly Ignoring unexpected tag L"rescache"
fixme:wusa:read_assembly Ignoring unexpected tag L"languagePack"
fixme:wusa:read_assembly Ignoring unexpected tag L"memberships"
fixme:wusa:read_assembly Ignoring unexpected tag L"localization"
fixme:wusa:read_assembly Ignoring unexpected tag L"rescache"
fixme:wusa:install_assembly Assembly L"Microsoft-Windows-MFPlat" not found
err:wusa:install_updates Failed to install update
L"Microsoft-Windows-MediaFeaturePack-OOB-Package-TopLevel"
err:wusa:install_msu Dryrun failed, aborting installation
So, OK, maybe that one particular MSU doesn't work still, or maybe I'm doing it
wrong. I then tried the middle answer from this AskUbuntu thread to add the
relevant h264 functionality manually:
http://askubuntu.com/questions/651099/how-to-install-windows-media-feature-…
But unfortunately, after successfully registering the relevant DLLs and
creating the registry keys, the PS4 Remote Play Installer still complains about
wanting the Windows Media Feature Pack. So I'm stuck for now. But hopefully
this is a start!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51949
Bug ID: 51949
Summary: black boxes for mouse pointer and windows in
wine-staging-6.20
Product: Wine-staging
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmikeinsantarosa(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70927
--> https://bugs.winehq.org/attachment.cgi?id=70927
cardfile w/black window & PS 6.0 w/black box pointer
The mouse pointer is obscured by a black box in photoshop 6.0 and the window
that has focus is all black making any text in the window unreadable.
See attached images for cardfile & photoshop.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.