Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registration / login button has no visible effect except clearing password fields. #28

Open
mk-pmb opened this issue Dec 14, 2013 · 5 comments

Comments

@mk-pmb
Copy link

mk-pmb commented Dec 14, 2013

i tried to register, but all the submit button did was clear the password fields, no info on success or failure. to check for silent success, i then tried to login with the account i just attempted to register, but the login button had the same problem, only visible effect was to clear the password field.

  • i'm using Firefox 26.0 on Ubuntu precise.
  • the JS console sometimes reports "too much recursion" or "this.sink is null".
@twobob
Copy link

twobob commented Jan 31, 2014

https://code.google.com/p/fbug/source/detail?r=6306
just as a thought in case you wondered what the this.sink was talking about. It relates to setAsyncListener IIRC.

as for "too much recursion" that is - in general - a method that errantly calls itself.
haven't noticed that one...

So - with my magic guesswork hat on - I am going to guess you run firebug and possibly one other plugin and that those errors are coming from there....


Now re your actual issue:
I also run FF26 on Ubuntu 64 and have reported something similar to this here
NetEase/pomelo#400

Might I also add that you dont make it clear whether you were trying to run the online demo or an actual downloaded version of the client powered locally.

(This would make a difference to the likely things to check. I.E you have actually started the game-server for example)

It's not a solution but hope the background helps.

@twobob
Copy link

twobob commented Jan 31, 2014

Okay, So I went and tested this again just now.

" Register fail!" seems to be the message that is spat out if the user already exists.

However, the registration process does now, seemingly, work for FF 26.0 on Linux.

HOWEVER. as reported NetEase/pomelo#400 the actual screen will simply go blank once the 1->100% loading process is complete. so... still fail. However it works in Chrome.

Hope that helps

@mk-pmb
Copy link
Author

mk-pmb commented Jan 31, 2014

i'd be willing to test w/o Firebug as soon as any pomelo dev seems to care about firefox users.

@twobob
Copy link

twobob commented Jan 31, 2014

I did get a reply from Charlie on the OP about it. Can't comment on the politics (since I have no idea) but I could test it on a winwoes box possibly, see if the problem is Linux specific...

That might be half a plan I suppose. Could explain perhaps why it has gone unnoticed...
Next time I fire up a Microshaft box I will have a looksee.

@twobob
Copy link

twobob commented Jan 31, 2014

OK - so I tested it.

Works on Windows. Duh. So there you go... now we know. Charlie must run a MS box (or some other non-unix flavour) - time to do some digging for we linux folks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants