[GH-ISSUE #15095] Ollama on Windows on ARM trying to load wrong dlls #9676

Open
opened 2026-04-12 22:33:46 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Tourniquet88 on GitHub (Mar 27, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15095

What is the issue?

When you run Ollama on a Windows on ARM device, it still tries to load certain libraries that it shouldn't and can't load:

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-alderlake.dll: %1 ist keine zul�ssige Win32-Anwendung.

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-haswell.dll: %1 ist keine zul�ssige Win32-Anwendung.

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-icelake.dll: %1 ist keine zul�ssige Win32-Anwendung.

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-sandybridge.dll: %1 ist keine zul�ssige Win32-Anwendung.

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-skylakex.dll: %1 ist keine zul�ssige Win32-Anwendung.

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-sse42.dll: %1 ist keine zul�ssige Win32-Anwendung.

dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-x64.dll: %1 ist keine zul�ssige Win32-Anwendung.

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @Tourniquet88 on GitHub (Mar 27, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15095 ### What is the issue? When you run Ollama on a Windows on ARM device, it still tries to load certain libraries that it shouldn't and can't load: ``` dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-alderlake.dll: %1 ist keine zul�ssige Win32-Anwendung. dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-haswell.dll: %1 ist keine zul�ssige Win32-Anwendung. dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-icelake.dll: %1 ist keine zul�ssige Win32-Anwendung. dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-sandybridge.dll: %1 ist keine zul�ssige Win32-Anwendung. dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-skylakex.dll: %1 ist keine zul�ssige Win32-Anwendung. dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-sse42.dll: %1 ist keine zul�ssige Win32-Anwendung. dl_load_library unable to load library C:\Users\Tourniquet\AppData\Roaming\ollama\v.0.18.3\lib\ollama\ggml-cpu-x64.dll: %1 ist keine zul�ssige Win32-Anwendung. ``` ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 22:33:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#9676