The oscP5 loading process is taking longer than 5 seconds and therefore the sketch will not run. There is nothing else significant in setup() that would be causing the delay. It works on three computers, but not the computer it needs to run on. It gets through this:
[2019/7/17 14:12:17] PROCESS @ OscP5 stopped.
[2019/7/17 14:12:17] PROCESS @ UdpClient.openSocket udp socket initialized.
[2019/7/17 14:12:18] PROCESS @ UdpServer.start() new Unicast DatagramSocket created @ port 6000
[2019/7/17 14:12:18] PROCESS @ UdpServer.run() UdpServer is running @ 6000
But then says “ava.lang.RuntimeException: Waited 5000ms for: <1d064d37, 13c1a0e7>[count 2, qsz 0, owner <main-FPSAWTAnimator#00-Timer0>] - <main-FPSAWTAnimator#00-Timer0-FPSAWTAnimator#00-Timer1>
at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:410)
at java.lang.Thread.run(Thread.java:748)
RuntimeException: Waited 5000ms for: <1d064d37, 13c1a0e7>[count 2, qsz 0, owner <main-FPSAWTAnimator#00-Timer0>] - <main-FPSAWTAnimator#00-Timer0-FPSAWTAnimator#00-Timer1>”
It should continue, as it does on other computers, and indicate:
"### [2019/7/17 14:12:17] PROCESS @ OscP5 stopped.
[2019/7/17 14:12:17] PROCESS @ UdpClient.openSocket udp socket initialized.
[2019/7/17 14:12:18] PROCESS @ UdpServer.start() new Unicast DatagramSocket created @ port 6000
[2019/7/17 14:12:18] PROCESS @ UdpServer.run() UdpServer is running @ 6000
[2019/7/17 14:12:18] INFO @ OscP5 is running. you (192.168.1.103) are listening @ port 6000
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/cue typetag:i method:now
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env0db typetag:f method:saxEnv
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env0pitch typetag:i method:saxPitch
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env1db typetag:f method:sfEnv
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env1pitch typetag:i method:sfPitch
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env2db typetag:f method:fxEnv
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env2pitch typetag:i method:fxPitch
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env0l typetag:i method:saxLoud
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env1l typetag:i method:sfLoud
[2019/7/17 14:12:18] PROCESS @ OscPlug plugging class Imprints_in_time_video | addrPattern:/env2l typetag:i method:fxLoud"
The computer on which it is not working has the following specifications:
Model Name: | MacBook Pro |
---|---|
Model Identifier: | MacBookPro15,1 |
Processor Name: | Intel Core i7 |
Processor Speed: | 2.6 GHz |
Number of Processors: | 1 |
Total Number of Cores: | 6 |
L2 Cache (per Core): | 256 KB |
L3 Cache: | 9 MB |
Hyper-Threading Technology: | Enabled |
Memory: | 16 GB |
Help would be very much appreciated. Thanks!