Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Tech Support → [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 8

1

Topic: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

Hi, i want to upgrade my server from 1.85 to 1.99.7.1-PRO, I already use the magic-builder to generate the windows build.
The server works fine, but when I try to lock an account, put a "t" in the auth_lock column in the mysql bnet table and the pvpgn service stop working.
When i start service again in the log file bnetd.log, it shows next message:

Mar 25 23:21:25 [error] pvpgn::bnetd::account_get_boolattr_real: bad boolean value "t" for key "BNET\auth\lock"

How can i solve this issue ?

Thanks in advance
Best regards!

2

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

I believe it should be either 'true' or 'false'.
Pvpgn db does not take 't' as true.

3

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

anhdvu wrote:

I believe it should be either 'true' or 'false'.
Pvpgn db does not take 't' as true.

I know that, that's why I need help, because when I lock an account the bd receive a T insread 1 in the auth_lock column.

Hope Harpy can help me with this issue.
Thanks again

4

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

Hi, did u find any solution for this issue?

Thanks again!

5

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

You can see status of the issue on https://github.com/pvpgn/pvpgn-server/issues/301
For now I just created an issue and I'm waiting when xboi will fix it, because it had appeared after one of his commits.

Do not ask for support in PM.

6

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

HarpyWar wrote:

You can see status of the issue on https://github.com/pvpgn/pvpgn-server/issues/301
For now I just created an issue and I'm waiting when xboi will fix it, because it had appeared after one of his commits.


Thanks Harpy !

7

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

Fixed.

Добавлено: 23.05.2017 20:06

If you have existing server database, you have to edit columns acct_mute and acct_lock from size 1 to 5 or 6 (it must contain true of false).
Also it's good to increase size of acct_lastlogin_owner from 16 to 128, sometimes clients send a larger owner string.

Do not ask for support in PM.

8

Re: [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock

Thanks Harpy!!

Posts: 8

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [EN] Tech Support → [Fixed][Bug] Error: bad boolean value "t" for key "BNET\auth\lock