• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Chat Client (Yeah, I was bored)

Status
Not open for further replies.
Yeah, freakout:

70hw83.png
 
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: 162
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?
 
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?
 
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)
 
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...
 
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.
 
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)
 
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.
 
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.
 
Status
Not open for further replies.
Back
Top