http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Sat May 11 00:22:43 2002
--- shadow/456.tmp.8084 Sat May 11 02:17:57 2002
***************
*** 73,75 ****
--- 73,93 ----
Believe me, I've already tried. Plus telling wine the full path won't work
around the 'won't pass parameters to program file' bug, because it will still
work the same way as without telling it the full path.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-11 02:17 -------
+ Sorry about that.I don't know much about the passed parameters but whenever I
+ want to run a program I always run it with quotes. for example when I want to
+ install a program from my CD I use:
+
+ wine "d:\setup.exe"
+
+ When I open someting in ms word
+
+ wine "f:\program files\ms-office\office\winword.exe" "somedoc.doc"
+
+ That way I don't have to worry about escaping spaces or case sensitivity. note
+ the back slashes. This is what I refer to as the "Windows way" of running wine.
+
+ Anyway so far this is just so much noise if it doesn't solve your problem. I
+ have contacted some of the developers that do know something about this maybe
+ they can help.
http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Fri May 10 22:51:47 2002
--- shadow/456.tmp.2097 Sat May 11 00:22:43 2002
***************
*** 64,66 ****
--- 64,75 ----
+
+
+ ------- Additional Comments From tron(a)ircd-net.org 2002-05-11 00:22 -------
+ You cannot quote an application's file name in wine or else it will state that
+ you didn't input the program's name.
+
+ Believe me, I've already tried. Plus telling wine the full path won't work
+ around the 'won't pass parameters to program file' bug, because it will still
+ work the same way as without telling it the full path.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Fri May 10 18:08:07 2002
--- shadow/456.tmp.31413 Fri May 10 22:51:47 2002
***************
*** 52,54 ****
--- 52,66 ----
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.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-10 22:51 -------
+ Doh!!!...Yeah they have been working on the command line stuff too. I,ll see if
+ I can track down the changes or at least who made them. In the mean time, as a
+ workaround, try something like this:
+
+ wine "x:\path to tribes\Tribes.exe -dedicated -mod thugwars +exec serverconfig"
+
+ This may work better. Maybe, Maybe not.
+
+
+
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