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

Python mode, no window #287

Open pumpaci opened 4 years ago

pumpaci commented 4 years ago

Processing 3.5.4 - windows 10 java mode works perfectly but python mode(3056) do not please help me

Pixel-Pox commented 4 years ago

Hey, I finally solved it as I was getting annoyed by this as well. People recommended solutions like disabling firewall, internet connection etc and I'm sure it worked for them. Anyway I'm assuming you are having the issue where after running the code your windows pops up for a second like it's not responding and completely dissapears without warning message?

In my case it apparently crashes when I have MSI afterburner turned on in the background. When I close it, everything works like a charm... Very weird. Anyway, check your applications running in the background, one of them may be causing the issue. Also try disabling your antivirus, windows firewall and life checking.

villares commented 4 years ago

Hi @pumpaci ! Have you got any progress? Have you tried build (5059)?

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.