Ambaryerno
New member
- Joined
- May 22, 2009
- Messages
- 12
- Reaction score
- 0
- Points
- 0
After a good bit of effort I finally got a model I'm working on to compile to a DLL file. Got my CFG file created, added my mesh and textures, and created a scenario.
CTD. Orbiter log file gives no errors. It gets to the model and just stops.
I KNOW my mesh has a problem (substituted my new mesh for one of the existing ships and caused the same CTD). I'm not too concerned there, I have plenty of modeling experience so shouldn't have too much of a problem fixing whatever the game doesn't like.
The problem is the dll file. Which I've also confirmed is bad. This is my first attempt at coding of any sort, so I have no idea what to look for. I used Visual C++ 8 (Free edition) and it compiled without errors or warnings. I've tried comparing it with one of the samples, but nothing jumps out at me. And as I said, the Orbiter log gives no sort of error when it reaches the point of loading my new ship.
Event Viewer Log:
Faulting application orbiter.exe, version 0.0.0.0, time stamp 0x451d1ff5, faulting module orbiter.exe, version 0.0.0.0, time stamp 0x451d1ff5, exception code 0xc0000005, fault offset 0x00010112, process id 0x1130, application start time 0x01c9db273959e550.
Any help would be appreciated, I'm trying to do a "Proof of Concept" that I've had kicking around for a while, and I'd LOVE to get this sorted.
CTD. Orbiter log file gives no errors. It gets to the model and just stops.
I KNOW my mesh has a problem (substituted my new mesh for one of the existing ships and caused the same CTD). I'm not too concerned there, I have plenty of modeling experience so shouldn't have too much of a problem fixing whatever the game doesn't like.
The problem is the dll file. Which I've also confirmed is bad. This is my first attempt at coding of any sort, so I have no idea what to look for. I used Visual C++ 8 (Free edition) and it compiled without errors or warnings. I've tried comparing it with one of the samples, but nothing jumps out at me. And as I said, the Orbiter log gives no sort of error when it reaches the point of loading my new ship.
Event Viewer Log:
Faulting application orbiter.exe, version 0.0.0.0, time stamp 0x451d1ff5, faulting module orbiter.exe, version 0.0.0.0, time stamp 0x451d1ff5, exception code 0xc0000005, fault offset 0x00010112, process id 0x1130, application start time 0x01c9db273959e550.
Any help would be appreciated, I'm trying to do a "Proof of Concept" that I've had kicking around for a while, and I'd LOVE to get this sorted.