Wow, thank you very much, @ferdinand! This was extremely insightful and informative. I didn't know what application_opt.pdb
was until I read your message. Thank you.
I manually excluded/unchecked example.assets
from my solution and rebuilt my solution and while this got rid of the "Forcing folder to be mounted as database (...assets/sdkdatabase.db) instead of nullptr"
error, the objectbase1.hxx(537)
error (which triggers a breakpoint), as well as the Symbol error are still there (the latter being expected I guess).
Do you see the SDK asset database in 2024.2?
In the SDK > Assets folder
, I am seeing 11 presets divided in multiple categories, .e.g "Model" (1 item), "Material" (4 items), "Scene" (1 item), "Node" (1 item), "Node Operator" (1 item) and "Image Media" (3 items).
That said, I can confirm that the folder SDK > C++ > Asset API Examples
is completely empty.
Are you using any firewalls or VPNs that might restrict access to that URL?
My firewall has remained untouched and no VPNs or anti-virus/spyware software are blocking requests to maxon.net.
For the time being, although inconvenient and dare I say a bit annoying, I can hit "Continue" in Visual Studio after the breakpoint is triggered.
I wish I could revert back to 2024.2, but I guess I need to message Maxon's team support to do so?
I guess I could also test with 2023, but that would be less than ideal.
Thank you once again for everything, @ferdinand. I really appreciate your assistance.