❔ .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?
11 Replies
what DLL is not found?
JoltC.dll
is there something like a c# problem?
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
I used this command
And tge .dll is in the folder
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
But it tell me unable to read
And why does it works on more modern pcs
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
But it just happans on the published version on older pcs, i can not debug it
i would start by looking up what "joltc" is and finding any related compatibility info or something that could help you figure it out
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
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.