For$
<!-- begin site header -->
<div id=

Author Topic: User not premium  (Read 19193 times)

jamesl22

  • Newbie
  • *
  • Posts: 9
    • View Profile
User not premium
« on: May 07, 2011, 08:36:01 pm »
Hi,

When trying to login to mineserver I get a "User Not Premium" error. How can I fix this?

James

thegk01

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: User not premium
« Reply #1 on: May 07, 2011, 08:49:45 pm »
Did you buy minecraft?  :D
// A wild INCONSISTENCY appears!
//
//  --------------
// | >FIGHT  PkMn |
// |  ITEM   RUN  |
//  --------------
//
// deoxxa uses MACRO ATTACK!

from plugin.h

jamesl22

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: User not premium
« Reply #2 on: May 07, 2011, 08:57:01 pm »
I did. But several of my friends have not. Anyway, thats not the point. How do you ditch the error? I know its checking with minecraft.net. In the java server you have Online-mode = false but what in mineserver?
« Last Edit: May 07, 2011, 09:00:32 pm by jamesl22 »

Fador

  • Administrator
  • Full Member
  • *****
  • Posts: 126
    • View Profile
Re: User not premium
« Reply #3 on: May 07, 2011, 09:03:44 pm »
We have this in the config.cfg:

# Validate usernames against minecraft.net?
system.user_validation = false;

jamesl22

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: User not premium
« Reply #4 on: May 07, 2011, 09:07:11 pm »
Hi,

Thanks for the reply. I already have this in my config.cfg.

James

thegk01

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: User not premium
« Reply #5 on: May 07, 2011, 09:12:32 pm »
 :o
Is there any error in the server console, too?
// A wild INCONSISTENCY appears!
//
//  --------------
// | >FIGHT  PkMn |
// |  ITEM   RUN  |
//  --------------
//
// deoxxa uses MACRO ATTACK!

from plugin.h

jamesl22

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: User not premium
« Reply #6 on: May 07, 2011, 09:15:09 pm »
It says:

[20:09:47] Packets: Handshake: No validation required for player jms29
[20:09:48] sockets.cpp:98::client_callback(): Socket closed properly

But username is jamesl22 not jms29?? Something to do with character encoding parhaps?

BTW, server is linux running latest from git and client is windows running latest minecraft.
« Last Edit: May 07, 2011, 09:16:41 pm by jamesl22 »

thegk01

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: User not premium
« Reply #7 on: May 07, 2011, 09:17:50 pm »
Yes, this is a different problem (Notch changed from UTF-8 to UTF-16, see here: http://mineserver.be/forums/index.php?topic=408.0), but I had no problem to connect with the newest version. I don't think that these errors are connected at all.
// A wild INCONSISTENCY appears!
//
//  --------------
// | >FIGHT  PkMn |
// |  ITEM   RUN  |
//  --------------
//
// deoxxa uses MACRO ATTACK!

from plugin.h

kiki64

  • Developer
  • Newbie
  • ****
  • Posts: 3
    • View Profile
Re: User not premium
« Reply #8 on: May 07, 2011, 09:19:00 pm »
This commit might help your cause.  Not sure if it will help you or not but might be the fix.

https://github.com/MitchellMarx/mineserver/commit/d16606a2f6a7207776425dceb3e6f947aedff11c

You may want to try his fork to see if that will work for you as well.

jamesl22

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: User not premium
« Reply #9 on: May 07, 2011, 09:26:54 pm »
Excellent, thats fixed it. Thanks.

Do you know if theres a fix for UTF-16 on its way?

Rain

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: User not premium
« Reply #10 on: May 13, 2011, 09:01:18 am »
Русский : Привет, выложите пожалуйста mineserver с исправленной ошибкой, связанной с "user not premium"
English : Hi , please submit mineserver the revised error associated with the "user not premium"

thegk01

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: User not premium
« Reply #11 on: May 14, 2011, 11:32:59 am »
Русский : Привет, выложите пожалуйста mineserver с исправленной ошибкой, связанной с "user not premium"
English : Hi , please submit mineserver the revised error associated with the "user not premium"

I thought jamesl22 solved the problem?
And write here only in English, please ;) If everybody would write in his/her mother language here, we could close the forum because everybody is writing in other languages.

thegk01
// A wild INCONSISTENCY appears!
//
//  --------------
// | >FIGHT  PkMn |
// |  ITEM   RUN  |
//  --------------
//
// deoxxa uses MACRO ATTACK!

from plugin.h

davidribeiro

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: User not premium
« Reply #12 on: May 26, 2011, 08:55:00 am »
Is there a way to fix this on windows, where the commit is not an option? 

Thank you.

Eclipse412

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: User not premium
« Reply #13 on: August 28, 2011, 01:03:57 am »
BUMP
Is there a fix for this? Tried the fix no help.