http://bugs.codeweavers.com/show_bug.cgi?id=573
*** shadow/573 Fri Apr 12 19:30:12 2002
--- shadow/573.tmp.20755 Fri Apr 12 19:30:12 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Cannot install Riven (installer thinks its running on win3.1) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 573 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: tony_lambregts(a)telusplanet.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When I try to install Riven (the sequel to Myst) by Red Orb the installer thinks
+ that it is running on windows 3.1
+
+ Wine Version: Current CVS
+ Windows Version: Windows 98
+ GCC Version: 2.96
+ Linux Distro: RedHat 7.2
+ Command Line: wine --winver win98 "D:\setup.exe"
+
+ When I run the setup program using the above command line a message box pops up
+ with the following message: This setup program does not suppot Windows 3.1x.
+ There is only an OK button to press.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=383
*** shadow/383 Thu Dec 13 13:59:22 2001
--- shadow/383.tmp.27071 Thu Apr 11 10:10:42 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: mark.sieverts(a)trgp.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,16 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: mark.sieverts(a)trgp.com |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 40,42 ****
--- 40,48 ----
individual windows programs like sol, mplayer, etc. When I try and run
wine -winver win95,98, I get the above shared library error. If I'm wacked,
please let me know, thanks
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-11 10:10 -------
+ Mark: Have you tried this lately? I don't use the rpm's myself. but I know
+ CodeWeavers has had version 5 out for a while. If you would like to be more up
+ to date the tarball instalation is fairly easy.
http://bugs.codeweavers.com/show_bug.cgi?id=391
*** shadow/391 Thu Dec 27 16:23:55 2001
--- shadow/391.tmp.23284 Thu Apr 11 09:28:24 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: he(a)klaki.net |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,16 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: he(a)klaki.net |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 30,32 ****
--- 30,36 ----
Running it from within gdb with the same arguments as shown in the original
post show that this happens before entering main(). Doing a backtrace gives
nothing useful (5 levels down but the function names are unknown (??)).
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-11 09:28 -------
+ Reporter is this still a problemwith latest version of wine?
http://bugs.codeweavers.com/show_bug.cgi?id=571
*** shadow/571 Thu Apr 11 08:09:57 2002
--- shadow/571.tmp.18241 Thu Apr 11 08:11:01 2002
***************
*** 110,112 ****
--- 110,116 ----
on sockets. Stay tuned, I already have a patch for that, but I am still testing.
And please, give me the clue about generating these traces (mail me privately).
+
+
+ ------- Additional Comments From martin.wilck(a)fujitsu-siemens.com 2002-04-11 08:11 -------
+ Ooops, you had the info there already ... sometimes I'm just blind.
http://bugs.codeweavers.com/show_bug.cgi?id=571
*** shadow/571 Thu Apr 11 07:55:17 2002
--- shadow/571.tmp.18095 Thu Apr 11 08:09:57 2002
***************
*** 101,103 ****
--- 101,112 ----
wine --debugmsg +all sockettest.exe > debug.txt
The error still comes at TSocketStream.Read
+
+ ------- Additional Comments From martin.wilck(a)fujitsu-siemens.com 2002-04-11 08:09 -------
+ I am sorry. You are still missing the server-side support for asynchronous IO on
+ sockets.
+ Actually, you are having a problem which I am tying to solve *right now* -
+ asynchronous IO
+ on sockets. Stay tuned, I already have a patch for that, but I am still testing.
+
+ And please, give me the clue about generating these traces (mail me privately).
http://bugs.codeweavers.com/show_bug.cgi?id=571
*** shadow/571 Thu Apr 11 04:37:04 2002
--- shadow/571.tmp.17240 Thu Apr 11 07:55:17 2002
***************
*** 87,89 ****
--- 87,103 ----
Please inform me of either success or failure. This patch is waiting for
acceptance, and your case
may be strong one if it helps you out :)
+
+
+ ------- Additional Comments From jarto(a)starsoft.fi 2002-04-11 07:55 -------
+ I applied the patch to a fresh cvs-tree. It still doesn't work but now at least
+ I get an error message. Actually two different ones:
+
+ "Read error 0, Success." trace: http://www.starsoft.fi/jarto/error0.txt
+ "Read error 6, Invalid handle." trace: http://www.starsoft.fi/jarto/error6.txt
+
+ I created the trace by running:
+
+ wine --debugmsg +all sockettest.exe > debug.txt
+
+ The error still comes at TSocketStream.Read
\ No newline at end of file