http://bugs.winehq.org/show_bug.cgi?id=33060
Bug #: 33060 Summary: cannot enter game room automatically with 11game platform Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lightning1141@gmail.com Classification: Unclassified
1. Download 5211Game.exe from http://www.5211game.com/down.aspx
2. install with wine $wine 5211setup.exe
3. start from wine $ cd ~/.wine/drive_c/Program\ Files\ (x86)/11game/ && wine 11Game.exe
4. login and setting DotA login then click DOTA item, setting war3.exe to start by 11game platform
5. start DotA chose a room like DotA6.77*** then click "创建游戏" to creat a new game.
war3.exe will start automatically but I cannot enter the game, I enter LAN to see if there's any room but none.
this happens from the version of 11game platform 1.1.4.1 to 1.1.5.8
http://bugs.winehq.org/show_bug.cgi?id=33060
Light Ning lightning1141@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com, | |lightning1141@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33060
Light Ning lightning1141@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.5211game.com/dow | |n.aspx
http://bugs.winehq.org/show_bug.cgi?id=33060
--- Comment #1 from Light Ning lightning1141@gmail.com 2013-02-25 03:47:39 CST --- A test account (平台帐号) username: Linux_cn password: light1141ning
http://bugs.winehq.org/show_bug.cgi?id=33060
Light Ning lightning1141@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.5.24
http://bugs.winehq.org/show_bug.cgi?id=33060
Light Ning lightning1141@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|lightning1141@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=33060
Light Ning lightning1141@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.5211game.com/dow |http://www.5211game.com/dow |n.aspx |n.html
http://bugs.winehq.org/show_bug.cgi?id=33060
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33060
--- Comment #2 from Austin English austinenglish@gmail.com 2013-02-25 12:58:24 CST --- Please attach the terminal output.
http://bugs.winehq.org/show_bug.cgi?id=33060
--- Comment #3 from Light Ning lightning1141@gmail.com 2013-02-25 22:29:32 CST --- Created attachment 43718 --> http://bugs.winehq.org/attachment.cgi?id=43718 wine 11game.exe
$ cd ~/.wine/drive_c/Program\ Files\ (x86)/11game/ $ wine 11Game.exe &> war3.log
http://bugs.winehq.org/show_bug.cgi?id=33060
--- Comment #4 from Light Ning lightning1141@gmail.com 2013-03-01 03:13:08 CST --- I have tested in clean wineprefix and also tested after $ wineticks ie7 / $ winetricks wininet / $ winetricks msxml{3,4} / $ winetricks jscript but they all didn't work. sorry for my poor english
http://bugs.winehq.org/show_bug.cgi?id=33060
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jactry92@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=33060
--- Comment #5 from Qian Hong fracting@gmail.com --- err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
Looks like the application want cap_net_raw permission.
Does it help if you run `sudo setcap cap_net_raw+epi /usr/bin/wine-preloader` and then restart the application?
Not sure why, but after setcap Wine services.exe crash for me again and again. If that happen to you, you can use `sudo setcap -r /usr/local/bin/wine-preloader` to clear capability.
Instead, you could try install and run the application using root, however it is really not recommended to run Wine as root in daily usage, just a proof of concept.