First, please don't paste that huge of a crashlog into the forums. It makes the page long, and kind of hard to read. Maybe put it up on
pastebin.com and link it next time.
What you'll want to do is contact the Blade3D guys about it. I'm sure they'll be able to fix this for you much faster since it's their product. Since they are in beta, they would love to iron out things like this before they release. So definitely head to their page and send them some feedback.
From a quick glance, it looks like it's your graphics card. That error (System.InvalidOperationException: This device does not support 32-bit indices), means that you were trying to use an int for the index for a drawing call but your graphics card doesn't support those. So I'd see about trying to switch to smaller indices (like using a short) if you can in Blade3D (I don't know how/if you can), or contact the Blade3D guys and see if they can change it. This is definitely something they should know about.
Nick Gravelyn -- Microsoft XNA MVP
XNA Wiki |
Zune Games