FlexHub Forum

Start wx bug

Start wx bug
« on: December 26, 2011, 22:47:08 »
[2011/12/26 22:42:32] <unknown nick> [FI]
  • ERROR on execution of tScript:Init, err: /server/hubs/ssr/./core/Hub-ScriptManager.lua:33: attempt to call field 'wxArrayString' (a nil value)
  • [2011/12/26 22:42:32] <unknown nick>
[FI] [-1] Hub started.

[26-12-2011 22:47:39] *** Connecting to xxx.xxx:1234...
[26-12-2011 22:47:39] *** Connected
[26-12-2011 22:47:45] *** Disconnected

On run days after new update it close connect, have restart hub now, it say that in feed!!!

Offline LadyStardust

  • *****
  • 257
  • aka Puma
Re: Start wx bug
« Reply #1 on: December 27, 2011, 08:30:26 »
Thanks Hamachi :)
Best regards,
LS

Re: Start wx bug
« Reply #2 on: December 27, 2011, 10:02:45 »
How can i start my hub agen !!! ?

Offline FlipFlop™

  • FlexHub Developer
  • *****
  • 505
Re: Start wx bug
« Reply #3 on: December 27, 2011, 13:46:10 »
You can comment out line 138 and 139 in Hub-Gui.lua in the core folder, by adding -- in front of the line, like this:

--    local result, err = pcall(tScript["Init"])      -- initialize ScriptManager
--   if not result then tFuncs:Debug("ERROR on execution of tScript:Init, err: "..err) end


Check the new FlexHubList!           Add awesome statistics like this for your hub!

This post is a natural product. The slight variations in spelling and grammar enhance its individual character and beauty and in no way are to be considered flaws or defects.

Offline FlipFlop™

  • FlexHub Developer
  • *****
  • 505
Re: Start wx bug
« Reply #4 on: December 27, 2011, 13:55:53 »
That error would have shown in Feed before as well, if you use the --nogui option, it's a non-fatal notification which can be ignored. Will be removed in next update.

It should not cause the hub to fail to start, and it does start: "[FI] [-1] Hub started."
Is there anything else in Error.log or Feed.log ?
« Last Edit: December 27, 2011, 13:57:54 by FlipFlop™ »
Check the new FlexHubList!           Add awesome statistics like this for your hub!

This post is a natural product. The slight variations in spelling and grammar enhance its individual character and beauty and in no way are to be considered flaws or defects.

Re: Start wx bug
« Reply #5 on: December 27, 2011, 14:27:19 »
Yes i see it start, local client can join, but remove ips cant join hmmm
« Last Edit: December 27, 2011, 14:32:12 by Hamachi »

Offline FlipFlop™

  • FlexHub Developer
  • *****
  • 505
Re: Start wx bug
« Reply #6 on: December 27, 2011, 14:42:07 »
With a local client, use !ipinfo <ip>  to see if that particular external IP is banned. Or use !unban <ip>

Did you change your client?
Check the new FlexHubList!           Add awesome statistics like this for your hub!

This post is a natural product. The slight variations in spelling and grammar enhance its individual character and beauty and in no way are to be considered flaws or defects.

Re: Start wx bug
« Reply #7 on: December 27, 2011, 14:59:17 »
Nope only change !set hub_address

after some time I get:
[27-12-2011 14:57:23] *** Connected
[27-12-2011 14:57:30] *** Connection closed


Use 2 clients, both get it.

Offline FlipFlop™

  • FlexHub Developer
  • *****
  • 505
Re: Start wx bug
« Reply #8 on: December 27, 2011, 15:17:30 »
If you send me the hubaddress in PM, i'll try to connect too.
If it's for registered users only, please create a (temporary) account for me, with the local client that can still login.
Check the new FlexHubList!           Add awesome statistics like this for your hub!

This post is a natural product. The slight variations in spelling and grammar enhance its individual character and beauty and in no way are to be considered flaws or defects.

Re: Start wx bug
« Reply #9 on: December 27, 2011, 15:31:50 »
ahh i sleep i think hehe

have remove adcs:// from address sorry...

Offline FlipFlop™

  • FlexHub Developer
  • *****
  • 505
Re: Start wx bug
« Reply #10 on: December 27, 2011, 15:41:53 »
Ah, so you tried to connect with adcs:// to a non-secure port? Or the other way around?
Your client should be able to give a bit more info when that happens.

Glad it's working ok now :)
Check the new FlexHubList!           Add awesome statistics like this for your hub!

This post is a natural product. The slight variations in spelling and grammar enhance its individual character and beauty and in no way are to be considered flaws or defects.

Re: Start wx bug
« Reply #11 on: December 27, 2011, 16:07:59 »
Thanks for you help :)