Error trying to load files

Issue #6 new
Michael Becker created an issue

The following errors show up when launching my project:

error trying to load /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll - dlopen(/Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll, 1): no suitable image found.  Did find:
    /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
    /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
error trying to load @loader_path/videoPlayer.dylib - dlopen(@loader_path/videoPlayer.dylib, 1): image not found
error trying to load @loader_path/libvideoPlayer.dylib - dlopen(@loader_path/libvideoPlayer.dylib, 1): image not found
error trying to load /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll - dlopen(/Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll, 1): no suitable image found.  Did find:
    /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
    /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
error trying to load @loader_path/videoPlayer.dylib - dlopen(@loader_path/videoPlayer.dylib, 1): image not found
error trying to load @loader_path/libvideoPlayer.dylib - dlopen(@loader_path/libvideoPlayer.dylib, 1): image not found
error trying to load /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll - dlopen(/Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll, 1): no suitable image found.  Did find:
    /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
    /Users/michaelbecker/Library/Application Support/com.yoyogames.macyoyorunner/game/assets/videoplayer.dll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
error trying to load @loader_path/videoPlayer.dylib - dlopen(@loader_path/videoPlayer.dylib, 1): image not found
error trying to load @loader_path/libvideoPlayer.dylib - dlopen(@loader_path/libvideoPlayer.dylib, 1): image not found

This happened to me with the example video player object, when loaded into an empty room in a brand new project.

Since other people seem to be able to run the addon fine, I’m assuming this issue is on my end, but I’m unsure what I can do to fix it.

Running on the mac version of Gamemaker 2 2.3.1

Comments (0)

  1. Log in to comment