How can I debug a crash that doesnt throw exception?

Yes,
When you have a big project and it just crashes.
Can I log this somehow?
Did I oversee something?

Cheers,
Dave

you can have a look into the windows event viewer (Control Panel\All Control\Administrative Tools\Event Viewer\Application or System. Sometimes you can find there a hint what crashes your program.

did you write a logfile with LogFile (VVVV)?