Closed fayad closed 8 years ago
I have kontalk desktop v 3.0.3
3.0.3 or 3.0.4?
Opens up and I could import my keys but interface is not responding as in hangs up when I try to move between contact names.
You mean when you change the selection in the contact list (with mouse or keyboard)?
Multiple selections turn up out of no where.
Selections or contacts? The Desktop client automatically syncs with the contact list (=roster) on the server.
I am always using ./gradlew run to start the application and it stops at "> Building 87% > :run" on terminal while its running. That's strange.
This is normal. Gradle treats the "run" target as completed when its done (i.e. when the app terminates).
I couldn't reproduce this. Are there any exceptions or "WARNING"s written to the console output?
Hi @abika. Version shows 3.0.3. I am trying to change using mouse. By selections I mean to say contacts are highlighted. No duplicity.
I ran with --stacktrace and found an exception message. Hope this helps.
22:40:58|INFO |org.kontalk.Kontalk start---START, version: 3.0.3--
22:40:58|CONFIG|org.kontalk.util.CryptoUtils removeCryptographyRestrictions-cryptography restrictions removal not needed
22:40:59|CONFIG|sun.awt.X11.XToolkit setBackingStoreType-The system property sun.awt.backingStore is not set, by default backingStore=NotUseful
22:41:02|CONFIG|org.kontalk.system.Database
Something is not right. Current master is at 3.0.4, you should be at this version too. Please make sure youre at the latest HEAD.
Anyway,
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException
at org.kontalk.view.Table$TableRenderer.getTableCellRendererComponent(Table.java:370)
indeed, table
and value
arguments can be null. Looks like this is only triggered on certain platforms (Gnome/ATK(?)). If not fixed, please reopen.
And thanks for reporting.
I have kontalk desktop v 3.0.3 from git updated to latest changes as of tonight on Debian Sid. Compile done with openjdk-8-jdk. Opens up and I could import my keys but interface is not responding as in hangs up when I try to move between contact names. Multiple selections turn up out of no where. I cannot enter key to send messages. Debug.log has no errors. It is connecting to beta.kontalk.net and refreshing keys.
I am always using ./gradlew run to start the application and it stops at "> Building 87% > :run" on terminal while its running. That's strange.