http://bugs.winehq.org/show_bug.cgi?id=18233
Summary: Approach underscore bar inactive with multiple database
open
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
In Lotus Approach, when you have two or more databases open and have them
windowed (Windows --> cascaded, right-left, top-bottom) the underscore button
in the window's internal caption buttons, although showing (not grayed out),
does not work.
Many thanks,
-T
--
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=58607
Bug ID: 58607
Summary: Finereader 10 Internal program error when saving
project & Multiple Fixme
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stasvernon(a)gmail.com
Distribution: ---
Created attachment 79144
--> http://bugs.winehq.org/attachment.cgi?id=79144
Many more "Fixme" when starting_Finereader
Hi,
In Finereader 10.0.102.130
1) Open a project with any images.
2) when saving a project it gives error:
"Internal program error
d:\build\branches\fr10.0.1001\0\awl\inc\imagelistawl.h, 134."
Errors in console specifically when saving a project:
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHAutoComplete stub
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
018c:fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
Click OK and same error as above appears for the 2nd time.
Click OK again and finally "Save document window" appears.
Most recent development version of WINE from the WINE repo is installed.
No issues with OS.
Many more "Fixme" when starting the same Finereader can be found in the
attachment.
Thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58605
Bug ID: 58605
Summary: 10.13 - Compile Error
Product: Wine
Version: 10.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonfarr87(a)gmail.com
Distribution: ---
Created attachment 79140
--> http://bugs.winehq.org/attachment.cgi?id=79140
Config Log
As of the 10.13 release I'm getting the below error. Tried both Vanilla and
Staging, same issue.
Can confirm the issue is not present with 10.12
i686-w64-mingw32-gcc -c -o dlls/ucrtbase/tests/i386-windows/printf.o
dlls/ucrtbase/tests/printf.c -Idlls/ucrtbase/tests -Iinclude -Iinclude/msvcrt \
-D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Winit-self -Wshift-overflow=2
-Wstrict-prototypes -Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-ffunction-sections \
-fno-omit-frame-pointer -mpreferred-stack-boundary=2 -gdwarf-4 -fno-builtin
-g -O2
dlls/ucrtbase/tests/misc.c: In function ‘test_carg’:
dlls/ucrtbase/tests/misc.c:2017:34: error: initializer element is not constant
{ -INFINITY, INFINITY, M_PI_3_4 },
^~~~~~~~
dlls/ucrtbase/tests/misc.c:2017:34: note: (near initialization for
‘tests[8].expect’)
dlls/ucrtbase/tests/misc.c: In function ‘test_cargf’:
dlls/ucrtbase/tests/misc.c:2073:34: error: initializer element is not constant
{ -INFINITY, INFINITY, M_PI_3_4 },
^~~~~~~~
dlls/ucrtbase/tests/misc.c:2073:34: note: (near initialization for
‘tests[8].expect’)
make: *** [Makefile:191364: dlls/ucrtbase/tests/i386-windows/misc.o] Error 1
make: *** Waiting for unfinished jobs....
--
Do not reply 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=58602
Bug ID: 58602
Summary: Screen Issue in Colin McRae Rally 2
Product: Wine
Version: 10.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: marcinzw(a)gmail.com
Regression SHA1: ae487930f8d3811a7434dc2cbb561982c894f5ba
Distribution: ---
The screen issue in Colin McRae Rally 2, originally reported in Bug #58488, is
still happening in Wine 10.13. After the intro video plays, the screen just
stays frozen when running the game in “Emulate a virtual desktop” mode – you
can still hear the sound, but nothing shows up. The patch I posted in Bug
#58488 still fixes it, though.
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -1462,7 +1462,7 @@ static BOOL x11drv_surface_swap( struct opengl_drawable
*base )
if (pglXWaitForSbcOML) pglXWaitForSbcOML( gdi_display, gl->drawable,
target_sbc, &ust, &msc, &sbc );
}
- if (InterlockedCompareExchange( &base->client->offscreen, 0, 0 ))
+ //if (InterlockedCompareExchange( &base->client->offscreen, 0, 0 ))
{
if (!pglXWaitForSbcOML) XFlush( gdi_display );
client_surface_present( base->client, gl->hdc );
--
Do not reply 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=58421
Bug ID: 58421
Summary: Meta Trader 4 still does not start under Wine 10.9
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: tst1(a)mixbox.pl
Distribution: ---
After upgrading wine to 10.9 Meta Trader 4 still does not start.
But with this wine version it seams to be not the same issue as under wine 10.3
to 10.7 (described in https://bugs.winehq.org/show_bug.cgi?id=58011 and
https://bugs.winehq.org/show_ug.cgi?id=57950 ).
This time there in no error message window (as it was under wine 10.3 to 10.7)
and a try to start MT4 in the linux terminal generates other error (not the
same as previously) as shown below:
https://pastebin.com/kBLVS6G8
Downgrading to wine 10.2-2 temporary solves the issue (MT4 starts, at least
under Manjaro Linux, with Windows 11 set in wine settings).
--
Do not reply 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=57936
Bug ID: 57936
Summary: Incorrect audio volume level read by app from the
system - 100% all the time.
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: greblus(a)gmail.com
Distribution: ---
Hi guys.
I'm trying to use Yousician on Linux and it works amazingly well, maybe even
smoother than on W11, but there is one small problem: It's impossible to
preform latency calibration as the app is checking global system volume, if
it's too high, it disallows calibration to prevent hearing damage if the sounds
it produces are too loud.
On wine and wine-staging the volume in Yousician is always 100%. I use
pipewire-pulse backend and plasma-pa, I'm changing volume from plasma settings
or alsamixer, or pulsemixer but it stays 100% in Yousician.
Hope there's an easy fix for it :).
Regards,
W.
--
Do not reply 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=45432
Bug ID: 45432
Summary: Implement Windows Native Firewall Rules for Lightwave
Software Licensing - netfw_rules
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: newel.anderson(a)gmail.com
Distribution: ---
Created attachment 61753
--> https://bugs.winehq.org/attachment.cgi?id=61753
Terminal logs installing and launching Lightwave under WIne 3.11 in Linux
Lightwave requires Windows Native Firewall Inbound/Outbound Rules in order to
register/activate one's license.
For reference, please see:
https://forum.winehq.org/viewtopic.php?f=8&t=30847&p=116945#p116945 (I'm
wineink)
Towards the end of the above thread I posted terminal output as well as
screenshots. Disabling Windows Firewall, as well as deleting the
inbound/outbound rules in Windows, deactivates my license. Re-enabling the
rules and Windows Firewall reactivates my license. Since this functionality
doesn't exist in Wine, Wine hasn't to my knowledge implemented Windows Native
Firewall Rules, it's impossible to register/activate my legally purchased
license in Wine.
Thank you for your time and consideration.
***Please note, the above applies only to a FULL license of Lightwave. The
trial, which is node-locked, works as designed. Unfortunately, the FULL license
is not node-locked.
--
Do not reply 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=55143
Bug ID: 55143
Summary: unimplemented function
winegstreamer.dll.winegstreamer_create_video_decoder
called in 32-bit code (0x7b012566)
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: zeroredgrave(a)gmail.com
Distribution: ---
Created attachment 74705
--> https://bugs.winehq.org/attachment.cgi?id=74705
Cannot Launch the App probably the introduction of the game( before main menu)
cannot create a video decoder i think
Max Payne 2 Cannot Launch due an unimplemented function
winegstreamer.dll.winegstreamer_create_video_decoder called in 32-bit code
(0x7b012566)
--
Do not reply 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=58599
Bug ID: 58599
Summary: Please add Debian forky repo and repoint Debian
testing repo to it
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: shtetldik(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Debian trixie got recently released and new testing is now forky.
--
Do not reply 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=58420
Bug ID: 58420
Summary: Wine crashes when running msys2 iff CPU's PKU/PKRU
feature is enabled
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pipcet(a)protonmail.com
Distribution: ---
This is a heads-up about a bug in cygwin/msys2 which may be misreported as a
wine bug.
The Cygwin code assumes CPUID leaf 0x0d to indicate in EBX a 64-byte-aligned
value. That may or may not be true on current Windows systems, but on current
Linux systems running Wine, with recent CPUs, a CPU feature called "PKU" or
"PKRU" (memory protection keys for userspace), enabled by default, indicates an
additional 8-byte XSAVE area.
This makes the Cygwin code attempt to xsave to a non-64-byte aligned area,
which causes a segfault and abnormal program termination.
While this is clearly a bug, it's a bug that apparently cannot be triggered by
current Windows systems. This means Wine fails to be bug-for-bug compatible in
this case. I don't think there's an easy way around that: we'd have to trap
XGETBV and CPUID instructions to pretend that a feature that is enabled by
Linux actually isn't available.
It would have been nice if the Linux kernel had provided a way to disable the
pku feature on a per-process basis, but AFAICT, it didn't. The nopku kernel
command line argument makes things work, but requires a reboot and disables the
very useful PKU feature for the entire system.
So I don't think there's a good workaround here, but maybe we should suggest to
the Linux kernel people to allow per-process activation of any future XCR0
features?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.