https://bugs.winehq.org/show_bug.cgi?id=44633
Bug ID: 44633
Summary: Checboxes and Radiobuttons blank out the text area
that follows them
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: ryampolsky(a)yahoo.com
Distribution: ---
Because it's not possible to control the text color for themed checkboxes and
radiobuttons, I have implemented a kludge in my app that works on Windows, but
not WINE. I create checkboxes and radiobuttons as two widgets: the button,
with a null text string (but sized as if it contained the text so that clicking
on the text still activates the button), followed by a static text item for the
label, which I draw in black or white depending on the background color.
I process the WM_CTLCOLOR... messages, and set the background mode to
TRANSPARENT, but I return a non-null background brush. If I don't do that, the
button's focus rectangle doesn't go away when it loses focus. But since the
text is null, Windows doesn't draw anything where the text would go. My static
text control draws in the same place - resulting in what looks like a normal
check/radiobutton, but with the text in the color I want.
This works fine on Windows, and I think it used to work under WINE (but don't
quote me - this is a recent feature, and I may have never tested it under a
prior version of WINE). In version 3.2 at least, the radiobutton or checkbox
seems to be overwriting my static text control - so that I don't see the text
at all. I.e., WINE is drawing the full text rectangle, even though it contains
a null string. Either Windows only draws the rectangle for the actual 0-sized
text string, or it's order of operations allows my static text to remain
visible. But in Windows, there's no 'flashing' of the text, so I suspect the
background rectangle is being sized to the null string and the static label is
never erased and redrawn.
In WINE, when I click the radiobutton, I can see my static text label flash on
- but it is immediately overwritten by a blank text rectangle drawn by WINE.
Yes, my code is a bit of a kludge, but it works on Windows (and I know of no
other way to control the color of check/radiobutton text). It'd be nice if it
worked on WINE too, no?
--
Do not reply 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=45004
Bug ID: 45004
Summary: Mouselook is not working for FPS games..
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ruthan(a)email.cz
I have tested Quake Steam version, where console command +Mlook should give you
mouselook option, same with Hexen 2 demo and Unreal Tournament 99 - which is
running only in safe mode.
Where is this option turn on, its not working at it should and its uplayable
regardless of mouse sensitivity 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=45082
Bug ID: 45082
Summary: Hyperview fails to open
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: jgc.eaglescout51(a)gmail.com
Distribution: ---
Created attachment 61236
--> https://bugs.winehq.org/attachment.cgi?id=61236
Terminal Output and Backtrace
Wine encounters issues handling dlls when program starts.
Installer comes on disk but can be uploaded upon request.
--
Do not reply 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=44969
Bug ID: 44969
Summary: Apartment doesn't close RPC server connection (ole32
should release IRemUnknown stub manager?)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 61090
--> https://bugs.winehq.org/attachment.cgi?id=61090
rpcrt4: Add a test for returning an interface pointer.
I came across this bug while trying to write a test for using interface
pointers in rpcrt4. I've attached the test. The parts I wanted to test work
fine, but it causes another failure later:
server.c:1772: Test failed: RpcMgmtIsServerListening returned 0, expected 1715
This occurs because ole32 is still listening to the server, on a connection
associated with the IRemUnknown stub manager. As far as I can tell we never
release this stub manager until the apartment is closed, which seems like
incorrect behaviour.
--
Do not reply 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=44963
Bug ID: 44963
Summary: gdi32: GetTextExtentExPoint* broken wrt. fake_bold
Product: Wine
Version: 3.5
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: ---
I'm not sure if I can describe it properly.
The chain goes about this way:
- CreateFontIndirectEx is passed size (-22) and weight Bold
- SelectFont runs and returns a *fake_bold* font with MaxCharWidth = 24
- based upon that GetTextExtentExPoint will be called with nMaxExtent = 24
- that call will incorrectly fail (return FALSE), as artificial bold will make
the glyph 25px wide (because of get_advance_metric)
Adding 1 to max_ext in '(nfit && dx > (unsigned int)max_ext)' check makes
things relying on GetTextExtentExPoint *not* failing work, but isn't really a
proper fix...
Noticed with GetTextExtentExPointW, but (given content of the functions) most
likely could be triggered by GetTextExtentExPointI 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=45014
Bug ID: 45014
Summary: Wine 3.6 Androidx86 7.1.2 missing cant move icons on
Wine desktop
Product: Wine
Version: 3.6
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ruthan(a)email.cz
Wine 3.6 Androidx86 7.1.2 missing cant move icons on Wine desktop.. When i try
to hold mouse and move desktop shortcut, app is just executed, if Wine deskop
wants to simulate Windows desktop. Icon movement is mandaroty.
Maybe could be done by right click, but its not working on Android Wine
either.
--
Do not reply 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=45022
Bug ID: 45022
Summary: The Adventure Pals: Crashes on exit but locks up
system (have to kill it)
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)gmail.com
Distribution: ---
Created attachment 61143
--> https://bugs.winehq.org/attachment.cgi?id=61143
error log file
Game partially crashes on exit but has to be killed because of soft lock?
--
Do not reply 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=45015
Bug ID: 45015
Summary: crash when copy text
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fraizor(a)gmail.com
Distribution: ---
Created attachment 61135
--> https://bugs.winehq.org/attachment.cgi?id=61135
backtrace
cant copy text or object in b4a
--
Do not reply 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=45075
Bug ID: 45075
Summary: Hyper Electronic Mapper Software fails on connection
to LAN
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peter(a)mcrhome.plus.com
Distribution: ---
Created attachment 61222
--> https://bugs.winehq.org/attachment.cgi?id=61222
Program Error Details - Software Produced by Wine
Wine build: wine-3.0
Platform: i386
Version: Windows XP
Troubled software;- HEM 5.4.8.1 (Hyper Electronic Mapper)
I run a number of old circa 2000 'trusted' programs on Wine with no problem.
This program HEM, is the front end for a CCTV system. This software works
perfectly on the Windows 8 system (as Win XP) adjacent to this Linux machine.In
fact I have used it for the last fifteen years on Windows machines.
The front end of the program, the log on and its main screen display on Ubuntu
is fine, and renders correctly - menus open correctly.
The program crashes as soon as it is asked through the appropriate menu to
connect to the remote Digital Recorder via the domestic LAN - as all pictures
and admin are stored on the 8 channel Camera Recorder and transferred by the
network to this HEM software on the PC.
The same fault had occured when trying with Ver 1.6 of Wine etc, prior to
updating to Ver 3.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=44748
Bug ID: 44748
Summary: Crystal Reports XI: Number fields are invisible
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: twilightinzero(a)gmail.com
Distribution: ---
Created attachment 60759
--> https://bugs.winehq.org/attachment.cgi?id=60759
Console output with WINEDEBUG=""
I have installed Crystal Reports XI in its own wine prefix. The tricks I have
currently run on it to fix 44208 and another unreported issue are riched20 and
ie8. I also ran corefonts on it to try and fix this to no avail.
Number fields and their placeholders are currently invisible, both in design
view and preview. They are also invisible in the dialogs that are used to
configure them. *However*, that is only if they are standalone fields. If I
drag a number field into a text box, I can see the placeholder and the
resulting number. But I still can't see it in the formatting dialog.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.