Skip to content

Commit 910e84b

Browse files
committed
update wrning
1 parent 630cf47 commit 910e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py5_resources/py5_module/py5/macos_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def enable_safety_check():
5252

5353
MESSAGE = """Sorry, but you can't use an OpenGL renderer in your Sketch right now. Doing so might cause Python to crash.
5454
55-
Here's the problem: On macOS machines with Intel CPUs and/or older macOS versions, py5 seems to crash when you use an OpenGL renderer in an IPython or Jupyter session if the first Sketch run in that Python session used the default (JAVA2D) renderer. Sorry if that sounds crazy. This is an unfortunate side effect of an important code change that actually significantly improved py5 for all macOS users.
55+
Here's the problem: On macOS machines with Intel CPUs and/or older macOS versions, py5 seems to crash when you use an OpenGL renderer in an IPython or Jupyter session if the first Sketch run in that Python session used the default (JAVA2D) renderer. Sorry if that sounds crazy. This is an unfortunate side effect of an important code change that significantly improved py5 for all macOS users.
5656
5757
The root issue is somewhere in native macOS code that Processing and py5 both depend on. Hopefully in the future we will find a real fix or a better workaround.
5858

0 commit comments

Comments
 (0)