Skip to content

dlopen: no suitable image found (load command 0x80000034 is unknown) #5

Open
@ahihi

Description

SC 3.13.0, macOS 10.14

all of the plugins fail to load with an error like:

*** ERROR: dlopen '/Users/ahihi/Library/Application Support/SuperCollider/Extensions/f0plugins/Atari2600/osx/Atari2600_scsynth.scx' err 'dlopen(/Users/ahihi/Library/Application Support/SuperCollider/Extensions/f0plugins/Atari2600/osx/Atari2600_scsynth.scx, 2): no suitable image found.  Did find:
	/Users/ahihi/Library/Application Support/SuperCollider/Extensions/f0plugins/Atari2600/osx/Atari2600_scsynth.scx: cannot load 'Atari2600_scsynth.scx' (load command 0x80000034 is unknown)

"load command 0x80000034" is LC_DYLD_CHAINED_FIXUPS, which is not supported by dyld on macOS <10.15. i guess it would be good to specify the required OS version :) or, if building for earlier versions is not too much trouble, i would appreciate that too!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions