gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

Blank Screen #71

Open leafstorm opened 10 years ago

leafstorm commented 10 years ago

From sean.wis...@gmail.com on April 29, 2014 13:17:21

What steps will reproduce the problem? 1.Opened JES 2.Blank Screen, cannot type or see anything at all 3.Tried opening program and it was blank as well What is the expected output? What do you see instead? To see and work with a program What version of the product are you using? On what operating system? 4.3, Windows XP Please provide any additional information below. Tried re-downloading JES and Java and nothing worked.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=71

jgrar commented 9 years ago

Having the same issue here using jes-5.011-linux

$ java -version java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Arch Linux build 7.u71_2.5.3-3-x86_64) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

I'm wondering if it has anything to do with desktop environment, I'm running dwm 6.

EDIT: I fixed this for myself using the steps in: https://wiki.archlinux.org/index.php/dwm#Fixing_misbehaving_Java_applications

mjguzdial commented 9 years ago

It sounds to me like Java is creating a window, but is not refreshing/redrawing in the window. I haven't been able to replicate the bug.