Hi there,
I've been distributing several demos of my roguelike in development and it appears that people with Windows XP (x32 bit) Service Pack 2 can't run it. The Application simply crashes with the following message:
"ConsoleApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience."
screenshot with some other data
I compiled with Visual C# 2010 Express on Windows7 x64 bit. I already ruled out problems with the .NET Framework, since applications not involving libtcod can be run without problems. I also created a test-application with libtcod doing nothing but initialiasing the root Console with SDL as renderer, but it still crashes.
Does anyone have a solution?
Thanks in advance