Displaying 20 results from an estimated 24 matches for "wsastartup".
2011 Feb 08
2
WSAStartup failure
Hi,
I added the Windows::WSA module to windows-pr recently (it''s in the latest
git repo). However, I can''t seem to make WSAStartup work. I tried the
following bit of code, only to get "The Windows Sockets version requested is
not supported" on my Vista box.
Is it really not supported on Vista? The docs say Win2k or later. Or is
there another issue?
require ''windows/wsa''
require ''windows/e...
2007 Dec 10
0
Fwd: Wine Problem SOLVED
...e_nt_to_unix_file_name L" GLS.INI" not found in
/home/xe/.wine/dosdevices/c:/windows/GLS.INI
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\GLS.INI" not found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\\\windows\\GLS.INI"
(status c0000034)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WS_gethostname name 0x34c29c, len 255
trace:winsock:WS_gethostname <- 'xekh'
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:win...
2007 Dec 07
1
Wine Problem
...ne_nt_to_unix_file_name L"GLS.INI" not found in
/home/xe/.wine/dosdevices/c:/windows/GLS.INI
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\GLS.INI" not found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\\\windows\\GLS.INI"
(status c0000034)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WS_gethostname name 0x34c29c, len 255
trace:winsock:WS_gethostname <- 'xekh'
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:win...
2008 Jan 23
0
Running windows subversion client on Wine
...failed
Running just the client from the command line gives me this:
/tmp/svn-win32-1.4.6/bin$ export WINEDEBUG='-all,+winsock'
/tmp/svn-win32-1.4.6/bin$ wine svn.exe update ~/development/e-dj/
trace:winsock:DllMain 0x7eda0000 0x8 (nil)
trace:winsock:DllMain 0x7eda0000 0x1 0x1
trace:winsock:WSAStartup verReq=2
trace:winsock:WSAStartup succeeded
trace:winsock:WSAStartup verReq=202
trace:winsock:WSAStartup succeeded
svn: Network socket initialization failed
trace:winsock:DllMain 0x7eda0000 0x0 0x1
The excerpt o code within SVN that's returning this error is at session.c:
/* Can we initializ...
2005 Apr 06
0
Freelancer Gameserver - DirectPlay problem
...net.dll, native dpnaddr.dll
--------------------------------------------------------------------------------------------------------------
fixme:msvcrt:_setmbcp Unreal codepages (e.g. -3) not implemented
fixme:ole:CoRegisterMessageFilter stub
trace:winsock:DllMain 0x42ba0000 0x1 (nil)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:DllMain 0x42ba0000 0x2 (nil)
trace:winsock:DllMain 0x42ba0000 0x3 (nil)
trace:winsock:DllMain 0x42ba0000 0x2 (nil)
trace:winsock:DllMain 0x42ba0000 0x2 (nil)
trace:winsock:DllMain 0x42ba0000 0x2 (nil)
err:ole:CoInitializeEx Attempt to chan...
2009 Feb 06
0
winsock errror for ioctl cmd 9800000c in wine 1.14
Hi,
When running program that works fine under XP, with wine I have a
problem. Running with trace on gives the following output:
trace:winsock:DllMain 0x7eba0000 0x2 (nil)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WS_socket af=2 type=2 protocol=0
trace:winsock:WSASocketA af=2 type=2 protocol=0 protocol_info=(nil)
group=0 flags=0x1
trace:winsock:WSASocketW af=2 type=2 protocol=0 protocol_info=(nil)
group=0 flags=0x1
trace:winsock:WSASocketW...
2008 May 22
0
Socket timeout...
...0sec give me error about connection timeout...
Tested on wine: 1.0rc1, 0.9.61 0.9.60
log from second computer:
mrozycka at rozycka:~/.wine/drive_c/Program Files/Internet Explorer> wine "C:\\Program Files\VTLS\Virtua\Virtua.exe"
trace:winsock:DllMain 0x7dfb0000 0x1 (nil)
trace:winsock:WSAStartup verReq=202
trace:winsock:WSAStartup succeeded
trace:winsock:WS_socket af=2 type=1 protocol=0
trace:winsock:WSASocketA af=2 type=1 protocol=0 protocol_info=(nil) group=0 flags=0x1
trace:winsock:WSASocketW af=2 type=1 protocol=0 protocol_info=(nil) group=0 flags=0x1
trace:winsock:WSASocketW cr...
2004 Aug 06
2
libshout API change needed?
(I think this may have come up before and then gotten dropped.)
libshout may need two additional API methods: libshout_init and
libshout_shutdown.
libshout itself currently has no use for these functions, but they
would be used to call the init and shutdown hooks in the net
library. When this library is built with thread support, it uses these
hooks to create and destroy a library-wide mutex.
2009 Feb 09
2
Problem setting up a server on UDP port 59
I have a program that sets up a server on UDP port 59; it runs with no
problem under windows XP. Under wine it fails, the log shows "Permission
denied" for the WS_bind function.
Has anyone else seen this? Does anyone know how to work around this?
trace:winsock:WSAStartup succeeded
trace:winsock:WS_socket af=2 type=1 protocol=0
trace:winsock:WSASocketA af=2 type=1 protocol=0 protocol_info=(nil)
group=0 flags=0x1
trace:winsock:WSASocketW af=2 type=1 protocol=0 protocol_info=(nil)
group=0 flags=0x1
trace:winsock:WSASocketW created 0048
trace:winsock:WS_bind...
2005 Jan 08
1
Connection problems and weird WinSock warnings...
...ATE_RANGEFOGENABLE (00000030) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EXTENTS (0000008a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_VERTEXBLEND (00000097) value : 00000000 !
[Then I connect]
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WS_gethostbyname "droganor.no-ip.com" ret 0x40435c18
trace:winsock:WS_socket af=2 type=1 protocol=0
trace:winsock:WSASocketA af=2 type=1 protocol=0 protocol_info=(nil) group=0 flags=0x1
trace:winsock:WSASocketA created 01...
2004 Aug 06
0
libshout API change needed?
...lising through the functions. The thread module doesn't expose any
static initialisers, but we could make it do so (or just take the hacky
approach of using the pthread initialisers directly).
ock.c is harder. On unix, it doesn't need to do anything, so it's ok. On
windows, it calls WSAStartup() (and WSAShutdown() on shutdown). I assume
those are neccesary for some reason. I'm not sure what to do about those...
Ideas?
Mike
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to...
2003 Jul 26
0
compile problems with libwine
...ordkonsole2.exe.so Game.o KoordKonsole.o Marshalling.o Network.o Socket.o Sync.o koordkonsole2.exe.spec.o -L/usr/lib/wine/ -lwine -lwine_unicode -lwine_uuid -lm
KoordKonsole.o: In function `main':
/home/andreas/src/c++/KoordKonsole2.3_wine/KoordKonsole.cpp:17: undefined reference to `WSAStartup'
/home/andreas/src/c++/KoordKonsole2.3_wine/KoordKonsole.cpp:26: undefined reference to `WSACleanup'
Network.o: In function `CPosServerSocket::Create(unsigned short, Game&)':
/home/andreas/src/c++/KoordKonsole2.3_wine/Network.cpp:49: undefined reference to `_beginthread'
Network...
2009 Nov 26
1
[PATCH] daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).
We should try to replace readlinkat with {a,x}readlinkat, but I'll
leave that to a future change.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part
2013 Apr 04
0
Changing HTTP proxy configurations at run time
...nanohttp.c
===================================================================
--- src/modules/internet/nanohttp.c (revision 62488)
+++ src/modules/internet/nanohttp.c (working copy)
@@ -255,15 +255,12 @@
WSADATA wsaData;
#endif
- if (initialized)
- return;
-
#ifdef _WINSOCKAPI_
if (WSAStartup(MAKEWORD(1, 1), &wsaData) != 0)
return;
#endif
- if (proxy == NULL) {
+ proxy = NULL;
proxyPort = 80;
env = getenv("no_proxy");
if (env && ((env[0] == '*') && (env[1] == 0)))
@@ -287,7 +284,7 @@
#endif
proxyUser = xmlMemStrdup(env);
}
-...
2013 Sep 27
0
Wine release 1.7.3
...ly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.7.3 (total 48):
4473 WSAStartup not needed before socket() call
13901 Some buttons are hidden by a strange coloured band
23272 FFFTP: shows only the first line of the Japanese legend.
24016 League of Legends news missing in main window
24175 Resident Evil 5 benchmark: crashes in fullscreen
24431 League of Legends s...
2013 Nov 15
0
Wine release 1.6.1
...ORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.6.1 (total 58):
2770 Powerbullet Presenter 1.44: Powerbullet.dll registration fails (Armadillo v4.x software protection fails at checkpoint L5, error 0x17)
4473 WSAStartup not needed before socket() call
18744 Mp3Tag: Column headers in list view incorrectly redrawn
23839 Neverwinter Nights 2 can't detect video adapter properly, claiming: "Your video card has less than 128 MB of video memory"
25754 Excel Workbook with Macros Is not Running : Get...
2011 Mar 04
0
Wine release 1.3.15
.... Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.15:
11965 gethostbyname requires a successful WSAStartup invocation before performing an operation
12583 clipboard monitor is not working in PSPad
14412 staruml can't load examples
16551 install fails - msi_cabextract FDICopy fails
18153 Wizard101 will not load
18598 Source Insight: Window Title Bar does not get updated with the new fi...
2014 Jul 11
0
Wine release 1.7.22
...dssenh/tests: Add tests for the default encryption chaining mode.
rsaenh/tests: Add tests for the default encryption chaining mode.
rsaenh/tests: Add more AES encrypt/decrypt tests.
ws2_32: Only declare IPX support if the required definitions are found.
ws2_32: Improve WSAStartup/WSACleanup tracing.
dnsapi: Do not fail if NETDB_INTERNAL is not present.
winspool: Fix a leak in DocumentPropertiesA (valgrind).
Erich Hoover (1):
advapi32: Implement RegSetKeySecurity on top of NtSetSecurityObject.
Fran?ois Gouget (1):
shlwapi/tests: Make test_PathIsRela...
2008 Dec 18
5
EverQuest - worked once, but no more
...ret=005c30e1
> 0009:Call ntdll.RtlFreeHeap(00bf0000,00000000,00bf89b8) ret=005b63d4
> 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=005b63d4
> 0009:Call KERNEL32.CloseHandle(00000058) ret=005baf4b
> 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=005baf4b
> 0009:Call ws2_32.WSAStartup(00000101,0032f954) ret=004cbe33
> 0009:Ret ws2_32.WSAStartup() retval=00000000 ret=004cbe33
> 0009:Call KERNEL32.GetSystemTimeAsFileTime(0032e874) ret=005b855b
> 0009:Ret KERNEL32.GetSystemTimeAsFileTime() retval=01c9612b ret=005b855b
> 0009:Call KERNEL32.GetLastError() ret=005bc221
&...
2009 May 08
0
Wine release 1.1.21
...(10):
notepad: Fix date format to match windows.
winetest: When extracting tests, run in console mode.
notepad: Don't append seconds to time format.
crypt32/tests: Print a better error if no Verisign root certificates available.
ws2_32/tests: Add initial tests for WSAStartup.
t2embed: Add stub dll.
winex11.drv: Remove an outdated comment.
wbemprox: Add stub dll.
winedump: Sign compare fixes.
d3d9/tests: Sign compare fix.
Christian Costa (3):
mciqtz32: Add support for MCI_GETDEVCAPS.
mciqtz32: Add support for MCI_WHERE.
m...