http://bugs.winehq.com/show_bug.cgi?id=52
*** shadow/52 Sat May 25 17:23:40 2002
--- shadow/52.tmp.778 Sat May 25 17:23:40 2002
***************
*** 0 ****
--- 1,41 ----
+ +============================================================================+
+ | PrgWin95: Problems with access to the root window |
+ +----------------------------------------------------------------------------+
+ | Bug #: 52 Product: Wine |
+ | Status: NEW Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fgouget(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The Petzold 95 contains an example program, scramble, which divides the
+ screen into small rectangles, swaps them randomly., and then waps them in the
+ exact reverse order so that in the end the screen is unchanged.
+ The first time I ran it in Wine I was actually amazed that it managed to grab
+ the screen's contents at all.
+ But I quickly recovered and started wondering why the screen is not restored
+ correctly. As the program runs the contents of the cells quickly become slightly
+ corrupted and they end up looking all alike.
+ And the screen is scrambled until you invoke the refresh of your window
+ manager.
+
+ Actually, I still wonder why it does not work hence this report!
+
+ Oh, I did try to make sure noone was updating the screen while this
+ application was running.
+
+ See also:
+ http://fgouget.free.fr/wine/PrgWin95/Chap4.shtml#scramble
+
+ Is there some fundamental impossibility, in which case fine, let's document
+ it somewhere and close this report. Or is there an actual bug?
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:23 -------
+ whats up with this bug, does it still exist?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=50
*** shadow/50 Sat May 25 17:22:36 2002
--- shadow/50.tmp.725 Sat May 25 17:22:36 2002
***************
*** 0 ****
--- 1,38 ----
+ +============================================================================+
+ | PrgWin95: Text justification needs beefing up |
+ +----------------------------------------------------------------------------+
+ | Bug #: 50 Product: Wine |
+ | Status: NEW Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: trivial OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fgouget(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Running the justify1 example from the Petzold 95 the feeling I get is that
+ the text is not justified.
+
+ I say that because the end of lines don't line up. Yet if I pay attention to
+ the size of spaces there is no doubt that they don't have the same width. So
+ something is actually being done.
+
+ I suspect that the problem is that we don't carry the rounding errors. What
+ conforts me in this idea is that the longer the line is the bigger the
+ differences between lines are. Actually I also got tipped by the MSDN
+ documentation for SetTextJustification.
+ See http://msdn.microsoft.com/library/psdk/gdi/fontext_9lm6.htm
+
+ Also suspicious is the fact the SetTextJustification is not implemented by
+ x11drv.
+
+ See also:
+ http://fgouget.free.fr/wine/PrgWin95/Chap4.shtml#justify1
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:22 -------
+ is this problem still existant Francois?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=48
*** shadow/48 Thu May 16 11:11:27 2002
--- shadow/48.tmp.642 Sat May 25 17:21:29 2002
***************
*** 95,97 ****
--- 95,101 ----
SM_CXMENUCHECK 14 13
SM_CYMENUCHECK 14 13
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:21 -------
+ are the differences still present, or can this bug be closed?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=47
*** shadow/47 Thu Mar 28 22:27:44 2002
--- shadow/47.tmp.458 Sat May 25 17:19:18 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 67,69 ****
--- 67,74 ----
------- Additional Comments From fgouget(a)codeweavers.com 2002-03-19 14:41 -------
Yep, still happens with CVS 2002/03/18.
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:19 -------
+ Guess I will leave this one alone, since it existed a couple months ago, feel
+ free to test again with a recent CVS if you want to Francois
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=39
*** shadow/39 Sat May 25 17:17:26 2002
--- shadow/39.tmp.365 Sat May 25 17:17:26 2002
***************
*** 0 ****
--- 1,68 ----
+ +============================================================================+
+ | PrgWin95: Wrong message sequence for keyboard auto-repeat |
+ +----------------------------------------------------------------------------+
+ | Bug #: 39 Product: Wine |
+ | Status: NEW Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-kernel |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: fgouget(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The message sequence that Wine generates when a key is in auto-repeat mode is
+ incorrect.
+
+ In Windows one gets a series of WM_KEYDOWN messages. The first one has the
+ 'previous state' bit (30th of LPARAM) set to 0, and all those that come after
+ have it set to 1. Then when the key is released the application gets a single
+ WM_KEYUP message.
+
+ In Wine the application receives a succession of WM_KEYDOWN and WM_KEYUP
+ messages instead. Note that this description is valid for a key like the down
+ arrow key.
+
+ If the key generates characters, 'a' for instance, then these messages streams
+ are interspersed with WM_CHAR messages. But the principle remains the same.
+
+ This problem is best illustrated by a couple of programs from programming books:
+ - the keylook example of the chapter 5 of the 'Programming Windows 95' Petzold
+ - the KeyView1 example of the chapter 6 of the 'Programming Windows 98' Petzold
+ - the VirtualKey example of the chapter 3 of 'Programming Windows 95 with MFC'
+
+ See also:
+ http://fgouget.free.fr/wine/PrgWin95/Chap5.shtml#keylook
+ http://fgouget.free.fr/wine/PrgWin98/Chap6.shtml#KeyView1
+ http://fgouget.free.fr/wine/PrgMFC/Chap3.shtml#VisualKB
+
+ ------- Additional Comments From dtimoshkov(a)codeweavers.com 2000-11-03 03:33 -------
+ The root of this problem lies in the way X server sends keyboard events.
+ X *always* generates Down/Up events for the single key press. It could
+ be seeing with the xev tool. I don't know a way yet how to work around it.
+
+ One ugly hack could be to delay sending WM_KEYUP message, but for what
+ amount of time: until next key press, 1 ms, next X event, ...?
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2000-11-12 15:01 -------
+
+ Disclaimer: I don't know anything about the way X handles the keyboard.
+
+ But I just got an idea. In most systems you can receive an event saying that
+ such and such key has been pressed/released, but you can also query whether a
+ given key is up or down.
+ When we receive the KeyUp event, would it be possible to query X to determine
+ if the key is really up or if it is pressed? If it is still pressed, then we
+ would ignore the KeyUp event, mark the key as pressed internally, and on the
+ next KeyDown event we would send a VM_KEYDOWN with the bit 30 set to 1.
+ Of course doing so probably won't be very simple: I guess there will be nasty
+ key mapping issues, it will introduce a (small) delay if the X server is
+ remote... But the point is moot if we cannot query the state of a key with X.
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:17 -------
+ Should this bug be closed? no comment on it for over a year......
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=22
*** shadow/22 Sun Dec 23 15:23:36 2001
--- shadow/22.tmp.32350 Sat May 25 17:10:27 2002
***************
*** 2,16 ****
| Shellexecute API call cannot open URLs |
+----------------------------------------------------------------------------+
| Bug #: 22 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: test |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: zeratul2(a)jazzfree.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 2,17 ----
| Shellexecute API call cannot open URLs |
+----------------------------------------------------------------------------+
| Bug #: 22 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: test |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: zeratul2(a)jazzfree.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 22,24 ****
--- 23,35 ----
Supposed to open the navigator, it returned an error when run under wine.
I know this may not be considered a bug, but anyway is worth to fix it.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:10 -------
+ Hmm, seems to me like if the problem still exists, we need a "default browser"
+ option in the config that could be launched when a hyperlink in an application
+ is clicked...
+
+ Since there hasn't been any comment on this in over a year, I am closing it.
+
+ Reporter, try this problem out on a recent wine build, if it still exists,
+ reopen the bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=17
*** shadow/17 Sun Dec 23 15:29:55 2001
--- shadow/17.tmp.32247 Sat May 25 17:08:33 2002
***************
*** 2,16 ****
| Bug while playing WinSkat Pro |
+----------------------------------------------------------------------------+
| Bug #: 17 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: christoph(a)hess-brothers.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 2,17 ----
| Bug while playing WinSkat Pro |
+----------------------------------------------------------------------------+
| Bug #: 17 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: christoph(a)hess-brothers.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 36,42 ****
Bye
Christoph Hess
! ------- Additional Comments From amohr(a)codeweavers.com 2000-10-19 22:58 -------
Probably downloadable from
http://www.berliner-morgenpost.de/elektrolounge/archiv/tests/200005/tests_d…http://www.berliner-morgenpost.de/bm/elektrolounge/misc/download/nsktd.exe
--- 37,43 ----
Bye
Christoph Hess
! ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2000-10-19 22:58 -------
Probably downloadable from
http://www.berliner-morgenpost.de/elektrolounge/archiv/tests/200005/tests_d…http://www.berliner-morgenpost.de/bm/elektrolounge/misc/download/nsktd.exe
***************
*** 48,50 ****
--- 49,56 ----
fixme:winsock:_get_sock_fd handle 0 is not a socket (GLE 6)
I believe these bugs should be fixed in the current Wine. Could you retest your
application to see if this improves matters...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:08 -------
+ Since there has been no reply in quite some time, I am closing this bug.
+ Reporter, try your program out on a recent wine build, if the problem still
+ exists, feel free to reopen the bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=11
*** shadow/11 Tue Apr 16 13:48:57 2002
--- shadow/11.tmp.32162 Sat May 25 17:07:05 2002
***************
*** 62,64 ****
--- 62,68 ----
* http://fgouget.free.fr/wine/PrgWin95/endjoin-win95.png
I also retested and can confirm that the problem is still present.
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:07 -------
+ Hmm, is the problem still present now?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Tue May 21 15:11:38 2002
--- shadow/657.tmp.31379 Sat May 25 16:55:31 2002
***************
*** 2,13 ****
| MFC42.dll is not implemented |
+----------------------------------------------------------------------------+
| Bug #: 657 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-kernel |
+----------------------------------------------------------------------------+
! | Assigned To: Speeddymon(a)yahoo.com |
| Reported By: Speeddymon(a)yahoo.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| MFC42.dll is not implemented |
+----------------------------------------------------------------------------+
| Bug #: 657 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-kernel |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: Speeddymon(a)yahoo.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 90,92 ****
--- 90,97 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-21 15:11 -------
confirm via comments, assigning to myself, as i will attempt to work on it...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 16:55 -------
+ I'm not sure where to look in MSDN to find out what all is in MFC42.dll, if
+ someone could point me in the right direction? Or if someone knows more about
+ this, feel free to accept it and start working on it...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Fri May 24 15:09:11 2002
--- shadow/719.tmp.29656 Sat May 25 16:18:53 2002
***************
*** 73,75 ****
--- 73,82 ----
------- Additional Comments From fgouget(a)codeweavers.com 2002-05-24 15:09 -------
Ok, was just me (more precisely, Netscape 4.78)
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 16:18 -------
+ confirming per screenshots...
+
+ seems like maybe either an x11drv issue or a comctl32/commctrl issue...
+ someone want to comment on this?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=730
*** shadow/730 Sat May 25 12:46:34 2002
--- shadow/730.tmp.29330 Sat May 25 16:14:11 2002
***************
*** 58,60 ****
--- 58,65 ----
[HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\Version]
@="1.0"
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 16:14 -------
+ there was a patch just committed to CVS less then 5 minutes ago from the time
+ of this writing that may fix this issue, download latest cvs and try it out,
+ let us know if the error still exists...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=561
*** shadow/561 Sat May 25 15:47:37 2002
--- shadow/561.tmp.28106 Sat May 25 15:48:07 2002
***************
*** 2,8 ****
| No implementation for SHLWAPI.StrRetToStrW (Quicken 2001 Deluxe) |
+----------------------------------------------------------------------------+
| Bug #: 561 Product: Wine |
! | Status: UNCONFIRMED Version: 20011004 |
| Resolution: Platform: |
| Severity: major OS/Version: All |
| Priority: P1 Component: wine-misc |
--- 2,8 ----
| No implementation for SHLWAPI.StrRetToStrW (Quicken 2001 Deluxe) |
+----------------------------------------------------------------------------+
| Bug #: 561 Product: Wine |
! | Status: UNCONFIRMED Version: 20020509 |
| Resolution: Platform: |
| Severity: major OS/Version: All |
| Priority: P1 Component: wine-misc |
***************
*** 46,48 ****
--- 46,56 ----
------- Additional Comments From roz(a)one.net 2002-05-25 15:47 -------
Created an attachment (id=131)
100 line relay trace
+
+
+ ------- Additional Comments From roz(a)one.net 2002-05-25 15:48 -------
+ As requested, I verified the bug still exists with the current version (Mandrake
+ Cooker RPM of 5/09/2002). It does.
+
+ Also, attached is the file with the last 100 lines of the relay trace. If you
+ need more lines, let me know. I still have the 70MB complete log. :)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=561
*** shadow/561 Thu May 23 14:55:08 2002
--- shadow/561.tmp.28068 Sat May 25 15:47:37 2002
***************
*** 42,44 ****
--- 42,48 ----
Could you get a relay trace as described here:
http://www.winehq.org/Docs/wine-user/bugs.shtml
Please, attach the archived relay trace to the bug report.
+
+ ------- Additional Comments From roz(a)one.net 2002-05-25 15:47 -------
+ Created an attachment (id=131)
+ 100 line relay trace
http://bugs.winehq.com/show_bug.cgi?id=616
*** shadow/616 Sat May 25 15:03:09 2002
--- shadow/616.tmp.25959 Sat May 25 15:11:02 2002
***************
*** 2,8 ****
| keyboard input not working in warcraft II |
+----------------------------------------------------------------------------+
| Bug #: 616 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
--- 2,8 ----
| keyboard input not working in warcraft II |
+----------------------------------------------------------------------------+
| Bug #: 616 Product: Wine |
! | Status: RESOLVED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
***************
*** 144,146 ****
--- 144,169 ----
+ if (!other) change_queue_bits( queue, 0, clr_bit );
+ break;
+ }
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 15:11 -------
+ sigh myself, i didn't read to the bottom before making that last post! oops...
+ more than likely, it is just the fact that warcraft2 needs to be able to grab
+ the input devices via directx, since that patch. before it didn't matter
+ because the way that input messages were being handled, everything got through,
+ but now, dxgrab is needed for warcraft to recognize the keyboard.... i think
+ that your best bet would be to leave dxgrab to n in the x11drv section and
+ create an appdefaults section at the bottom like this:
+
+ [AppDefaults\\warcraft2.exe\\x11drv]
+ "DXGrab" = "N"
+
+ where the warcraft2.exe in the [] is the actual name of your warcraft2
+ executable.
+
+ thanks for the bug report though, and im glad that i was able to help you. if
+ you ever think you have found a bug, dont hesitate to post it here, we are
+ always glad to be rid of them, and if it turns out to not be one, oh well, at
+ least we got another satisfied user! ;)
+
+ -Dustin
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=616
*** shadow/616 Sat May 25 14:05:50 2002
--- shadow/616.tmp.25531 Sat May 25 15:03:09 2002
***************
*** 121,123 ****
--- 121,146 ----
*sigh* Sorry I should've check this before.
Does this imply a configuration error or a wine bug?
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 15:03 -------
+ something i noticed in the patch, dont know if it has anything to do with the
+ problem, but where is the default case in this statement?! ;)
+
+ + switch(kind)
+ + {
+ + case SEND_MESSAGE:
+ + if (!queue->msg_list[kind].first) change_queue_bits( queue, 0,
+ QS_SENDMESSAGE );
+ + break;
+ + case POST_MESSAGE:
+ + if (!queue->msg_list[kind].first) change_queue_bits( queue, 0,
+ QS_POSTMESSAGE );
+ + break;
+ + case COOKED_HW_MESSAGE:
+ + case RAW_HW_MESSAGE:
+ + clr_bit = get_hardware_msg_bit( msg );
+ + for (other = queue->msg_list[kind].first; other; other = other->next)
+ + if (get_hardware_msg_bit( other ) == clr_bit) break;
+ + if (!other) change_queue_bits( queue, 0, clr_bit );
+ + break;
+ + }
http://bugs.winehq.com/show_bug.cgi?id=729
*** shadow/729 Sat May 25 12:26:13 2002
--- shadow/729.tmp.25066 Sat May 25 14:56:18 2002
***************
*** 31,33 ****
--- 31,41 ----
------- Additional Comments From dragon_sdc(a)hotmail.com 2002-05-25 12:26 -------
Created an attachment (id=130)
A snapshot of the problem - no need to email me now :-)
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 14:56 -------
+ could it at all be the skin? try it in windows with that same skin just to
+ make sure, i have had problems like that depending on the skin i was using...
+
+ if it doesn't display the problem in windows, try it in linux with the default
+ winamp skin, and let us know what happens..
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:26:01 2002
--- shadow/720.tmp.24742 Sat May 25 14:51:45 2002
***************
*** 67,69 ****
--- 67,76 ----
Regards
Massimo
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 14:51 -------
+ sounds to me like it isn't getting the coordinates of the drawing correctly,
+ and therefore redrawing it incorrectly...
+
+ could you attach those same 3 screenshots except done in windows (so that the
+ error isn't there)?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Fri May 24 21:27:38 2002
--- shadow/640.tmp.24534 Sat May 25 14:48:17 2002
***************
*** 120,122 ****
--- 120,128 ----
Okay, I added the 1.log file as an attachment to this bug. Hope it helps. I just
ran Winamp like you said, opened the Perferences dialog box, dragged it around a
little, then closed Winamp.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 14:48 -------
+ thanks, that should help find the source of the problem, anyone else need any
+ debug output messages? as for my copy of the log, i didnt get a chance to make
+ it last night or today before i left my house, so it will have to wait until
+ tomorrow or monday
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=469
*** shadow/469 Fri May 24 13:45:20 2002
--- shadow/469.tmp.23990 Sat May 25 14:33:39 2002
***************
*** 140,142 ****
--- 140,235 ----
What is your OS/distribution?
Can this application be freely accessed (probably demo/trial version)? If yes,
please describe how to reproduce the issue.
+
+ ------- Additional Comments From sbuehne(a)web.de 2002-05-25 14:33 -------
+ Hi Anryi,
+ I did some tests on the CVS tree as you suggested. I builded up the complete CVS
+ tree and went back to the 31st of July. As expected the application worked with
+ this wine build. Going forward I could identify the last working wine version
+ which is from August, 20th 2001.
+
+ In the diffs for the wine build for the 21st August the follwing
+ changes are listed:
+
+ 2001-08-21 Alexandre Julliard <julliard(a)winehq.com>
+ +
+ +
+ * windows/painting.c, windows/win.c, windows/winpos.c,
+ +
+ dlls/x11drv/winpos.c, include/win.h:
+ +
+ Removed WIN_GetDesktop().
+ +
+ +
+ * win32/console.c, windows/multimon.c, windows/x11drv/clipboard.c,
+ +
+ debugger/break.c, debugger/editline.c, debugger/msc.c,
+ +
+ dlls/msacm/msacm32_main.c, dlls/ole32/ole2.c, dlls/shell32/systray.c,
+ +
+ dlls/user/dde/server.c, dlls/winmm/driver.c, dlls/winmm/mci.c,
+ +
+ dlls/winmm/mmio.c, dlls/winmm/wineoss/mmaux.c,
+ +
+ documentation/debugger.sgml, msdos/int2f.c:
+ +
+ Francois Gouget <fgouget(a)free.fr>
+ +
+ Documentation updates (mainly thru vs. through).
+ +
+ +
+ * dlls/comctl32/listview.c:
+ +
+ Gerard Patel <gerard.patel(a)nerim.net>
+ +
+ Rect returned by LISTVIEW_GetItemRect should be total size in report
+ +
+ mode.
+ +
+ +
+ * graphics/x11drv/bitmap.c:
+ +
+ Gerard Patel <gerard.patel(a)nerim.net>
+ +
+ Default bitmap is not subject to reference counting.
+ +
+ +
+ * dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
+ +
+ dlls/oleaut32/variant.c, include/oleauto.h, include/wine/obj_oleaut.h:
+ +
+ Francois Gouget <fgouget(a)free.fr>
+ +
+ Add the decVal field to VARIANT.
+ +
+ Fix the VARIANT C layout, i.e. the union/struct names/nesting.
+ +
+ Encapsulate all accesses to VARIANT types with the V_VT and V_UNION
+ +
+ macros.
+ +
+ +
+ * server/serial.c:
+ +
+ Mike McCormack <mike_mccormack(a)start.com.au>
+ +
+ Unconditionally set O_NONBLOCK when opening.
+
+ I have tested to undo the change to the serial.c modul.
+ So I removed this line from the wine build of 24th of August 2001 on my machine
+ and compiled wine without this modification. But the application is still
+ failing. So the modification to the serial.c modul does not seem to be the cause
+ of the problem.
+
+ To your other questions:
+ Also the current wine version do not work. I'm still using the old stuff.
+ The application is free available, because it is a monitoring program to a SOLAR
+ equipment, which is installed on the roof. This application reads from a serial
+ port the current status of this equipment.
+
+ My OS is a SuSE Distribution 7.3. The current kernel version is 2.4.18
+
+
+ Regards
+
+ Stephan
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=151
*** shadow/151 Sat May 25 14:12:56 2002
--- shadow/151.tmp.23045 Sat May 25 14:12:56 2002
***************
*** 0 ****
--- 1,61 ----
+ +============================================================================+
+ | dialog focus handling is not correct (e.g. in installers) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 151 Product: Wine |
+ | Status: NEW Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-user |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: andi(a)rhlx01.fht-esslingen.de |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Many installers seem to have problems with their initial dialog
+ (no focus, ...)
+
+ Roger Wilco's configuration wizard (property sheet imitation)
+ doesn't have a focus at all.
+ this configuration wizard has one dialog (cancel, back, next button, main area)
+ encapsulating
+ *another* dialog. This seems to get messed up somehow, and we end up with no
+ focus at all.
+ The key area to that clearly is the focus handling after WM_INITDIALOG in
+ DIALOG_CreateIndirect().
+ Note that Roger Wilco always returns FALSE for a WM_INITDIALOG, indicating its
+ own focus
+ handling (which it obviously doesn't do).
+ Thus Wine jumps in and messes it up :)
+
+ Oh well, after having spent some hours on this without a real solution (i.e. one
+ that doesn't just look
+ perfect in *this* case, but apart from that busts any other program out there),
+ I think I'll just submit
+ Roger Wilco as one "problem case".
+
+ If you get hold of some installer that has focus problems or other programs,
+ then add them here please
+ in order to have a real collection of problem cases.
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2001-01-04 15:22 -------
+ Created an attachment (id=15)
+ Roger Wilco (version Mark Ic, 430kb)
+
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-25 14:12 -------
+ Also, many installers have e.g. their "license agreement" text completely selected
+ (blue selection), which is wrong.
+ This happens because in DEFDLG_SetFocus, we select the whole edit control text
+ in case WM_GETDLGCODE returned DLGC_HASSETSEL, which is the default of any edit
+ control (see controls/edit.c/WM_GETDLGCODE; if you want to get rid of this flag,
+ you even have to explicitly subclass the edit control, according to MSDN !).
+ Thus both DLGC_HASSETSEL and DEFDLG_SetFocus aren't wrong, it seems,
+ but instead the edit control of the dialog should not have the focus in the
+ first place (instead it should probably be one of its buttons).
+ Somehow our criteria for selecting initial dialog focus seems to be wrong.
+ Experienced with the installer for WinMX 3.10, second license dialog
+ (huh, why have they got two !? :-).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=616
*** shadow/616 Sat May 25 12:58:07 2002
--- shadow/616.tmp.22713 Sat May 25 14:05:50 2002
***************
*** 112,114 ****
--- 112,123 ----
> 1.74 +101 -196 wine/windows/queue.c
I will try the different wine options now.
+
+
+ ------- Additional Comments From sean(a)mess.org 2002-05-25 14:05 -------
+ I found that after trying some options, with the DXGrab option set to 'Y', all
+ works fine!
+
+ *sigh* Sorry I should've check this before.
+
+ Does this imply a configuration error or a wine bug?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=730
*** shadow/730 Sat May 25 12:46:34 2002
--- shadow/730.tmp.19085 Sat May 25 12:46:34 2002
***************
*** 0 ****
--- 1,60 ----
+ +============================================================================+
+ | missing export 'ntdll._iswalpha' using windows scrrun.dll, native msvcrt |
+ +----------------------------------------------------------------------------+
+ | Bug #: 730 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-misc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: us(a)the-edmeades.demon.co.uk |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ From attempting to run pgm with native msvcrt, w2k scrrun.dll:
+
+ fixme:win32:PE_CreateModule Security directory ignored
+ err:win32:PE_FindExportedFunction function not found for
+ forward 'ntdll._iswalpha' used by 'msvcrt.dll'. If you are using
+ builtin 'msvcrt.dll', try using the native one instead.
+ err:win32:PE_fixup_imports No implementation for MSVCRT.DLL.636(iswalpha)
+ imported from F:\badcomp\windlls\scrrun.dll, setting to 0xdeadbeef
+
+ ---
+
+ You might be able to recreate with the following, but I'll happily test and
+ feedback which would be quicker:
+
+ Testpgm: http://www.badcomp.co.uk (free download)
+
+ Install under windows,
+ copy installation dir across, plus comdlg32.ocx
+ register with regsvr32.dll comdlg32.ocx
+ copy scrrun.dll across
+ Insert into registry values below
+ Finally run wine badcomp.exe
+
+ (Note with native msvcrt you get the msg, with windows one you dont. However
+ either case you go on to get traps in ole issues anyway...)
+
+ Windows Registry Editor Version 5.00
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}]
+ @="FileSystem Object"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\InprocServer32]
+ @="I:\\WINNT\\System32\\scrrun.dll"
+ "ThreadingModel"="Both"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\ProgID]
+ @="Scripting.FileSystemObject"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\TypeLib]
+ @="{420B2830-E718-11CF-893D-00A0C9054228}"
+
+ [HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}\Version]
+ @="1.0"
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=729
*** shadow/729 Sat May 25 12:08:06 2002
--- shadow/729.tmp.18070 Sat May 25 12:26:13 2002
***************
*** 27,29 ****
--- 27,33 ----
This problem has present in all the previous versions of WINE (the last 2 or 3 I
think).
+
+ ------- Additional Comments From dragon_sdc(a)hotmail.com 2002-05-25 12:26 -------
+ Created an attachment (id=130)
+ A snapshot of the problem - no need to email me now :-)
http://bugs.winehq.com/show_bug.cgi?id=729
*** shadow/729 Sat May 25 12:08:06 2002
--- shadow/729.tmp.17001 Sat May 25 12:08:06 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Shading of the Winamp equaliser and playlist windows does not work properl |
+ +----------------------------------------------------------------------------+
+ | Bug #: 729 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gdi |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: dragon_sdc(a)hotmail.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When these windows are shaded, underneath the shaded window strip there appears
+ another one (roughly the same width) which initially contains a bit of the
+ unshaded window, but if I move another program window over it it will capture
+ the graphic from that window.
+
+ If I shade the main Winamp window, then this problem does not occcur - the
+ problem only affects the playlist and equaliser windows.
+
+ This is tricky to explain, so mail me if you would like a snapshot.
+
+ This problem has present in all the previous versions of WINE (the last 2 or 3 I
+ think).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:21:49 2002
--- shadow/720.tmp.9759 Sat May 25 09:26:01 2002
***************
*** 50,52 ****
--- 50,69 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:21 -------
Created an attachment (id=129)
Another example, shows true circle position (dotted) versus misplaced
+
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:26 -------
+ Well, just submitted 3 screenshots.
+ In the first one, a circle is being dragged on screen, all ok.
+ In second one, the circle is shown after end of draw command. As you
+ can see, its position is misplaced on screen.
+ In third example, you see both true circle position (dotted), where
+ you can select it, and the misplaced one.
+ The problem arises also, in managed mode, dragging another window in
+ top of cad's one; after removing the top window, all drawing entities
+ are redrawn but in misplaced positions, randomly. I think it has something
+ to do with clipping regions or so, but not sure.
+
+ Regards
+
+ Massimo
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:20:23 2002
--- shadow/720.tmp.9418 Sat May 25 09:21:49 2002
***************
*** 45,47 ****
--- 45,52 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:20 -------
Created an attachment (id=128)
Drawing a circle, shows it misplaced after end of drawing
+
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:21 -------
+ Created an attachment (id=129)
+ Another example, shows true circle position (dotted) versus misplaced
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sat May 25 09:19:02 2002
--- shadow/720.tmp.9314 Sat May 25 09:20:23 2002
***************
*** 40,42 ****
--- 40,47 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:19 -------
Created an attachment (id=127)
Drawing a circle, before end of drawing
+
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:20 -------
+ Created an attachment (id=128)
+ Drawing a circle, shows it misplaced after end of drawing
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Fri May 24 12:48:10 2002
--- shadow/720.tmp.9210 Sat May 25 09:19:02 2002
***************
*** 36,38 ****
--- 36,42 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 12:48 -------
Confirming per reporter's comments.
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-25 09:19 -------
+ Created an attachment (id=127)
+ Drawing a circle, before end of drawing
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Fri May 24 21:26:50 2002
--- shadow/640.tmp.13771 Fri May 24 21:27:38 2002
***************
*** 114,116 ****
--- 114,122 ----
------- Additional Comments From chris(a)luethy.net 2002-05-24 21:26 -------
Created an attachment (id=126)
The request log file for the graphic glitch.
+
+
+ ------- Additional Comments From chris(a)luethy.net 2002-05-24 21:27 -------
+ Okay, I added the 1.log file as an attachment to this bug. Hope it helps. I just
+ ran Winamp like you said, opened the Perferences dialog box, dragged it around a
+ little, then closed Winamp.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Fri May 24 21:03:35 2002
--- shadow/640.tmp.13712 Fri May 24 21:26:50 2002
***************
*** 110,112 ****
--- 110,116 ----
(without that problem) to here tomorrow
confirming per comments and screenshot
+
+ ------- Additional Comments From chris(a)luethy.net 2002-05-24 21:26 -------
+ Created an attachment (id=126)
+ The request log file for the graphic glitch.
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Fri May 24 20:50:02 2002
--- shadow/640.tmp.12651 Fri May 24 21:03:35 2002
***************
*** 2,8 ****
| Major graphic glitch in x11drv |
+----------------------------------------------------------------------------+
| Bug #: 640 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| Major graphic glitch in x11drv |
+----------------------------------------------------------------------------+
| Bug #: 640 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 92,94 ****
--- 92,112 ----
Whether or not I'm using DGA does not make a difference.
Would this be an issue with the Radeon codebase or maybe with the X11drv?
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 21:03 -------
+ Here, try this:
+
+ set your config to run wine the way that winamp's preferences dialog gives you
+ the problem
+
+ then run the program from a console like this:
+
+ wine --debugmsg +x11drv winamp.exe >/tmp/l.log 2>&1
+
+ then open the preferences dialog and move it around, so that it creates the
+ problem, then close out winamp and attach the /tmp/l.log to here
+
+ that would give us some info as to what is going on...i will attach my l.log
+ (without that problem) to here tomorrow
+
+ confirming per comments and screenshot
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=640
*** shadow/640 Thu May 23 11:55:08 2002
--- shadow/640.tmp.12096 Fri May 24 20:50:02 2002
***************
*** 58,60 ****
--- 58,94 ----
Try to turn off UseDGA mode in the config file, tweak other X11 settings.
Post your findings in the bug description.
+
+ ------- Additional Comments From chris(a)luethy.net 2002-05-24 20:50 -------
+ This graphic glitch occurs with more than just Winamp, it occurs with any
+ windows that use that style of window border. I compiled the MS Win32 Hello
+ World in MSVC and tried it out under WINE. It works beautifully, except the
+ About dialog box, the same style of window the Winamp preferences is, displays
+ the exact same graphic glitch.
+
+ I'm currently running RedHat Linux 7.3 (w/ X 4.2.0 from source and WINE from CVS
+ less than a week ago (a day after the managed change)). I'm using WINE locally.
+
+ I'm using an ATI All-in-Wonder Radeon using the Radeon kernel module from
+ 2.4.18, and the ati.2 accelerated xv_image driver. This corruption occurs
+ whether or not ati.2 is present, and whether or not I use the kernel module or
+ the X 4.2.0 Radeon module.
+
+ Wine is installed without Windows.
+
+ I have reconfigured WINE. Managed mode allows for this to work fine (as my
+ window manager then draws the decorations), but un-managed mode, where wine
+ draws, displays this error.
+
+ I originally found this while using the Sawfish window manager. I tried using
+ wmaker but that produces the same corruption in WINE.
+
+ I am able to reproduce this on a completely different machine. Another machine,
+ but with the same graphics card (the ATI All-in-Wonder Radeon), with a fresh,
+ not touched at all installation of Red Hat 7.2 also displayed the exact same
+ graphical corruption ... no erasing old lines on this certain window border type
+ when wine draws window borders.
+
+ Whether or not I'm using DGA does not make a difference.
+
+ Would this be an issue with the Radeon codebase or maybe with the X11drv?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=727
*** shadow/727 Fri May 24 18:54:59 2002
--- shadow/727.tmp.9668 Fri May 24 19:40:21 2002
***************
*** 1,13 ****
+============================================================================+
| The documentation for building the documentation needs improvement |
+----------------------------------------------------------------------------+
! | Bug #: 727 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-documentation |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: tony_lambregts(a)telusplanet.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 1,13 ----
+============================================================================+
| The documentation for building the documentation needs improvement |
+----------------------------------------------------------------------------+
! | Bug #: 727 Product: WineHQ.com |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
! | Severity: blocker OS/Version: All |
! | Priority: P1 Component: misc-web |
+----------------------------------------------------------------------------+
! | Assigned To: jnewman(a)codeweavers.com |
| Reported By: tony_lambregts(a)telusplanet.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 20,22 ****
--- 20,27 ----
take a look at it.
http://www.winehq.org/docs/wine-devel/wine-docbook.shtml
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 19:40 -------
+ Well, since it is actually part of winehq.com, I changed that, and since
+ winehq.com doesn't have a version, i changed that and since the bug does block
+ people from being able to build the documentation, i changed that too ;-P
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=654
*** shadow/654 Sat May 25 17:40:14 2002
--- shadow/654.tmp.1826 Sat May 25 17:48:40 2002
***************
*** 2,8 ****
| Can't install ms money web edition from win98se installation cd |
+----------------------------------------------------------------------------+
| Bug #: 654 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
--- 2,8 ----
| Can't install ms money web edition from win98se installation cd |
+----------------------------------------------------------------------------+
| Bug #: 654 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
***************
*** 49,51 ****
--- 49,58 ----
not open some files, despite they wehere all in the backuped directory, but wine
exited with a succesful status, I don't think you are ment to do these sort of
things, and if setup will ever eork, it will be from normal setup.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-25 17:48 -------
+ could you attach a screenshot of the installer in windows? the problem may be
+ that it is a windows installer, in which case you would need to get
+ CodeWeaver's CrossOver Office, and even then it may or may not work.
+
+ Confirming via debug output
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=727
*** shadow/727 Fri May 24 18:52:18 2002
--- shadow/727.tmp.7826 Fri May 24 18:52:18 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | The documentation for building the documentation needs improvement |
+ +----------------------------------------------------------------------------+
+ | Bug #: 727 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-documentation |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tony_lambregts(a)telusplanet.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The information for building the documentation is incomplete. More information
+ is required to enable people to create the doc's from sgml. To see what I mean
+ take a look at it.
+
+ http://www.winehq.org/docs/wine-devel/wine-docbook.shtml
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=440
*** shadow/440 Fri May 24 14:07:59 2002
--- shadow/440.tmp.30088 Fri May 24 15:50:52 2002
***************
*** 76,78 ****
--- 76,97 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:07 -------
Thorsten, try to reproduce the issue with recent Wine build.
Reopen the bug and provide more information if you still need help.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 15:50 -------
+ Hmm, he says he has no space to compile it, but yet he uses an uncompiled
+ version, I wonder if he is just running rpm -ivh on it or if he is doing rpm --
+ rebuild...
+
+ Thorsten, if you could please, tell us how you are installeing wine, are you
+ running
+
+ rpm -ivh wine-cvs-unstripped-021402-1.i386.rpm
+
+ or are you running
+
+ rpm --rebuild wine-cvs-unstripped-021402-1.i386.rpm
+
+ and then rpm -ivh /usr/src/RPM/RPMS/wine.rpm
+
+ that would help us somewhat to determine the version you are actually running,
+ and also, like is stated above, try it with a recent wine build.
\ No newline at end of file
Anyone that can modify the layout of the BugZilla site
should take this into consideration:
People with priveleges as you know can pretty much do
what they need to with a bug, i.e. if it is resolved
and the person working on it forgot to set it as
resolved, anyone with preveleges can do that. But,
what about if we havent heard from the reporter in a
while and we need to knock the bug out, our only
option is to ask the reporter if it has been resolved,
tell them to try it with a recent wine build and to
try some of the things mentioned in the comments, and
then mark it as resolved and them after that mark it
as closed, so it is shown as closed and not resolved
on the bug list...
why not give people with priveleges the ability to
close it without resolving it, so that they only have
to make 1 post instead of 2? Plus that way we have
bugs that are actually resolved marked so, and ones
that we are unsure of marked as closed but can always
be reopened...
Just take that into thought the next time you do
something to the site ;)
Thanks,
Dustin
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
http://bugs.winehq.com/show_bug.cgi?id=467
*** shadow/467 Fri May 24 13:46:54 2002
--- shadow/467.tmp.28905 Fri May 24 15:33:16 2002
***************
*** 2,8 ****
| starcraft don't work well for wine version >= 20011226 |
+----------------------------------------------------------------------------+
| Bug #: 467 Product: Wine |
! | Status: RESOLVED Version: 20010112 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-directx |
--- 2,8 ----
| starcraft don't work well for wine version >= 20011226 |
+----------------------------------------------------------------------------+
| Bug #: 467 Product: Wine |
! | Status: CLOSED Version: 20010112 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-directx |
***************
*** 286,288 ****
--- 286,291 ----
Riccardo, can you reproduce the issue with recent Wine builds?
Is it fixed with the configuration change Dusting suggested?
If no, please reopen the bug.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 15:33 -------
+ Closing bug, since we are not sure if it is resolved or not...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=459
*** shadow/459 Fri May 24 15:30:15 2002
--- shadow/459.tmp.28689 Fri May 24 15:30:28 2002
***************
*** 2,8 ****
| starcraft demo install fails because link cannot be created |
+----------------------------------------------------------------------------+
| Bug #: 459 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| starcraft demo install fails because link cannot be created |
+----------------------------------------------------------------------------+
| Bug #: 459 Product: Wine |
! | Status: DUPLICATE Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 32,34 ****
--- 32,39 ----
This sounds like the same issue that I am having (see bug 717), I am working on
it though, will mark this bug as a duplicate of that one, since that one has me
assigned to it...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 15:30 -------
+
+
+ *** This bug has been marked as a duplicate of 717 ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=459
*** shadow/459 Fri May 24 13:47:51 2002
--- shadow/459.tmp.28662 Fri May 24 15:30:15 2002
***************
*** 2,8 ****
| starcraft demo install fails because link cannot be created |
+----------------------------------------------------------------------------+
| Bug #: 459 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| starcraft demo install fails because link cannot be created |
+----------------------------------------------------------------------------+
| Bug #: 459 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 27,29 ****
--- 27,34 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:47 -------
Michel, try to reproduce the issue with recent Wine build.
Reopen the bug and provide more information if you still need help.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 15:30 -------
+ This sounds like the same issue that I am having (see bug 717), I am working on
+ it though, will mark this bug as a duplicate of that one, since that one has me
+ assigned to it...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=457
*** shadow/457 Fri May 24 13:49:23 2002
--- shadow/457.tmp.27625 Fri May 24 15:15:15 2002
***************
*** 5,11 ****
| Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-net |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: m.degroot(a)daisysoftware.com |
--- 5,11 ----
| Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-directx |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: m.degroot(a)daisysoftware.com |
***************
*** 27,29 ****
--- 27,41 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:49 -------
Dustin, can you comment this bug?
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 15:15 -------
+ Hmm, I get the error that DX5 isnt available when trying to install StarCraft,
+ but I am given the option to Install the game even though DX5 isn't available,
+ and it runs just fine. If there is an option in the demo's installer to
+ install even though there is no Dx5 available, I would recommend doing that.
+ As far as me being able to test it out, I wouldn't be able to since I don't
+ have an internet connection at home (no phone line sucks). Since it's a
+ DirectX detection error anyways, I am changing the component to that.
+
+ Reporter, any chance you could attach a screenshot of the dialog asking you to
+ download it, and then another one of the "script error"?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=414
*** shadow/414 Mon Jan 28 19:24:08 2002
--- shadow/414.tmp.23422 Fri May 24 14:23:03 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: hpa+wine(a)zytor.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: hpa+wine(a)zytor.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 27,29 ****
--- 28,33 ----
This happens after the splash screen displays. On both systems it took quite a
bit of tweaking until it would get this far.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:23 -------
+ Peter, can you reproduce the issue with recent Wine builds?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=419
*** shadow/419 Thu Apr 25 12:48:51 2002
--- shadow/419.tmp.23293 Fri May 24 14:21:37 2002
***************
*** 25,27 ****
--- 25,31 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-25 12:48 -------
Lean, what version of Roger Wilco do you use?
What exactly problem do you have with the program?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:21 -------
+ Lean, try to reproduce the issue with recent Wine build?
+ Reopen the bug and provide the requested information if you need more help.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=436
*** shadow/436 Fri May 10 16:15:35 2002
--- shadow/436.tmp.23136 Fri May 24 14:20:04 2002
***************
*** 76,78 ****
--- 76,81 ----
------- Additional Comments From jakob(a)vmlinux.org 2002-05-10 16:15 -------
Changed to wine-ports, since it's pretty OS specific, right?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:20 -------
+ Bjorn, can you reproduce the issue with recent Wine builds?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=514
*** shadow/514 Wed Mar 27 19:11:05 2002
--- shadow/514.tmp.22829 Fri May 24 14:14:08 2002
***************
*** 1,13 ****
+============================================================================+
! | OpenOffice 641C mscvrt_CXX_framehandler errors |
+----------------------------------------------------------------------------+
| Bug #: 514 Product: Wine |
! | Status: UNCONFIRMED Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: lonnie(a)outstep.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 1,13 ----
+============================================================================+
! | fixme:msvcrt:__CxxFrameHandler - OpenOffice 1.0 |
+----------------------------------------------------------------------------+
| Bug #: 514 Product: Wine |
! | Status: NEW Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: lonnie(a)outstep.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 2331,2333 ****
--- 2331,2336 ----
2. Open office is available for linux so are you doing this? I guess if you want
to do it just to test it thats ok with me, or is there some function that the
windows version has that the linux version doesn't.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:14 -------
+ Conform for OO 1.0.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=440
*** shadow/440 Thu Apr 25 13:00:08 2002
--- shadow/440.tmp.22367 Fri May 24 14:07:59 2002
***************
*** 2,8 ****
| Keyboard locks after usage of mouse, screen went black is black, wine dies |
+----------------------------------------------------------------------------+
| Bug #: 440 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 2,8 ----
| Keyboard locks after usage of mouse, screen went black is black, wine dies |
+----------------------------------------------------------------------------+
| Bug #: 440 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 72,74 ****
--- 72,78 ----
Thorsen, can you reproduce the issue with recent Wine?
If this is not big application and license allows it, could you attach the app
to this bug report?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:07 -------
+ Thorsten, try to reproduce the issue with recent Wine build.
+ Reopen the bug and provide more information if you still need help.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=441
*** shadow/441 Thu Apr 25 13:01:41 2002
--- shadow/441.tmp.22069 Fri May 24 14:04:06 2002
***************
*** 2,8 ****
| ColdFusion Studio 4.5.2 and 5 |
+----------------------------------------------------------------------------+
| Bug #: 441 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
--- 2,8 ----
| ColdFusion Studio 4.5.2 and 5 |
+----------------------------------------------------------------------------+
| Bug #: 441 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
***************
*** 29,31 ****
--- 29,36 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-25 13:01 -------
Wine had big progress in InstallShield support recently.
Reporter, can you reproduce the issue with recent Wine build?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:04 -------
+ Try to reproduce the issue with recent Wine build.
+ Reopen the bug and provide more details if the issue still exists.
+ Probably InstallShield 6 won't work now, but we can investigate 4.5.2.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=454
*** shadow/454 Wed May 8 14:28:08 2002
--- shadow/454.tmp.21903 Fri May 24 14:02:10 2002
***************
*** 2,13 ****
| Deadlock when using DGA |
+----------------------------------------------------------------------------+
| Bug #: 454 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-multimedia |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: juha(a)osfix.fi |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Deadlock when using DGA |
+----------------------------------------------------------------------------+
| Bug #: 454 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
! | Severity: critical OS/Version: All |
| Priority: P1 Component: wine-multimedia |
+----------------------------------------------------------------------------+
! | Assigned To: lionel.ulmer(a)free.fr |
| Reported By: juha(a)osfix.fi |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 32,34 ****
--- 32,38 ----
dga has been a known problem with xfree86 versions from i believe 4.0.0 on up,
dont use dga unless it is absolutely necessary, it has problems with many games
including half-life, diablo ii, and starcraft...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 14:02 -------
+ Confirm per numerous bug reports, escalating.
+ Lionel, assigning to you as you've been working on the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=459
*** shadow/459 Tue May 7 16:36:09 2002
--- shadow/459.tmp.20943 Fri May 24 13:47:51 2002
***************
*** 2,8 ****
| starcraft demo install fails because link cannot be created |
+----------------------------------------------------------------------------+
| Bug #: 459 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| starcraft demo install fails because link cannot be created |
+----------------------------------------------------------------------------+
| Bug #: 459 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 23,25 ****
--- 23,29 ----
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-07 16:36 -------
More details, please.
What exactly does "link" mean in this context, etc. ?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:47 -------
+ Michel, try to reproduce the issue with recent Wine build.
+ Reopen the bug and provide more information if you still need help.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=469
*** shadow/469 Wed Mar 13 12:24:38 2002
--- shadow/469.tmp.20768 Fri May 24 13:45:20 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: sbuehne(a)web.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: sbuehne(a)web.de |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 118,120 ****
--- 118,142 ----
Here the trace stops. No more data is read from the serial port.
Please let me know, if you need any further information.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:45 -------
+ Stephan, thank you for the excellent bug report.
+ Can you still reproduce the issue with recent Wine build?
+
+ If the issue still exists, would it be difficult for you to find exact patch
+ which brokes your application?
+ I think it won't be difficult to do as you already know the date.
+
+ How to find regressions:
+ http://www.winehq.org/docs/wine-devel/cvs-regression.shtml
+
+ CVS log:
+ http://www.winehq.com/hypermail/wine-cvs/
+
+ BTW, it seems you made a mistake in the date specification, what exactly is the
+ last working date? Probably you will be able just to review all the patches on
+ that day and find the one which broke your application.
+
+ What is your OS/distribution?
+ Can this application be freely accessed (probably demo/trial version)? If yes,
+ please describe how to reproduce the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=471
*** shadow/471 Fri Mar 15 07:46:42 2002
--- shadow/471.tmp.20161 Fri May 24 13:35:49 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ipc |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: insyde(a)insyde.com.br |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ipc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: insyde(a)insyde.com.br |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 54,56 ****
--- 54,69 ----
thanks,
Ricardo.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:35 -------
+ Ricardo, thank you for the detailed bug report.
+
+ Try to reproduce the issue with recent Wine build.
+ If you still have the issue, provide additional information:
+ * Wine version, installed with or without Windows?
+ * OS/distribution
+ * what application exactly is this? Can we get a free (trial/demo?) copy of it?
+ If yes, please describe how to reproduce the issue.
+
+ If this is an application, developed by you it would greatly increase chances of
+ fixing the bug if you could create a small test case, reproducing the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=473
*** shadow/473 Fri May 10 16:04:31 2002
--- shadow/473.tmp.19714 Fri May 24 13:30:42 2002
***************
*** 29,31 ****
--- 29,54 ----
------- Additional Comments From jakob(a)vmlinux.org 2002-05-10 16:04 -------
Changed to wine-ole.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:30 -------
+ Reporter, we do not have access to this application, so you'll have to help in
+ the issue research.
+
+ First, provide more information:
+ * your OS/distribution
+ * Wine version
+ * TurboTax application version
+
+ I need a relay trace with the crash.
+ You can get relay trace, running Wine with following parameters:
+
+ wine --debugmsg +relay,+ole app.exe &> /tmp/1.log
+
+ Note, the result file can be huge.
+ Attach to the bug description a file with the last 200 lines before the crash
+ (there will be, probably some lines after crash). You can find the crash by
+ searching from the end for lines "starting debugger", go up a little more and
+ find where the exception starts. Include also description of the exception.
+
+ You can find more information in Wine documentation:
+ http://www.winehq.org/docs/wine-user/bugs.shtml#BUG-REPORTING
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Fri May 24 13:12:54 2002
--- shadow/719.tmp.18629 Fri May 24 13:16:55 2002
***************
*** 66,68 ****
--- 66,72 ----
------- Additional Comments From fgouget(a)codeweavers.com 2002-05-24 13:12 -------
The second attachement (screenshoot of the application in linux under wine)
appears to be broken. Is it just me?
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 13:16 -------
+ Looks good for me (Linux, Mozilla RC3).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Wed May 22 15:20:54 2002
--- shadow/719.tmp.18314 Fri May 24 13:12:54 2002
***************
*** 61,63 ****
--- 61,68 ----
------- Additional Comments From vnoliveira(a)yahoo.com 2002-05-22 15:20 -------
the screenshoots are attached.
thanks.
+
+
+ ------- Additional Comments From fgouget(a)codeweavers.com 2002-05-24 13:12 -------
+ The second attachement (screenshoot of the application in linux under wine)
+ appears to be broken. Is it just me?
http://bugs.winehq.com/show_bug.cgi?id=723
*** shadow/723 Wed May 22 08:00:34 2002
--- shadow/723.tmp.30348 Wed May 22 08:01:12 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: juergen.schmied(a)debitel.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: juergen.schmied(a)debitel.net |
| Reported By: juergen.schmied(a)debitel.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 19,21 ****
--- 19,24 ----
- CoLoad/FreeLibrary is wrong
- CoFreeAllLibrarys/CoFreeUnusedLibrarys should be per appartment
... and much more
+
+ ------- Additional Comments From juergen.schmied(a)debitel.net 2002-05-22 08:01 -------
+ if somebody is working on this, please drop me a note
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=635
*** shadow/635 Fri May 24 09:42:08 2002
--- shadow/635.tmp.16476 Fri May 24 12:43:58 2002
***************
*** 433,435 ****
--- 433,445 ----
Look forward for your new bug reports.
Again, sorry we can't help you at present time with this one.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-24 12:43 -------
+ I'd say to do a clean install of codeweavers, don't install the redhat one and
+ if you already did, then remove it (make sure all files were removed) and
+ install codeweavers cleanly... also, if you have the money, I would definitely
+ buy crossover office, but that is your call, depends on how badly you need the
+ app to run in linux and how much you are willing to spend to get it that
+ way... by the way, i don't work for codeweavers, i am just making a
+ recommendation from personal experience ;) hope these tips helped you and
+ sorry we wouldn't do more.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=722
*** shadow/722 Fri May 24 11:08:06 2002
--- shadow/722.tmp.15840 Fri May 24 12:35:27 2002
***************
*** 45,47 ****
--- 45,54 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 11:08 -------
It seems to be more related to files than to loader.
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 12:35 -------
+ I haven't tested it, but I bet this is a regression because of some change in
+ the version stuff. Perhaps it shouldn't be wine-files...
+
+ Oh, I'll just quit the spamming now and do something else.
http://bugs.winehq.com/show_bug.cgi?id=702
*** shadow/702 Wed May 22 12:16:40 2002
--- shadow/702.tmp.14462 Fri May 24 12:09:23 2002
***************
*** 80,82 ****
--- 80,102 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:16 -------
Emanuele, please provide more information about your system.
Did you install Wine with Windows? What version of Windows is this?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 12:09 -------
+ Emanuelle, please add your comments to the bug description.
+ Doing this for you:
+
+ *************************************
+ I am running wine over a Win2k installation.
+ *************************************
+
+ As other posters noted not using windows dlls can give better results.
+
+ Aha, I see, those "folder unknown" messages were shown here...
+ We may at least fix these messages.
+ Could you, please, run AcrobatReader with your existing configuration and
+ following options (set correct application name):
+
+ wine --debugmsg +shell application.exe &> /tmp/1.log
+
+ Then attach the file 1.log to the bug.
+ Thanks
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=663
*** shadow/663 Fri May 24 11:12:18 2002
--- shadow/663.tmp.10831 Fri May 24 11:20:11 2002
***************
*** 60,62 ****
--- 60,66 ----
Here is a little more info. It seems to stop reading user input when the mouse
hovers over the w32 application's window decoration.
Poorly assembled screenshot of what I mean: http://www.darkpact.com/wine/redwin.jpg
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 11:20 -------
+ Created an attachment (id=125)
+ Attached the mentioned above image
http://bugs.winehq.com/show_bug.cgi?id=663
*** shadow/663 Fri May 24 10:47:58 2002
--- shadow/663.tmp.10323 Fri May 24 11:12:18 2002
***************
*** 2,8 ****
| Publisher stops reading keyboard and mouse input. |
+----------------------------------------------------------------------------+
| Bug #: 663 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 2,8 ----
| Publisher stops reading keyboard and mouse input. |
+----------------------------------------------------------------------------+
| Bug #: 663 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 55,57 ****
--- 55,62 ----
window closes) Publisher will then read mouse and keyboard input for a while,
then stop reading it again. This means the application is still active, and
something is making it ignore keyboard/mouse input after a while.
+
+ ------- Additional Comments From woolite(a)darkpact.com 2002-05-24 11:12 -------
+ Here is a little more info. It seems to stop reading user input when the mouse
+ hovers over the w32 application's window decoration.
+ Poorly assembled screenshot of what I mean: http://www.darkpact.com/wine/redwin.jpg
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=722
*** shadow/722 Fri May 24 10:55:26 2002
--- shadow/722.tmp.9605 Fri May 24 11:04:28 2002
***************
*** 36,38 ****
--- 36,43 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 10:55 -------
Created an attachment (id=123)
+module,+relay,+ver,+file trace when a symlink GDI.EXE is added to C:\windows\system
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 11:04 -------
+ Created an attachment (id=124)
+ Shorter version of that file
http://bugs.winehq.com/show_bug.cgi?id=722
*** shadow/722 Fri May 24 09:50:01 2002
--- shadow/722.tmp.8924 Fri May 24 10:55:26 2002
***************
*** 31,33 ****
--- 31,38 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 09:50 -------
Now this is interesting. First the loading of GDI.EXE succeeds, then it fails.
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 10:55 -------
+ Created an attachment (id=123)
+ +module,+relay,+ver,+file trace when a symlink GDI.EXE is added to C:\windows\system
http://bugs.winehq.com/show_bug.cgi?id=663
*** shadow/663 Fri May 24 04:59:10 2002
--- shadow/663.tmp.8531 Fri May 24 10:47:58 2002
***************
*** 44,46 ****
--- 44,57 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 12:23 -------
Anoakie, does the program work in managed mode?
+
+ ------- Additional Comments From woolite(a)darkpact.com 2002-05-24 10:47 -------
+ I have verified the bug exists in both managed and desktop modes, and I have
+ some more information on it. While in desktop mode, when publisher stops
+ reading mouse and keyboard input (if you have a file loaded), if you click on
+ the close button (for the desktop window, not the w32 application), a message
+ pops up that says "Publisher is still active. Please save your work and close
+ publisher before exiting windows." (note that if a file is not loaded, the
+ window closes) Publisher will then read mouse and keyboard input for a while,
+ then stop reading it again. This means the application is still active, and
+ something is making it ignore keyboard/mouse input after a while.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=722
*** shadow/722 Fri May 24 09:48:46 2002
--- shadow/722.tmp.4841 Fri May 24 09:50:01 2002
***************
*** 27,29 ****
--- 27,33 ----
------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 09:48 -------
Created an attachment (id=122)
+module
+
+
+ ------- Additional Comments From johane(a)lysator.liu.se 2002-05-24 09:50 -------
+ Now this is interesting. First the loading of GDI.EXE succeeds, then it fails.
http://bugs.winehq.com/show_bug.cgi?id=726
*** shadow/726 Fri May 24 03:17:27 2002
--- shadow/726.tmp.4730 Fri May 24 09:48:53 2002
***************
*** 32,34 ****
--- 32,37 ----
Also tried this with different "wine-windows versions". I have the same.
Please confirm this.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 09:48 -------
+ Miklos, what exactly application are you trying to install?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=635
*** shadow/635 Thu May 23 22:33:47 2002
--- shadow/635.tmp.4306 Fri May 24 09:42:08 2002
***************
*** 2,8 ****
| WINE 2 installs OK in Mandrake 8.2, but abends running *any* "setup.exe" |
+----------------------------------------------------------------------------+
| Bug #: 635 Product: Wine |
! | Status: UNCONFIRMED Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
--- 2,8 ----
| WINE 2 installs OK in Mandrake 8.2, but abends running *any* "setup.exe" |
+----------------------------------------------------------------------------+
| Bug #: 635 Product: Wine |
! | Status: RESOLVED Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
***************
*** 418,420 ****
--- 418,435 ----
http://setiathome.ssl.berkeley.edu/stats/team/team_4504.html
"You only live once, so let's make life EASIER for each other."
LINUX Registered User #193975. AMD-K7 ATHLON CPU power on board.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-24 09:42 -------
+ The first rule of installing wine (especially from tarball):
+ remove that old installation and be sure it did not left any libraries behind
+ itself !!!
+ Remains of old rpms caused counltless bug reports,
+ a lot of greef and confusion in Wine users :-(
+
+ If the problem is with the installer I don't think you will make much more
+ progress with that particular installer on new Wine installation, so closing the
+ bug.
+
+ Look forward for your new bug reports.
+ Again, sorry we can't help you at present time with this one.
\ No newline at end of file
try at
http://www.nvidia.com/view.asp?PAGE=power_demos
> http://www.nvidia.com/view.asp?PAGE=power_demos
> From: wine-bugs(a)winehq.com
> Date: Wed 22/May/2002 22:23 CEST
> To: emanuele(a)cannizzaro.fsnet.co.uk
> Subject: [Bug 701] Changed - Nvidia_Demos/Squid/binaries/Squid.exe
>
> http://bugs.winehq.com/show_bug.cgi?id=701
>
> *** shadow/701 Wed May 22 12:19:21 2002
> --- shadow/701.tmp.26822 Wed May 22 15:23:00 2002
> ***************
> *** 41,43 ****
> --- 41,47 ----
> ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:19 -------
> These are Nvidia demos.
> Probably can be a good test case for OpenGL and DirectX.
> +
> + ------- Additional Comments From lionel.ulmer(a)free.fr 2002-05-22 15:23 -------
> + Could you tell me where to find this demo ? I tried to find this on the Internet
> + but found only dead links to NVIDIA.
>
>
First of all thanks for your help and sorry for the delay
I am running wine over a Win2k installation.
>
> From: wine-bugs(a)winehq.com
> Date: Wed 22/May/2002 19:16 CEST
> To: wine-bugs(a)winehq.com, emanuele(a)cannizzaro.fsnet.co.uk
> Subject: [Bug 702] Changed - acrobat reader under wine
>
> http://bugs.winehq.com/show_bug.cgi?id=702
>
> *** shadow/702 Sat May 18 17:21:28 2002
> --- shadow/702.tmp.13801 Wed May 22 12:16:40 2002
> ***************
> *** 76,78 ****
> --- 76,82 ----
> It seems you are running on a system with access to native NT dlls.This exposes
> some unimplemented functions. On a system with access to native win95 dlls, I
> could install and run Acroread version 5 to some success.
> +
> + ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:16 -------
> + Emanuele, please provide more information about your system.
> + Did you install Wine with Windows? What version of Windows is this?
> \ No newline at end of file
>
>
http://bugs.winehq.com/show_bug.cgi?id=726
*** shadow/726 Fri May 24 03:17:27 2002
--- shadow/726.tmp.16325 Fri May 24 03:17:27 2002
***************
*** 0 ****
--- 1,34 ----
+ +============================================================================+
+ | Textfield autojump |
+ +----------------------------------------------------------------------------+
+ | Bug #: 726 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gui |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: joschy(a)mailbox.hu |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I have 20020327 of wine which is rpm-ed to redhat 7.3 but experienced this couple of
+ times
+ before.
+ Usually when you install an application and it asks for a serial you get a separated
+ field
+ (example: MS-Win's 5x5 serial number) where you have to jump after each 5 characters.
+ Windows developers are doing it on the way that you do not have to press tab every time
+ you've entered 5 characters, it jumps automatically to the next field, and here is the
+ problem.
+ When I start to type the serial it jumps after 2 characters to the next one, doesn't
+ metter if I'd have to type 10 chars into that field. I can make the serial accepted by
+ clickin back to the field with missing information and continue typeing but thatway it
+ doesn't jump after (let's say) 5 chars to the next. Something seems to be messed up
+ there.
+
+ Also tried this with different "wine-windows versions". I have the same.
+ Please confirm this.
\ No newline at end of file
wine-bugs(a)winehq.com wrote:
>
> http://bugs.winehq.com/show_bug.cgi?id=586
>
> *** shadow/586 Thu May 23 12:32:36 2002
> --- shadow/586.tmp.2333 Thu May 23 12:51:14 2002
> ***************
> *** 120,122 ****
> --- 120,128 ----
> Robert, could look at this?
> What does this interupt and its parameters mean?
> Do we want to implement it?
> +
> + ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-23 12:51 -------
> + Everybody knows that Ralf Brown's Interrupt List tells you what it is ;-)
> +
> + Int 0x3d is floating point emulation interrupt.
> + Unfortunately I currently don't know whether we need to implement it or not.
The endless loop must be handled.
It looks like these interrupts are a hook into a floating point emulator and
this interrupts acts as the 'fwait' instruction. All that this interrupt
should do is wait for the last operation assigned to the [emmulated] fpu to
signal that it has completed.
The operating systems that support wine will run with chips that do not have
the built in fpu, however, there shouldn't be that many of them out there. It
wouldn't hurt to emmulate the interrupt. This is part of a block of interrupts
that appears to start at 0x39 and run up to 0x3e .
God Bless,
--Robert 'Admiral' Coeyman
--
---
May you live as long as you wish and age but a single day.
http://www.dotguy.net/ admiral(a)corner.net
Webmaster/ Linux Administrator Computer Co-Op/CornerNet
http://bugs.winehq.com/show_bug.cgi?id=635
*** shadow/635 Thu May 23 15:44:19 2002
--- shadow/635.tmp.4854 Thu May 23 22:33:47 2002
***************
*** 9,14 ****
--- 9,15 ----
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: eltonw(a)videotron.ca |
+ | CC list: Cc: Speeddymon@yahoo.com,apa3a@yahoo.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 398,400 ****
--- 399,420 ----
Elton, did you make any progress?
You provided an excellent bug report and I'm sorry we can't provide you with help.
Were you successful with installers of other applicatios?
+
+ ------- Additional Comments From eltonw(a)videotron.ca 2002-05-23 22:33 -------
+ 23rd May, 2002.
+
+ I have not tried installing any more windows applications with Codeweavers' WINE
+ package and Mandrake 8.2, as I have now switched to Red Hat 7.3. I have not (yet)
+ run or setup the Red Hat wine package (20020327-1).
+
+ Should I:
+ 1) Remove the Red Hat wine package, and install the
+ codeweavers-wine-20020411-6.i386.rpm? ... or
+ 2) Install that tarball over the Red Hat one?
+
+
+ Elton Woo
+
+ http://setiathome.ssl.berkeley.edu/stats/team/team_4504.html
+ "You only live once, so let's make life EASIER for each other."
+ LINUX Registered User #193975. AMD-K7 ATHLON CPU power on board.
http://bugs.winehq.com/show_bug.cgi?id=724
*** shadow/724 Thu May 23 12:11:22 2002
--- shadow/724.tmp.32612 Thu May 23 20:50:14 2002
***************
*** 36,38 ****
--- 36,59 ----
Thanks,
Andriy
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-23 20:50 -------
+ Michael, you did not mention whether you also see this issue.
+
+ Boris, thank you, you did a great job.
+ You need to add comments to the bug description. You sent so many emails that I
+ can't ask you do and this now :-) Adding for you:
+ **************************************************************
+ Ok, I went to the cvs regression website and followed the instructions.
+ After about 8 different CVS dates...I found out that it works on 2002-05-11
+ but on 2002-05-12, thats where it stopped working. So basically it broke
+ somewhere between the 05/11-12. I can try and find out even MORE details but
+ im not sure if I have enough time today. Hope this information is useful.
+ **************************************************************
+
+ Will it be difficult for you to make a few more regression tests to define exact
+ patch which causes the problem?
+ I could not find anything suspicious on the first glance.
+ You can find list of patches here:
+ http://www.winehq.com/hypermail/wine-cvs/2002/05/index.html
+ What is good - there are only patches on 11th and no patches on 12th
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=725
*** shadow/725 Thu May 23 15:37:37 2002
--- shadow/725.tmp.30033 Thu May 23 19:50:54 2002
***************
*** 2,13 ****
| Date/Time problem - trial programs expire right away |
+----------------------------------------------------------------------------+
| Bug #: 725 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: apa3a(a)yahoo.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Date/Time problem - trial programs expire right away |
+----------------------------------------------------------------------------+
| Bug #: 725 Product: Wine |
! | Status: ASSIGNED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: vberon(a)mecano.gme.usherb.ca |
| Reported By: apa3a(a)yahoo.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 36,38 ****
--- 36,46 ----
confirmation box that times out after a period of time (i.e. Unreal Tournament
the confirmation box comes up, and disappears after about 1 second, when it
should be after 15 seconds)
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-23 19:50 -------
+ Ok, I take it. For now, it really looks like bug #656 (AOL), but since I don't
+ have AOL I can't experiment with it, while I can with PMMail. I'll mark one as
+ duplicate when I'm sure about it.
+
+ Basically, the app looks at the timestamp on a file, checks it against another
+ one (system time?), and then says it's too old and fail.
http://bugs.winehq.com/show_bug.cgi?id=566
*** shadow/566 Thu May 23 15:35:02 2002
--- shadow/566.tmp.21618 Thu May 23 16:46:40 2002
***************
*** 2,8 ****
| Wine crashes in dos_fs.c with Diablo II LoD |
+----------------------------------------------------------------------------+
| Bug #: 566 Product: Wine |
! | Status: UNCONFIRMED Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-files |
--- 2,8 ----
| Wine crashes in dos_fs.c with Diablo II LoD |
+----------------------------------------------------------------------------+
| Bug #: 566 Product: Wine |
! | Status: RESOLVED Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-files |
***************
*** 52,54 ****
--- 52,65 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-23 15:35 -------
ok, lemme go check out the appdb, since I couldn't get it to run, and then i
will attempt to confirm...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-23 16:46 -------
+ ok, checked out appdb, and it turns out that he was using a cvs copy of
+ winex... the only tips to get diablo ii working in wine were those, winex cvs
+ installed to the same places and names as wine, so there was no telling of
+ which version he was using, but either way, reporter, my suggestion would be to
+ attempt to run it on the latest version of winex cvs or to pay for a
+ subscription (much as i hate recommending that on this site ;) ) and get the
+ binaries, that would be the only way to get diablo ii to work...since this is a
+ transgaming issue, post the help request on the sourceforge winex board, if the
+ issue still exists...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=725
*** shadow/725 Thu May 23 15:09:36 2002
--- shadow/725.tmp.15560 Thu May 23 15:37:37 2002
***************
*** 30,32 ****
--- 30,38 ----
Will probably investigate and take ownership, as soon as I've finished what I'm
doing on Mozilla (and it works...), as it may be linked to #656 (AOL fails to
update)
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-23 15:37 -------
+ this is also a problem in programs which have a resolution/color depth
+ confirmation box that times out after a period of time (i.e. Unreal Tournament
+ the confirmation box comes up, and disappears after about 1 second, when it
+ should be after 15 seconds)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=566
*** shadow/566 Thu May 23 14:08:24 2002
--- shadow/566.tmp.15402 Thu May 23 15:35:02 2002
***************
*** 48,50 ****
--- 48,54 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-23 14:08 -------
Dustin, can you confirm the bug?
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-23 15:35 -------
+ ok, lemme go check out the appdb, since I couldn't get it to run, and then i
+ will attempt to confirm...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=616
*** shadow/616 Thu May 23 12:54:02 2002
--- shadow/616.tmp.15144 Thu May 23 15:30:54 2002
***************
*** 67,69 ****
--- 67,78 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-23 12:54 -------
I think if you will find the patch it will do the trick.
Good luck!
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-23 15:30 -------
+ unfortunately, no i don't have that one... seems like maybe something is wrong
+ with focus though... reporter, what all modes have you tried under x11drv in
+ cofig? try Desktop=800x600, Managed/unmanaged, dxgrab or no, xvidmode or no,
+ and lastly, make sure UseDGA is set to N... it may be that something between
+ 20010510 and the next version changed to where you need a different config
+ setting...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=465
*** shadow/465 Mon Mar 18 14:47:48 2002
--- shadow/465.tmp.13520 Thu May 23 15:10:02 2002
***************
*** 2,13 ****
| I can't start wine |
+----------------------------------------------------------------------------+
| Bug #: 465 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: gueuter2(a)charter.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| I can't start wine |
+----------------------------------------------------------------------------+
| Bug #: 465 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: gueuter2(a)charter.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 26,28 ****
--- 26,33 ----
- what program are you trying to run
- does notepad.exe or sol.exe start or does it fail the same way?
- check up on the debugging howto
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-23 15:10 -------
+ I'm closing the bug because of lack of details.
+ Guenter, please provide more information if you still need help.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=725
*** shadow/725 Thu May 23 14:27:17 2002
--- shadow/725.tmp.13451 Thu May 23 15:09:36 2002
***************
*** 25,27 ****
--- 25,32 ----
2) Application Radmin 2.1 from http://www.radmit.com does not start the second
time, says the demo expired.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-23 15:09 -------
+ Will probably investigate and take ownership, as soon as I've finished what I'm
+ doing on Mozilla (and it works...), as it may be linked to #656 (AOL fails to
+ update)
\ No newline at end of file