http://bugs.winehq.com/show_bug.cgi?id=744
*** shadow/744 Thu May 30 14:58:31 2002
--- shadow/744.tmp.763 Fri May 31 12:01:49 2002
***************
*** 2,8 ****
| Cyclic "unhandled exception" error |
+----------------------------------------------------------------------------+
| Bug #: 744 Product: Wine |
! | Status: UNCONFIRMED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-console |
--- 2,8 ----
| Cyclic "unhandled exception" error |
+----------------------------------------------------------------------------+
| Bug #: 744 Product: Wine |
! | Status: RESOLVED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-console |
***************
*** 141,143 ****
--- 141,193 ----
c) Try to run winecheck tool as described here:
http://www.winehq.com/trouble
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 12:01 -------
+ Pavel, it is better to post your comments here, in the bug description.
+ Use the hyperlink in the bug change notification you get to access the bug.
+
+ Copied from your email:
+ **********************************************
+ I have made some steps and it helped me a bit: Wine already does run!
+
+ The most important thing is that I have configured Wine to run with a
+ fake
+ partition.
+
+ But there are a few more problems left.
+
+ 1) What's the reason that under KDE 2.0.0 & 2.0.1 Wine worked perfectly
+ on a
+ real FAT32 partition but now it doesn't (KDE 3.0.0)?
+
+ 2) It works on the fake partition. I have made symlinks from my WinME
+ system
+ dll's to the fake /Windows/System directory. Is it a good way?
+
+ 3) I can't run a program that uses soundcard. It can happen because
+ Winecheck
+ said this:
+
+ --------------------- checking system devices used by Wine
+ ---------------------
+ 031. Checking sound device /dev/dsp... CRITICAL
+ (no
+ kernel driver for /dev/dsp?).
+ - ADVICE: module loading problems ? Read
+ /usr/src/linux/Documentation/modules.txt.
+
+ But I have no such doc file / directory on my distribution... where can
+ I get
+ / do I have it? What does this mean? How to tell Wine where I have the
+ soundcard device? The sound works in my KDE.
+ - I have also found a /dev/dsp1 file - isn't this the real sound device
+ --
+ maybe "dsp" only is required by default by wine??
+
+ 4) How can I change the appearance of Windows in Wine (e. g. fonts,
+ colors of
+ menus)? Do I have to edit the registry on the fake drive?
+ **********************************************
+
+ I'm glad that everything started to work. I'll answer questions in the email.
+
http://bugs.winehq.com/show_bug.cgi?id=750
*** shadow/750 Thu May 30 23:10:14 2002
--- shadow/750.tmp.31973 Fri May 31 11:43:51 2002
***************
*** 24,26 ****
--- 24,32 ----
first run of the program, which is then used to get the expiration date (or the
installation date). The problem could lie in one of the date getting or date
conversion APIs, but it's not guaranteed.
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-31 11:43 -------
+ Hmm, is this with ot without the several recent (file) time related patches
+ applied ?
+ If without, then please apply and try again.
+ Thanks !
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=736
*** shadow/736 Fri May 31 10:56:54 2002
--- shadow/736.tmp.30893 Fri May 31 11:27:51 2002
***************
*** 264,266 ****
--- 264,273 ----
------- Additional Comments From puoti(a)inwind.it 2002-05-31 10:56 -------
Sorry to say, I currently don't have the installation file, and I can't give you
the instaled directory in any case becouse of the license.
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-31 11:27 -------
+ Hmm, ok, no problem.
+ Read the Wine Developers Guide and set up the debugger properly
+ (the system.reg value is wrong, debugger/winedbg).
+ Then type "bt" and show us the trace.
+ Thanks !
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=736
*** shadow/736 Thu May 30 15:30:19 2002
--- shadow/736.tmp.29066 Fri May 31 10:56:54 2002
***************
*** 260,262 ****
--- 260,266 ----
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-30 15:30 -------
Might be useful, yes.
After all it's a rather interesting crash.
+
+ ------- Additional Comments From puoti(a)inwind.it 2002-05-31 10:56 -------
+ Sorry to say, I currently don't have the installation file, and I can't give you
+ the instaled directory in any case becouse of the license.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Fri May 31 07:36:05 2002
--- shadow/740.tmp.28580 Fri May 31 10:51:49 2002
***************
*** 216,218 ****
--- 216,242 ----
"/ fgBits" and "/ bgBits". It would be interesting to research where fgBits and
bgBits come from. One of these could be 0 for some reasons.
I don't have time right now to research it, but this guess may help you.
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-31 10:51 -------
+ I've added some trace calls and found the problem; it turns out that fgBits=0, and
+ that's the divisior in mous.c:270. The origial TRACE call shows:
+
+ trace:cursor:X11DRV_GetCursor Bitmap 32x32 planes=1 bpp=24 bytesperline=96
+ bBitsPerPixel=24.
+
+ I also put in some traces for the loops at line 233. xmax=ymax=32 and
+ threshold=64. It turns out that the entire theImage array is zero; hence,
+ the first block of the if at line 253 is never entered, and fgBits stays zero.
+
+ If I understand what's going on correctly, a zero mask is allowed.
+
+ I tried protecting the divisions by bgBits and fgBits by testing to see that
+ they weren't zero--setting, bg.red=bg.geeen=bg.blue=0 and similarly for the fg
+ struct if the division would fail; this get's me farther, but the application
+ still fails.
+
+
+
+
+
+
http://bugs.winehq.com/show_bug.cgi?id=377
*** shadow/377 Thu May 30 14:35:06 2002
--- shadow/377.tmp.24648 Fri May 31 09:57:43 2002
***************
*** 30,32 ****
--- 30,51 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 14:35 -------
Sam, can you reproduce the problem with recent Wine build?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 09:57 -------
+ Sam'l, please in future post your comments here, in the bug description.
+
+ Copied from Sam'l email:
+ ***********************************************
+ With:
+ codeweavers-wine-20011108-5
+ and
+ mIRC 5.91
+ Yep -- still has the problem
+ ***********************************************
+ wine-20011108 - does not sound like "recent" wine build ;-)
+
+ mIRC can be downloaded from:
+ http://www.mirc.com/get.html
+ mIRC 5.91 is 16-bit application. There is also 32-bit mIRC 6.0.
+
+ Sam'l, please describe step-by-step how to reliably reproduce the problem.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=747
*** shadow/747 Fri May 31 09:47:03 2002
--- shadow/747.tmp.26189 Fri May 31 10:18:47 2002
***************
*** 153,155 ****
--- 153,162 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 09:47 -------
Stephan, what application is this?
Can it be freely accessed (e.g. demo/trial version)?
+
+ ------- Additional Comments From sbuehne(a)web.de 2002-05-31 10:18 -------
+ This is a simulation program, simulating the original signal box of cologne
+ central station.
+ This software is not free available.
+
+
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=753
*** shadow/753 Fri May 31 10:12:11 2002
--- shadow/753.tmp.25786 Fri May 31 10:12:11 2002
***************
*** 0 ****
--- 1,34 ----
+ +============================================================================+
+ | compile error on non-2.4 kernel linux |
+ +----------------------------------------------------------------------------+
+ | Bug #: 753 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: karthan(a)bellsouth.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ There is a problem in dlls/ntdll/cdrom.c which prevents wine from being built on
+ a non-2.4 kernel.
+
+ The version of Wine I have is wine-20020509 and I am building it on a Slackware
+ 8.0, 2.2.20 kernel system. Commenting out the lines allows the build to
+ continue without error. It also appears to run well enough to play solitaire
+ (sol.exe).
+
+ The following lines are the problems:
+ lines 105/106: (these are [not] defined in linux/major.h)
+ case IDE6_MAJOR: *iface = 6; break;
+ case IDE7_MAJOR: *iface = 7; break;
+
+
+ lines 1060/1061 and lines 1131/1132: (this struct is defined in linux/cdrom.h)
+ cmd.quiet = 0;
+ cmd.timeout = pPacket->TimeOutValue*HZ;
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=747
*** shadow/747 Thu May 30 16:12:37 2002
--- shadow/747.tmp.23976 Fri May 31 09:47:03 2002
***************
*** 149,151 ****
--- 149,155 ----
looks as if this was never opened.
Stephan
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-31 09:47 -------
+ Stephan, what application is this?
+ Can it be freely accessed (e.g. demo/trial version)?
\ No newline at end of file