MaxMSP runtime install — Jitter missing objects?

jbleecker's icon

I've searched and searched for information about this repeatable problem: When I install MaxMSP runtime, and then install Jitter on Windows XP (two different computers), the install goes fine, but Jitter has a problem. When I open my patch, containing jit.pwindow and some other things, several jitter external objects are listed as missing. I can see them in the externals folders, but the patch doesn't run, and I consistently get the error when I open the patch.

Has anyone else come across this problem? I just want to have an install of the runtime to run some patches.

Drsbaitso's icon

try adding this script to the collective builder...

open thispatcher
include "C:/Program Files/Cycling '74/MaxMSP 4.5/support/js32mt.dll"
include "C:/Program Files/Cycling '74/MaxMSP 4.5/support/js32.dll"
include "C:/Program Files/Cycling '74/MaxMSP 4.5/support/jitlib.dll"
include "C:/Program Files/Cycling '74/MaxMSP 4.5/support/cgGL.dll"
include "C:/Program Files/Cycling '74/MaxMSP 4.5/support/cg.dll"