https://bugs.winehq.org/show_bug.cgi?id=40481
Bug ID: 40481
Summary: Doctor Web Cureit crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxrexfax(a)yandex.ua
Distribution: ---
Created attachment 54249
--> https://bugs.winehq.org/attachment.cgi?id=54249
This backtrace was created by Wine
Cureit dont start working in Wine.
Download link http://free.drweb.com/cureit
--
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=56086
Bug ID: 56086
Summary: [9.0_rc regression] C&C Generals Zero Hour has graphic
errors in menu
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: herrtimson(a)yahoo.de
Distribution: ---
Created attachment 75751
--> https://bugs.winehq.org/attachment.cgi?id=75751
exit box dialogue broken
This was just fine with wine-8.0.2, when upgrading the prefix to 9.0_rc3 the
Exit Box Dialogue is broken. I have a screenshot 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=54066
Bug ID: 54066
Summary: SysLink control shouldn't delete the HFONT it didn't
create
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: ---
I believe there is a bug in `dlls/comctl32/syslink.c` where `WM_DESTROY`
handler calls `DeleteObject(infoPtr->Font)`, although this font is not owned by
the control -- it is (or can be) given to it via `WM_SETFONT` and doing this
means that a system font can be destroyed prematurely, resulting in plenty of
other problems later on in the program.
Amazingly, it looks like this code was there since a1f3756daab (Free allocated
font handles when control is destroyed., 2004-12-08) and I don't really
understand how could it not be noticed until now, but apparently somehow it
wasn't.
The following trivial patch:
```
diff --git a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c
index 8130bf19641..efc3467838b 100644
--- a/dlls/comctl32/syslink.c
+++ b/dlls/comctl32/syslink.c
@@ -1709,7 +1709,6 @@ static LRESULT WINAPI SysLinkWindowProc(HWND hwnd, UINT
message,
case WM_DESTROY:
TRACE("SysLink Ctrl destruction, hwnd=%p\n", hwnd);
SYSLINK_ClearDoc(infoPtr);
- if(infoPtr->Font != 0) DeleteObject(infoPtr->Font);
if(infoPtr->LinkFont != 0) DeleteObject(infoPtr->LinkFont);
SetWindowLongPtrW(hwnd, 0, 0);
Free (infoPtr);
```
is enough to fix the problem for me.
--
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=36648
Bug ID: 36648
Summary: Alt+F4 key function error
Product: Wine
Version: 1.7.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: szilipeter(a)freemail.hu
1. settings winecfg:
-- Graphics: Emulate a virtual desktop (UNCHECK)
When I run a program, for example "winecfg", and
- Select "Drives"
- Select "Add"
- press "Alt-F4"
This time : Close "Select Drive Letter" window, and focused the "Wine
configuration" windows.
When I setting 2. version:
-- Graphics: Emulate a virtual desktop (CHECK)
When I run a program, for example "winecfg", and
- Select "Drives"
- Select "Add"
- press "Alt-F4"
This time : Close the "winecfg" application. Why ?
--
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=39094
Bug ID: 39094
Summary: Edit control does not display correct charset
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: stem(a)stem.de
Distribution: ---
Created attachment 52088
--> https://bugs.winehq.org/attachment.cgi?id=52088
image displaying the error
Hi,
I have an old application written with Borland C++ Builder/Delphi.
In this application, the edit control TEdit can display a given charset. With
Wine 1.7.49, this does not work.
The attached image shows a demo application displaying this problem: on the
left side Windows 7, on the right side Wine 1.7.49 (under Linux Mint 17.1). The
charset of the five components is "EASTEUROPE_CHARSET". The yellow rectangle
shows the problem with wine.
P.S. As TButton is a wrapper around a Windows control, the charset does not
work.
Read for example:
http://stackoverflow.com/questions/4829646/font-charset-and-tbutton
But I think that does not affect the problem with the edit control.
Thank you
stem
--
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=38882
Bug ID: 38882
Summary: Homesite+ (v5.5): Cursor blink rate is very fast
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fooquency(a)gmail.com
Distribution: ---
In Homesite+ (v.5.5), the cursor blink rate is very fast - it appears more like
a solid line that is flickering.
On native Windows, it flashes on-and-off slightly faster than once per second.
--
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=38639
Bug ID: 38639
Summary: CDex v1.78 no longer works after ubuntu upgrade to
14.04 from 12.04
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: highflux7(a)hushmail.com
Distribution: ---
Created attachment 51551
--> https://bugs.winehq.org/attachment.cgi?id=51551
backtrace generated during example crash
CDex v1.77 worked perfectly for long time with Ubuntu 12.04. Foolishly
"upgraded" to Ubuntu 14.04, installed CDex v1.78 and found it (and CDex v1.77)
crash consistently. Even setting preferences results in a crash dialog upon
choosing 'OK'.
--
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=47379
Bug ID: 47379
Summary: ReactOS Calc help file does not work.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
ReactOS Calc includes an HtmlHelp file for handling user's manual and runtime
help.
This help file must be copied under "%systemroot%\Help".
Unfortunately, it does not work.
I can see these issues:
1) The htmlhelp file is not found.
This happens because HHCTRL implementation for WINE does not seem to support
command lines including environment strings.
The program uses this command line:
"%systemroot%\\Help\\calc.chm::"
If I replace this string in my software with:
"c:\\windows\\Help\\calc.chm::"
then the help file is open and it is shown.
2) If you press on a key with the right mouse button and select for help, the
tooltip does not appear and HHCTRL prints on the console:
002a:fixme:htmlhelp:HtmlHelpW HH case HH_DISPLAY_TEXT_POPUP not handled.
All tests have been made with the latest sources from repository at the time of
writing (last released version is 4.10).
A ready-to-use executable and help file can be found on my page at sourceforge:
https://sourceforge.net/projects/reactos-calc/
Sincerely.
--
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=43720
Bug ID: 43720
Summary: Pro Evolution Soccer 2009 settings window needs
HH_DISPLAY_TEXT_POPUP
Product: Wine
Version: 2.17
Hardware: x86-64
URL: https://www.gamewatcher.com/downloads/pro-evolution-so
ccer-2009-download/pro-evolution-soccer-2009-demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 59197
--> https://bugs.winehq.org/attachment.cgi?id=59197
settings window with native hhctrl.ocx
No options description without native hhctrl.ocx
fixme:htmlhelp:HtmlHelpW HH case HH_DISPLAY_TEXT_POPUP not handled.
--
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=45956
Bug ID: 45956
Summary: _BrowseProperty bug in Guitar Hero World Tour
installer
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mistere2002(a)zonnet.nl
Distribution: ---
Created attachment 62504
--> https://bugs.winehq.org/attachment.cgi?id=62504
only one attachment file possible??
* Run the installer until Screen01.png => Press "Change"
* Screen02.png shows the correct paths/information => Press "Cancel" or "Reset
to Default"
* Results in Screen03.png. Log entries:
"
015a:fixme:heap:RtlSetHeapInformation 0x260000 0 0x23fd20 4 stub
015a:err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=1590000015a, oid=2
015a:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with
error 0x8001011d
"
* Press "Next" and "Install". Installation seems to work.
Also, the progressbar (or window update?) is broken for a long time now. It
shows the complete installation a bar of 100% completion (progressbar.png)
I am quite sure this worked multiple years ago.
Included the complete install.log
Related to a earlier bugreport: https://bugs.winehq.org/show_bug.cgi?id=28219
--
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.