Page 1 of 1

I am getting an error message

Posted: February 6th, 2019, 12:57 am
by briskyrivers
I am having a problem with the Visual studios
:?: :?: :?: :?: :!:

ERROR_MOD_NOT_FOUND
Description: The specified modulecould not be found

Note: Creating device and swap chain
Location: Line [85} in C;\users\brisky rivers\desktop\chili framework 2016\engine\graphics.cpp

Exception caught at Windows message loop.

Re: I am getting an error message

Posted: February 6th, 2019, 8:59 am
by cyboryxmen
Post code or go home

Re: I am getting an error message

Posted: February 6th, 2019, 10:38 am
by albinopapa
From what I have found on the internet is missing or mismatched versions of libraries ( the posts I found blamed the Visual C runtime library, but the error you get at that point is when creating a D3D11 Device ).

What operating system are you running? Win10/8/7/Vista/XP?
What version of Visual Studio are you running ( 2019/2017/2015/2013/2012/2010/other )
What SDK are you running? The original framework SDK version is something like 10.0.1699 ( I honestly don't remember the exact version string )

As cyboryxmen says, you should post your project in ZIP/RAR format here.

NOTE: This may not help if the issue IS mismatched libraries as those of us who have successfully run the framework, will most likely have the correct libraries installed, but I suppose that in itself will help point out that it is in fact a mismatch or missing libraries.

Re: I am getting an error message

Posted: February 6th, 2019, 10:42 pm
by briskyrivers
Thanks, Albinopapa I figure out what was the problem!!! It was the Configuration manager.
It wasn't configure correctly.

Re: I am getting an error message

Posted: February 7th, 2019, 4:23 am
by albinopapa
Sweet deal.