http://bugs.winehq.org/show_bug.cgi?id=4266
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-03 18:52 -------
Closed in error (sorry)
With current CVS The install program stops for me with this message
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x2002a
Pressing ctrl-C in the terminal in which I started the program pops a message box
Unhandled Exception
Error number: 0x80040707
Description DLL function call crashed:
ISRT.SetAltMainImage
Setup will now terminate.
clicking on OK in the message box does nothing. I need to do a wineserver -k to
stop the process.
--
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=4732
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|ftp://largedownloads.ea.com/|http://www.auran.com/TRS2006
|pub/uo/uoml_setup.exe |/
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-03 18:49 -------
Sorry for previous Comment #2 (it was for Ultima Online Mondains Legacy)
The demo version of this program does not have the problem you describe for me
Fedora core 4
Wine CVS March 5 2005
http://www.auran.com/TRS2006/
Can you see if you get the same problem running the demo.
--
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=4742
Summary: Message handling in dlls/user/edit.c may crash programs
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qingdao33122(a)yahoo.com
How to reproduce:
1. write a win32 program that use a multiline edit control.
2. try to change the buffer that holds text by following the
procedure outlined in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pl…
Your program crashes.
You can also create a VC6 Appwizard program, making sure your View
class inherit from CEditView, run the program, then try to load a
text file into the edit pane. (winetools users aren't exposed to this
problem because MFC handles this differently when in win9x)
Digging a little further into source and now I am fairly certain where
the problem lies.
When you send a EM_SETHANDLE message to an edit control, you normally
should first free the orginal memory buffer it holds. When EM_SETHANDLE
is being processed by EditWndProc_common the HLOCAL for the original buffer
may well be invalid. EditWndProc_common seems to call EDIT_LockBuffer before
it does anything. In EDIT_LockBuffer I see code like this:
textA = LocalLock(es->hloc32A);
countA = strlen(textA) + 1;
The code above didn't check if textA is non-NULL before doing the strlen,
that apparently crashes some programs, even beyond the EM_SETHANDLE case.
--
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=4741
Summary: wine fails to compile with flex-2.5.33
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
with newer versions of flex, wine's parser.l fails:
$ flex ./parser.l
$ gcc -c lex.yy.c ...
lex.yy.c:2610: error: parse error before numeric constant
lex.yy.c: In function `yy_scan_string':
lex.yy.c:2611: error: number of arguments doesn't match prototype
this is because flex-2.5.33 introduces a new internal function:
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr)
which conflicts with wine's parser.l:
/* Exclusive string handling */
%x yystr
i reported this against flex and their answer was that this is a bug in flex:
http://sourceforge.net/tracker/index.php?func=detail&aid=1439346&group_id=9…
so, wine's parser.l needs to rename or prefix all of its yy* variables
--
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=3661
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-03 18:02 -------
Wine tools are not in any way associated with Wine. Please file all the bugs
related to winetools with their authors.
--
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=3661
------- Additional Comments From jdoutt(a)whoi.edu 2006-05-03 17:43 -------
Ozi with GPS input working with my Garmin GPSmap76, a previous WINE installation
using WINETOOLS, and WINE 0.9.8.
See previous comments 3) and 4).
I did the following
as root "chmod 666 /dev/ttyS0"
in .wine/dosdevices "ln -s /dev/ttyS0 com1"
in OziExplorer...file...configuration...com select driver 2 (driver 1
also works)
set Garmin GPSmap76 output to "NEMA 4800"
Have not tried this in a moving boat/car, but the position pointer comes up at
the proper position for my (stationary) house :-).
I think the heading for this topic should be changed from "ozi explorer does not
work at all" to something like "OziExplorer can be made to work". It seems to
be working now (with some caveats).
--
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=4734
------- Additional Comments From imago(a)devinity.de 2006-05-03 16:59 -------
hm this is just a standard null pointer dereference.
and the log doesn't give any clues where it comes from.
A bit more log might help ;)
--
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=3174
------- Additional Comments From francesco(a)fampeeters.com 2006-05-03 16:53 -------
I too got the above error:
$ wine "C:\Program Files\MetaTrader 4\terminal.exe"
fixme:ole:CoRegisterMessageFilter stub
wine: Call from 0x4a17ff to unimplemented function MFC42.DLL.6625, aborting
fixme:ole:CoRegisterMessageFilter stub
When running MetaTrader4 (terminal.exe)
Ubuntu 5.10
Wine 0.9.9 from WineHQ
I used winetools to install all the standard windows stuff (runtime files, such
as VB and VC runtimes, commoncontrols, dcom, fonts, etc.) after which it worked!
(It does not install IE6 though, even when run from winetools...)
--
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=4735
------- Additional Comments From wine.tester(a)gmail.com 2006-05-03 15:35 -------
Ok with me to call it a WONTFIX, I've made the change to my registry and posted
a comment on how to get the menu items in PartyPoker to launch a web browser so
if that was the decision to remove it on Wine's install I'm cool with that.
--
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=4740
m.w.palmer(a)iee.org changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
------- Additional Comments From m.w.palmer(a)iee.org 2006-05-03 15:29 -------
OS is Fedora Core 4. Unable to get a binary package of 0.9.9 at the minute
from the web site as only 0.9.2 is displayed.
--
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.