http://bugs.winehq.org/show_bug.cgi?id=13843
Summary: tooltips not working properly - message problems
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://mrhx.ucoz.com/load/0-0-0-27-20
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
In the VISG editor (see url) the tooltips aren't resized and painted properly.
Works on windows.
Developer explanation (copied below without screenshots):
http://www.reactos.org/forum/viewtopic.php?p=36824&sid=9c02654b3b5b22544622…
As you may see, the button tooltip has the same size as in winxp.
This is correct, but it is not painted. I think, it's because ROS paints the
tooltips not via WM_PAINT.
And the second: the window tooltip with little screenshot...
It is not painted and has wrong size.
I think, it's because this tooltip didn't have LPSTR_TEXTCALLBACK as its
caption (in other words, it has direct caption). I resize the tooltip on
TTN_SHOW message. But, as I see, there is no such message for the window
tooltip. But the winapi documentation says TTN_SHOW is sent when the tooltip is
about to be shown. And no matter, has it LPSTR_TEXTCALLBACK or not. The button
tooltip has LPSTR_TEXTCALLBACK instead of its caption, and it's resized
correctly.
So, I think, there are two bugs:
1) painting tooltips not via WM_PAINT.
2) not sending TTN_SHOW, if the tooltip did not have LPSTR_TEXTCALLBACK.
--
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=9532
Summary: Month calendar control uses 0=sunday for firstDayOfWeek
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
This bug has been transferred from bug 9490. The month calendar control
displays sunday as the first day of the week, even though
LOCALE_IFIRSTDAYOFWEEK=0. This is because the implementation is based uses
0=sunday, rather than 0=monday. MSDN indicates that the API
(SetFirstDayOfWeek/GetFirstDayOfWeek) should use 0=monday, see
http://msdn2.microsoft.com/en-us/library/ms670423.aspx.
So, either the implementation needs to be changed to use 0=monday throughout
the code, or we can continue to use 0=sunday internally, but then we need to
convert when we talk to the rest of the world.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33961
Bug #: 33961
Summary: RPC: server crashes during procedure call that return
variable size array as out parameter
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: to_egor(a)hotmail.com
Classification: Unclassified
RPC server implements an interface that has the following function prototype:
void GetPersons( [out] unsigned long *persons_size,
[out, size_is(,*persons_size)] Person_info_t **persons);
When a function of mentioned prototype is called application crashes when Wine
freeing its internal data used for marshalling.
The core of the bug is because of Wine frees memory used for persons_size
whereas persons_size must be alive and available at the moment of freeing
persons.
--
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=14638
Summary: Discription file of task configuration \'C:\plc.xml\'
not found
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hyper_sonic(a)hotbox.ru
Created an attachment (id=15045)
--> (http://bugs.winehq.org/attachment.cgi?id=15045)
console output
Codesys is a IEC 61131-3 Programming System for controllers equipment use in
Automation Process.
Application install without errors. But when i creat new project or open exist
project, Codesys say "Discription file of task configuration \'C:\plc.xml\' not
found".
The "C:\plc.xml" is one of files in discribe target.
Manufacture destributed target for this kind of controller equipment.
File c:\plc.xml is exist in ~/.wine/drive_c/plc.xml.
Console output see attache.
--
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=18404
Summary: Metatrader installation
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
hi,
i'm a user of Metatrader (MT4) on Linux (ubuntu intrepid & jaunty 32) with last
wine 1.1.21.
Even using Winedoors to install Metatrader, there is a lot of non conventional
errors:
- first, before installing this program, wine folders have to be filled with
windows fonts and 2 special dll: MFC42.DLL (like that, all in capital and with
a lenght of 995383 bytes) & mfc40.dll
- winetricks have to be used too
I send you this url:
http://articles.mql4.com/416
where you can follow the rules to install Metatrader on Linux.
Wish this help you (and users indeed)
ps: doing all this do not resolve yet the icons fonts (stay grey but work)
--
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=30343
Bug #: 30343
Summary: Metatrader 4, Installation crash
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtualreal(a)gmail.com
Classification: Unclassified
After choosing the preferred language during the Metatrader 4 installation (I
changed nothing), I select 'next'. This results in a crash with the following
details:
Here's a detailed log:
>wine "/home/tc/mt4setup.exe" (21170)
X Error of failed request: BadRequest (invalid request code or no such
operation)
Major opcode of failed request: 134 (RENDER)
Minor opcode of failed request: 34 ()
Serial number of failed request: 1325
Current serial number in output stream: 2213
>wine "/home/tc/mt4setup.exe" (21170) returned '0'r
This is a slightly modified version of Metatrader 4 by the MB Trading
brokerage. Because the latest Wine version, supported by my Linux distribution
(Tiny Core Linux 4.3.1) is 1.4, I can't upgrade to a newer version, since they
have their own extention (TCZ).
--
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=36996
Bug ID: 36996
Summary: World Of Tanks 9.2 crash after login
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amenzhinsky(a)gmail.com
The game immediately crashes after log-in with the error message:
wine: Call from 0x7b83d8b2 to unimplemented function
msvcp110.dll.??0_Pad@std@@QAE@XZ, aborting
This is confirmed by many users on official forums (RU:
http://forum.worldoftanks.ru/index.php?/topic/985067-wot-%D0%BF%D0%BE%D0%B4…)
It seems to be a regression bug.
I tried some versions: 1.7.12, 1.7.22 and the latest from git but ended up with
the same error.
Installing the oldest version from pacman's cache (1.7.1-1) solved the problem.
--
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=30753
Bug #: 30753
Summary: GitHub for windows installer: pops up an ie window
instead of installer
Product: Wine
Version: 1.5.4
Platform: x86
URL: http://windows.github.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Running the installer:
$ wine GitHubSetup.exe
opens an iexplore window with the following url:
http://github-windows.s3.amazonaws.com/GitHub.application
but nothing else visible.
Terminal output is really short:
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33e5c0,0x00000001,0x33e5e8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ieframe:ClassFactory_QueryInterface
(0x7eddeb10)->({00000003-0000-0000-c000-000000000046} 0x33fc54)
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:ieframe:BindStatusCallback_OnProgress status code 5
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
tried native ie7, thinking that urlmon may be involved, but that doesn't help.
austin@aw25 ~ $ sha1sum GitHubSetup.exe
c5800ce4c2118f4b4a82747aff7d066274ad8872 GitHubSetup.exe
--
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=17674
Summary: wine recaching font metrics on every run
Product: Wine
Version: 1.1.16
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewroth(a)gmail.com
fresh install of OS X, with updates (10.5.6)
fresh git clone and build (wine-1.1.16-292-g1b9a6fb)
every time wine runs it regenerates the cache, which takes roughly 30 seconds
--
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=25258
Summary: AutoCAD 2010: Fails to run
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32078)
--> (http://bugs.winehq.org/attachment.cgi?id=32078)
Terminal output on wine-1.3.7-172-g8925024
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet30
3) install AutoCAD 2010 (watch out for bug #20211)
4) override windowscodecs.dll
5) wine acad.exe
Behaviour:
AutoCAD error, Wine error, AutoCAD splash screen and information that AutoCAD
was installed incorrectly
Expected behaviour:
AutoCAD should start.
--
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.