Willkommen Gast. Bitte einloggen oder registrieren.
Übersicht Hilfe Suche Einloggen Registrieren

+  BrettspielWelt
|-+  Technische Fragen
| |-+  Technische Probleme (Moderatoren: ARMistice, Stechmuck)
| | |-+  Chatleiste in Chatfenstern fehlt seit Win8
0 Mitglieder und 1 Gast betrachten dieses Thema. « vorheriges nächstes »
Seiten: [1] Nach unten Drucken
Autor Thema: Chatleiste in Chatfenstern fehlt seit Win8  (Gelesen 136 mal)
onAir
Zaubergehilfe
*
Geschlecht: Weiblich
Beiträge: 6



Profil anzeigen
« am: 17.08.2013, 10:59:32 »

Hallo,

seit dem mein Rechner (stolzer?!) Inhaber von Windows 8 ist, kann ich nur noch mit Mühe chatten.

Das "Deine Umgebung"-Fenster ist normal, alle weiteren Channel-Fenster kann ich zwar anschauen, aber diese sind ohne Eingabeleiste.

Ich kann über den Umweg, jedes einzelne Fenster zu "detachen" dann auch Dinge schreiben, aber schön ist das nicht wirklich.

Hab eben noch einmal den Client für Win7/XP gedownloaded, aber da ist das gleiche Problem (er unterscheidet sich auch nicht von meinem stets genutzten).

Gibt es einen Trick?

Beste Grüße,
onAir
Gespeichert
Schildbürger
Zaubermeister
*****
Geschlecht: Männlich
Beiträge: 796



Profil anzeigen WWW
« Antworten #1 am: 18.08.2013, 13:28:04 »

Ich kein Fachmann für sowas, aber nach einem Client Problem hört sich das nicht an. Das geht vermutlich eher Richtung Java. Schau doch mal, was du da installiert hast. Is das aktuell? Prüf mal ob du Java x32 oder x64 benutzt. In der Theorie gehen beide Javaversionen aber x64er Versionen scheinen etwas anfälliger für Fehler zu sein.

Wenn das nix nutzt, musste vielleicht mal ein Fehlerprotokoll erstellen.
Gespeichert

R.I.P. Metaspiel
(28.08.2014)
onAir
Zaubergehilfe
*
Geschlecht: Weiblich
Beiträge: 6



Profil anzeigen
« Antworten #2 am: 19.08.2013, 00:00:25 »

Hallo Schildbürger,

und vielen Dank erstmal für deine Hilfe.

Ich habe das neuste Java drauf.

Version 6, Aktualisierung 6 (Build 1.6.0_06-b02), JRE Version 1.7.0_25

Und hier mal das Fehlerdingens
Code:
java.awt.MenuItem[menuitem0,label=Detach]
.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice
at java.awt.Component.checkGD(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at de.brettspielwelt.client.CollectionPanel.setInputField(CollectionPanel.java:180)
at de.brettspielwelt.client.CollectionPanel.setActive(CollectionPanel.java:236)
at de.brettspielwelt.client.CollectionPanel.itemStateChanged(CollectionPanel.java:519)
at de.brettspielwelt.client.CollectionCanvas.mousePressed(CollectionCanvas.java:137)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice
at java.awt.Component.checkGD(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at de.brettspielwelt.client.CollectionPanel.setInputField(CollectionPanel.java:180)
at de.brettspielwelt.client.CollectionPanel.setActive(CollectionPanel.java:236)
at de.brettspielwelt.client.CollectionPanel.itemStateChanged(CollectionPanel.java:519)
at de.brettspielwelt.client.CollectionCanvas.mousePressed(CollectionCanvas.java:137)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice
at java.awt.Component.checkGD(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at de.brettspielwelt.client.CollectionPanel.setInputField(CollectionPanel.java:180)
at de.brettspielwelt.client.CollectionPanel.setActive(CollectionPanel.java:236)
at de.brettspielwelt.client.CollectionPanel.itemStateChanged(CollectionPanel.java:519)
at de.brettspielwelt.client.CollectionCanvas.mousePressed(CollectionCanvas.java:137)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice
at java.awt.Component.checkGD(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at de.brettspielwelt.client.CollectionPanel.setInputField(CollectionPanel.java:180)
at de.brettspielwelt.client.CollectionPanel.setActive(CollectionPanel.java:236)
at de.brettspielwelt.client.CollectionPanel.itemStateChanged(CollectionPanel.java:519)
at de.brettspielwelt.client.CollectionCanvas.mousePressed(CollectionCanvas.java:137)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Ist es das richtige?
Sieht nach meiner fraulichen Meinung schon nach sehr vielen Fehlern aus?!

Woran könnte das liegen?

Beste Grüße und vielen Dank,
onAir
Gespeichert
Schildbürger
Zaubermeister
*****
Geschlecht: Männlich
Beiträge: 796



Profil anzeigen WWW
« Antworten #3 am: 19.08.2013, 00:37:26 »

Kann ich dir leider nicht beantworten. Ich kenn mich da nicht aus. Warten wir mal, bis das hier jemand liest, der damit auch umgehen kann.

Aber wenn du den Client benutzt, dann wäre das Client Fehlerprotokoll vermutlich passender gewesen, denn das Java Fehlerprotokoll ist vor allem für Nutzer hilfreich, die über den Browser in die BSW kommen. Du findest das Client Fehlerprotokoll unter der Überschrift "Als Nutzer des Download-Client" im selben Beitrag.

Ich würde folgende Variante empfehlen:

2. Protokollierung in der Brettspielwelt.prop aktivieren.

/showprop in die Konsole eingeben und am Ende der Datei diese beiden Zeilen einfügen und anschließend speichern:

Code:
errStream=fehler.txt
outStream=fehler.txt

Dann wird bei jedem Clientstart automatisch eine Protokoll-Datei angelegt, die in deinem BSW Ordner zu finden sein sollte. Diese Datei heißt dann fehler.txt.
« Letzte Änderung: 19.08.2013, 00:45:14 von Schildbürger » Gespeichert

R.I.P. Metaspiel
(28.08.2014)
SLC
Magier
******
Geschlecht: Männlich
Beiträge: 14510


Ich heiße SLC, komme aus Hamburg und spiele gern (wer denn nicht?)

SLC_BSW
Profil anzeigen WWW
« Antworten #4 am: 19.08.2013, 00:59:26 »

Moin, Schildbürger!

Das gepostete Fehlerprotokoll ist schon ganz fein so.
Es ist auch baugleich für Browser- oder Client-Version!

Fakt ist, daß beim Andocken des Tellfensters in den CollectChat
die Eingabezeile des vormals autonomen Fensters in die Collection
übernommen wird. Daher auch der Unterschied zwischen dem 1. Fenster
("Deine Umgebung"), wo das klappt, und den anderen (Tellfenstern).

Warum allerdings beim Hinzufügen der Chatzeile in checkGD(), also
Überprüfung der GraphicsDevice, angemäkelt wird, daß sich die GD
dieser Textzeile von der GD der CollectionPanels unterscheidet,
ist mir völlig neu. Das wäre noch zu klären... Grin

Grüße, SLC
Gespeichert
Schildbürger
Zaubermeister
*****
Geschlecht: Männlich
Beiträge: 796



Profil anzeigen WWW
« Antworten #5 am: 20.08.2013, 18:44:30 »

Ah, ok, na hauptsache du kannst was damit anfangen.
Gespeichert

R.I.P. Metaspiel
(28.08.2014)
Seiten: [1] Nach oben Drucken 
« vorheriges nächstes »
Gehe zu:  


Einloggen mit Benutzername, Passwort und Sitzungslänge

Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2006-2009, Simple Machines
SMFAds for Free Forums
Prüfe XHTML 1.0 Prüfe CSS