http://bugs.codeweavers.com/show_bug.cgi?id=578
*** shadow/578 Tue Apr 16 12:20:53 2002
--- shadow/578.tmp.11579 Tue Apr 16 12:20:53 2002
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | Email program PMMail fails to show all windows |
+ +----------------------------------------------------------------------------+
+ | Bug #: 578 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020310 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: marinus(a)smits.dk |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Running PMMail under earlier versions of wine worked fine.
+
+ Upgrading to latest wine has made the windows turn up empty. As if changes have
+ been made to the graphics engine on wine. Tried to install older RH versions and
+ older PMMail versions, with latest wine, but same problem.
+
+ Even tried under codeweavers office and plugin, but it has the same graphics
+ problem.
+
+
+ Marinus(a)smits.dk
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=577
*** shadow/577 Tue Apr 16 04:27:35 2002
--- shadow/577.tmp.11572 Tue Apr 16 04:27:35 2002
***************
*** 0 ****
--- 1,37 ----
+ +============================================================================+
+ | messup in ./tools/wineinstall -- hangs/dies |
+ +----------------------------------------------------------------------------+
+ | Bug #: 577 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-tools |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: sgeier(a)caltech.edu |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ This is in re: wine-20020411 -- the documentation suggests using ./tools/wineinstall instead of a manual
+ config/make. Running this seems to work OK until it tells me that it has created a local conf-file but that I
+ should check it that it's OK. Then it hangs. No response to a return or anything.
+
+ Reason is line 581 in in the wineinstall-script:
+
+ CROOT=`sed -n '/^\[Drive C\]$/,/^\[.*\]$/ s/^Path=\(.*\)/\1/p' $CONF`
+
+ This is screwed in more than one way, the most obvious being that there is no variable with the name $CONF,
+ there's a reference to a global and a local conf file $LCONF and $GCONF but there's no $CONF. This means that
+ sed will wait for input from stdin and hence the user can type whatever he wants...
+
+ There's also something fishy with the sed-expression itself - I don't really speak sed, but piping my
+ ~/.wine/config file which contains the following two lines
+ [Drive C]
+ "Path" = "/dos"
+ into that sed-statement returns an empty string, not "/dos" as one would expect.
+
+ I did a "make install" by hand at that point and it seems mostly OK. Buncha stuff still buggy, but I'll do a
+ real bug-report for that...
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=576
*** shadow/576 Tue Apr 16 01:54:12 2002
--- shadow/576.tmp.24406 Tue Apr 16 01:54:12 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | Wine hangs the whole PC while trying to run app. |
+ +----------------------------------------------------------------------------+
+ | Bug #: 576 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: noclaf(a)peterlink.ru |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I've tried different versions of wine but I receive the same result:
+
+ When I try to run any large program the system hangs!!!
+ Though I can run Notepad, Paint, Wordpad and even CPUMark ok.
+
+ I've tried Maple R5 (which I ran earlier), Diablo II, HMM3 but they fail on
+ starting setup.
+
+ I've sent wine config to debian package maintainer, he said that config is OK
+ and I should contact winehq.
\ No newline at end of file