Missing Cornerstone DLLs (1 Viewer)

Terra

Portal Pro
August 25, 2009
230
57
Home Country
Austria Austria
Sorry for bumping this thread but I just made a fresh install on one of my HTPC's with MePo 1.3.0 Beta and I get the exact same error.

Cornerstone.dll and Cornerstone.MP.dll do not exist in my installation folder. I copied it from an 1.2.3 install to the directory MediaPortal\plugins\Windows. as mentioned by fforde and now it seems to work.
 

fforde

Community Plugin Dev
June 7, 2007
2,667
1,702
42
Texas
Home Country
United States of America United States of America
What installer did you use? With the official Moving Pictures installer it would be impossible to get an updated MovingPictures.dll but not the latest cornerstone DLLs. The code is very simple you can see for yourself:

Code:
		SetOutPath $PLUGIN_DIR
		SetOverwrite try
		File ..\MovingPictures\Resources\moving-pictures-release-notes.txt
		!ifdef RELEASE
		File ..\MovingPictures\bin\Release\MovingPictures.dll
		File ..\MovingPictures\bin\Release\Cornerstone.dll
		File ..\MovingPictures\bin\Release\Cornerstone.MP.dll
		SetOutPath $MEDIAPORTAL_DIR
		File ..\MovingPictures\bin\Release\NLog.dll
		!else
		File ..\MovingPictures\bin\Debug\MovingPictures.dll
		File ..\MovingPictures\bin\Debug\Cornerstone.dll
		File ..\MovingPictures\bin\Debug\Cornerstone.MP.dll
		SetOutPath $MEDIAPORTAL_DIR
		File ..\MovingPictures\bin\Debug\NLog.dll
		!endif
 

Terra

Portal Pro
August 25, 2009
230
57
Home Country
Austria Austria
It puzzles me but on another PC I did not get this error. I first used the MePo 1.3 Beta Installer and afer that the moving-pictures-1.5.0.1438-alpha.exe.
It worked now on my other PC so no Idea how this happened, thanks for checking!!
 

fforde

Community Plugin Dev
June 7, 2007
2,667
1,702
42
Texas
Home Country
United States of America United States of America
Cornerstone is used by some other plugins too, maybe you uninstalled something and it took the Cornerstone DLLs with it? Guess we will never know now. ;)
 

Users who are viewing this thread

Top Bottom