http://bugs.winehq.org/show_bug.cgi?id=34893
Bug #: 34893 Summary: LaTale Launcher gives WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions Product: Wine Version: 1.7.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: iyeru42@gmail.com Classification: Unclassified
tried using the regnum fix:
sudo setcap CAP_NET_RAW=ep /usr/bin/wine sudo setcap CAP_NET_RAW=ep /usr/bin/wineserver sudo setcap CAP_NET_RAW=ep LaTaleLauncher.exe
Also applied it to the ogplauncher, Still gave the error.
LaTale also requires GC_DONT_GC=1 before the wine command on the downloader for the client, since it's pandomediabooster.
Get the client here: http://latale.ogplanet.com/en/download/client.og
Pastebin: http://pastebin.com/FTT71zb1
http://bugs.winehq.org/show_bug.cgi?id=34893
--- Comment #1 from Ian iyeru42@gmail.com 2013-11-11 12:15:47 CST --- This is Ubuntu 13.10. This occurs on a clean wineprefix.
http://bugs.winehq.org/show_bug.cgi?id=34893
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2013-11-13 09:32:52 CST --- Does the game complains about socket problems? Your problem is more likely to be :
libGL error: failed to load driver: swrast libGL error: Try again with LIBGL_DEBUG=verbose for more details. err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly (using GL renderer "AMD Radeon HD 7900 Series", version "1.4 (2.1 (4.3.12614 Compatibility Profile Context 13.25.18))").
http://bugs.winehq.org/show_bug.cgi?id=34893
--- Comment #3 from Ian iyeru42@gmail.com 2013-11-13 15:43:36 CST --- Yep, Steam requires an extra bit to start it with proper GL Drivers too:
#!/usr/bin/env bash export LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu/dri:/usr/lib/i386-linux-gnu/fglrx:/usr/lib/i386-linux-gnu:gconv
steam
Doing this for LaTale requires me to first start the OGP Launcher (Since LaTale itself cannot be run directly. Launcher has to run it.)
So I have to go into the .wine/drive_c/Program\ Files\ (x86)/OGPlanet/USLauncher and create a file with
#!/usr/bin/env bash export LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu/dri:/usr/lib/i386-linux-gnu/fglrx:/usr/lib/i386-linux-gnu:gconv
GC_DONT_GC=1 wine ogplauncher.exe
It doesn't work, still yells at me with this:
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly (using GL renderer "AMD Radeon HD 7900 Series", version "1.4
Pastebin: http://pastebin.com/dEPbGbVN
No, I cannot install "ia32-libs" because that doesn't exist anymore. I've already added the i386 architecture anyway, and wine is using both i386 and amd64 packages, so that shouldn't be a problem. The fglrx driver from AMD (through jockey, or from the amd run file itself) both install only a 64-bit driver.
https://bugs.winehq.org/show_bug.cgi?id=34893
--- Comment #4 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=34893
Dave-C davec.bugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davec.bugs@gmail.com
--- Comment #5 from Dave-C davec.bugs@gmail.com --- (In reply to Austin English from comment #4)
This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
I get this error when running EVEMon 1.9.4
EveMon Error: EVEMon Version: 1.9.4.4609 .NET Runtime Version: 4.0.30319.17020 Operating System: Microsoft Windows NT 5.1.2600.196608 Service Pack 3 Executable Path: "C:\Program Files\EVEMon\EVEMon.exe"
System.Net.Sockets.SocketException: Error looking up error string at System.Net.Sockets.Socket..ctor (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) [0x00000] in <filename unknown>:0 at System.Net.NetworkInformation.Ping.SendPrivileged (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in <filename unknown>:0 at System.Net.NetworkInformation.Ping.Send (System.Net.IPAddress address, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in <filename unknown>:0 at System.Net.NetworkInformation.Ping.Send (System.String hostNameOrAddress, Int32 timeout, System.Byte[] buffer, System.Net.NetworkInformation.PingOptions options) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Net.NetworkInformation.Ping:Send (string,int,byte[],System.Net.NetworkInformation.PingOptions) at EVEMon.Common.Net.NetworkMonitor.IsNetworkAvailableManual () [0x00000] in <filename unknown>:0 at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in <filename unknown>:0 at EVEMon.Common.EveMonClient.Initialize () [0x00000] in <filename unknown>:0 at EVEMon.Program.Main () [0x00000] in <filename unknown>:0
Datafile report:
Diagnostic Log: 0d 0h 00m 00s > Starting up 0d 0h 00m 00s > EveMonClient.Initialize - begin
0d 0h 00m 00s > Handled exception System.EntryPointNotFoundException: CreateNLSocket at (wrapper managed-to-native) System.Net.NetworkInformation.LinuxNetworkChange:CreateNLSocket () at System.Net.NetworkInformation.LinuxNetworkChange.EnsureSocket () [0x00000] in <filename unknown>:0 at System.Net.NetworkInformation.LinuxNetworkChange.Register (System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler d) [0x00000] in <filename unknown>:0 at System.Net.NetworkInformation.LinuxNetworkChange.add_NetworkAvailabilityChanged (System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler value) [0x00000] in <filename unknown>:0 at System.Net.NetworkInformation.NetworkChange.add_NetworkAvailabilityChanged (System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler value) [0x00000] in <filename unknown>:0 at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in <filename unknown>:0
WineOutput: ... err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. ...
https://bugs.winehq.org/show_bug.cgi?id=34893
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net --- *** Bug 35796 has been marked as a duplicate of this bug. ***