disabled (dlopen(libxmrig-cuda.dylib, 1): image not found) (XMRig ARM M1)

All discussions around cryptocurrency mining on macOS and Apple products. Discussion around the most popular crypto coins today including Bitcoin, Ethereum, and more. Read our getting started guide to understanding cryptocurrency, what you need to get started, and how to earn. What's your Apple Mac setup? Hackintosh? eGPU's? Share your setup and details here.
Post Reply
User avatar
macminergod
Site Admin
Posts: 204
Joined: Mon Feb 22, 2021 7:41 pm

disabled (dlopen(libxmrig-cuda.dylib, 1): image not found) (XMRig ARM M1)

Post by macminergod »

Tried enabling CUDA support in XMRig/6.12.2 clang/12.0.5 for macOS 11+, Apple M1. This is on a MacBook Air (M1, 2020) running macOS Big Sur 11.4.

Not working in this version, getting:

* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
For Miners Rigs, macOS Hardware GPUs --> here.
Logi55
Posts: 4
Joined: Fri Nov 04, 2022 10:47 am

Re: disabled (dlopen(libxmrig-cuda.dylib, 1): image not found) (XMRig ARM M1)

Post by Logi55 »

macminergod wrote: Tue Jun 22, 2021 1:36 am Tried enabling CUDA support in XMRig/6.12.2 clang/12.0.5 for macOS 11+, Apple M1. This is on a MacBook Air (M1, 2020) running macOS Big Sur 11.4.

Not working in this version, zumba on demand getting:

* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
* CUDA disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)
The error message "disabled (dlopen(libxmrig-cuda.dylib, 1): image not found)" typically indicates that the specified library file "libxmrig-cuda.dylib" could not be found or loaded. This can happen if the library file is missing from the specified location or if there are issues with the library's dependencies.

Here are a few steps you can take to troubleshoot and resolve this issue:
Check Library Location: Make sure that the "libxmrig-cuda.dylib" library file is located in the expected directory. If it's missing, you may need to reinstall the software or download the missing library separately.
Verify Library Dependencies: If the library file exists but cannot be loaded due to missing dependencies, you'll need to ensure that all required dependencies are installed on your system. Use tools like ldd (for Linux) or otool (for macOS) to check the library's dependencies and make sure they are available.
Reinstall Software: If the issue persists, try reinstalling the software that depends on the "libxmrig-cuda.dylib" library. This can help ensure that all necessary files and dependencies are properly configured.
Update Graphics Drivers: If the library is related to GPU acceleration (such as CUDA), ensure that your graphics drivers are up to date. Outdated or incompatible drivers can sometimes cause issues with library loading.
Check System Logs: Look for any relevant error messages or warnings in system logs that may provide additional clues about why the library file cannot be loaded.
Seek Community Support: If you're still unable to resolve the issue, consider reaching out to the community or support channels associated with the software you're using. Other users or developers may have encountered similar issues and can offer guidance or solutions.

By following these steps, you should be able to diagnose and resolve the "image not found" error related to the "libxmrig-cuda.dylib" library file.
Post Reply