Being able to open stock charts normally excludes a
Market Manager issue or a faulty chart drawing object. So we seemingly have a Strategy-related
something here.
1. Can you open built-in and/or downloaded Strategies normally, like "Moving Average Crossover"? At the same time, can you run a Combination, Rule-based, or compiled strategy w/o crashing WL? In other words, try to determine if WL crashes on new Strategy template and/or your own works.
2. If it's limited to your own strategies and new code window, did you modify the new Strategy template in any way i.e. altered the code and/or added a Reference to a DLL, and overwritten it by clicking
Edit > Set as Default Template Code?
3. If you close WL, rename the user Data folder to e.g.
DataBackup and start WL again, does it make the crashes disappear?
"c:\Users\
Windows username\AppData\Roaming\Fidelity Investments\WealthLabDev\1.0.0.0\Data\.."
In this case, you can start moving subfolders from backup one by one.
4. If #3 didn't help, open the main folder under Program Files and take a careful look at your custom built DLLs. There can be a broken, incompatible DLL. Or a missing DLL that is part of a more complex solution that crashes when activated by opening a strategy. If you were not developing custom extensions, try to remember if you uninstalled some downloaded extensions recently, or something like that.
If you're a programmer, the
best option is to attach to process when WL is running and make it crash to see what debugger is telling you. Alternatively, simply choose Debug after crash to get extended information from debugger (unfortunately, just knowing that clr.dll is the faulty module is an absolutely useless fact).