Hi Jens,
On 2018-05-07 14:37, Jens Ahrens wrote:
Pd lists that it is trying to unsuccessfully load a set of files
tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello.d_fat and failed tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello.pd_darwin and failed tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello/hello.d_fat and failed tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello/hello.pd_darwin and failed tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello.pd and failed tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello.pat and failed tried /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello/hello.pd and failed
It repeats this pattern in many more folders. I don’t seem to have any of these files. I only have the following:
/Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello.pd_lua /Applications/Pd-0.48-1.app/Contents/Resources/extra/pdlua/hello.pd_luax
If Pd is not outputting lines of the type "tried .../hello.pd_lua ..." then that means the Lua loader has not been registered with Pd. Perhaps you are missing a "-lib pdlua" startup flag (adding just the "-path" is not enough).