http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Fri May 10 20:18:41 2002
--- shadow/657.tmp.25786 Fri May 10 20:26:51 2002
***************
*** 33,36 ****
--- 33,43 ----
was using mousepad's diablo II maphack companion (unethical, but it was just a
test of programs i was running), and the program wouldnt load because there is
no builtin mfc42.dll and when i tried to run it with the native one from win2k
+ sp2, it gave an error.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-10 20:26 -------
+ oops, i wrote that wrong. native mfc42.dll doesn't work at all with wine, i
+ was using mousepad's diablo II maphack companion (unethical, but it was just a
+ test of programs i was running), and the program wouldnt load because there is
+ no builtin mfc42.dll and when i tried to run it with the native one from win2k
sp2, it gave an error.
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Fri May 10 14:10:07 2002
--- shadow/657.tmp.25432 Fri May 10 20:18:41 2002
***************
*** 27,29 ****
--- 27,36 ----
don't work with _native_ MFC42.dll!
Please elaborate.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-10 20:18 -------
+ oops, i wrote that wrong. native mfc42.dll doesn't work at all with wine, i
+ was using mousepad's diablo II maphack companion (unethical, but it was just a
+ test of programs i was running), and the program wouldnt load because there is
+ no builtin mfc42.dll and when i tried to run it with the native one from win2k
+ sp2, it gave an error.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=451
*** shadow/451 Mon May 6 12:21:06 2002
--- shadow/451.tmp.20035 Fri May 10 18:15:29 2002
***************
*** 37,39 ****
--- 37,47 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-03-01 09:48 -------
Created an attachment (id=51)
Test case
+
+
+ ------- Additional Comments From tron(a)ircd-net.org 2002-05-10 18:15 -------
+ Yep, the latest wine does not send command line parameters of the program to the application, I figured this out when I tried running a game and set it's parameters to switch to dedicated server mode, but it didn't receive the
+ parameters, so it still went into game mode as commented in bug report 456.
+
+
+ This was not a problem in preview 4.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Wed May 8 12:59:31 2002
--- shadow/456.tmp.19626 Fri May 10 18:08:07 2002
***************
*** 28,30 ****
--- 28,54 ----
There has been a lot of work on sockets by Martin Wilck and this problem may be
resolved at least in CVS.You can set up CVS to test this or you can wait another
couple of weeks for the next release of wine.
+
+ ------- Additional Comments From tron(a)ircd-net.org 2002-05-10 18:08 -------
+ Well I downloaded and installed the latest release, and guess what?
+ Now wine doesn't pass the program parameters to the program anymore, is this
+ a new bug?
+
+ So I have no way of testing this and I have two linux machines.
+ I have the latest installed on this one I am using and still have the old
+ one installed on it. I tried running the server on this one, and it kepted
+ going into game mode instead of server mode, so that means the parameters
+ are not being sent to the program at all.
+
+ Here is now I run the tribes server using a shell script with this:
+
+ #!/bin/bash
+ wine -- Tribes.exe "-dedicated -mod thugwars +exec serverconfig"
+
+ I had to quote the parameters or else wine complains about invalid syntax.
+ I used the same shell script on the other box, and it goes into server mode.
+
+ Both machines have the same tribes files and everything, matter of fact I
+ manually copyed all files from that sytem over to here. So until wine's
+ little bug is fixed, I cannot tell if the sockets bugs are fixed for tribes
+ servers to be able to run or not.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=656
*** shadow/656 Fri May 10 16:53:51 2002
--- shadow/656.tmp.17031 Fri May 10 17:15:07 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: michaelc(a)lindows.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 74,76 ****
--- 73,92 ----
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-10 16:53 -------
Created an attachment (id=89)
Small test case for FileTimeToLocalFileTime and FileTimeToSystemTime
+
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-10 17:15 -------
+ Michael, could you try the program I attached to the bug? It should compile under WineLib or
+ Windows. I can't attach a Windows binary, as the compiler I have access to forbids the
+ redistribution of executables done with it.
+
+ The results I have under Windows NT 4.0 SP? is that the first printed time is UTC, and the second is
+ local to my TZ (EDT). Those results are the same with Wine, with the exception that the Milliseconds
+ field is always 0 in the case of GetFileTime (filesystem limitation?).
+
+ The 2 Time*To*Timefunctions seem OK then. The same usage on Windows and Wine gives the same results.
+ Given some time, I'll try to do a regression test for those 2.
+
+ So it's something else, very probably wrt to UTC vs local time conversion (or absence thereof). Is
+ there a call to GetSystemTime or a similar function sometime before? If you still have the log (or
+ can produce another one with the same symptoms), could you compress it and mail it to me? Thank you
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=656
*** shadow/656 Thu May 9 16:30:38 2002
--- shadow/656.tmp.15904 Fri May 10 16:53:51 2002
***************
*** 70,72 ****
--- 70,76 ----
constructed from the local time (pointer 0x40566650), and the second one
(214848) from a UTC time (pointer 0x40566648). The pointer 0x40566658 is just
another representation of 0x40566650.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-10 16:53 -------
+ Created an attachment (id=89)
+ Small test case for FileTimeToLocalFileTime and FileTimeToSystemTime
http://bugs.winehq.com/show_bug.cgi?id=399
*** shadow/399 Sun Apr 7 15:49:57 2002
--- shadow/399.tmp.14947 Fri May 10 16:36:10 2002
***************
*** 38,40 ****
--- 38,43 ----
Either way, Quicken will crash. If I choose an account via the pull-down list,
it works fine. But if I click a link, this error happens.
+
+ ------- Additional Comments From jakob(a)vmlinux.org 2002-05-10 16:36 -------
+ I don't see why this should be wine-net?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=468
*** shadow/468 Tue Mar 12 16:03:53 2002
--- shadow/468.tmp.13046 Fri May 10 16:11:21 2002
***************
*** 2,13 ****
| Error while accessing parallel port - DIVICE_Open Unknown Vxd WINDRVR |
+----------------------------------------------------------------------------+
| Bug #: 468 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: jthomes(a)magisnetworks.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Error while accessing parallel port - DIVICE_Open Unknown Vxd WINDRVR |
+----------------------------------------------------------------------------+
| Bug #: 468 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
! | Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: jthomes(a)magisnetworks.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 31,33 ****
--- 31,46 ----
-John
Mr. John S. Thomes
+
+ ------- Additional Comments From jakob(a)vmlinux.org 2002-05-10 16:11 -------
+ I am pretty sure the Xilinx software installs a special VXD driver in Windows.
+ Wine can not use VXDs. Your best hope is that someone discovers how the VXD
+ works, then writes a clone of this VXD in Wine.
+ Possibly also the Linux kernel must be modified to work parallell port in ways
+ the JTAG debugger understands.
+
+ This is not likely to be fixed, but hey!
+ Ask Xilinx about linux support for their JTAG debugger, maybe that can bring
+ good things.
+
+ (Changed component to wine-ports.)
\ No newline at end of file