I am getting an error message

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
briskyrivers
Posts: 2
Joined: February 6th, 2019, 12:48 am

I am getting an error message

Post by briskyrivers » February 6th, 2019, 12:57 am

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.

User avatar
cyboryxmen
Posts: 190
Joined: November 14th, 2014, 2:03 am

Re: I am getting an error message

Post by cyboryxmen » February 6th, 2019, 8:59 am

Post code or go home
Zekilk

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: I am getting an error message

Post by albinopapa » February 6th, 2019, 10:38 am

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.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

briskyrivers
Posts: 2
Joined: February 6th, 2019, 12:48 am

Re: I am getting an error message

Post by briskyrivers » February 6th, 2019, 10:42 pm

Thanks, Albinopapa I figure out what was the problem!!! It was the Configuration manager.
It wasn't configure correctly.

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: I am getting an error message

Post by albinopapa » February 7th, 2019, 4:23 am

Sweet deal.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

Post Reply