search for: wsock32

Displaying 20 results from an estimated 278 matches for "wsock32".

2005 Jan 14
1
Looking for some guidance on an issue
...entries and DLLs over from a Win98 install of it and now it launches fine. I'm even able to authenticate to the server, but immediately get an error about not being able to connect to the database. The only errors that I see in the trace are: err:module:import_dll No implementation for WSOCK32.dll.1140 imported from L"C:\\windows\\system\\libnspr21.dll", setting to 0xdeadbeef err:module:import_dll No implementation for WSOCK32.dll.1141 imported from L"C:\\windows\\system\\libnspr21.dll", setting to 0xdeadbeef err:module:import_dll No implementation for WSOCK32.dll.1...
2008 Nov 28
1
Red Alert / Red Alert II / Tiberium Sun: Overriding wsock32.dll to avoid IPX
...Alert II (Orginal RA is not on the first page of Google results...), but it requires Wine to be run as root. Since I do not have IPX installed and I'm not normally in a mood to recompile my kernel, and the Windows users that I want to play against do want to install IPX, I downloaded a patched wsock32.dll from http://www.understorm.net/ . According to the site, it lets the games multiplayer run over UDP. Without the patched DLL, RA2 does not enter the LAN screen, while with the patch it actually enters it. I cannot see games though. Now the question: When setting the override for wsock32 in Wi...
2009 Jan 27
4
Network play in Command & Conquer: Red Alert 2
Hello, I have installed C&C: Red Alert 2 in Ubuntu. Now I want to play in a network. I have already put the wsock32.dll [1] into the game directory and have set up an overwrite rule for wsock32 in winecfg. It should replace the IPX protocol with UDP protocol. Now there is a network card shown in the settings [2] and the network menu opens ingame now. I have set up Red Alert 2 on different machines but they don...
2002 Jun 24
1
WinSock & Wsock32
...g, I think! I am starting with a fresh config file from the 20020605 wine distro and trying to get the ARS Remedy User win32 based software running. Part way through the install it tell me I need to install "Winsock 2". By this I am assuming it is looking for the 32-bit winsock Dll's, wsock32.dll * ws2_32.dll. I have tried many variations of wsock32, ws2_32 & winsock in the DllOveride section all as "builtin" and I am using the "--debugmsg +loaddll" on the commandline but do not see the .dll being loaded. What the heck am I doing wrong? Why can't I see the...
1999 Jun 14
1
Win95 and wsock32.dll...
Hi, everyone! Can someone tell me why after configuring our Win95 clients as Samba clients (using tcp/ip and Microsoft Network) all browsers as well as ftp complain that there is no socket connection or that wsock32.dll is not available? Samba as well as email works fine and I did not have this problem with Win98 clients. The clients I am talking about use older versions of Win95. Earlier they ran as PC-NFS clients, which I think may have something to do with it. Thanks in advance, Olof /////////////////...
2001 Nov 15
1
Checkpoint FW-1 NG Policy Editor
...ry again. Then I copied the files from an win2000 system and copied the dlls that wine said to be needed in the same directory. So, if I start with: wine FwPolicy.exe Following output: err:win32:PE_FindExportedFunction module not found for forward 'MSWSOCK.GetTypeB yNameA' used by 'WSOCK32.dll' err:win32:PE_fixup_imports No implementation for WSOCK32.dll.1113 imported from E:\fw-1ng\CPNetwork.dll, setting to 0xdeadbeef err:win32:PE_FindExportedFunction module not found for forward 'MSWSOCK.GetAddre ssByNameA' used by 'WSOCK32.dll' err:win32:PE_fixup_imports No im...
2012 Feb 04
2
Moving CPP hackery
JonY wrote: > Looks like there are some missed defines in the test_libFLAC++. Attached > patch fixes that. Good one. Thanks. > Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything > to ws2_32, suggest changing to -lwsock32 to -lws2_32 in configure.ac. > Additionally, using -lwsock32 on Cygwin is wrong. Fix in config.txt. For that I think I'd prefer to purge all use of ntohl. Will make that a high priority....
2001 Aug 19
3
microsoft sql query analyzer
...an enter the sql server name and user name and password. in the sql client utility it is setup for tcpip with an alias for the server name and the ip address. it tries to connect then comes back with an error: [Microsoft][ODBC SQL SERVER DRIVER][TCP?IP SOCKET]General network error odbc32 is native wsock32 is native winsock is native any ideas Ibrahim Hamouda
2012 Feb 04
0
flac-dev Digest, Vol 87, Issue 10
...d provide a patch if anything breaks. I will hold off > > on any further hacking for a couple of days to give you guys time to > > test this. > > > > Hi, > > Looks like there are some missed defines in the test_libFLAC++. Attached > patch fixes that. > > Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything > to ws2_32, suggest changing to -lwsock32 to -lws2_32 in configure.ac. > Additionally, using -lwsock32 on Cygwin is wrong. Fix in config.txt. > > I also suggest changing all the switch-case statements in configure.ac > to AS_...
2004 Feb 17
2
BBO doesnt work properly
...ng to server), which makes no sense. it cant be anything related to firewall etc. because when i tried to run this program under winex network worked fine, and i was able to play (yet the display is screwed up under winex...) i have a win9x fake install. i tried to use winsock.dll, ws2_32.dll and wsock32.dll from my windows install, but i get an error: err:module:import_dll Loading module (file) WSOCK32.dll (which is needed by L"Z:\\home\\kuba\\.wine\\fake_windows\\bbo\\NetBridgeVu.exe") failed (error c0000020). any hints? -- regards, kuba
2008 Nov 29
1
Re: Red Alert / Red Alert II / Tiberium Sun: Overriding wsock32.
Using posix file capabilties you can give wine only root permissions for creating raw sockets. A lot of distributions are doing something similar these days for ping which also required complete root permissions before.
2008 Dec 01
0
Re: Red Alert / Red Alert II / Tiberium Sun: Overriding wsock32.
When I worked on Wine's ipx code for Red Alert and friends posix file capabilities weren't around yet. I haven't used them yet. You can find info about it on http://www.ibm.com/developerworks/library/l-posixcap.html I think that you need to set the property on wineserver.
2004 Dec 08
1
WINSOCK 2 Not Installed Problem
Dear Friends, I am Using wine-0.20041019-1.rhfc3.nr.i386.rpm on Fedora Core 3. I copied /etc/wine/Config to ~/.wine/config and modified as follows. [dlloverride] ...... "winsock" = "native" "wsock32" = "native" Created empty file winsock.dll in ~/.wine/windows_c/Windows Created empty file wsock32.dll in ~/.wine/windows_c/Windows/system and then tried to Install Firebird RDBMS using wine. but it still prompts me "winsock 2 Not Installed" Can somebody help me in resol...
2012 Feb 04
3
Moving CPP hackery
Hi all, especially David Yeo and JonY, I've started moving compiler specific CPP hacker into a separate file at include/share/compat.h. Eventually I hope to be able to move all of the require CPP hackery for $random_compiler into this file and have any C file which needs any compiler specific tweak to include this new compatibilty header. My belief is that one this CPP hackery is all in one
2001 Oct 16
0
Wine without X.
...0 (No such file or directory), ignoring drive A: Could not load graphics driver 'x11drv' err:module:BUILTIN32_dlopen failed to load .so lib for builtin ws2_32.dll: /usr/local/wine/lib/libws2_32.so: undefined symbol: PostMessageA err:module:PE_fixup_imports Module (file) ws2_32.dll needed by wsock32.dll not found err:module:load_library can't load wsock32.dll err:module:BUILTIN32_LoadLibraryExA loaded .so but dll wsock32.dll still not found (program executes and creates the output successfully) sample output from the internal server: webdev:/usr/local/wine/bin# /usr/local/wine/bin/wine --...
2010 Dec 24
1
Red alert 2 network play
...ome data: I'm using wine 1.2.1 on Ubuntu 10.04, with kernel 2.6.32-27-generic the game is Red alert 2, with patch 1.006. What I would like to do is playing LAN games, using the UDP patch given at understorm at http://www.understorm.net/downloads/ts_ra2_lanpatch_1_00.zip What I made is copy the wsock32.dll file in the same directory where the Ra2.exe file is (the name of the executable file I play with), but it doesn't seem to work (it should, since I know for sure the patch runs on Windows, and I've heard about other people, in other posts in this forum, that in the end succeded in playi...
2002 Nov 21
2
Kazaa lite and mandrake 9
...\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41766000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x419ce000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x419bd000) *** Invalid address 0x7800003c (WININET.DLL..reloc+0x1d1403c) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41766000)...
2011 Oct 16
4
cant launch day of defeat
...6ac3d000-6ac5f000 Deferred iphlpapi<elf> \-PE 6ac40000-6ac5f000 \ iphlpapi ELF 6bbdf000-6bc94000 Deferred gdi32<elf> \-PE 6bbf0000-6bc94000 \ gdi32 ELF 6bf64000-6bffe000 Deferred libfreetype.so.6 ELF 73332000-7334c000 Deferred wsock32<elf> \-PE 73340000-7334c000 \ wsock32 ELF 743d0000-743f8000 Deferred libexpat.so.1 ELF 744b4000-744b7000 Deferred libxau.so.6 ELF 7714f000-7718b000 Deferred d3d9<elf> \-PE 77160000-7718b000 \ d3d9 ELF 7aabb000-7ac47000 Deferred...
2009 Jan 15
3
Game in console mode without X environment
....so.2 ELF 7eb45000-7eb64000 Deferred iphlpapi<elf> \-PE 7eb50000-7eb64000 \ iphlpapi ELF 7eb64000-7eb91000 Deferred ws2_32<elf> \-PE 7eb70000-7eb91000 \ ws2_32 ELF 7eb91000-7ebab000 Deferred wsock32<elf> \-PE 7eba0000-7ebab000 \ wsock32 ELF 7ebab000-7ec00000 Deferred advapi32<elf> \-PE 7ebc0000-7ec00000 \ advapi32 ELF 7ec00000-7ec9e000 Deferred gdi32<elf> \-PE 7ec10000-7ec9e000 \...
2012 Feb 08
4
Kindle PC 1.8.1 and wine 1.3.32
...\-PE 7e0c0000-7e0e8000 \ wintrust ELF 7e0e8000-7e1a2000 Deferred crypt32<elf> \-PE 7e0f0000-7e1a2000 \ crypt32 ELF 7e1a2000-7e1c5000 Deferred iphlpapi<elf> \-PE 7e1b0000-7e1c5000 \ iphlpapi ELF 7e1c5000-7e1e0000 Deferred wsock32<elf> \-PE 7e1d0000-7e1e0000 \ wsock32 ELF 7e1e0000-7e204000 Deferred imm32<elf> \-PE 7e1f0000-7e204000 \ imm32 ELF 7e204000-7e310000 Deferred oleaut32<elf> \-PE 7e220000-7e310000 \ oleaut32 ELF 7e310000-7e34e000 Deferre...