http://bugs.winehq.org/show_bug.cgi?id=8514
------- Additional Comments From dmitry(a)codeweavers.com 2007-27-05 08:06 -------
Could you please provide a small test case (possibly integrated with Wine
testing framework)?
--
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=8514
------- Additional Comments From citizenr(a)gmail.com 2007-27-05 08:05 -------
btw this can be seen using utorrent 1.7 between build 1170 and 2145(current
one). All you have to do is run uTorernt with allready occupied port so it cant
bind it, and then click "speed guide". Under windows it will display the port
number you set up earlier (the one that is allready occupied and it failed to
bind), under Wine it will display 0 and save it.
Yes, this is uTorrent bug (according to MSDN you cant call getsockname on
sockets that have no port binded to it), but Wine should follow Windows bug for
bug.
--
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=8514
Summary: getsockname not bug compatible with windows?
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: citizenr(a)gmail.com
http://msdn2.microsoft.com/en-us/library/ms738543.aspx
>msdn:
>The getsockname function retrieves the current name for the specified socket
descriptor in
>name. It is used on the bound or connected socket
_bound or connected socket_, but if you call it just after you tried to bind
socket to XXXX port, and it Failed, it will
-XP SP2- return XXXX in sin_port sockaddr structure
-Wine - return 0 in sin_port sockaddr structure
--
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=8440
------- Additional Comments From wine.dev(a)web.de 2007-27-05 07:51 -------
The log is missing the Part, when the serial Port was opened.
(I expect to see the log near GetDefaultCommConfig / CreateFile)
Your app is using 2400 baud now.
This is not the fixed Speed, that wine reported before (38400)
and not the Speed, that wine is returning, when no Settings
in the Registry where found (9600).
When your System is to slow for a recompile, you can use a binary Release.
The wrong reported Speed (38400) was fixed in "wine-0.9.34", so when you try
wine-0.9.33 (normal speed) and wine-0.9.34 (slow), the fix mentioned above
might be the reason.
You can change the Settings in an actual with winspool.ConfigurePort:
#include <windows.h>
int main(int argc, char **argv)
{
if (argc > 1) {
ConfigurePort(NULL, NULL, argv[1]);
}
}
--
By by ... Detlef
--
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=8499
------- Additional Comments From dank(a)kegel.com 2007-27-05 07:50 -------
Last I checked, you need not only to install mono,
but you also have to set a couple registry entries.
wget http://kegel.com/wine/winetricks
sh winetricks mono11
will install a (possibly oldish) windows mono and
set the following registry keys:
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v1.1.4322]
"Install"=dword:00000001
"SP"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\policy\v1.1]
"4322"="3706-4322"
which were found by trial and error to be needed.
So before you conclude installing mono didn't help,
make sure you check out those registry keys.
--
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=8511
------- Additional Comments From dank(a)kegel.com 2007-27-05 07:45 -------
Thanks! (And if you're at all in the mood, do consider
submitting a patch to fix this.)
BTW what's the symptom in your app, i.e. how does this cause failure?
And is your app publically available?
--
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=8513
Summary: SO_REUSEADDR doesnt work?
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: citizenr(a)gmail.com
download http://smallsrv.com/
download http://download.utorrent.com/
- run utorrent, in options set port to yourutorrentport
- run in command line $wine http.exe port=yourutorrentport
app will complain 'could not bind socket', Same app works under XP SP2 and
hijacks utorrent port
http://msdn2.microsoft.com/en-us/library/ms740621.aspx
--
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=8512
Summary: Saving in Google SketchUp6 doesn't work
Product: Wine
Version: 0.9.37.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: icyfeet(a)gmx.net
Trying to save *.skp causes Google Sketchup incl. wine to crash. Autosave seems to
work.
--
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=7821
------- Additional Comments From kelfe(a)gmx.de 2007-27-05 05:47 -------
is is also affecting the starmap in multiple ways, best visible if you select
star color to show by security (no stars vs. colored galaxy)
from debugging it looks like
stateblock->wineD3DDevice->strided_streams.u.s.position_transformed is always
false, which turns transformed to always false as well
--
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=7591
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-27-05 05:11 -------
Lei, Wine on my box have no issue about that:
I just have installed ICA16.exe fine on a local
X session.
* Christian wrote:
|
| To make things even more interesting I do not get the
| crash if I redirect the err output to a file ie:
|
| $wine "c:\\windows\\temp\\disk1\\setup.exe" 2>err.txt
|
| It just run normally as expected, you get the crash only
| if the err output is not redirected to a file.
This could be related to Wine bug where
GetStdHandle() always returns valid handles even
when an app isn't CUI and when its output wasn't
redirected. But I perfectly may be wrong, as
"C:\\windows\\temp\\disk1\\setup.exe" is a Win16
binary, not Win32...
For me redirecting Wine' stderr to a file doesn't
bring changes. Christian, please retest.
--
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.