Author Topic: IRC-Class ver. 0.3a  (Read 6986 times)

0 Members and 1 Guest are viewing this topic.

Offline VenTeR

  • Major(1)
  • Posts: 5
Re: IRC-Class ver. 0.3a
« Reply #20 on: March 28, 2008, 07:08:09 am »
[Error] irc -> (ThreadedCreate) : Out of Range
why?

Offline pebe

  • Major(1)
  • Posts: 2
Re: IRC-Class ver. 0.3a
« Reply #21 on: August 28, 2008, 01:32:35 am »
IRC: Disconnected - try to reconnect...
IRC: Try to establish IRC-Connection...
[Error] CreateSocket: Function Disabled (SafeMode = ON)
  • [Error] irc -> (MainSocketLoop): Out Of Range


wtf ?

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: IRC-Class ver. 0.3a
« Reply #22 on: August 28, 2008, 02:18:08 am »
You have to disable Safe Mode to use Socket functions. Start the server with "-safe 0"

Offline pebe

  • Major(1)
  • Posts: 2
Re: IRC-Class ver. 0.3a
« Reply #23 on: August 28, 2008, 02:26:34 am »
ye i know but i dont know wher i must change it ... ^^

Offline iDante

  • Veteran
  • *****
  • Posts: 1967
Re: IRC-Class ver. 0.3a
« Reply #24 on: August 28, 2008, 02:59:23 am »
If you're on windows then create a batch file with this in it:
Code: [Select]
soldatserver.exe -safe 0
put that in your soldatserver directory and run it.