http://bugs.winehq.org/show_bug.cgi?id=8265
------- Additional Comments From matevz.jekovec(a)gmail.com 2007-03-05 02:59 -------
I tracked down the problem - it's the && (do something then, if succeeded)
comand. Is this supported in wine?
Example which doesn't work:
cd C:\ && echo blah
File not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7929
------- Additional Comments From d13f00l(a)gmail.com 2007-03-05 02:58 -------
I've been looking heavily into this. There are multiple problems.
One issue is that this game uses the host name to determine what IP to bind the
sockets to. This is bad, many PCs have host names set to 127.0.0.1.
Secondly, packet broadcasts behave different between linux and wine, this is
debatable weather it should be fixed in the kernel or fixed in wine. There is a
thread on the linux-net mailing lists discussing this.
A fix could be implemented in wine...I believe if we bind to 0.0.0.0 if any apps
try to bind to the lan ip, and bind to the local interface, then in the select()
code, and recv() code, we can add code to throw out broadcast data with the same
ip of the local pc(i think this is proper behavior)
More research is needed. The problem is that in Windows, sockets can be bound
to the lan IP, and they will receive broadcasts from other IPs. This is not
true in Linux.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6033
------- Additional Comments From seitur(a)interia.pl 2007-03-05 02:37 -------
Sorry for abondoning this bug, now i'm back :) Till 0.9.30 is almost fixed. Game
is playable for me ,mouse is useable in game, however it is not that fast as in
windows (something like 60-70% of is speed).
Also redrawing is getting better ,so whole game is smoother - but it is still
room for improvement.
Can you pleases check your wine configuration ,and tell me what it is.
I get best result with full screen ,without any native dlls ,winxp compatibility
set and with allow wine to menage wine windows box checked.
Thanks
Sula
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7874
------- Additional Comments From zajec5(a)gmail.com 2007-03-05 01:25 -------
Mikolaj Zalewski: thanks for info, you were right!
When I press key-combination with EUO focused, EUO detects it. When I press
that same key-combination with UO focused, EUO can't detect it.
So if I am right GetAsyncKeyState should works even if windows is not focused
and should detect keys from all windows, not only itself.
Is this possible to fix it with some simple patch?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5568
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-03-05 00:39 -------
Could you provide a WINEDEBUG=+toolbar trace?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6856
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-03-05 00:38 -------
I haven't looked into it. As far as I understand currently for Node.selectNodes
we traverse the whole subtree of the node and try to apply the pattern to every
node with xsltCompMatchPattern. What's wrong with it (except maybe for performance)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8265
------- Additional Comments From dmitry(a)codeweavers.com 2007-02-05 23:14 -------
This file name looks suspicious, and might be the source of the problem:
C:/canorus/trunk/src//scripting/canoruspythonPYTHON_wrap.cxx
Can you reproduce the problem if you execute the command line manually?
Does it help if you fix the above mentioned file name?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8243
------- Additional Comments From ead1234(a)hotmail.com 2007-02-05 22:46 -------
--- quote ---
Have someone pick it up and send in.
--- quote ---
Sent, thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5163
------- Additional Comments From ahalda(a)vif.com 2007-02-05 22:24 -------
Created an attachment (id=6099)
--> (http://bugs.winehq.org/attachment.cgi?id=6099&action=view)
windows log
I've just tried it with wine 0.9.36, and it still crashes, despite the msi
fixes, with the same console logs as everyone else here.
However, I noticed that office dumps two log files into C:/windows/tmp, I will
attach them. A description of them is at http://support.microsoft.com/kb/826511
The last few relevant lines in the first file are:
Successfully launched MsiExec....
5/2/2007 10:51:35 PM Chained install return code: 1603
The last lines in the other file are related to dw.exe, another file on the
office CD in the msshared folder. I get a message 'fixme:imm:ImmDisableIME
(-1): stub' when I run this file, but nothing else and it returns.
Also, the files mention the possibility of verbose output - I tried this, but
the logs were the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.