s-andrews / FastQC

A quality control analysis tool for high throughput sequencing data
GNU General Public License v3.0
425 stars 84 forks source link

Error in opening FastQC #122

Open HuynhThienPhai opened 1 year ago

HuynhThienPhai commented 1 year ago

Hi,

I downloaded fastqc, but I have a problem when running it.
There is a black window with only the QC icon appearing after that.

P/S: I'm using openjdk version 17.0.8 to run FastQC.

s-andrews commented 1 year ago

What operating system are you using?

If you open a command window (cmd on windows, terminal on mac), then what is the output from:

java -version

HuynhThienPhai commented 1 year ago

Hi Andrews, I'm using Debian12 to practice some tools for RNA-seq analysis. The output of the command is here $java -version openjdk version "17.0.8" 2023-07-18 OpenJDK Runtime Environment (build 17.0.8+7-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.8+7-Debian-1deb12u1, mixed mode, sharing)

Thank you in advance.

aqua0121 commented 9 months ago

Same problem!

java version "1.8.0_391" Java(TM) SE Runtime Environment (build 1.8.0_391-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.391-b13, mixed mode)

yzliu01 commented 7 months ago

Same problem! Is there a solution? I did not have this problem years ago with an older version of Fastqc.

 java -version
openjdk version "1.7.0_91"
OpenJDK Runtime Environment (Zulu 7.12.0.3-linux64) (build 1.7.0_91-b15)
OpenJDK 64-Bit Server VM (Zulu 7.12.0.3-linux64) (build 24.91-b15, mixed mode)