What is the difference between the two? I am writing a pretty complicated DigitalMod for the Fusion Brain project and when I am running/coding what I have in dev mode it runs fine. However when I run it in regular mode StreetDeck crashes with an access violation error:
Code:
######## EXCEPTION: 0xC0000005 at address: 0x00595717: ACCESS VIOLATION read attempt to address 0x2715226C
Could it just be trying to access a bad spot in memory or is this an actual error?
Iv already tried commenting out large chunks of my code that may have caused this problem with no luck. Any help would be much appreciated, thank you.