http://bugs.winehq.org/show_bug.cgi?id=58897
Bug ID: 58897
Summary: Midori web browser doesn't load web pages over SSL/TLS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: garciajuan64(a)gmail.com
Distribution: ---
I downloaded the following version of Midori from
https://windows.apkpure.com/midori/versions and tried installing it on Wine on
Fedora. It installed and started with no issues, but https web pages won't
load. Menus all seem to work.
Midori Browser 0.3.3
Mar 14, 2011
exe 32 bit
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57259
Bug ID: 57259
Summary: Keepass 2 automatic update dialog is broken
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 77175
--> https://bugs.winehq.org/attachment.cgi?id=77175
Screenshot Wine
See screenshots.
--
Do not reply 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=58747
Bug ID: 58747
Summary: Directory opus fails start.
Product: Wine
Version: 10.15
Hardware: x86-64
URL: https://cdn2.gpsoft.com.au/files/Opus13/DOpusInstall-1
3.18.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
It throws a messagebox "Unable to load gdi32"
This turns out to come from:
0024:Call KERNEL32.GetProcAddress(6fffff810000,141a2a166
"GetEnhMetaFilePixelFormat") ret=140196bb1
0024:Ret KERNEL32.GetProcAddress() retval=00000000 ret=140196bb1
0024:Call KERNEL32.GetLastError() ret=140196bbf
0024:Ret KERNEL32.GetLastError() retval=0000007f ret=140196bbf
0024:Call KERNEL32.RaiseException(c06d007f,00000000,00000001,7ffffe1ffa40)
ret=140196be6
0024:Call
ntdll.RtlUnwindEx(7ffffe1ffa70,14019617b,7ffffe1ff880,c06d007f,7ffffe1fec50,7ffffe1ff170)
ret=1414284de
0024:Call user32.MessageBoxA(00000000,7ffffe1ffd00 "Unable to load
\"gdi32.dll\"",1416483e8 "Directory Opus",00000000) ret=1401968d8
After adding GetEnhMetaFilePixelFormat to gdi32.spec, the story coninues with
ordinal "716" from shell32, and GetThemeBitmap + GetThemeStream from uxtheme.
After that it still doesn't start in wine, but it does in Staging --> It also
needs the "comctl32-version-6" patch.
I'll send a patch for the shell32 issue first.
--
Do not reply 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=58794
Bug ID: 58794
Summary: Wine-staging crash with ntsync
Product: Wine
Version: 10.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: artafinde(a)gmail.com
Distribution: ---
Wine has been crashing with 10.16 in wayland when staring WoW.exe
The only line in logs is:
Oct 11 10:34:03 tiamat /usr/lib/gdm-wayland-session[17271]: ld of
Warcraft\_retail_\WoW.exe: ../wine/dlls/ntdll/unix/sync.c:606:
cache_inproc_sync: Assertion !refcount' failed.`
wine --version
wine-10.16 (Staging)
uname -a
Linux tiamat 6.17.1-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Mon, 06 Oct 2025
18:48:15 +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.
http://bugs.winehq.org/show_bug.cgi?id=33492
Bug #: 33492
Summary: Yukon Trail installer fails to install its font
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer, win16
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 10349
Classification: Unclassified
The installer will offer to let you install its custom font (optional, not
required). If you choose to, it then fails, saying:
=========
FATAL ERROR AT SCRIPT LINE 260
Cannot find section header
=========
if you open ~/.wine/drive_c/windows/win.ini, and add:
[fonts]
to the end, the font will install fine
--
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=58812
Bug ID: 58812
Summary: PlayOnline Viewer: Application runs and works
otherwise, but only shows a black screen.
Product: Wine
Version: 10.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Regression SHA1: 7abf4432a7dfdc044f0458f2457829038dc497f0.
Distribution: Gentoo
Created attachment 79467
--> http://bugs.winehq.org/attachment.cgi?id=79467
terminal output from a bad run
After 7abf4432a7d [1], the PlayOnline Viewer runs and seems functional, but
only shows a black screen.
There doesn't seem to be anything out of the ordinary in the terminal output,
aside from a flood of:
libEGL warning: FIXME: egl/x11 doesn't support front buffer rendering.
Last tested at 'wine-10.17'.
Thank you!
1.
https://gitlab.winehq.org/wine/wine/-/commit/7abf4432a7dfdc044f0458f2457829…
--
Do not reply 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=58391
Bug ID: 58391
Summary: Exact Audio Copy: Unable to interface with DVD drive
on WoW64
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sterophonick(a)gmail.com
Distribution: ---
Created attachment 78798
--> http://bugs.winehq.org/attachment.cgi?id=78798
Log without flags.
Earlier today, Arch Linux migrated over to only shipping WoW64 with its WINE
builds, which appears to have borked EAC's ability to interface with the host's
disk drive. A dropdown that once printed an identifier for the drive, now
prints only "Adapter: 1 ID: 0" and no ability to otherwise control the
program or drive. None of this is the case in Arch's build of 10.8, where Win32
is available.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56915
Bug ID: 56915
Summary: Autodesk Fusion requires GetUserLanguages which is not
implemented
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: busko.lukasz(a)pm.me
Distribution: ---
Created attachment 76735
--> https://bugs.winehq.org/attachment.cgi?id=76735
logs
Unfortunately fusion from first july requires this function to launch SSO
service. I hope its possible to implement this function in limited time space.
Thanks in advance.
Unhandled exception: unimplemented function bcp47langs.dll.GetUserLanguages
called in 64-bit code (0x006fffffc23de7).
--
Do not reply 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=58229
Bug ID: 58229
Summary: _SH_SECURE sharing flag is not supported and causing
_wfsopen to fail
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bruvzg13(a)proton.me
Distribution: ---
Calling _wfsopen with _SH_SECURE sharing flag result in failure and
"012c:err:msvcrt:_wsopen_dispatch Unhandled shflags 0x80" error in the
terminal.
0x80 value correspond to _SH_SECURE
Discovered while debugging Godot Engine -
https://github.com/godotengine/godot/pull/106392
Seems like the case for this flag is missing:
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/msvcrt/file.c?ref_ty…
The flag is documented as "shared read, exclusive write access"
(https://learn.microsoft.com/en-us/cpp/c-runtime-library/sharing-constants?v…),
and the issue can be worked around by substituting it with "(mode_flags ==
READ) ? _SH_DENYWR : _SH_DENYRW", which result in the same behavior as on
Windows (at least in our use case).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.