• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Chat Client (Yeah, I was bored)

Status
Not open for further replies.
Yeah, freakout:

70hw83.png
 
Level 23
Joined
Nov 29, 2006
Messages
2,482
I've found another bug instead. It's not in the chatting part now, but in the user list.

I know exactly when it happend tho. It was, when I tried to do /@ ಠ_ಠ and it did those squares instead:p, and got messed.
 

Attachments

  • chatbug.png
    chatbug.png
    241.9 KB · Views: 116
Level 2
Joined
Jul 30, 2009
Messages
24
hmm tried to download this.... the zip files gives an error message

Invalid or corrupt file. Tried to directly extract the file, no go says nothing to extract....

Windows XP SP3
 
I noticed that when i replaced the smilie with my custom one, only i could see it, the others saw the default one.
Is it possible to make it so other will see the custom smilie?

All of the changes you make to the chat client are client-side-only, meaning only you can see them. If you want others to see your smilies, they have to have the same images as you.

Having a problem when i try to run this it just tries to extract the .jar.... how can i fix this? i have winrar and it pops up asking to extract

Do you have java installed?
 
Level 23
Joined
Nov 29, 2006
Messages
2,482
I somewhat tend to be timeouted pretty often nowadays, without it saying anything. It looks like I am still in the lobby, except that I can't see any new messages, and I can't write any either.

Code:
java.net.ConnectException: Connection timed out: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.<init>(Unknown Source)
	at java.net.Socket.<init>(Unknown Source)
	at components.ChatHandler.getMessages(ChatHandler.java:77)
	at main.Client$messagesClass.run(Client.java:315)
	at java.lang.Thread.run(Unknown Source)

Is it just a coincidence?
 
Level 23
Joined
Nov 29, 2006
Messages
2,482
I got another one now again (see the first one before Py's post). Turns out the lobby just vanished. I guess this is the error
Code:
java.lang.NullPointerException
	at javax.swing.text.DefaultStyledDocument$ElementBuffer.create(Unknown Source)
	at javax.swing.text.DefaultStyledDocument.create(Unknown Source)
	at javax.swing.text.html.HTMLDocument.create(Unknown Source)
	at javax.swing.text.html.HTMLDocument$HTMLReader.flushBuffer(Unknown Source)
	at javax.swing.text.html.HTMLDocument$HTMLReader.flush(Unknown Source)
	at javax.swing.text.html.HTMLEditorKit.read(Unknown Source)
	at javax.swing.JEditorPane.setText(Unknown Source)
	at components.Channel.writeMembersList(Channel.java:257)
	at main.Client$membersListClass.run(Client.java:295)
	at java.lang.Thread.run(Unknown Source)
 
Level 2
Joined
Jul 30, 2009
Messages
24
Works fine for me with winrar but apparently not with the default windows unzip.

Have 7zip.. it laughed at your rar file..then crashed.

Have winrar...again laughed at your rar and returned error....Using opera browser.. but i wouldnt think that would effect this...
 
Level 23
Joined
Nov 29, 2006
Messages
2,482
I got a new error I think

Code:
java.lang.ArrayIndexOutOfBoundsException
	at java.lang.System.arraycopy(Native Method)
	at javax.swing.text.BoxView.updateLayoutArray(Unknown Source)
	at javax.swing.text.BoxView.replace(Unknown Source)
	at javax.swing.text.View.append(Unknown Source)
	at javax.swing.text.FlowView$FlowStrategy.layout(Unknown Source)
	at javax.swing.text.FlowView.layout(Unknown Source)
	at javax.swing.text.BoxView.setSize(Unknown Source)
	at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
	at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
	at javax.swing.text.BoxView.layout(Unknown Source)
	at javax.swing.text.BoxView.setSize(Unknown Source)
	at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
	at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
	at javax.swing.text.BoxView.layout(Unknown Source)
	at javax.swing.text.BoxView.setSize(Unknown Source)
	at javax.swing.text.BoxView.updateChildSizes(Unknown Source)
	at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
	at javax.swing.text.BoxView.layout(Unknown Source)
	at javax.swing.text.BoxView.setSize(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI$RootView.paint(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI.paintSafely(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI.paint(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI.update(Unknown Source)
	at javax.swing.JComponent.paintComponent(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintToOffscreen(Unknown Source)
	at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
	at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
	at javax.swing.RepaintManager.paint(Unknown Source)
	at javax.swing.JComponent.paintForceDoubleBuffered(Unknown Source)
	at javax.swing.JViewport.blitDoubleBuffered(Unknown Source)
	at javax.swing.JViewport.windowBlitPaint(Unknown Source)
	at javax.swing.JViewport.setViewPosition(Unknown Source)
	at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.vsbStateChanged(Unknown Source)
	at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(Unknown Source)
	at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)
	at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)
	at javax.swing.DefaultBoundedRangeModel.setValue(Unknown Source)
	at javax.swing.JScrollBar.setValue(Unknown Source)
	at components.Channel$1.run(Channel.java:227)
	at java.lang.Thread.run(Unknown Source)

What is that ._.? I think it happend when I answered a call on Skype, at least around that time.
 
Level 22
Joined
Dec 31, 2006
Messages
2,216
I get this error whenever someone posts an url:
Code:
java.lang.StringIndexOutOfBoundsException: String index out of range: 193
	at java.lang.String.substring(Unknown Source)
	at components.Message.write(Message.java:135)
	at main.Client$messagesClass.run(Client.java:336)
	at java.lang.Thread.run(Unknown Source)
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
That's fine--it's actually used by the client to avoid a bunch of useless conditionals in cases where it can't do the thing it wanted to due to the string not fitting the criteria (it instead just purposely causes an exception to abort the task then ignores it). I should really hide these dummy "errors" to avoid confusion, I guess.
 
Level 16
Joined
Oct 12, 2008
Messages
1,570
i dont know if this has ever occured to a person before, but i found this bug.
(And now yall say "pix or it didnt happen" so:)
[hidden='Pix cuz it DID happen]Poot's Client Bug.jpg
[/hidden]
I thought it was a wrong link or something, but when i looked at the link a little closer i saw that it was actually a reference to an emoticon image file, with the normal link behind it!
I have tried to generate the bug myself but without any succes. I tried it with :lol: because that was the one in the pic. I tried it with enabled AND disabled emoticons, but no succes. So i have no clue when it exactly happens.
 
Level 22
Joined
Dec 31, 2006
Messages
2,216
It's a bug with Firelord213's google/youtube command. If Firelord's bot is running and you say google :lol: you will get the error. Don't know why it happens though.
 
Status
Not open for further replies.
Top