-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevIL.dll DLL Not Found Exception #54
Comments
Add: with downloaded versions of DevIL.dll, csfml-window-2.dll and csfml-graphics-2.dll, static PNGs work, but not animated GIFs... |
I've been using Windows 11 for a while and haven't encountered any problems with vimage. Not sure about the issue with a non-admin user. I've never tested as a non-admin user myself before, will need to test it sometime. What are the exact error messages you are getting? |
... but the file "DevIL.dll" is already present |
I did some googling and it seems like this issue might not have to due with that dll not being found; but rather one of it's dependencies. I used this tool on vimage.exe and it does mention that it can't find ILU.dll which is related to DevIL. But vimage works fine on my PC so I'm not sure if that would be the issue itself. On a side note; while researching I did found a possible replacement image library I might look into replacing DevIL with sometime. |
DevIL.dll is not the problem only, but also sfmlnet-graphics-2.dll and csfml-window-2.dll. If you take another working solution of DevIL.dll the error complains about the seccond one and then after fix about the third one. After fixing all three DLLs from an external source vimage.exe will shut up but on my Windows 11 the images are really broken then (so I assume the DLLs don't fit 100 percent). |
I tried replacing the sfml dlls in the repo with the SFML.Net nuget package. There were some errors due to changes so I fixed them as well. master...sfml-nuget See if this version works any better for you: vimage_version18.zip I didn't change the DevIL.dll at all though. |
I tried rebuilding the DevILNet.dll from source. 910a1d4 Give this version a go: vimage_version18b.zip |
Another thing I found out is: When you haven't installed a proper GPU driver, vimage displays all images either semi-transparent or not at all (depending on the color is behind the image) - as if you decrease opacity... Maybe it's an error that occurs on several graphic cards only, I don't know. |
Unfortunately vimage.exe can't display an image in my windows 11. The process runs in background but no image and no taskbar icon shows up executed with user isn't an administrator. Process can only be killed through task manager. I downloaded your software again and tried it also but with same result. When executing from account with is in group of administrators, then instead DLL-errors appear.
Build-In Framework (the native one) is according to registry 4.8 - so it should fit the prerequisite.
Compatibility settings doesn't change anything either.
([I hate Microsofts work for its huge execution limitations and bad menus recently!])
Do you have an idea how to fix it?
The text was updated successfully, but these errors were encountered: