Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

IRC Master Thread

Status
Not open for further replies.
IRC doesn't seem to work for me. It boots me off when I try to connect.

http://img225.imageshack.us/img225/7082/66757295jw4.png[/img]

Just wondering, is this my fault? Or is is the RMXP.org channel...

Here's what my Java console spat out:
Code:
Java Plug-in 1.6.0_03
Using JRE version 1.6.0_03 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Jack


----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

Cookie service is not available - use cache to determine "Cookie"
Event dispatch in wrong thread
expected thread was [Lirc.DispatchThread;@79e304
current thread is Thread[thread applet-IRCApplet.class,4,http://www.rmxp.org/forums/pjirc/-threadGroup]
please submit a bug report to plouf@pjirc.com with the following information :
java.lang.Exception: Stack trace
	at java.lang.Thread.dumpStack(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at irc.ListenerGroup.sendEventEx(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.Source.report(Unknown Source)
	at irc.IRCServer.sendStatusMessage(Unknown Source)
	at irc.IRCServer.connect(Unknown Source)
	at irc.IRCServer.connect(Unknown Source)
	at irc.IRCApplication.newServer(Unknown Source)
	at irc.IRCApplication.init(Unknown Source)
	at IRCApplet.startEff(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at IRCApplet.init(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Event dispatch in wrong thread
expected thread was [Lirc.DispatchThread;@79e304
current thread is Thread[thread applet-IRCApplet.class,4,http://www.rmxp.org/forums/pjirc/-threadGroup]
please submit a bug report to plouf@pjirc.com with the following information :
java.lang.Exception: Stack trace
	at java.lang.Thread.dumpStack(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at irc.ListenerGroup.sendEventEx(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.gui.pixx.BaseAWTSource.print(Unknown Source)
	at irc.gui.pixx.BaseAWTSource.print(Unknown Source)
	at irc.gui.pixx.BaseAWTSource.reportReceived(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at irc.ListenerGroup.sendEventEx(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.Source.report(Unknown Source)
	at irc.IRCServer.sendStatusMessage(Unknown Source)
	at irc.IRCServer.connect(Unknown Source)
	at irc.IRCServer.connect(Unknown Source)
	at irc.IRCApplication.newServer(Unknown Source)
	at irc.IRCApplication.init(Unknown Source)
	at IRCApplet.startEff(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at IRCApplet.init(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Event dispatch in wrong thread
expected thread was [Lirc.DispatchThread;@79e304
current thread is Thread[thread applet-IRCApplet.class,4,http://www.rmxp.org/forums/pjirc/-threadGroup]
please submit a bug report to plouf@pjirc.com with the following information :
java.lang.Exception: Stack trace
	at java.lang.Thread.dumpStack(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at irc.ListenerGroup.sendEventEx(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.gui.pixx.BaseAWTSource.print(Unknown Source)
	at irc.gui.pixx.BaseAWTSource.print(Unknown Source)
	at irc.gui.pixx.BaseAWTSource.reportReceived(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at irc.ListenerGroup.sendEventEx(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.ListenerGroup.sendEvent(Unknown Source)
	at irc.Source.report(Unknown Source)
	at irc.IRCServer.sendStatusMessage(Unknown Source)
	at irc.IRCServer.connect(Unknown Source)
	at irc.IRCServer.connect(Unknown Source)
	at irc.IRCApplication.newServer(Unknown Source)
	at irc.IRCApplication.init(Unknown Source)
	at IRCApplet.startEff(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at irc.EventDispatcher.dispatchEventSyncEx(Unknown Source)
	at IRCApplet.init(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
 

Anonymous

Guest

POST ALL IRC ISSUES IN THIS THREAD thanks

also your ip is in the good old dns blacklist, which we don't control. if you have a dynamic ip try resetting it.
 
Hate to be a noob, but how do I reset my IP?

EDIT: Also, sorry about posting a new thread. I know how annoying it must be, but somehow I didn't see the sticky...
 
Haha, I just got kicked off the IRC for linking to a porn site, and I didn't even realise I had. Sorry bout that peeps, I forgot phrases are used for url addresses.
 
Uh...-nub on- It just says "Access denied:: Too many Connections" or something like that.

EDIT: And "Not connected to IRC"
 

Anonymous

Guest

hey irc just died unexpectedly

if jamie's still around it could be up pretty soon but if he went to bed it could be down for a number of hours! everybody hang tight
 
The admins are certainly bad - they banned me for saying one thing once, and not giving me any warnings about it.

Unless you somehow sent me a popup that I blocked automatically, or something....

I'm not goin' back on. Just ranting.
 
VGMasterIII":15n4qs1f said:
The admins are certainly bad - they banned me for saying one thing once, and not giving me any warnings about it.

The admins didn't ban you, it was a regular op (Wumpi I think). In addition, some rules when they are broken don't warrant a warning if they are obvious. If you feel you were unjustly banned, take it up with the operator or an administrator in private messages.
 

Anonymous

Guest

You were banned from hive which is totally unrelated to #rmxp this isn't the place to whine about it?
 
No, I know somebody from here banned me. I think it was Teloch...not sure though. So I guess posting here will help me. Sorry.
 
Atemu":588cnanu said:
Uh, from what I can tell you were banned a LONG TIME AGO for being a retard.  Whining about it here months after the fact is kinda pointless.

Talking about #hive, not #rmxp...you know what, I'll just put this into a pm. Don't respond to me anymore.
 
VGMasterIII":2wrtvhq7 said:
Atemu":2wrtvhq7 said:
Uh, from what I can tell you were banned a LONG TIME AGO for being a retard.  Whining about it here months after the fact is kinda pointless.

Talking about #hive, not #rmxp...you know what, I'll just put this into a pm. Don't respond to me anymore.
This unrelated atrocity will not be forgiven! :ssj:
 
Can't seem to connect write now...

-falcon.ca.us.slacked.org- *** Looking up your hostname...
-falcon.ca.us.slacked.org- *** Checking Ident
-falcon.ca.us.slacked.org- *** Found your hostname
-falcon.ca.us.slacked.org- *** No Ident response
Then it just times out.

Then it just leaves it at that.
 
I seem to have been banned from the #rmxp channel spontainiously. Is this a java error on my computer because I recenlty update java?
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top