Hi Bjoern,
Yes that's a great help - definitely related to x86/x64. I can do a temporary fix to force it to run 32bit mode only until I can work out a better way of running in 64bit mode.
When compiling you have to set platform target to x86. If it is set to "any cpu", it will try to run as 64 bit on a 64 bit OS, and with some dependencies being 32 bit only, it will crash.



