irascibleoptimus / kouchat

Automatically exported from code.google.com/p/kouchat
0 stars 0 forks source link

Kouchat java window not visible on Windows XP x64 using remote screen #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run the program on windows XP x64 connecting through radmin 

What is the expected output? What do you see instead?
I only see the application boundary, the area inside is filled with a desk or 
inactive applications running before

What version of the product are you using? On what operating system?
kouchat 1.3.0 Windows XP x64 SP2

Please provide any additional information below.
This can be done with the command:
javaw -Xms1024m -Xmx1024m -Dsun.java2d.noddraw=true -jar kouchat.jar
options 1,2 for not showing additional console window
option 3 for enable "radmin compatibility"

Original issue reported on code.google.com by mikum...@ya.ru on 30 May 2014 at 8:09

GoogleCodeExporter commented 9 years ago
OK, I'm not sure i understand yet.

You connect to a Windows XP machine using remote desktop, and are running 
KouChat on the remote Windows XP?

And the result is that the KouChat window is "invisible"?

And when using the parameter "-Dsun.java2d.noddraw=true" it works like expected?

I'm a bit unsure about what you mean with "options 1,2 for not showing 
additional console window". Xms and Xmx are memory related options. I would 
guess "javaw" is responsible for not showing a console window, right?

Original comment by blu...@gmail.com on 31 May 2014 at 6:27

GoogleCodeExporter commented 9 years ago
Yes, I am running kouchat on winxp x64 (x32 has no problem) while manage it 
remotely via radmin software (http://www.radmin.com/?lang_ui=en), and kouchat 
window is invisible.

parameter "-Dsun.java2d.noddraw=true" works like expected.

that is my mistake, options -Xms1024m -Xmx1024m not needed

Original comment by mikum...@ya.ru on 1 Jun 2014 at 4:12

GoogleCodeExporter commented 9 years ago
It's a bit strange that it behaves differently on 64bit and 32bit winxp.

But I'm not sure I can do anything about this directly. Perhaps what I can do 
is add your trick to the FAQ.

Original comment by blu...@gmail.com on 2 Jun 2014 at 6:08

GoogleCodeExporter commented 9 years ago
Ok, thanks.

Original comment by mikum...@ya.ru on 3 Jun 2014 at 10:04

GoogleCodeExporter commented 9 years ago
I've added a point about remote desktop in the faq now. Could you take a look 
and verify that I've used the correct command? I'm unable to reproduce the 
invisible window on remote desktop myself.

Original comment by blu...@gmail.com on 23 Jun 2014 at 6:22

GoogleCodeExporter commented 9 years ago
Yes, all that you've added is correct. Thanks!

Original comment by mikum...@ya.ru on 23 Jun 2014 at 6:50

GoogleCodeExporter commented 9 years ago
Good, thanks for testing!
I've updated the faq embedded in KouChat as well.

Original comment by blu...@gmail.com on 23 Jun 2014 at 7:29