http://bugs.winehq.org/show_bug.cgi?id=2131
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 20:03 -------
One possible way to fix this without requiring the developers intervention of
course would be to just copy the cards.dll file from the windows install along
with the freecell.exe/sol.exe and tell wine to use the native cards.dll instead
of the builtin one.
HTH
--
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=2131
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|freecell fails to load |16-bit games bundled with
| |windows fail to load
| |(freecell, solitaire)
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 20:02 -------
I wouldnt say WONTFIX, Ill forward a note to wine-devel and see if they think
its worth it to add in 16-bit calls to the dll. Basically for them it should be
semi-trivial, only because they already have a working 32-bit version, they just
need the functions to either convert the 32-bit functions to 16-bit, or just add
something like an if running 16-bit game use these functions, else use the
32-bit ones..
Of course if they say WONTFIX, we should add a note to the Users guide about the
fact that we are slowly moving (have moved?) away from 16-bit support, and that
therefore win98/me programs (bundled with the os or not) may not work.
Since it is an issue, confirming.
--
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=2131
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-07-05 19:49 -------
Confirmed. (I first tried the WinXP version which works fine)
It doesn't run because Win9x/ME ships a 16 bit cards.dll, the one which comes
with WinXP is 32 bit (and so is ours).
The Win9x freecell.exe doesn't run with the 32 bit cards.dll on WinXP either.
Since the 16 bit and 32 bit versions share the same name in this case it is not
really fixable. (Well, I think it would be possible to hack together a
workaround but I don't think it would be worth the effort (and probably would be
rejected anyway :) since freecell.exe and sol.exe are probably the only programs
ever written which only work with the 16 bit version - the cards.dll tutorial on
the web discusses the problem and gives example code which will run on both
Win9x and NT (and on Wine I guess)).
WONTFIX?
P.S.:
This errorcode (21 - ERROR_NOT_READY) still bothers me.
ne_module.c explicitly sets it when
(
LoadLibraryA()ing the owner of a 16bit dll failed
or
the search for the 16bit dll returned a real (.so)
dll and not a symlink to the owner
) and trying to load a native version of the 16bit dll failed with
ERROR_FILE_NOT_FOUND.
... huh?
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2005-07-05 18:01 -------
Yes, the "freeze" does represent a behaviour change; before the "can't change
resolution/won't run" failure first occurred, upon completion the program would
exit normally. Similarly, at first when the failure occurred, the window would
close after I acknowledged the pop-up DDraw error. After a while, though, the
behaviour changed to the one described - the window remains, unresponsive, until
Wine is killed.
It takes me a while to track down change dates, since it takes at bare minimum
fifteen minutes for a typical recompile and then I have to notice that it's done
and go test, but with luck the new bug should show up before I have to go to
work tomorrow evening. Unless someone specifically requests such, I won't post
anything more to this one.
--
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=2035
------- Additional Comments From lubosd(a)gmail.com 2005-07-05 17:46 -------
Winealsa still does not work. I tried it with Call of Duty and the game fails on
waveOutOpen. Wineoss works fine.
--
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=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 17:24 -------
Ahh, thanks. As far as tracking down a commit date that it stops working, did
it "used to work" that you know of? Or is it pretty much a wild guess that it
has worked in the past?
Reason I ask is because you may be wasting your own time trying to find a patch
that caused it to break, when there wasn't any specific one (its always been
broken). Just thought you should know, and Ill keep up with the new bug too.
Patch committed, closing.
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2005-07-05 17:14 -------
As it happens it already has been committed, this morning; I'm compiling the
updated CVS version now. I'm not sure I know what to search on to look for bugs
matching the more general second issue (since I don't have explicit error
messages), but a few somewhat cursory queries find nothing; I'm going to go
track down the offending commit date and open a new bug.
--
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=2905
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Severity|blocker |critical
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-misc
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 16:47 -------
Changing severity, attaching to games bug, confirming per bug output, forwarding
log file to wine-devel.
--
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=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 16:25 -------
I would say to use the query bugs link in the left navbar to try and find any
bugs that may be open about the 2nd issue, and if non are able to be found, go
ahead an file a new bug. Since this patch has been verified as fixing the
issue, I am marking it as such. Will have to close after the patch has been
committed.
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2005-07-05 16:15 -------
Confirmed, the patch submitted fixes the first and most significant problem:
Might and Magic VI now runs for me (and oddly enough, now no longer exhibits an
undesirable behaviour which I had attributed to a misconfigured window manager).
However, this still leaves a second problem, which I mentioned once before as
having cropped up at some point after the other problem came to exist: upon
program exit, the program window does not close, but remains frozen until Wine
is killed.
I'm well aware that this is very likely a completely unrelated issue, requiring
its own regressions to track down. My immediate question is one of protocol:
should I continue to post information on the remaining problem here, or open a
new bug to discuss it? (Or is there an existing open bug which may already cover
the problem?)
--
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=1410
------- Additional Comments From lionel.ulmer(a)free.fr 2005-07-05 15:27 -------
I think this is the worse case of DInput breakage I know :-)
Basically, the application is, after each DInput call doing a 'SetCursorPos'
itself in the middle of the screen (for what reason, I have no clue at all). And
as both middles do not exactly match (for other reasons), there are 'spurious'
mouse moves generated => once the cursor is moved, it will always move up.
Best way to fix is to integrate real relative mouse movement reporting to the X
server (proposal sent to XOrg list - waiting for an answer) or - at the very
least - move all the mouse warping stuff to the X11 driver (which would then
know that it's in relative mouse movement mode and thus not do the
application-asked warp).
--
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=2301
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 12:18 -------
Thank you. Closing.
--
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=2081
------- Additional Comments From lionel.ulmer(a)free.fr 2005-07-05 11:03 -------
I sent a patch this morning (that was comitted by AJ to the tree) so could you
check if it fixes your problem ?
http://bugs.winehq.org/show_bug.cgi?id=2931
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 10:51 -------
ok, apparently I am going blind, as I just typed exatcly what you asked.. Sorry
about that! Scratches head...
Basically you have completed the easy part of the work of running a regression
test, in that you determined the last known working date, and first known
non-working date. But the hard part is finding the right time (which can be a
little tedious). If you find the right time (down to the second as the
instructions say), then we eliminate all other patches committed during that day
as being a problematic patch.
A lot of times running a regression test will reveal that a patch that has
nothing to do with the bug in question (a soung patch breaking something video
related in a game) is somehow the culprit.. By fixing a bug in one part of wine
(or adding a new one as is what sometimes happens), we reveal a bug in another part.
Now of course most of the time that is not the case, we end up with a patch
being revealed as problematic that directly affects video related stuff, and so
it is much easier (not to mention quicker) to fix than the case above..
That is why we have the specific instructions for running the regression test,
to determine exactly which patch caused it, so we know who to forward the bug
to, whether it is the person that contributed a video fix that broke the video
test of D2, or the one that contributed a sound fix that somehow broke the video
test of D2.
Hope all of that clears things up for you a bit
--
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=2931
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 10:29 -------
Did you mean, "do I need to know anything else other than that?" ? No. Once I
have that information, I can forward this bug to the appropriate party with a
link to the patch that broke it, and they will handle it from there.
--
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=2301
markf78(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Version|20040505 |20050310
------- Additional Comments From markf78(a)yahoo.com 2005-07-05 10:23 -------
this problem appears to be fixed. Changing state to FIXED.
--
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=2931
------- Additional Comments From rmh(a)debian.org 2005-07-05 08:58 -------
I'm on it. But I didn't know a regression test would require specific
instructions. Do you need to know anything else other than the commit that
broke it?
--
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=2937
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|PAF crashes when viewing the|Need to implement header
|individual list |callbacks (IE feature)
------- Additional Comments From mike(a)navi.cx 2005-07-05 08:49 -------
The app is trying to use the newly introduced callback feature of header
controls. From MSDN:
"Currently, callback support includes header item text and images. Setting an
HDITEM structure's text to the LPSTR_TEXTCALLBACK value or its image to the
I_IMAGECALLBACK value will cause the control to send an HDN_GETDISPINFO message
to request callback information as needed. HDN_GETDISPINFO is supported by the
new NMHDDISPINFO structure."
--
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=2074
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 07:37 -------
Thank you. Closing.
--
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=2945
Summary: IE6 sp6 installation hangs (WINE 20050419)
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.winehq.org/appview.php?appid=25
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meertn(a)fmf.nl
The IE6 SP1 installer hangs after a while, with the following error:
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
There are some other fixme's in the dll list:
fixme:advapi:DecryptFileA "T:\\IXP001.TMP\\" 00000000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x41880000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x41880000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x41880074
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
Both the a standard config and winetool were used
--
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=2932
------- Additional Comments From Speeddymon(a)gmail.com 2005-07-05 07:05 -------
Ok, I have it narrowed down to 2 possible patches, but I will need you to test
them out yourself. It is more than likely the first one,
http://cvs.winehq.org/patch.py?id=15193
If not then it is http://cvs.winehq.org/patch.py?id=15363
I can walk you through a regression test that will take you directly before and
after each patch, but it will be easier to do it thru an Instant Messaging
client, than thru this bug :-) . SO.... Let me know what you want to do. I am
available all this weekend, and anytime after about 4pm Central Time (GMT-6)
monday thru wednesday. And anytime before 11:30am Central Time (GMT-6) thursday
and friday.
Of course, all of this is assuming that you know how to compile and build wine
from source. If not, I will just have to forward this bug and both patches to
the wine devs and hope that one of those 2 patches is the one that broke it. If
not, then it is a fix somewhere else in wine that broke the clipboard, and will
be very hard to track down without a proper regression test.
Let me know what you can/want to do.
--
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=2074
stephan(a)gsklan.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From stephan(a)gsklan.de 2005-07-05 03:35 -------
No, the issue has been fixed a long time ago.
--
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=1434
Bug 1434 depends on bug 2939, which changed state.
Bug 2939 Summary: X11DRV_ChangeDisplaySettingsExW No matching mode found! (NoRes)
http://bugs.winehq.org/show_bug.cgi?id=2939
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=2939
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From lionel.ulmer(a)free.fr 2005-07-05 02:42 -------
Rereading the bug, I found out that it affects Fallout (which I own). So I ran
it and fixed the bug (it was what I expected it to be) with the attached patch.
Setting the status to FIXED (as it works now for me), will have to RESOLVE it
once the patch has been committed.
--
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=2939
------- Additional Comments From lionel.ulmer(a)free.fr 2005-07-05 02:28 -------
Can any one with the issue attach a +ddraw,+x11settings trace ? I think I know
what patch caused the problem, I just want to confirm it before sending a patch
for it.
--
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=2398
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:29 -------
Make sure you remove the extraneous characters windows inserts into text files
before trying to apply this patch, else it will either fail to apply, or
severely break your copy of wine.
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2005-06-05 23:26 -------
I'd like to do that, and in fact I tried, but for some reason (possibly just
some lack in my understanding of CVS) I haven't been able to reliably get any
granularity more precise than one day. I looked on the archives of the Wine
CVS-log mailing list, and there are only six commits which took place on
2005/04/24; I saw one - to wine/dlls/ddraw/ddraw/user.c (changing from revision
1.23 to 1.24) - which looked like it had a remote chance of being related, but
passing timestamps from immediately before and immediately after the timestamp
on that CVS commit to cvs update does not reliably produce any changes to my
local tree at all.
Specifically, if I run
cvs -z3 update -dPA -D "2005-04-24 12:23"
and then run
cvs -z3 update -dPA -D "2005-04-24 12:24"
the latter command does not report any changes (the timestamp on the revision in
question is 2005/04/24 12:23:39 - the minute-level precision wouldn't help, as
there are other commits in the intervening seconds).
If someone can figure out and explain to me what I'm doing wrong, I'd be glad to
do the rest of the refinement necessary to track down the offending commit
precisely. I'll note in passing, however, that the error message I'm getting is
not precisely the same as the one reported by Luiz (the string in the concluding
parentheses is different), and the game I am running is not the same; it is
faintly possible that these are two different bugs.
(As far as having a handle on CVS - I lurk, and occasionally contribute, on the
development mailing lists for a couple of other projects; one tends to pick up
good bug-reporting habits from observation rather quickly that way. I considered
joining some of the Wine mailing lists to report this, but the Bugzilla looks to
be a more streamlined way of handling things.)
--
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=2398
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:26 -------
I have a patch to get the january release working without having to comment out
those lines in the config. You will find it attached in the next post. Please
make sure to apply this patch to any january releases that you run that cause
the program to crash with the config you had when you reported this bug.
--
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=2052
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:21 -------
Ping. Is this still an issue?
--
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=2301
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:17 -------
ping. Is this still an issue?
--
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=2308
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:16 -------
Since so many people have had this problem, confirming this is an issue.
If it is still an issue after following the instructions in the note above this
one, please report back to this bug with the problem (a log file would be
appreciated as well).
--
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=2468
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:14 -------
In case you have not done so already, please read the FAQ's and winelib docs on
winehq.com or winehq.org.
If this is still an issue, please reopen this bug.
Resolving.
--
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=2692
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 23:12 -------
Michael, please test with latest release of wine and if any problems related to
compiling/installing wine come up, file a new bug.
Resolving.
--
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=2923
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:58 -------
closing
--
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=2928
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:53 -------
Please post the output of the above command as an attachment to this bug.
--
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=2931
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:52 -------
Perhaps I should clarify. Could you run a regression test (instructions can be
found on the main site)?
--
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=2934
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:40 -------
hmm.. So it seems that something else got broken between march and april. Are
you able to do a full regression test? If so, please file a new bug for that
(preferably with the time and date of the checkout that this new problem first
occurs) and once it is fixed, we can come back to this issue.
If not, please let me know, but unfortunately without that I can't be of much
help, although I will send a note to the devs.
--
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=2932
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:25 -------
I am looking thru the logs now, and expect to have found the problematic patch
in a couple of hours or so..
--
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=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |inverseparadox(a)comcast.net
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:16 -------
Correction to previous note:
inverseparadox(a)comcast.net, note #3 was directed toward you.
--
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=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:13 -------
Confirming per partial regression testing completed by bug Author.
Luiz, thanks for the bug report. Basically what you have done is what we call a
partial regression test. Reverting from a working version to a non-working one
to see what day it breaks on is the first step in determining the problematic
patch, and definately the right one! As you seem to have a handle on CVS
already, not to mention a licensed full version of the game, can I get you to
start checking out by time and day to see what is the first time of day (down to
the second is preferred) between the 24th and 25th that it breaks? If you can
do that I can go ahead and look up what patch was committed at that time, and
forward a note to the devs to check into it.
Thanks again.
--
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=2944
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-06-05 22:07 -------
Hi. First off, I want to say congratulations for fixing your problem before one
of us even got a chance to respond :) . To answer your 2nd question..
Basically the .dll.so you are seeing is not a native Windows DLL. It is a DLL
created by the wine developers to replace the native one so that you can run the
programs in wine. There are bugs, which is why wine doesn't have an official
versioning system (yet), and as such, copying DLL's from a native windows
install will not _always_ work, even though it did in this case.
Your best bet for now is to copy the original DLL's like you did to the wine
DLL's directory, leaving them named as they are, and then edit your wine
config/wine registry to tell wine to use the native DLL's instead of the builtin
ones. See the wine users' guide for that.
What you also may want to do is send a note to the wine developers requesting
someone to start working on a builtin (linux/wine) version of those DLL's that
are required to run the program. That way, since you have the program, you can
help them bugfix them as time goes on. The first versions of the DLL's will
probably not work at all, and require you to help the developers do a lot of
debugging to figure out exactly which routines are needed to get it working, but
it will be a step in the right direction.
Now don't be surprised if the developers dont get started right away, they have
your request in queue, and of course "Your call will be taken in the order in
which it was received" ;-). Hope this info helps.
Resolving as the issue being reported was fixed by the user. Please feel free
to file a separate bug about the non-builtin DLL's.
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2005-06-05 20:25 -------
I have a similar problem. I was running along quite happily, playing Might and
Magic VI under Wine (it ran almost perfectly, well enough I believe to qualify
for the Gold list), and updating from CVS every few days just on the principle
of the thing; one day it suddenly failed on start in a very similar way. (More
specifics below.) I didn't report it at the time because I wasn't certain the
problem wasn't some aspect of my own system, but I've now taken the time to
revert to earlier versions of Wine CVS, and they are capable of running the game
just fine.
Specifically, the version I get (in an existing Wine checkout, obviously) from
cvs -z3 update -dPA -D 2005-04-24
works, and the version I get from
cvs -z3 update -dPA -D 2005-04-25
does not.
I've looked over the diff between those dates, and I don't see anything which
looks particularly related, but the fact remains that one version works and the
other one doesn't.
The specific failure is as follows: at the point at which the game window pops
up, and the screen would change resolution if I were running the older version,
the window is a blank gray with an "Error" box reading "DDraw ->
SetDisplayMode() failed". In the 2005-04-25 version (see later note), when I
click the OK button in that box, the window disappears and Wine exits. The
messages printed, from run begin to final exit, are:
===
fixme:msvideo:DrawDibRealize (0x1, 0xf4, 0), stub
Xlib: extension "XFree86-DRI" missing on display ":0.0".
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"E:".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c1f5f0)->(00020022,00000011
)
err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found! (XF86Vid
Mode)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c1f5f0)->(00000000,00000008
)
===
For comparison, the messages for a similar run (exiting the program at the first
opportunity) in the 2005-04-24 version are
===
fixme:msvideo:DrawDibRealize (0x1, 0xf4, 0), stub
Xlib: extension "XFree86-DRI" missing on display ":0.0".
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"E:".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c1f5f0)->(00020022,00000011
)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"CDAUDIO".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"CDAUDIO".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC: can
't handle right now.
fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c1f5f0)->(00020022,00000008
)
===
(In both cases, the initial 'DrawDibRealize' stub line crops up while the
CD-autorun splash screen is visible, and has no apparent practical effect.)
The most obvious candidate difference is the fact that the 'working' version, at
the point at which the newer version fails, complains about being unable to
switch the screen from 32bpp to 16bpp; it seems possible that the newer version
fails out because it can't do this, but I'm not sure why that would happen.
As an additional note, in still more recent versions (I haven't tracked down the
date of the change, but CVS of yesterday - 2005-05-05 - definitely exhibits this
behaviour), instead of succesful exit when I click the OK button the dialog box
disappears but the gray window remains frozen; Wine does not exit until I either
go back to its terminal and hit Ctrl-Backspace or kill it by some other means.
Whether or not this is at all related I don't know, but it is certainly a
problem, and I felt it was worth mentioning in this context.
It's been suggested to me that adding a 16-bit modeline to my X config might
enable me to run the game just fine, and that may be the case. Testing it,
however, would require me to restart X, and I have many things open which I
don't want to lose any sooner than I need to.
--
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=2944
------- Additional Comments From t35t0r(a)gmail.com 2005-06-05 19:54 -------
strace is my savior! I copied all the missing DLL's into
~/.wine/drive_c/windows/system and the program worked. But if I want the DLL's
available for everything in /usr/lib/wine how do i convert .dll to .dll.so ? I
get these errors:
Gatan/DigitalMicrograph> wine DigitalMicrograph.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"MSVCP70.dll":
/usr/lib/wine/msvcp70.dll.so: invalid ELF header
err:module:import_dll Loading library MSVCP70.dll (which is needed by
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe") failed (error c000007a).
err:module:load_builtin_dll failed to load .so lib for builtin L"MFC70.DLL":
/usr/lib/wine/mfc70.dll.so: invalid ELF header
err:module:import_dll Loading library MFC70.DLL (which is needed by
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe") failed (error c000007a).
err:module:load_builtin_dll failed to load .so lib for builtin L"MSVCR70.dll":
/usr/lib/wine/msvcr70.dll.so: invalid ELF header
err:module:import_dll Loading library MSVCR70.dll (which is needed by
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe") failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe" failed, status c0000135
--
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=2944
Summary: Gatan Digital Micrograph (non-demo) won't work with wine
20050419
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t35t0r(a)gmail.com
When I start this program I get the following errors:
Gatan/DigitalMicrograph> wine DigitalMicrograph.exe
err:module:import_dll Library MSVCP70.dll (which is needed by
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe") not found
err:module:import_dll Library MFC70.DLL (which is needed by
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe") not found
err:module:import_dll Library MSVCR70.dll (which is needed by
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\mnt\\windows\\Program
Files\\Gatan\\DigitalMicrograph\\DigitalMicrograph.exe" failed, status c0000135
I don't have the original CD to install this program because a colleague
installed it onto my laptop (on the winxp partition) so I could look at the
electron microscope images on my own time. There is a demo version available at:
ftp://ftp.gatan.com/pub/software/PC/DigitalMicrograph365Demo.exe ..it works fine
with wine 20050419 but it can't export the dm3 files to tiff or anything else.
Yea I tried copying the license files from the full version to this demo version
but it seems the demo is fully crippled. Is there anything I can do to debug why
exactly it can't load those DLL's? Do i need to copy them into
~/.wine/c_drive/windows/wherever from the (actual winxp partition)
/mnt/windows/windows/wherever ?
--
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=2932
------- Additional Comments From spamtrap475rsd(a)wanadoo.fr 2005-06-05 12:10 -------
Please, read included "info" file for precisions.
--
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=2932
------- Additional Comments From spamtrap475rsd(a)wanadoo.fr 2005-06-05 12:07 -------
Created an attachment (id=860)
--> (http://bugs.winehq.org/attachment.cgi?id=860&action=view)
Wine debugging output
Two tries :
- with wine-20041201-1fc2winehq.i686.rpm : paste to OpenOffice works
- with wine-20050111-1fc2winehq.i686.rpm : paste to OO doesn't work
--
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=2934
------- Additional Comments From dcseibert(a)excite.com 2005-06-05 11:25 -------
I tried the program with the 20041201 release and the problem still occured. I
attempted to use the 20050419 release and received an error window stating:
System Error H80004005 (-2147467259)
Since I wasn't able to load it, I couldn't verify the error in the new release.
--
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=2131
------- Additional Comments From terra(a)gnome.org 2005-06-05 10:04 -------
Not as-of a week ago. Note, that my Win (WinME, I think) is ages old.
--
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=2941
Summary: Wine doesn't close win16 windows in KDE (maybe others?)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luizluca(a)gmail.com
Hello,
Wine doesn't send the close command to win16 windows. This happenned with
topdraw and smalltalk express. I've posted a copy of top draw in my website.
http://www.lsc.ufsc.br/~luizd/topdraw.tgz
--
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=2940
Summary: err:edit:EDIT_WM_Command unknown menu item, please
report
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luizluca(a)gmail.com
While running Smalltalk Express for Win16, It showed this log and asked me to
report. Here we go
--
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=2932
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 18:42 -------
hmm. Ok, so we need to find out the debug commands for the clibpoard. Try
running wine with WINEDEBUG=+clipboard wine file_name.exe . Im not sure if
clipboard is a valid debug message, but it is worth a shot. If you get any
messages with clipboard near the beginning of the line, output it to a file and
send the last 500 lines as an attachment here. If not, let me know and I will
consule the devs to find the correct string to get the output we need.
--
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=2939
------- Additional Comments From luizluca(a)gmail.com 2005-05-05 18:26 -------
BTW, I'm using Wine 20050419. Bugzilla didn't have this version listed
--
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=2939
Summary: X11DRV_ChangeDisplaySettingsExW No matching mode found!
(NoRes)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luizluca(a)gmail.com
Hello,
I'm unable to run old games as Commandos or Fallout 1 (setup). When I run
them, I got:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x55913648)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x55913648)->(00010024,00000051)
err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found!
(NoRes)
My X is able to switch into res:
1920x1440
1280x1024 (current) 24bits at 85 Hz
1024x768
800x600
640x480
and many many more...
Cedega didn't fail i this part. It switches the resolution but fails in a
later position.
--
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=2932
------- Additional Comments From spamtrap475rsd(a)wanadoo.fr 2005-05-05 18:21 -------
It doesn't crash. When I do a "copy to clipboard", nothing is given to
OpenOffice's clipboard.
No error message or fixme message is written on the console during this action.
wine-20050111 and wine-20041201 give me the same "fixme" indications, which may
not be relevant for this problem since it works well with wine-20041201.
($ wine /mnt/windows/PSIM6.1_demo/PSIM.exe
fixme:dc:LockWindowUpdate (0x1003a), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x100f2), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!)
--
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=2938
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 17:20 -------
This was reported on wine-devel, thank you for opening the bug. What is the
wine release date that starts exhibiting this problem? Can you try it with the
release prior to that and confirm this still exists. I think I know what patch
causes it, but I need to be sure.
--
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=2938
Summary: tz_info "ist"
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roscaf(a)gmail.com
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "IST", bias=-60
and dst=1 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
got this when trying to run gta2 on mandrake 10
--
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=2660
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 16:56 -------
If anyone watching this bug can provide the last 500 lines of a relay trace (as
an attachment please), that would certainly help.
Thanks
--
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=2919
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 16:51 -------
That could be part of it. Are you using a 64-bit Linux, or a 32-bit version?
If you are using a native 64-bit Linux, you will need to compile wine with the
64-bit flags. I will have to check (or you can google it) to see what they are.
--
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=2934
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 16:49 -------
Reporter, can you revert your wine install to the December issue and let us know
if this was an issue back then? If so, please try with the 20050419 release
(most recent) and let us know if it is still an issue.
Thanks.
--
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=2398
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 16:37 -------
That is great that you got the january release working with a note from google
lol! Please, once you find the time of the release that causes the incorrect
display, check the hypermail archives for the wine-cvs list and find what patch
was committed at that time. Then post that here and I can forward the note to
the developers to get it fixed.
--
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=2932
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 16:33 -------
Ok, so it broke between december and january. thats a start. What exactly is
the difference betwee nthe 2 versions of wine? Does it crash when you try it in
the january release, or does it just act like it is supposed to, but then not
actually copy the desired stuff to the clipboard, or what?
--
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=2933
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2924
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-05-05 16:29 -------
This is a known bug. Please see bug 2924 for info on how to get it fixed.
--
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=2937
Summary: PAF crashes when viewing the individual list
Product: Wine
Version: 20050310
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=600
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lamber45(a)cse.msu.edu
Personal Ancestral File has three tabs in its main screen, "Family", "Pedigree"
and "Individual". When I select "Individual" under Wine (in a file with about
ten thousand people), PAF crashes. Running it again with 'winedbg', I get the
following backtrace:
First chance exception: privileged instruction in 32-bit code (0x7794ce66).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:7794ce66 ESP:77adf16c EBP:77adfa48 EFLAGS:00210246( - 00 -RIZP1)
EAX:ffffffff EBX:7797bc7c ECX:77adfb78 EDX:7797bab2
ESI:00000002 EDI:77adfa8c
Stack dump:
0x77adf16c: 7797bc7c 00000002 77adfa8c 77c4a538
0x77adf17c: 00050038 77adf20c 00000000 00000000
0x77adf18c: 00000000 00000000 77c4a538 00000000
0x77adf19c: 00000000 77adf1c4 77bd42d7 7797b400
0x77adf1ac: 00000000 00000009 00000000 0000003b
0x77adf1bc: 00000002 00000008 00000000 00000000
Backtrace:
=>1 0x7794ce66 DrawTextExW(hdc=0xab4, str=0xffffffff, i_count=0xffffffff,
rect=0x77adfb78, flags=0x8024, dtp
=0x77adfa78, str=0xffffffff)
[/usr/src/wine-20050310/dlls/user/../../include/wine/unicode.h:183] in user32 (
0x77adfa48)
2 0x7794d5da DrawTextW(hdc=0xab4, str=0xffffffff, count=0xffffffff,
rect=0x77adfb78, flags=0x8024) [/usr/src/wine-20050310/dlls/user/text.c:1069] in
user32 (0x77adfa8c)
3 0x77461cfc HEADER_DrawItem+0x77c(hwnd=0x70042, hdc=0xab4, iItem=0x0,
bHotTrack=0x0) [/usr/src/wine-20050310/dlls/comctl32/header.c:352] in comctl32
(0x77adfb88)
4 0x77461dad HEADER_Refresh(hwnd=0x70042, hdc=0xab4)
[/usr/src/wine-20050310/dlls/comctl32/header.c:382] in comctl32 (0x77adfbc0)
5 0x77463dae HEADER_Paint(hwnd=0x70042, wParam=0x0)
[/usr/src/wine-20050310/dlls/comctl32/header.c:1642] in comctl32 (0x77adfc1c)
6 0x7746443a HEADER_WindowProc(hwnd=0x70042, msg=0xf, wParam=0x0, lParam=0x0)
[/usr/src/wine-20050310/dlls/comctl32/header.c:1837] in comctl32 (0x77adfc38)
7 0x779095ef WINPROC_wrapper+0x17 in user32 (0x77adfc5c)
8 0x77909919 WINPROC_CallWndProc+0x8d(proc=0x77463f78, hwnd=0x70042, msg=0xf,
wParam=0x0, lParam=0x0)
[/usr/src/wine-20050310/dlls/user/../../windows/winproc.c:419] in user32
(0x77adfc8c)
9 0x77910100 CallWindowProcA+0x40(func=0x77463f78, hwnd=0x70042, msg=0xf,
wParam=0x0, lParam=0x0)
[/usr/src/wine-20050310/dlls/user/../../windows/winproc.c:3225] in user32
(0x77adfcb4)
10 0x0059835f in paf5 (+0x19835f) (0x0000000f)
11 0x00000000 (0x00000000)
0x7794ce66 DrawTextExW+0x132
[/usr/src/wine-20050310/dlls/user/../../include/wine/unicode.h:183] in user32:
cmpw $0,0x0(%eax)
183 while (*s) s++;
--
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=2936
Summary: PAF can't create a new file
Product: Wine
Version: 20050310
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=600
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lamber45(a)cse.msu.edu
When I select File->New in Personal Ancestral File (version 5.2.18/en), PAF
creates a zero-length .paf file and brings up a box saying "The file appears to
be damaged". It gives the following error-messages before bringing up the
select-file dialog:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
err:pidl:_ILCreateGuidFromStrW L"Controls" is not a GUID
Otherwise, it's perfectly silent; this operation does not cause the program to
crash.
--
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=2660
------- Additional Comments From roy_bowen(a)bowenology.net 2005-05-05 14:50 -------
I am having the same issue with a beta build of Lotus Notes 7 on SuSE Pro 9.3
with Wine 20050419
--
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=2935
Summary: wine libraries errors comming during start the wine
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunilahirwar(a)yahoo.com
--
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=2919
------- Additional Comments From bigblackpapa(a)hotmail.com 2005-04-05 17:09 -------
I got the same bug with:
wine-20050211 (RPM)
wine-20050419 (RPM)
wine-20050419 (from Sources)
wine CVS
The EXE (Riven Setup.exe) file is OK. It work on Windows and I download a pirate
version on the Web just to be sure and it give me the same problem.
When I do "make check" with the Sources and CVS versions, I get:
...
(a lot of stuff)
...
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so
generated.c && touch generated.ok
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so
metafile.c && touch metafile.ok
metafile.c:468: Test failed: (0,0)->(1000,1000), expected (0,0)->(1819,6675)
metafile.c:468: Test failed: (0,0)->(1000,1000), expected (0,0)->(1819,6675)
fixme:dc:GdiIsMetaPrintDC (nil)
fixme:dc:GdiIsPlayMetafileDC (nil)
fixme:dc:GdiIsMetaPrintDC 0x18c
fixme:dc:GdiIsPlayMetafileDC 0x18c
fixme:dc:GdiIsMetaPrintDC 0x19c
fixme:dc:GdiIsPlayMetafileDC 0x19c
make[3]: *** [metafile.ok] Error 2
make[3]: Leaving directory `/usr/src/wine/dlls/gdi/tests'
make[2]: *** [tests/__test__] Error 2
make[2]: Leaving directory `/usr/src/wine/dlls/gdi'
make[1]: *** [gdi/__test__] Error 2
make[1]: Leaving directory `/usr/src/wine/dlls'
make: *** [dlls/__test__] Error 2
I have a 64 bits processor
I have Mandrake 10.2 x86_32 (32 bits)
Did Wine usualy works with 64 bits processors??
Thanks
Bbp
--
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=2934
Summary: Microsoft Masked Controls 6 Problem
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dcseibert(a)excite.com
I have a VB6 application which otherwise runs fine, but uses MSMask.MaskEdBox
(from Microsoft Mask Controls 6.0 msmask32.ocx) controls for a couple of
textboxes. They don't display properly, or rather at all. When the form is
loaded where the text boxes should be is simply a snapshot of whatever form was
beneath it. Text can be entered (although it can't be seen) and the form
functions normally. This is used for data entry and essentially renders the
program useless. Not sure if its related but when the form is loaded I get:
fixme:win:SetWindowTextA cannot set text "" of other process window (nil)
fixme:win:SetWindowTextA cannot set text "" of other process window (nil)
fixme:win:SetWindowTextA cannot set text "" of other process window (nil)
--
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=2398
------- Additional Comments From phil(a)ldex.terica.net 2005-04-05 08:36 -------
Attachment added to show how 20050111 is working fine. Am pulling full CVS
package as per regression testing documentation and will investigate ASAP.
--
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=2398
------- Additional Comments From phil(a)ldex.terica.net 2005-04-05 08:35 -------
Created an attachment (id=858)
--> (http://bugs.winehq.org/attachment.cgi?id=858&action=view)
Wine 20050111 showing perfect operation
As requested, a screenshot of the interface being rendered correctly by Wine
20050111. The software version is slightly newer, but the regression in later
builds of Wine 2005 is the same as in the earlier attachments.
--
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=1757
------- Additional Comments From alan(a)asandco.co.uk 2005-04-05 08:25 -------
New test at 4 May 2005 using wine-20050419-mdk.i586.rpm.
An attempt was made to install Caseware 2004, using Winetools 1.30.
It was partially successful but Caseware needs DCOM. during the DCOM
install, an error dialog appeared and continued to appear as the components of
Caseware were installed. This was headed WS95INF32.DLL and displayed
'Thunkconnect32 Failure!! and an OK button. It appeared during 'registering of
components'. It continued to reappear if I agreed to rebooting and the cycle
restarted. Eventually, I said 'No' and the installation completed.
When running the program, Caseware itself seeme to run OK, decompressing its
data files and even recompressing them on completion. (This canot be done
under win4lin). However, the Accounyts format and display section, called
Caseview would not come up, nor anything that depended on it. However, an
error box was displayed with: Crashed with Visual C++ Runtime Library
Program C:\Program Files\Caseware\Cwin32.exe (Caseview).
This program did run under Crossover Office 4.1 by the way. I'll follow up
with the log file output as soon as I can find it!
--
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=2398
------- Additional Comments From phil(a)ldex.terica.net 2005-04-05 08:15 -------
That would be fine, but Wine 20050111 is failing to run (either from source or
from the provided RPMs) on SuSE 9.3 Pro. The error is below. I have tried a
fresh install without any improvement. This output is from a completely fresh,
stock install of SuSE 9.3 Pro with no updates or other applications installed.
The only thing I did was to explicitly prevent Wine being installed initially
(April 2005 build comes with 9.3 and shows the regression) so that Wine 20050111
for 9.2 could be installed. I've tried from source (to /usr/local/wine after
removing ~/.wine and uninstalling all wine RPMs) and it shows the same problem.
wineprefixcreate --prefix hasn't helped either :
wine: Unhandled exception (thread 0009), starting debugger...
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x40263858
Serial number of failed request: 107
Current serial number in output stream: 113
That is just from running 'wine' - no application is being called.
I am happy to run regression tests, although will probably need some guidance to
ensure I do things properly :)
--
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=2932
------- Additional Comments From spamtrap475rsd(a)wanadoo.fr 2005-04-05 05:53 -------
The copy/paste to openoffice :
- works for me with : wine-20041201-1fc2winehq.i686.rpm
- doesn't work any more with the next release : wine-20050111-1fc2winehq.i686.rpm
--
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=2933
Summary: wrar342d.exe and pocketrar350b1de.exe installations
fails with critikal error
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.winehq.org/appview.php?appid=391
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legine(a)gmx.de
Both installation Packadges Are crashing with the following error message:
wine-pthread: run.c:522: ME_CalcRunExtent: Zusicherung »size.cx« nicht erfüllt.
tried Translation:
wine-pthread: run.c:522: ME_CalcRunExtent: warranty of »size.cx« failed.
My Linux is from the Gentoo Distributor
I run their offical packadge of Wine 20050419 (sorry not mentioned in the
Versionbox) with additional patches for World of Warcraft
(opengl32_fbconf_6.diff) installed.
I have the active X dll from Mozilla installed with the following additional dll
from the internet:
- msvcp60.dll
- mfc42.dll
(I belive that are all Modifications made to wine.)
The Gentoo Distribution applies the following patches to wine by standard:
winearts-kdecvs-fix.patch
20041019-no-stack.patch (http://bugs.gentoo.org/show_bug.cgi?id=66002)
--
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=922
dolphinling(a)myrealbox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dolphinling(a)myrealbox.com
------- Additional Comments From dolphinling(a)myrealbox.com 2005-03-05 21:28 -------
No, it's not fixed.
As of the 20050419 build (Gentoo, from the testing branch) installation gets to
0% and stalls at c:\...\setup.inx.
It gives these errors in the terminal:
err:ole:TMStubImpl_Invoke Does not support iface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, returning 80004002
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401fd
err:ole:_unmarshal_interface Unmarshalling interface
{aa7e2066-cb55-11d2-8094-00104b1f9838} failed with 800401fd
err:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
err:ole:TMStubImpl_Invoke Failed to deserialize param Feature, hres 800401fd
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401fd
err:ole:_unmarshal_interface Unmarshalling interface
{aa7e2066-cb55-11d2-8094-00104b1f9838} failed with 800401fd
err:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
err:ole:TMStubImpl_Invoke Failed to deserialize param Feature, hres 800401fd
I'm relatively new to Wine, but I'd like to see this fixed, so I can help out as
long as I'm told what to do and how to do it.
--
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=2398
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-03-05 21:02 -------
Confirming per screenshots and the fact that the issue was resolved in the
January release, but regressed in the Feb one.
Changing wine version to CVS, as this appears to be ongoing through multiple
releases.
Phil, are you comfortable with doing a regression test (reverting to an older
version of wine to see when it broke)? There are instructions for doing so on
the site, if you want to look through the FAQ's just search for 'regression'.
If you would not be comfortable doing a full regression test, please let us know
and we can attempt to figure out which logs would be needed to resolve this
problem. Also, if you are not comfortable doing the regression test, could you
possibly just revert to the January release (leaving the configuration you are
using now in tact) and test, then come back to the current one and test again,
to eliminate any doubt about configuration issues?
Thanks.
--
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=2398
phil(a)ldex.terica.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040716 |20050310
------- Additional Comments From phil(a)ldex.terica.net 2005-03-05 20:11 -------
Updating
--
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=2932
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-03-05 18:11 -------
This appears to be a regression. Since you are able to tell that is is broken
between sept of 04 and jan of 05 can you try to see which release after sept
broke it? That would help somewhat in tracking down the cause of this. Once
you do that please post it here, and I will have more instructions for you.
--
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=2931
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-03-05 18:08 -------
Can you determine what time it happens at on the dates in question? That way we
can find the patch that broke it. It would greatly help us in finding the cause
of this regression if you could provide us with this information.
--
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=2928
------- Additional Comments From Speeddymon(a)gmail.com 2005-03-05 17:36 -------
well that helps some. can you run wine with WINEDEBUG=+key, +keyboard wine
file_name.exe ?
and do what you did to cause the error?
thanks
--
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=2925
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-03-05 15:41 -------
could not install it again
not output but blocked
my machine is now used as a gateway
does a firewall could block local network loops ?
--
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=2931
Summary: Diablo 2 video test fails
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)debian.org
During Diablo 2 install, a video test is performed (you can access it after
install, too, by clicking "Options/Run video test" in the CD2 autorun).
After the test, it opens a select window with an "Ok" button. You would have to
select your preferred video mode and click Ok, but the button doesn't respond.
So the only option is to kill the install program, leaving you with a broken
Diablo 2 installation.
I have tracked down the problem by testing several CVS snapshots, and concluded
that:
- snapshots from date 20041027 or earlier work fine.
- snapshots from date 20041028 or later break.
--
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=2928
------- Additional Comments From czerwinski(a)inode.at 2005-03-05 07:27 -------
Well, I did not take the burden of the regression test as described, but I
stepped back to wine 20050310, tested (OK), updated again to 20050419 and tested
(NOK):
# rpm -U --test --force wine-20050310-SuSELinux92.i586.rpm
warning: wine-20050310-SuSELinux92.i586.rpm: V3 DSA signature: NOKEY, key ID
0175623e
# rpm -U --force wine-20050310-SuSELinux92.i586.rpm
warning: wine-20050310-SuSELinux92.i586.rpm: V3 DSA signature: NOKEY, key ID
0175623e
<test runs OK>
# rpm -U --test wine-20050419-SuSELinux92.i586.rpm
warning: wine-20050419-SuSELinux92.i586.rpm: V3 DSA signature: NOKEY, key ID
0175623e
# rpm -U wine-20050419-SuSELinux92.i586.rpm
warning: wine-20050419-SuSELinux92.i586.rpm: V3 DSA signature: NOKEY, key ID
0175623e
#
<test runs NOK>
How I tested: In my mail-DB I just pushed the "Reply with history" button and
typed some characters in the body-field of the new mail. In the body-field the
misbehaviour as described occurs since version 20050419. Letters in the fields
"To", "CC", "BCC", "Subject" seem not to be affected by this problem. Further,
the problem also occurs in other documents (which to describe might lead too
far...)
In my opinion it should be clear now, that "something" between 20050310 and
20050419 causes the failure.
Hope that helps!
Cz.
--
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=2930
Summary: BadShmSeg when running Wine from remote terminal with
wine20050419
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flicker-winehq(a)anduin.net
When running wine from a remote terminal (via remote X) either from our XDM or
SSH with X forwarding whenever you run wine anyprogramname.exe it crashes with
an error message as follows:
X Error of failed request: BadShmSeg (invalid shared segment parameter)
Major opcode of failed request: 144 (MIT-SHM)
Minor opcode of failed request: 2 (X_ShmDetach)
Segment id in failed request: 0x2400017
Serial number of failed request: 2058
Current serial number in output stream: 2090
This is with snapshot version wine20050419. NOTE BUGZILLA DOES NOT HAVE THE
OPTION OF REPORTING BUGS FOR THIS VERSION.
This problem has been reported on the wine-dev mailing list, but I have been
unable to find it in bugzilla.
--
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=2929
Summary: CreateSystemHeap system heap base address 0x80000000 not
available
Product: Wine
Version: 20050310
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jm.detrez(a)cegetel.net
after compiling wine on FreeBSD 5.4 and 5.3, launching any application provide:
CreateSystemHeap system heap base address 0x80000000 not available
it seems that the bug as previous issues in last months of 2004 and was
resolved but the last versions of wine didn't work on this platform.
the port maintener in FreeBSD porttree is relatively sure the solution will
have to do with libs/wine/mmap.c in the Wine tree.
what do you think of that?
thanks by advance .
jean-marc
--
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=2908
------- Additional Comments From rmay(a)ou.edu 2005-02-05 21:47 -------
I haven't tested on latest CVS. I didn't think it was a necessary step, seeing
as no one confirmed CVS has the problem when the full path is given and the
needed registry key is added. I can run the program without crashing in
Wine-20050419.
Jason: Looks like you're right, the program crashes under WindowsXP as well when
run from the command prompt in the installed directory. However, when I give it
the full path from the command prompt, everything is fine. I'll let the
developers know about 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=2908
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:25 -------
Ryan, are you having the same problem as Raphael now? Crashing on start? If
not, Raphael please file a separate bug for your issue, although it would seem
to be a configuration issue if it crashes for you but not Ryan.
Dustin
--
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=2928
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:22 -------
Could you do a regression test to find the patch that caused this problem? The
instructions are at:
http://winehq.org/site/docs/wine-devel/x1316
If you dont understand this, please let us know and we will try to find another
way to fix this.
Confirming per regression and screenshot.
--
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=2925
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |997, 1434
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|err:ntdll:RtlpWaitForCritica|MS Flight Sim 98 crashes in
|lSection |ntdll:RtlpWaitForCriticalSec
| |tion
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:18 -------
Please see other bugs attached to bug 997. Run any commands listed in them and
output to a log. Append 500 lines before and after crash in bug for each
command as an attachment to this bug. Thanks.
--
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=1000
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:08 -------
since theres nothing wrong with rtlallocateheap, shouldne this be resolved?
--
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=997
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:05 -------
confirming, as it is a metabug
--
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=1757
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:03 -------
For future reference, please post any replies to comments in the bug itself.
Can you attach (not copy/paste) the 500 lines before and after the crash in a
log file on a recent wine version? That would help to figure out where we stand
on resolving this.
Thanks
--
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=1757
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-05 19:01 -------
Emailed from Alan Secker:
Very much so, particularly as, though it runs under Win4lin, its proprietary
data file compression engine crashes when an attempt is made to use it under
Win4lin. PS This happens whether writing to ext3 or FAT32. Just thought I'd
mention it. wine compatibility would be a godsend.
Alan Secker
--
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=2925
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-02-05 14:06 -------
Program : Microsoft Flight Simulator 98
Wine version : not available in list => wrote in first comment
--
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=2928
Summary: Typed character display problem after updating to
20050419
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: czerwinski(a)inode.at
(selected component wine-x11 driver is just a guess...)
> uname -a
Linux sbs58 2.6.8-24.14-default #1 Tue Mar 29 09:27:43 UTC 2005 i686 i686 i386
GNU/Linux
> wine --version
Wine 20050419
I use Lotus Notes 5.0.13 since months without any bigger problems. After I have
updated wine to the current version via the current SuSE-9.2-RPM the following
encounters:
Typed characters are displayed as horizontal bars with variaous spacing (-->
can't read them from the screen).
Only as soon as a line is completed or the window is being redrawed the
characters display normally. Sometimes the top pixel of the horizontal bars
remain.
--
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=2908
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-02-05 13:46 -------
If you have contact with a developer it might be worth asking why.
Under windows there are 2 ways of launching apps - one way (eg. explorer) will
pass the app the full file path, the other way (eg. command line) only passes
the exe name. Can you test under windows if from a command prompt, CDing to
the exe directory and running the exe also traps?
--
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=2908
------- Additional Comments From rmay(a)ou.edu 2005-02-05 11:23 -------
Actually, this program crashes even if you execute the program using:
wine WeatherScope.exe
from the program's directory. In talking to the developer, it seems that they
do their own command line processing by grabbing the command line as a unicode
string so that they can handle filenames with non-ascii characters being passed
to the program.
--
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=2927
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-02-05 07:23 -------
already fixed in current CVS.
use more sensible optimization options, -gdwarf-2 is useless,
since you cannot debug using winedbg anymore.
--
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=2927
Summary: wine-20050419-1fc3winehq failed to build w/ GCC 4.0.0
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
However w/ GCC 3.4.3 build finished OK.
gcc-4.0.0 -c -I. -I. -I../../../include -I../../../include
-I../../../include/msvcrt -I./.. -D_REE
NTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith -O2 -gdw
arf-2 -pipe -march=i686 -fomit-frame-pointer -ffast-math
-fexpensive-optimizations -o file.o file.c
In file included from ../../../include/winnt.h:27,
from ../../../include/windef.h:204,
from ../../../include/wine/test.h:25,
from file.c:21:
../../../include/msvcrt/ctype.h:72: warning: conflicting types for built-in
function ?iswalnum?
../../../include/msvcrt/ctype.h:73: warning: conflicting types for built-in
function ?iswalpha?
../../../include/msvcrt/ctype.h:75: warning: conflicting types for built-in
function ?iswcntrl?
../../../include/msvcrt/ctype.h:77: warning: conflicting types for built-in
function ?iswdigit?
../../../include/msvcrt/ctype.h:78: warning: conflicting types for built-in
function ?iswgraph?
../../../include/msvcrt/ctype.h:79: warning: conflicting types for built-in
function ?iswlower?
../../../include/msvcrt/ctype.h:80: warning: conflicting types for built-in
function ?iswprint?
../../../include/msvcrt/ctype.h:81: warning: conflicting types for built-in
function ?iswpunct?
../../../include/msvcrt/ctype.h:82: warning: conflicting types for built-in
function ?iswspace?
../../../include/msvcrt/ctype.h:83: warning: conflicting types for built-in
function ?iswupper?
../../../include/msvcrt/ctype.h:84: warning: conflicting types for built-in
function ?iswxdigit?
../../../include/msvcrt/ctype.h:85: warning: conflicting types for built-in
function ?towlower?
../../../include/msvcrt/ctype.h:86: warning: conflicting types for built-in
function ?towupper?
../../../include/msvcrt/io.h:179: error: ?open? aliased to external symbol ?_open?
../../../include/msvcrt/io.h:180: error: ?sopen? aliased to undefined symbol
?_sopen?
../../../include/msvcrt/process.h:129: error: ?execl? aliased to undefined
symbol ?_execl?
../../../include/msvcrt/process.h:130: error: ?execle? aliased to undefined
symbol ?_execle?
../../../include/msvcrt/process.h:131: error: ?execlp? aliased to undefined
symbol ?_execlp?
../../../include/msvcrt/process.h:132: error: ?execlpe? aliased to undefined
symbol ?_execlpe?
../../../include/msvcrt/process.h:133: error: ?spawnl? aliased to undefined
symbol ?_spawnl?
../../../include/msvcrt/process.h:134: error: ?spawnle? aliased to undefined
symbol ?_spawnle?
../../../include/msvcrt/process.h:135: error: ?spawnlp? aliased to undefined
symbol ?_spawnlp?
../../../include/msvcrt/process.h:136: error: ?spawnlpe? aliased to undefined
symbol ?_spawnlpe?
make[3]: *** [file.o] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/dlls/msvcrt/tests'
make[2]: *** [tests] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/dlls/msvcrt'
make[1]: *** [msvcrt] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/dlls'
make: *** [dlls] Error 2
--
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=1886
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-01-05 18:36 -------
confirming per vote
--
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=1698
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
URL|http://appdb.winehq.org/appv|
|iew.php?appId=94 |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-01-05 18:32 -------
Confirming per vote and log.
--
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=1698
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|1434 |
nThis| |
--
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=2918
------- Additional Comments From Speeddymon(a)gmail.com 2005-01-05 18:23 -------
ok.. After looking at the logs and the attached screenshot, there appear to be a
couple of things going on here. The first is obviously the palette messages.
Those shouldnt be assuming black. The other thing is the x11 messages. Those
normally wouldnt be a problem, heck they normally wouldnt even appear AFAIK if
the palette was being drawn correctly. Unfortunately we are in the middle of a
massive windowing rewrite, so it's hard to tell exactly what is causing the
problem. Can you revert back to the january release of wine and attach a log
and screenshot of how it looks?
That would help to either confirm or disprove that the windowing rewrite is the
cause of it.
--
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=2918
------- Additional Comments From pmpf(a)ist.utl.pt 2005-01-05 17:52 -------
The logfiles are both attached to the bug, as well a screenshot. If you can't
for some reason get the attachments from bugzilla, I'll be more than happy to
send them all by im or email, and any new ones you request.
Feel free to reach me at either
msn : pferreira(a)gape.ist.utl.pt
icq : 15902719
aol/yahoo : pmpfe
jabber: pmpfe(a)jabber.org.uk
Paulo
--
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=2918
------- Additional Comments From Speeddymon(a)gmail.com 2005-01-05 17:42 -------
you said in the original report that you have a full log that you can email upon
request. how big is it? if its less than 10 mb can you email it to me? (click
on my name above this post) If it is greater than that, can you send it to me
via one of the instant messaging clients?
--
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=2918
------- Additional Comments From pmpf(a)ist.utl.pt 2005-01-05 17:17 -------
Yeap, that's the whole of it. :|
Not very informative, is it?
Paulo
--
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=2918
------- Additional Comments From Speeddymon(a)gmail.com 2005-01-05 16:46 -------
that is the whole log? if not, please gzip it and attach it here as you did the
others. Thanks.
--
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=2925
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-kernel |wine-misc
------- Additional Comments From Speeddymon(a)gmail.com 2005-01-05 16:38 -------
What program are you trying to install, and if there is a trial, can you please
post a link to it?
--
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=2926
thomasbelvin(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From thomasbelvin(a)yahoo.com 2005-01-05 14:35 -------
How to correctly set in Desktop mode? Set to Desktop, but still no keyboard
entry.
--
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=2918
------- Additional Comments From pmpf(a)ist.utl.pt 2005-01-05 14:14 -------
Hi there,
I've bought a new hard drive and am now using Wine 20050111, but I think this
won't make much of a problem, as the symptoms are unaltered.
So, I've done the "WINEDEBUG=+palette wine WEWB32.EXE >& palette.log", and the
result is as follows:
8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----
err:winspool:WINSPOOL_OpenDriverReg win32 style printing used with 16 bits app,
try specifying 'win95' Windows version
err:winspool:AddPrinterDriverA Can't create Drivers key
err:winspool:WINSPOOL_LoadSystemPrinters Failed adding PS Driver (1814)
err:clipboard:X11DRV_CLIPBOARD_UpdateCache Failed to cache clipboard data owned
by another process.
8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----
Thanks,
Paulo
--
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=1114
------- Additional Comments From dclark(a)akamail.com 2005-01-05 13:51 -------
Well... perhaps one reason it did not get comments is that you posted right
before wineconf. So people might not have wanted to stress their brains too much ;)
Anyway, if you have a patch already, I would suggest sending it wine-patches and
asking for comments. Perhaps wait a week or so though, to allow people to get
back into things.
--
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=2926
thomasbelvin(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From thomasbelvin(a)yahoo.com 2005-01-05 12:54 -------
Run in Desktop mode by selecting icon from tray.
--
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=2926
Summary: Can't cut/paste password into Steam
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomasbelvin(a)yahoo.com
Login can be cut/pasted into Steam, but password cannot.
--
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=1114
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-01-05 12:17 -------
Since noone answered on the ML...
The listbox of WinRAR isn't updated because CBN_SELENDOK isn't sent.
CBN_SELENDOK is supposed to be sent by CBRollUp() called by the LBN_SELCHANGE
handler but isn't because the listbox (of the combobox) is already rolled up
when LBN_SELCHANGE is received.
The premature CBRollUp() is caused by a click into the combo/listbox which
SetFocus()es the listbox which causes a KILLFOCUS sent to the edit control which
was holding the focus before and then forwards the KILLFOCUS to it's parent (the
ComboLBox) which rolls the listbox up and issues CBN_SELENDCANCEL.
(This causes also a visible difference between native and builtin comctl32
native ComboBoxEx rolls up on mouseup, ours rolls up on mousedown)
So the problem is that the editbox has the focus although the listbox is rolled
down - this is the case for DROPDOWN comboboxes but only possible since the
listbox takes care of this special case and forwards the focus to the edit control.
Since a ComboBoxEx is a DROPDOWNLIST with an edit control drawn itself the
editbox has to lose the focus when the listbox is rolled down.
The listbox code actually takes care of that and sets the focus to the listbox
if it's not child of a DROPDOWN CB but the CBN_SETFOCUS handling in comboex.c
sets the focus back to the edit control for some reason, stating:
* We also need to set the focus back to the Edit control
* after passing the command to the parent of the ComboEx.
Putting an "case CBN_SETFOCUS:" before the CBN_SELENDOK case (making sure that
the focus isn't set to the edit control after a CBN_SETFOCUS) makes WinRAR work,
makes the listbox roll up on mouseup (looks exactly like native comctl32) and
doesn't seem to cause any problems.
This is definitly the right behaviour for CBN_SETFOCUS, I traced native comctl32
and it does not change the focus - but I'm not sure if this would just be hiding
another bug: do we *ever* need to change focus back to the edit control in CBN_*
handlers?
MSDN doesn't say anything about this... but that's hardly a suprise. :)
If the ComboBoxEx receives another CBN_* (except those handled by case
statements of which most *don't* set the focus to the edit box) while it's
rolled down it will set the focus back to the edit control and when the user
then selects an item it will again roll up (on button *down*) and send
CBN_SELENDCANCEL.
We could check if it's rolled down and just switch focus "back" (I fail to see
how the edit box could *not* be focused when the combobox is rolled up anyway?)
if it isn't - but unless comctl32 does this by non-standard means it doesn't
behave that way.
Completly removing the "forward focus to edit box" in the default case doesn't
seem to break anything and looks like the way native comctl32 behaves.
Right solution?
--
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=1536
------- Additional Comments From wine(a)shiba.dk 2005-01-05 10:42 -------
Could any of you with the problems do a "cat /var/log/Xorg.0.log | grep -i key"
and paste it here?
It would also be great if I could get data from the program xev.
Just start it and press 123456789 and then paste the results here also.
Thanks.
--
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=2923
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivanleo(a)gmail.com 2005-01-05 02:04 -------
I've deleted the app, please submit it again. If it happens again please just
send an email to appdb(a)winehq.com
--
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=2923
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
------- Additional Comments From ivanleo(a)gmail.com 2005-01-05 02:03 -------
An appdb admin should fix this
--
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=2923
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 11:15 -------
Please submit this request to the wine-devel mailing list. The only time a bug
should be filed for a part of the website is when something is not working on
the website that should be. Thanks.
--
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=2921
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |2924
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 11:11 -------
this bug is not the same as bug 2916, as it is in a different application.
This is a known bug, and a technical description (along with an unofficial
patch) is listed at bug 2924. Please reference that bug for any further updates.
--
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=2924
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 11:08 -------
If you are able to recompile wine (you know how to), there is an unofficial
patch for this problem at:
http://www.winehq.org/hypermail/wine-devel/2005/04/0494.html that you can merge
into your wine tree. This not a proper fix (commenting the line out) but it
gets the programs that use this function working for now.
Please monitor this bug for changes, and when a proper and official patch is
implemented, this bug will be marked as resolved or closed.
--
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=2887
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 11:04 -------
This is a known bug. If you are able to recompile wine, please go to the file:
wine/dlls/riched20/run.c and go to line 522. Comment out that line and
recompile. If not, please standby, and monitor Bug 2924 for changes.
--
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=2882
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |2924
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 11:02 -------
This is a known bug. If you are able to recompile wine, please go to the file:
wine/dlls/riched20/run.c and do a search for the line assert(size.cx);
when you find it make sure that it is in the function ME_CalcRunExtent, and then
comment out that line and recompile. If not, please standby, and monitor Bug
2924 for changes.
--
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=2924
Summary: riched: run.c: ME_CalcRunExtent: assert(size.cx); fails
and causes multiple apps to crash (METABUG)
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
In the patch http://cvs.winehq.org/patch.py?id=17110 from
http://www.winehq.org/hypermail/wine-cvs/2005/04/0149.html:
The line assert(size.cx); in the function ME_CalcRunExtent, causes wine to crash
when running multiple apps. Commenting out that line allows the apps to run,
but it is not the correct approach.
I have contacted the author and he has said that he will fix the code when he
gets the chance. For now this bug is to act as a metabug for all bug reports
where wine is crashing in the richedit controls.
--
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=2916
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:47 -------
Ok. Please comment out that assertion from the file and recompile wine. That
will fix your problem. Resolving.
--
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=2147
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:45 -------
Closing.
--
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=1536
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:41 -------
I will have someone more programming oriented than myself take a look at this
bug and get back with you. Thank you for the report, and the very good debug
output.
--
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=2923
------- Additional Comments From bmichaelsen(a)gmx.de 2005-30-04 10:38 -------
Resubmitted the game after Chris Morgans email. Please delete the game in
"Strategy Games".
--
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=1900
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:36 -------
technically, this issue is not fixed, as his keyboard is not detected properly,
and therefore even though it is using falling back to the same keyboard, we
should not have the fixme showing up.. attila, can you run wine with the
WINEDEBUG=+key,+keyboard and attach the gzipped log here?
Thanks
--
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=1760
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:30 -------
bug inactive.. can someone else confirm this is a problem, and run the command
listed in the above comment if it still is? close in 1 month if no response.
--
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=1726
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:28 -------
Rembrandt, can you test this on a recent wine version and let us know if it works?
--
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=2921
------- Additional Comments From ericzundel(a)yahoo.com 2005-30-04 10:27 -------
As a workaround, I backed down to wine-20050310-1fc3winehq.
It works. There are lots of debugging stmts coming out:
fixme:richedit:RichEditANSIWndProc EM_LINESCROLL: stub
fixme:richedit:RichEditANSIWndProc EM_GETFIRSTVISIBLELINE: stub
fixme:richedit:RichEditANSIWndProc EM_GETLINECOUNT: stub
It seems a bit slow, and I think some of the output is missing
from the screen. I'm not sure. Other than that, the program
works fine now (some things are working better than before
when I ran it under Fedora Core 3 with an older version of wine)
--
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=1568
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|german keyboard layout |hang (in keyboard detection)
|detection doesn work |running flashfxp
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:24 -------
this is not a dupe of 1536, as it causes a hang/freeze/crash in case anyone was
wondering..
--
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=2908
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:21 -------
ryan.. the first problem is known. if you put the path to the weatherscope
binary in your path env variable you shouldnt have to do that anymore, that or
you can run wine from within the weatherscope directory..
--
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=882
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:16 -------
hatky, can you attach a WINEDEBUG=+palette wine trace to here so we can see what
is going on?
--
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=2918
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:12 -------
correction.. that WINEDBG=+palette should actually be run wine like this:
WINEDEBUG=+palette wine file_name >& palette.log
sorry for 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=2918
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-04 10:04 -------
odd.. there are no errors or relay messages in your output. try this..
WINEDBG=+palette
then run wine as you normally would (wine executable_name) replacing
executable_name with the name of the binary for the program.
Then compress that log file and attach it.
--
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=2923
Summary: Jane's FA-18 belongs o Simulation Games, not Strategy
Games
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=2183
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bmichaelsen(a)gmx.de
Im terribly sorry, I made a mistake when I submitted game.
I accidently placed Jane's FA-18 in the Strategy Games category, but it
belongs in Simulation Games, of cause.
http://appdb.winehq.org/appview.php?appId=2183
Please either move the game or delete it and I will resubmit.
--
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=2922
bmichaelsen(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-kernel |wine-misc
------- Additional Comments From bmichaelsen(a)gmx.de 2005-29-04 19:44 -------
Changed to wine-misc because it is probably app-specific.
--
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=2893
cs(a)kainaw.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=79
--
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=2916
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2005-29-04 16:46 -------
The crash is indeed due to failure of that assertion.
--
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=2147
patrik.simons(a)neotide.fi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From patrik.simons(a)neotide.fi 2005-29-04 14:17 -------
Fixed in version 20050310.
--
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=2587
------- Additional Comments From jm.detrez(a)cegetel.net 2005-29-04 14:07 -------
after compiling wine on FreeBSD 5.4, launching any application provide:
CreateSystemHeap system heap base address 0x80000000 not available
--
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=2911
------- Additional Comments From bofh1234(a)hotmail.com 2005-29-04 13:46 -------
I have no idea if it uses directx. I will email the vendor and see if they respond.
Thanks,
--
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=2908
------- Additional Comments From rmay(a)ou.edu 2005-29-04 10:56 -------
Ugh. There's two issues with this program that have easy workarounds. First,
you MUST run the program with the complete path. For me, this is:
wine c:\\Program\ Files\\Weathersoft\\WeatherScope.exe
Second, this program REQUIRES a certain registry entry which wine does not
create by default:
HCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Shell Folders\\AppData
I set this to "c:\windows\profiles\<username>\Application Data" to fit with this
other keys in that group. Also, it seems important that the folder you set that
to actually exist.
--
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=882
------- Additional Comments From hatky(a)users.sf.net 2005-29-04 08:45 -------
This problem still exists today, There is something similar in the gta2 menu
also where you do not see the menu text. "Wine 20050419".
--
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=2920
Summary: Wine does not recognize his config-file
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dreamland_nl(a)hotmail.com
Wine is installes the right way with the basix with using winetools.
Everytime I want to start an application, for an example IE6, I get the message
that Wine is not configurated and I have to do that using wt2
This is already done offcourse and WineTools also can look into the config-file
that is located in /home/username/.wine/
What's going wrong here ?
Reconfiguration doesn't seems to work.
--
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=2919
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=103
Component|website-bugs |wine-misc
Product|WineHQ Apps Database |Wine
------- Additional Comments From Speeddymon(a)gmail.com 2005-29-04 05:27 -------
This is not a WineHQ AppDB bug. This is a bug in wine itself. Please only use
WineHQ Apps DB as the product when you are having a problem with the appdb itself.
--
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=2918
------- Additional Comments From pmpf(a)ist.utl.pt 2005-29-04 03:38 -------
Hey there Dustin.
This program is somewhat old already - the company no longer distributes it, and
now sells a much larger simulator, multisim, with the same features but a lot
heavire. It is however, afaik, still used a lot.
I have a licensed copy, but found a public file at
http://www.elektronka.com/download/ewb_v5-12_personal.exe . None of the setup
process mentions anything on licensing, so I suppose there's nothing wrong with
running it. It will probably be a time-limited trial.
I have also placed my copy at http://mega.ist.utl.pt/~pmpfe/EWB512.zip , if
you'd like to try that instead.
I've attached a log file with warn+all err+all relay+all.
Thanks, and please let me know of how I can help further,
Paulo
--
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=2917
------- Additional Comments From wine.dev(a)web.de 2005-28-04 23:03 -------
Here are 9 apps reported for Category "Games".
Text from Bug 2906: ("http://bugs.winehq.org/show_bug.cgi?id=2906")
------- CUT ---------
###
Another Bug is "noApps"
Example for Main/Games: noApps is "9"
What about "noApps" from every Sub-Category?
Add them, and noApps for Main/Games is >400.
------- CUT ---------
Shall this entry me marked as dulicate for bug 2906 or shall I split bug 2906 in
several parts?
--
By by ...
... Detlef
--
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=2908
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 21:05 -------
Ryan, are you experiencing the same problem as raphael now? If so, please
contact wine-devel as this is beyond what my limited programming knowledge
allows me to troubleshoot. Just reference this bug, and ask someone to take a
look at it.
--
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=2320
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 21:03 -------
Patch committed, marking resolved. If bug is no longer a problem, please mark
as verified, so we can close it. If another unrelated problem shows up, please
file a new bug. Thanks.
--
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=2918
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|instruments are not drawn |Electronics Workbench:
| |instruments are not drawn
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 21:02 -------
Program name is Electronics Workbench. Paulo, please tell us where we can find
a trial copy (if one is available), and change your winedbg output to warn+all
err+all. That will be a start to helping us get the information needed to find
the source of this problem. Thanks
--
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=2096
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:53 -------
Usually if there is a bug in a program (Quicken in this case) that causes wine
to crash, but not windows, since we are going for conformance with windows, we
will fix wine to do it the "improper" (read: M$) way, so that the bug no longer
causes the crash, so yes this is technically a bug in wine as well as in
Quicken. Unfortunately though, since Quicken is not open source, we cant just
contact the developers and point something like this out, like I was able to do
with Mozilla, so we are stuck with having to do it the M$ way....
It looks like we have our culprit in the +bitmap trace, so a +relay shouldnt
show anything that we will need. Without having looked at the code, I would say
that you are probably right about CreateCompatibleBitmap returning something it
isnt supposed to
(ref: trace:bitmap:CreateCompatibleBitmap (0x1340,0,1082841288) =
fixme:bitmap:CreateCompatibleBitmap got bad width 0 or height 1082841288, please
look for reason)
Notice that the last arg for the trace line is the same as the height in the fixme..
Carl, could you please post a note on wine-devel asking someone more programming
oriented than myself or Tony to take a look at this bug? Be sure to reference
the bug number and point out that the last few notes have what we believe to be
all of the relevant info to fix the bug.
--
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=2916
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:40 -------
If this crash comes with an error about the assertion failed and mentions
something about size.cx, please do a search in the file wine/dlls/riched/run.c
for the line "assert(size.cx);" without the quotes, and comment out that line.
That should get this working again. If there is no error on screen, please run
wine with the winedbg option set to riched. That should tell you where it is
crapping out. If it turns out to be that assertion, please do the instructions
above, and if not, please post the output in an attachment here.
--
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=2911
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:34 -------
Ok that is better. Do you know if this game uses directx at all? If so, we are
also in the middle of a big directx merge, so bugs will crop up there too. As
far as the window falling behind other windows, like I said, we are overhauling
the windowing code, so it will hopefully be fixed within a few months. The
choppy graphics could be any number of things, so knowing if the game uses
directx will help in figuring out which winedbg parameters to have you use.
--
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=1353
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:22 -------
Ben, can you send a note to Oliver and the wine-devel list mentioning that in
16-bpp it cant find dx9 but that it can find it in 24-bpp please? That should
help in getting that bug fixed. It appears we are close to being complete with
this bug.
--
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=975
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:19 -------
Closing
--
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=1434
Bug 1434 depends on bug 975, which changed state.
Bug 975 Summary: Warcraft 3 installer doesn't work.
http://bugs.winehq.org/show_bug.cgi?id=975
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=975
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:19 -------
Appears to have been fixed. resolving. If the issue reoccurs, please file a
new bug.
--
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=2908
------- Additional Comments From fenix(a)club-internet.fr 2005-28-04 18:48 -------
Here it's crashing on start (fresh cvs) :(
=>1 0x004d00b6 in weatherscope (+0xd00b6) (0x77aefd04)
2 0x004d03f9 in weatherscope (+0xd03f9) (0x77aefd14)
3 0x0044e601 in weatherscope (+0x4e601) (0x77aefd38)
4 0x0049840b in weatherscope (+0x9840b) (0x77aefd44)
5 0x004368db in weatherscope (+0x368db) (0x77aefd54)
6 0x0043504c in weatherscope (+0x3504c) (0x77aefd64)
7 0x0043595c in weatherscope (+0x3595c) (0x77aefd8c)
8 0x00406c58 in weatherscope (+0x6c58) (0x77aefdc4)
9 0x004061f7 in weatherscope (+0x61f7) (0x77aefe68)
10 0x004c71b8 EntryPoint in weatherscope (0x77aeff2c)
11 0x77bbc718 start_process(arg=0x0)
[/cvs-src/wine/dlls/kernel/process.c:1044] in kernel32 (0x77aefff4)
12 0xb7fd5a91 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
0x004d00b6: movl 0x8(%edx),%edx
Regards,
Raphael
--
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=2320
------- Additional Comments From fenix(a)club-internet.fr 2005-28-04 18:43 -------
Just been commited (today) ;)
Regards,
Raphael
--
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=2918
Summary: instruments are not drawn
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.winehq.org/appview.php?appid=267
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmpf(a)ist.utl.pt
When opening an instrument (oscilloscope, multimenter, bode plotter, the panel
appears all black and nothing is drawn). Setting winedebug with warn+all gives
many lines like the following the following (among lots of other warnings),
don't know if this is relevant:
warn:palette:X11DRV_PALETTE_ToPhysical RGB(1008080) : idx 32896 is out of
bounds, assuming black
warn:palette:X11DRV_PALETTE_ToPhysical RGB(1008080) : idx 32896 is out of
bounds, assuming black
warn:palette:X11DRV_PALETTE_ToPhysical RGB(1000080) : idx 128 is out of bounds,
assuming black
Sorry if I have not been specific enough. Feel free to ask for an e-mail of the
full log file and/or screenshot of problem.
Thanks,
Paulo
--
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=2917
Summary: Appdb category counters are incorrect
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
They display the number of apps in a category, but do not account
for sub-categories, resulting in the wrong number.
For example "Games" reports 7 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=2096
------- Additional Comments From carl.sopchak(a)cegis123.com 2005-28-04 14:56 -------
Thanks for the pointers. I *finally* got around to trying some of them. The
WINEDEBUG=+bitmap didn't say very much, but adding the DebugBreak() indicated
the call was directly from Quicken. Here's the backtrace, and a little of the
WINEDEBUG=+bitmap before the break:
trace:bitmap:CreateCompatibleBitmap 0x4150
trace:bitmap:CreateBitmapIndirect 1x1, 2 colors returning 0x4280
trace:bitmap:CreateBitmapIndirect 1x1, 2 colors returning 0x4284
trace:bitmap:CreateCompatibleBitmap (0x1340,0,1082841288) =
fixme:bitmap:CreateCompatibleBitmap got bad width 0 or height 1082841288, please
look for reason
0x40498478 DebugBreak+0x4 [/usr/src/wine/wine/dlls/kernel/debugger.c:307] in
kernel32: leave
Unable to open file '/usr/src/wine/wine/dlls/kernel/debugger.c'
Wine-dbg>Backtrace:
=>1 0x40498478 DebugBreak+0x4 [/usr/src/wine/wine/dlls/kernel/debugger.c:307] in
kernel32 (0x408ad79c)
2 0x409e3fad CreateCompatibleBitmap(hdc=0x1340, width=0x0, height=0x408ad8c8)
[bitmap.c:212] in gdi32 (0x408ad7c0)
3 0x40d6c68f DRAW_CreateTransparentHandle in qwutil7 (0x408ad814)
4 0x40d43dec DRAW_FancyPage in qwutil7 (0x408ad840)
5 0x40d6494b in qwutil7 (+0x3494b) (0x408ad960)
6 0x4094bdcb WINPROC_wrapper in user32 (0x408ad984)
7 0x4094c0c4 WINPROC_CallWndProc(proc=0x40d64486, hwnd=0x1011e, msg=0xf,
wParam=0x0, lParam=0x0) [/usr/src/wine/wine/dlls/user/winproc.c:417] in user32 (0
x408ad9b8)
8 0x40950d54 WINPROC_CallProc32WTo32A+0x7c(func=0x40d64486, hwnd=0x1011e,
msg=0xf, wParam=0x0, lParam=0x0) [/usr/src/wine/wine/dlls/user/winproc.c:3030] i
n user32 (0x408ad9e8)
9 0x40951429 CallWindowProcW(func=0x409a7b04, hwnd=0x1011e, msg=0xf,
wParam=0x0, lParam=0x0) [/usr/src/wine/wine/dlls/user/winproc.c:3255] in user32
(0x40
8ada1c)
10 0x4092bc5e DispatchMessageW+0xa2(msg=0x408ada74)
[/usr/src/wine/wine/dlls/user/message.c:2989] in user32 (0x408ada5c)
(the backtrace went on to level 58, but I figured this was sufficient...)
http://bugs.winehq.org/show_bug.cgi?id=2912
------- Additional Comments From wine.dev(a)web.de 2005-28-04 14:27 -------
Please do it!
Text from bug 2906: ("http://bugs.winehq.org/show_bug.cgi?id=2906")
--------- CUT ---------
##########
More Ideas for Improvements
- Sort the Applications by Name in every Category
--------- CUT ---------
Should I seperate my suggestions from bug 2906?
BTW: Found just the method "Show all Applications, sorted by Name":
Leave the search-text empty and press "Search"
("http://appdb.winehq.org/search.php?q=")
--
By by ...
... Detlef
--
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=2916
Summary: Richedit Bug Causes Blitzin2 to Crash
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=17110 introduces a bug which causes
Blitzin2 to crash.
--
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=2911
------- Additional Comments From bofh1234(a)hotmail.com 2005-28-04 11:31 -------
With wine 20050419 virutagirl2.exe will load and execute without changing the
config file, this is a first. The graphics are choppy, with the config changes
and without.
--
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=2915
Summary: FullShot 7 installs well but does not run
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve_irwing(a)yahoo.com
I have been able to install FullShot ver7 utility on RHEL 3.0 without any
problem. When I run the utility using the command, wine FULLSHOT7.EXE, it
displays the FullShot window also. However, the various buttons of FullShot
utility do not activate on other windows that I open to take a screenshot. In
short, the FullShot utility does not perform the task that it is meant for.
--
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=2911
------- Additional Comments From bofh1234(a)hotmail.com 2005-28-04 10:36 -------
The graphics are very choppy, the graphics do not always show up where/when they
are supposed too. There also seems to a issue of on top. Virtuagirl should run
on top of all of the other windows, but it frequently falls behind other
windows. Even if I select vitruagirl to run on top and don't touch anything
else, it falls behind another window within one or two occurences of running.
--
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=2911
------- Additional Comments From bofh1234(a)hotmail.com 2005-28-04 10:33 -------
My apologies, I thought I posted that information, this will teach me to triple
check before I post....
The application is called virtuagirl. You can get a copy from
www.virtuagirl2.com. Virtuagirl has not worked (for me anyway) on any version
of wine until 20050419. The old versions, I could get wine to load
VirtuaGirl2.exe but nothing happened after that. This is only windows
application left to run. I have found Linux versions of everything else I
need/want. The vendor does not seem interested in creating a Linux version.
If you want me to try other windows application I will. Just tell me which ones
you want to try and I will send the results. I should also note to get it to
work I had to add the following to the config:
[AppDefaults\\Vg.exe\\DllOverrides]
"Vg/System"="native"
Now that I am looking at the above lines, I am wondering if they are doing
anything at all since the exe name is virtuagirl2.exe and not vg.exe. I will
try running it again without the config change and with VirtuaGirl2.exe instead
of vg.exe.
--
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=2914
------- Additional Comments From dclark(a)akamail.com 2005-28-04 10:26 -------
Hi,
Please email patches to wine-patches(a)winehq.org. Thanks.
--
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=2911
------- Additional Comments From dclark(a)akamail.com 2005-28-04 10:24 -------
Is there something with the application that doesn't work? If so, please change
the bug to reflect that. If all you want to do is get rid of the messages, then
set an environment variable:
WINEDEBUG=fixme-all
If you are actually going to write code to implement the items in the fixmes,
then get a CVS copy of Wine and start writing.
http://www.winehq.org/site/docs/wine-devel/index
Otherwise, please do not file bugs on fixme messages. They are not considered bugs.
--
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=2081
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 05:44 -------
As you already have debug outputs showing this problem, i can confirm this bug.
As far as voting for the bugs, it seems that we should only need 1 vote, so I
will talk to jeremy about it tonight, and see if i can convince him to change it.
--
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.