kewlb

kewlb

Joined Member # 4200677
2 Posts 2 Replies 111 Reputation

Hey All, I was wondering if anyone would be interested in a desktop application that could generate the required XML files for various mods (e.g. equipment, units, spells, etc). If there is enough interest i'll fire up VB.NET and start to write one. If anyone knows vb.net and wants to assist in writing the program I would be happy to have the assistance.

1 Replies 2,418 Views

Your game was interrupted by a popup or some other program on your computer causing the game to lose focus. This can cause a crash in your game. You can manually force this issue by entering a game and then doing an ALT+TAB which will yield the same result: DebugMessage: Error flipping back buffer to primary buffer. DebugMessage: Device lost Debug Message: ResourceManager::Invalidate

6 Replies 5,115 Views

I can replicate the issue on a few systems with various graphics cards -- all are windows 7. Based on the debug info in the text file it looks like it is drawing a frame on a back buffer and when it goes to flip the buffer to present it to the user for viewing it has no surface to draw on (game lost focus and is no longer active) and as such it crashes. I am sure watching for the game having focus and sleeping when not in focus would resolve the problem. Garbage Collection is also really a pr

9 Replies 4,258 Views

If I manually alt-tab to view another window while playing the game, or any other program interrupts the game to display a message the game crashes. http://pastebin.ca/1926186

9 Replies 4,258 Views