VC++ Runtime Errors After Error-free Build
#1
Hello,

I've successfully compiled XBMC in VC++ 2008 Express in both the Release and Debug configuration. I am also able to run XBMC from the debugger within VC++.

My problem is that if I try to run XBMC.exe from Windows explorer, I get the following error:
---------
Microsoft Visual C++ Runtime Library
Program: C:\xbmc\project\VS2008Express\XBMC\Release (SDL)\XBMC.exe

This application has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information.
---------

I've searched the forums here, but I was unable to find a solution. Any thoughts?


Thank you!

Matt
Reply
#2
XBMC can't find it's xml's and other data or did you copy the whole XBMC installation directory into the Release directory?
it runs from the debugger because you set the XBMC_HOME variable.
Better is to copy the exe to a real installation directory.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
Thank you for the response.

In that case, are there any best practices out there for compiling and then deploying custom versions of XBMC?


Thanks!

Matt
Reply
#4
Use the build scripts in the projects/ folder.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Thank you. Working on it.
Reply

Logout Mark Read Team Forum Stats Members Help
VC++ Runtime Errors After Error-free Build0