Unknown revision & other questions

Stein

New member
Messages
19
Points
0
Location
Germany
Emulator
I got the following message in my Server and Client:

Exported revision 'Unknown' (src) / 'Unknown' (scripts)
Not a serious problem, but why does it say 'Unknown' ?

This is also displayed and i'm not sure what it means:

Can't get bin name

Can't get entries kind

Can't get bin name

Can't get entries kind
The next message is a Warning:

Using a wildcard IP range in the allowed server IPs is NOT RECOMMENDED.
How do i change it? I don't even know a wildcard IP range.

ClientSide:

Welcome to Hercules! Enjoy! Please report any bugs you find.

You're now in the '#map' channel for 'x'
Any chance to hide this messages?

login.jpg

screenshot.jpg

 
Last edited by a moderator:
In channels.conf, disable map channel autojoin for that #map joining message.

Unknown revision means, you haven't downloaded from git , instead downloaded zip.

Wildcard IP is warning from subnet.conf , where you are allowing all IP to connect to your char/map server(for server to server communication).

So probably changing it to your ip(where the server is hosted) will remove that warning.

 
In channels.conf, disable map channel autojoin for that #map joining message.
Thanks, that helped.

Unknown revision means, you haven't downloaded from git , instead downloaded zip.
I use TortoiseSVN. Any chance to manually add/edit the revision? (for personal information)

Wildcard IP is warning from subnet.conf , where you are allowing all IP to connect to your char/map server(for server to server communication).

So probably changing it to your ip(where the server is hosted) will remove that warning.
That worked, too. I suppose it's network.conf? Don't have a subnet.conf. Also: is there a possibility to add this to the /import/ folder?

 
Oops yah, network.conf ...

So probably tortoisesvn is the reason...

We use git and those console show git revision. So probably you cannot add(except if you checkout from git)

 
Back
Top