http://bugs.winehq.org/show_bug.cgi?id=31908
Bug #: 31908 Summary: Garena Blackshot does login Product: Wine Version: 1.5.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: fael_mc@msn.com Classification: Unclassified
Created attachment 42007 --> http://bugs.winehq.org/attachment.cgi?id=42007 Terminal Log
Blackshot is a shooting game online. In counter striker style, free to play, which is increasingly popular.
Can be downloaded here: http://blackshot.garena.com/downloads/game-client
To test the game, it was necessary to install ie6 through winetricks, so that no launcher.exe beam. launcher.exe is where you login, to start playing. After ie6, launcher carried on as normal windows; so send login / password and Start Game.
After Trying to login ... the launcher.exe crashes, and the error screen appears. Believing be related to wininet, tried with a native wininet, but not so the launcher opens.
http://bugs.winehq.org/show_bug.cgi?id=31908
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42007|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #1 from Austin English austinenglish@gmail.com 2012-10-09 13:06:35 CDT ---
hiphop@hiphop:~/Documentos$ env WINEPREFIX="/home/hiphop/.local/share/wineprefixes/b-s" wine "/home/hiphop/.local/share/wineprefixes/b-s/drive_c/Program Files/Garena_BlackShot_LanCafe/GameData/Apps/BlackShot/BlackShot/launcher.exe"
you should cd to the directory first.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #2 from Fael Mc fael_mc@msn.com 2012-10-10 09:42:52 CDT --- (In reply to comment #1)
hiphop@hiphop:~/Documentos$ env WINEPREFIX="/home/hiphop/.local/share/wineprefixes/b-s" wine "/home/hiphop/.local/share/wineprefixes/b-s/drive_c/Program Files/Garena_BlackShot_LanCafe/GameData/Apps/BlackShot/BlackShot/launcher.exe"
you should cd to the directory first.
Thanks Austin English I did as you said:
cd "/home/hiphop/.local/share/wineprefixes/b-s/drive_c/Program Files/Garena_BlackShot_LanCafe/GameData/Apps/BlackShot/BlackShot"
env WINEPREFIX="/home/hiphop/.local/share/wineprefixes/b-s" wine launcher.exe
but continued with the same problem, the log remains the same.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #3 from Austin English austinenglish@gmail.com 2012-10-10 19:08:57 CDT --- The installer crashes here: fixme:winsock:interface_bind Broadcast packets on interface-bound sockets are not currently supported on this platform, receiving broadcast packets will not work on socket 0090. err:winsock:interface_bind Failed to bind to interface, receiving broadcast packets will not work on socket 0090. wine: Unhandled page fault on read access to 0x00000000 at address 0x43a63b (thread 0038), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0043a63b). Backtrace: =>0 0x0043a63b in blackshot_garenaplus_installer (+0x3a63b) (0x00dfe70c)
so I can't reproduce this.
http://bugs.winehq.org/show_bug.cgi?id=31908
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2012-10-10 19:13:56 CDT --- Austin, if possible try again in a kernel >=3.4 or revert 9f2f7600c5d79e243b6cd670c1506e273add99c6 to be sure it's not related to that change.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #5 from Austin English austinenglish@gmail.com 2012-10-10 19:57:42 CDT --- (In reply to comment #4)
Austin, if possible try again in a kernel >=3.4 or revert 9f2f7600c5d79e243b6cd670c1506e273add99c6 to be sure it's not related to that change.
This machine has 3.5.3, but for some reason it's still getting that error. I grepped around the kernel config, but can't find where to change it (may be a gentoo kernel issue).
Reverting that commit has some conflicts, but resetting to that commit then reverting it works. I'm hesitant to file a bug until I can get a kernel with LINUX_BOUND_IF support..
http://bugs.winehq.org/show_bug.cgi?id=31908
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ehoover@mines.edu Component|wininet |-unknown
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com 2012-10-10 20:21:10 CDT --- You can revert that patch manually on top of latest wine by commenting out lines 2260 and 2261:
else if (interface_bind(s, fd, &uaddr.addr)) in4->sin_addr.s_addr = htonl(WS_INADDR_ANY);
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #7 from Austin English austinenglish@gmail.com 2012-10-10 21:07:05 CDT --- (In reply to comment #6)
You can revert that patch manually on top of latest wine by commenting out lines 2260 and 2261:
else if (interface_bind(s, fd, &uaddr.addr)) in4->sin_addr.s_addr = htonl(WS_INADDR_ANY);
Yes, this also works around the crash.
http://bugs.winehq.org/show_bug.cgi?id=31908
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #8 from Erich Hoover ehoover@mines.edu 2012-10-10 23:48:10 CDT --- When I run the launcher it says that I can't run it in the US, do you guys have a way around this?
(In reply to comment #4)
Austin, if possible try again in a kernel >=3.4 or revert 9f2f7600c5d79e243b6cd670c1506e273add99c6 to be sure it's not related to that change.
Would it be possible to get a WINEDEBUG="+winsock" and a backtrace? You shouldn't actually have trouble with 9f2f7600c5d79e243b6cd670c1506e273add99c6 if you're on Linux, as commit 57019615b51378187b9a09be55e262dc664cfc4f adds the Linux support. I just got back from a trip, but I'll do my best to get this figured out ASAP.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #9 from Erich Hoover ehoover@mines.edu 2012-10-11 11:12:50 CDT --- It looks like I was misreading things a little bit last night when I took a look at this... as it appears that Austin is running into a separate issue from the original poster. Austin's issue is particularly odd given that he is getting the platform unsupported message, since in that case the code should do absolutely nothing. Anyway, I'll chat with Austin on IRC and see if I can resolve his issue and then I'll come back to see if I can help with this.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #10 from Fael Mc fael_mc@msn.com 2012-10-11 17:42:58 CDT --- Well, BlackShot not need to be installed to run effectively, in my case, I copied from a friend of mine, already installed, this works normal, I've seen this several times but always of Windows to Windows.
To do so, simply download and install on a Windows machine, and then copy to Linux.
If this is a possibility somewhat complicated, I understand. So I can get the installer, and help with whatever they need. Thank you.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #11 from Austin English austinenglish@gmail.com 2012-10-29 17:27:49 CDT --- FWIW, after http://source.winehq.org/git/wine.git/commitdiff/7ce6a2dfd434d8c61d5bd1525a5..., I can install it just fine.
Neither GarenaMessenger nor launcher.exe crashes for me when attempting to login (though I don't have a valid login, so maybe it will crash with a good one).
wine-1.5.16-59-gdf2c73a / no native dlls.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #12 from Erich Hoover ehoover@mines.edu 2012-10-29 22:13:12 CDT --- (In reply to comment #11)
FWIW, after http://source.winehq.org/git/wine.git/commitdiff/7ce6a2dfd434d8c61d5bd1525a5..., I can install it just fine.
Neither GarenaMessenger nor launcher.exe crashes for me when attempting to login (though I don't have a valid login, so maybe it will crash with a good one).
wine-1.5.16-59-gdf2c73a / no native dlls.
I thought we had resolved that the issue you were having was a configure issue and that you didn't need it defined either way?
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #13 from Fael Mc fael_mc@msn.com 2012-11-12 13:26:09 CST --- Thanks Austin English I made a new test with wine 1.5.17 now, the launcher opens normally but hangs so open, resolved by installing ie6 through winetricks, but after logging in to the launcher with the same error.
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #14 from Pinguim pgxz2013@yahoo.com.br 2013-02-10 10:45:41 CST --- Created attachment 43501 --> http://bugs.winehq.org/attachment.cgi?id=43501 Description
Wine 1.5.23 with 32bit libraries
Centos X86_64
http://bugs.winehq.org/show_bug.cgi?id=31908
Pinguim pgxz2013@yahoo.com.br changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pgxz2013@yahoo.com.br
--- Comment #15 from Pinguim pgxz2013@yahoo.com.br 2013-02-10 10:50:16 CST --- i Think this error its some about ssl connect, because the error line is sent after NPROTECT loading like "err:wininet:netcon_secure_connect_setup SSL_connect failed: 12057"
This game is a target of hackers etc, bacause that have hard protection about injections,
Wine 1.5.23 with 32 bit-s library
Centos 6.3 x86_64
After a lot of pain to install libraries, i do the installation of wine 1.5 from the source.
i play this game here in windows,, and i know after fix this.. he will play fine.
Thanks Pgxz
http://bugs.winehq.org/show_bug.cgi?id=31908
--- Comment #16 from Fael Mc fael_mc@msn.com 2013-06-24 09:03:52 CDT --- This bug has been resolved. Tested with http://blackshot.garena.com/downloads/game-client lan cafe version, with wine 1.6-rc2
But still the game does not run in wine, we got another bug 33876 "launcher error"
http://bugs.winehq.org/show_bug.cgi?id=31908
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #17 from Austin English austinenglish@gmail.com 2013-06-24 12:44:11 CDT --- (In reply to comment #16)
This bug has been resolved. Tested with http://blackshot.garena.com/downloads/game-client lan cafe version, with wine 1.6-rc2
But still the game does not run in wine, we got another bug 33876 "launcher error"
Fixed.
http://bugs.winehq.org/show_bug.cgi?id=31908
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org 2013-06-28 15:03:51 CDT --- Closing bugs fixed in 1.6-rc4.