-
Notifications
You must be signed in to change notification settings - Fork 11
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
AssetNotFoundException thrown by SharpDX.Toolkit.dll for Arial24 #1
Comments
The Arial24.xml has a build action "ToolkitFont" that generates a .tkb file in the output folder. Do you have a Arial24.tkb file in the debug/Content or release/Content folder after building? |
The output folder (HolographicStudio\bin\Debug) does not have a Content folder in it, and a Arial24.tkb file is not generated as well. |
Hmm, are there any .tkb files generated in the obj/Debug/Content or object/Release/Content folders? |
Ok, looks like the Custom Build Actions are not functioning. These build actions are defined in the SharpDX.Toolkit.targets file that is referenced in the HolographicStudio.csproj project file. Is your project file modified? |
It seems so. Might I ask what version of Visual Studio are you using? And how exactly is this project configured to build? It is missing a VS solution file. |
I am using Visual Studio 2015. Yes, I noticed that I did not add a On Mon, Oct 31, 2016 at 12:59 PM, Damian Perera notifications@github.com
|
An AssetNotFoundExecption is thrown by the SharpDX.Toolkit.dll for the Arial24 font that is loaded in the TweakableManager (line 167).
The Content folder and the Arial24.xml file is present in the Project Structure, however a Arial24.bmp file is not created during the build process, which might be the reason the Toolkit throws the exception.
Find below the output from the Debug process.
The text was updated successfully, but these errors were encountered: