raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Exception in thread "main" java.lang.IllegalThreadStateException #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception in thread "main" java.lang.IllegalThreadStateException
    at java.lang.Thread.start(Thread.java:631)
    at org.pircbotx.PircBotX.connect(PircBotX.java:387)
    at org.pircbotx.PircBotX.connect(PircBotX.java:274)

i think you need to check over your code

Original issue reported on code.google.com by italian...@gmail.com on 12 May 2011 at 4:42

GoogleCodeExporter commented 9 years ago
i think all the root of the problems are in that piece of code

Original comment by italian...@gmail.com on 12 May 2011 at 5:22

GoogleCodeExporter commented 9 years ago
<code>
_inputThread.start();
_inputThread.start();
</code>

You got to be kidding me... How did that make it through?

Fixed in 328f82e896e2

Original comment by Lord.Qua...@gmail.com on 13 May 2011 at 1:01