C
C#9mo ago
MrScautHD

❔ .DLL NOT FOUNDED!

After publishing my project the .dll get not founded unpublished it works fine. I tested it on some computers now, for my main pc and my laptop for anything else that is older then 4 years not. Is there a minimum requirement for the processor?
No description
11 Replies
JakenVeina
JakenVeina9mo ago
what DLL is not found?
MrScautHD
MrScautHD9mo ago
JoltC.dll is there something like a c# problem?
Jimmacle
Jimmacle9mo ago
looks like it's not related to C# at all, the native library it's trying to load is failing to initialize for some reason maybe the other PCs you're trying it on are missing some dependency
MrScautHD
MrScautHD9mo ago
dotnet publish -c Release -r win-x64 --self-contained -o ./PUBLISH
dotnet publish -c Release -r win-x64 --self-contained -o ./PUBLISH
I used this command And tge .dll is in the folder
Jimmacle
Jimmacle9mo ago
read the error a library isn't (necessarily) missing, a library is failing to initialize why that's the case i have no idea, it depends entirely on what that DLL is trying to do
MrScautHD
MrScautHD9mo ago
But it tell me unable to read And why does it works on more modern pcs
Jimmacle
Jimmacle9mo ago
again, can't tell you with the information provided and if that's what you think the error says you should read it more closely
MrScautHD
MrScautHD9mo ago
But it just happans on the published version on older pcs, i can not debug it
Jimmacle
Jimmacle9mo ago
i would start by looking up what "joltc" is and finding any related compatibility info or something that could help you figure it out
MrScautHD
MrScautHD9mo ago
I made a issue by him and he told me to ask here because he has no idea But i will take a look if i find Something Windows (VS2019, VS2022) x86/x64/ARM/ARM64 (Desktop/UWP) I found this @Jimmacle what means arm? Is that Something like a processor standard...? On x86 the minimal requirements are SSE2 but the library can be compiled using SSE4.1, SSE4.2, AVX, AVX2, or AVX512. On ARM64 the library requires NEON with FP16 support. Oh and found this
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.