http://bugs.winehq.org/show_bug.cgi?id=3336
------- Additional Comments From pete4abw(a)comcast.net 2005-17-09 07:10 -------
https://bugs.freedesktop.org/show_bug.cgi?id=594, comment 25 seems to bring up
an issue:
------- Additional comment #25 from Egbert Eich on 2005-09-13 03:55 [reply]
-------
To round this up here is the explanation for the devision by 4 in:
+ if (paddedWidth / 4 > 32767 || height > 32767)
+ return NullPixmap;
We must meet the condition:
paddedWidth * height <= ((1 << (sizeof(size_t) << 3)) - 1)
so that we don't cause an overflow in the argument of a subsequent malloc()
and end up allocating less than the required amount.
size_t should be at least unsigned int therefore the maximum value it can hold
would be: 32767^2 * 4. height needs to be <= 32767 as it needs to fit into a
short. This condition should have been tested in the calling function - we do it
here again for safety.
------------------------
Apparently, this divide/multiply by 4 is causing the problem. There is no
official revised patch yet. I know the gentoo dev implemented it and I "heard"
it works, but it has not been released yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3341
Summary: Running opengl or directx app in desktop mode should
keep the mouse inside the window
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, attached is a very simple opengl32 application. I run it in a virtual
desktop (640x480). I expect the mouse to remain in the window, otherwise it's
quite unusable. The mouse however can leave the window,no matter what settings i
use in winecfg. I guess this also holds for directx apps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3336
------- Additional Comments From james(a)develia.org 2005-17-09 06:09 -------
I can confirm the bug.
A couple of days before Slackware Linux 10.2 was released, the security patch
reported above was introduced in the x11 packages of the distribution.
So the problem exists for Slackware 10.2 as well.
To prevent an integer overflow, huge pixmap (> 32767 in width or height)
allocation will return BadAlloc.
Wine is probably falling in this during its execution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
thanx for your information.
I get MFC42.dll from google's search result
I hope it's work
By the way thanx for your information.
I will try to make this terminal run @ linux
hence everyone can use it :-)
>From: Wine Bugs <wine-bugs(a)winehq.org>
>To: evergreenrx(a)hotmail.com
>Subject: [Bug 3174] Metatrader 4 === fixme:seh:UnhandledExceptionFilter
>Unhandled error on debug event: 0
>Date: Sun, 11 Sep 2005 12:29:48 -0500
>
>http://bugs.winehq.org/show_bug.cgi?id=3174
>
>
>
>
>
>------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-11-09
>12:29 -------
>with current CVS I get the following
>
>wine terminal.exe
>err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
>Files\\MetaTrader 4\\terminal.exe") not found
>err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
>Files\\MetaTrader 4\\terminal.exe" failed, status c0000135
>
>This program requires MFC42.DLL (not supplied by wine..)
>
>Evergreenrx:
>
>Where did you get MFC42.DLL since it is not suppled by wine or MetaTrader
>4?
>
>
>
>
>
>--
>Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
http://bugs.winehq.org/show_bug.cgi?id=3309
------- Additional Comments From mike(a)codeweavers.com 2005-16-09 21:08 -------
Created an attachment (id=1032)
--> (http://bugs.winehq.org/attachment.cgi?id=1032&action=view)
Patch to take the template from the correct db field
Please try this on the latest CVS, and let me know if it fixes the problem. It
probably won't apply to your Wine tree cleanly to without some other patches
already in the CVS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3339
Summary: Wine exits when you choose to order prints in Picasa 2
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clay.wood(a)gmail.com
CC: dank(a)kegel.com
I am experiencing a hang in Picasa 2 while using a recent version of
Wine. The error occurs when trying to order prints.
Here's the version of Picasa I installed:
http://toolbar.google.com/picasa/picasa2-setup-1884.exe
To reproduce:
1. Select a photo and try to "Order Prints..." from File menu.
2. Picasa prompts to download and install ActiveX. Choose "Yes" or "No". The
output of choosing either is pretty much identical.
2a. Choosing "Yes" goes on to download the ActiveX plugin, but afterwards
results in a hang.
2b. The hang occurs immediately if you select "No".
3. The Picasa window still redraws but you cannot interact with application
itself until you kill the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3338
Summary: Wine exits when you choose to e-mail using default e-
mail program" in Picasa 2
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clay.wood(a)gmail.com
CC: dank(a)kegel.com
I am experiencing a fatal error in Picasa 2 while using a recent version of
Wine. The error occurs when trying to e-mail a picture using the default e-mail
program.
Here's the version of Picasa I installed:
http://toolbar.google.com/picasa/picasa2-setup-1884.exe
To reproduce:
1.Select a photo and try to "E-Mail..." from File menu.
2.Picasa prompts to Select how you want to e-mail your pictures.
3.When you choose to Use my default email program the program crashes. A Fatal
error box comes up and says Picasa cannot continue.
4.When you choose to "Ok", the program terminates.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3327
------- Additional Comments From bigbug21-bugtrack(a)web.de 2005-15-09 17:37 -------
@Tony: "Hafas" is an application seems to be used by many European public
transport companies. I have seen this problem only in the version used by
German Rail so far, the other editions I have here seem to be unaffected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.