theli-ua / garenahon

Launcher to use Heroes of Newerth native Linux client to connect to Garena HoN
31 stars 17 forks source link

Some feedback (mostly bugs) #6

Closed asamy closed 8 years ago

asamy commented 11 years ago

Hi,

Here are some odd stuff I encountered when launching this script:

  1. Locale issue
$ ./cis.command 
~/HoN ~/HoN
./cis.command: line 4: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
Failed to read current and latest versions
checking for HoN updates
Found latest appropriate version: 2.6.33.0
started httpserver...
starging hon
Patching interface
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
warning: The VAD has been replaced by a hack pending a complete rewrite

(process:25451): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
  1. Shop issue, gives connection failed, this I cannot give more detailed information about it because the script does not throw any error.
  2. Login issue; When logging with wrong account name/password the server returns an empty response and the script throws an exception: http://codepad.org/NdDJQ2rY

This is it for now, If i find anything new, i'll post a new issue or update this one if it's related.

OS: ArchLinux 32bit Python version: 3 and 2 (I think the script uses 3, not sure since I'm not a python coder) game console.log: ~/Heroes of Newerth/cis/game/console.log

Goodluck!

theli-ua commented 11 years ago
I think the script uses 3, not sure since I'm not a python coder

Actually script was initially written for 2.7 but other versions' support was added for completeness.

Shop issue, gives connection failed, this I cannot give more detailed information about it because the script does not throw any error.

well, i was more interested in game's log, not script's

asamy commented 11 years ago

Quiet sure I uploaded console.log... http://speedy.sh/VtEs4/console.log Also it seems the script is currently using Python 3 because of:

  File "/usr/lib/python3.3/socketserver.py", line 306, in _handle_request_noblock
    self.process_request(request, client_address)
asamy commented 11 years ago

Any progress on this? Also, please give the shop issue top priority; I really need the shop ;-(

theli-ua commented 11 years ago

I haven't even looked at it tbh. I'm not playing hon and never actually played on garena. I do not plan to buy any shells so I dont even know how to test for that issue.

On Sun, Jan 13, 2013 at 10:44 PM, Allan Ference notifications@github.comwrote:

Any progress on this? Also, please give the shop issue top priority; I really need the shop ;-(

— Reply to this email directly or view it on GitHubhttps://github.com/theli-ua/garenahon/issues/6#issuecomment-12199871.

theli-ua commented 11 years ago

also, I just checked - spending gold/silver coins wrks perfectly fine for me. I can't test purchasing gold via shells anyway. You may fix that yourself and provide a pull request

On Sun, Jan 13, 2013 at 10:45 PM, Anton Romanov theli.ua@gmail.com wrote:

I haven't even looked at it tbh. I'm not playing hon and never actually played on garena. I do not plan to buy any shells so I dont even know how to test for that issue.

On Sun, Jan 13, 2013 at 10:44 PM, Allan Ference notifications@github.comwrote:

Any progress on this? Also, please give the shop issue top priority; I really need the shop ;-(

— Reply to this email directly or view it on GitHubhttps://github.com/theli-ua/garenahon/issues/6#issuecomment-12199871.

asamy commented 11 years ago

Well, spending gold coins isn't the issue but converting garena shells to gold, do you know any other way of doing this? like on their website or something you know.

Yeah, okay, I'll have a look at that and try to fix it; will update this issue if I get to fix it.