jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

No windows displays - Win10/64 ver3.4 #265

Open Ju2 opened 5 years ago

Ju2 commented 5 years ago

My sketch runs but no windows displays. I searched on the internet, there are two ways to solve it: closing the firewall and replace PythonMod with the former version of it, but none of these worked. I only have the 11.0.1 version of JDK, is that the problem? I forget to mention the java Processing works fine on my computer. And I have reinstalled the Processing and the PythonMod for many times

wumuyao1996 commented 5 years ago

Same issue on Mac Mojave

syddharth commented 5 years ago

+bump

JosToneu commented 4 years ago

Hey! I've found a solution to the problem! At least it worked for me.

My story (with dramatism): I had a program that was running out of memory heap space so I decided to INCREASE MAXIMUM AVAILABLE MEMORY to 1500Mb (You can modify it in File: Preferences) . It didn't work anyway so I closed processing and went crying in the corner of my bedroom. After a couple of days, I woke up fresh like a rose and while trying to run it again (just in case) not even the errors showed up and neither did the display window. After closing the antivirus, reinstalling everything and shutting down background apps, there was still no result. At this point, hopeless, I've remembered the available memory thing. So I reset it to the previous value and my beloved error messages reappeared as well as the display window once those errors were fixed.

Fast answer: Check your INCREASE MAXIMUM AVAILABLE MEMORY value and tinker with it until the display window shows up again.

image

Thanks for reading.