C++ Question A Free Memory leak checker for VC++

Hmm, from the description it seems only good for memory leaks... How detailed are the reports and what is included? Just leaks, or uninitialised memory access, writing out of bounds and access violations too? Does the report tell you where in the code the problem is? if not, the trial version of Purify serves me better (the only essential thing lacking being where exactly in your code a problem occurs, only naming the function instead).

---------- Post added at 09:42 PM ---------- Previous post was at 05:07 PM ----------

Tried it by now, it's nice. For the cost of zero, it's really, really, really nice! Tons of usefull.

The only backdraw is that it doesn't catch access violations, thus if your program crases, you get no report. So vdl can't help in identifying where critical acces violations occur. But it's still very useful for just spotting leaks.
 
:huh: What does it do?

My computer usually doesnt seem to be springing any leaks :lol:
 
Your computer may not, but your code very well may...

a memory leak happens when you allocate memory at one point in your code and don't free it at another. When you have code that is very dynamic, it happens faster than you can say "leak".
 
Fellow coding-noob here, is this a problem that doesn't happen in "garbage collection" languages? Or is that something else?
It's exactly that. But even C++ can have something like garbage collection you just need to use smart pointers for this.
 
Yeah the reports go something like this :

Code:
WARNING: Visual Leak Detector detected memory leaks!
---------- Block 118 at 0x14E243E0: 224 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (193): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CC 6E 75 03    CD CD CD CD    CD CD CD CD    CD CD CD CD     .nu..... ........
    90 00 00 00    90 00 00 00    8F 00 00 00    8F 00 00 00     ........ ........
    46 DF 01 00    CD CD CD CD    00 00 00 A0    F7 C6 C0 3E     F....... .......>
    00 00 00 A0    F7 C6 C0 3E    00 00 00 80    73 2A C9 3E     .......> ....s*.>
    00 00 00 80    73 2A C9 3E    00 00 00 00    00 E0 51 40     ....s*.> ......Q@
    00 00 00 00    00 E0 51 40    00 00 00 00    00 00 24 40     ......Q@ ......$@
    68 00 4B 18    A8 10 50 18    00 00 00 00    00 00 00 00     h.K...P. ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    B8 1E E2 14    00 00 00 00    CD CD CD CD    CD CD CD CD     ........ ........


---------- Block 121 at 0x14E24500: 224 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (193): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CC 6E 75 03    CD CD CD CD    CD CD CD CD    CD CD CD CD     .nu..... ........
    90 00 00 00    90 00 00 00    8F 00 00 00    8F 00 00 00     ........ ........
    46 DF 01 00    CD CD CD CD    00 00 00 A0    F7 C6 C0 3E     F....... .......>
    00 00 00 A0    F7 C6 C0 3E    00 00 00 80    73 2A C9 3E     .......> ....s*.>
    00 00 00 80    73 2A C9 3E    00 00 00 00    00 E0 51 40     ....s*.> ......Q@
    00 00 00 00    00 E0 51 40    00 00 00 00    00 00 24 40     ......Q@ ......$@
    00 8E 57 18    40 9E 5C 18    00 00 00 00    00 00 00 00     ..W.@.\. ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    30 25 E2 14    00 00 00 00    CD CD CD CD    CD CD CD CD     0%...... ........


---------- Block 1097 at 0x14E34B58: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    EC 18 E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1098 at 0x14E34BD8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    EC 18 E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1099 at 0x14E34C58: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    EC 18 E3 14    01 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1100 at 0x14E34D28: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    7C 1C E3 14    00 00 00 00     ..t..... |.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1101 at 0x14E34DA8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    7C 1C E3 14    00 00 00 00     ..t..... |.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1102 at 0x14E34E28: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    7C 1C E3 14    01 00 00 00     ..t..... |.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1103 at 0x14E35428: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    0C 20 E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1104 at 0x14E354A8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    0C 20 E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1105 at 0x14E35528: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    0C 20 E3 14    01 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1106 at 0x14E355F8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    9C 23 E3 14    00 00 00 00     ..t..... .#......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1107 at 0x14E35678: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    9C 23 E3 14    00 00 00 00     ..t..... .#......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1108 at 0x14E356F8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    9C 23 E3 14    01 00 00 00     ..t..... .#......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1109 at 0x14E357C8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (865): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    5C 15 E3 14    00 00 00 00     ..t..... \.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    29 5C 0F 40     ........ ....)\.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1110 at 0x14E35848: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (865): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    5C 15 E3 14    00 00 00 00     ..t..... \.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 E0    51 B8 FE 3F    00 00 00 00    00 00 F0 3F     ....Q..? .......?


---------- Block 1111 at 0x14E358C8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (865): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    5C 15 E3 14    01 00 00 00     ..t..... \.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 80    14 AE 17 40     .......? .......@


---------- Block 1701 at 0x14E3F9E8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    B4 C8 E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1702 at 0x14E3FA68: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    B4 C8 E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1703 at 0x14E3FAE8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    B4 C8 E3 14    01 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1704 at 0x14E3FBB8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    44 CC E3 14    00 00 00 00     ..t..... D.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1705 at 0x14E3FC38: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    44 CC E3 14    00 00 00 00     ..t..... D.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1706 at 0x14E3FCB8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    44 CC E3 14    01 00 00 00     ..t..... D.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1707 at 0x14E3FD88: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    D4 CF E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1708 at 0x14E40328: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    D4 CF E3 14    00 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1709 at 0x14E403A8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    D4 CF E3 14    01 00 00 00     ..t..... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1710 at 0x14E40478: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    64 D3 E3 14    00 00 00 00     ..t..... d.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 E0    A1 45 02 40     ........ .....E.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1711 at 0x14E404F8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    64 D3 E3 14    00 00 00 00     ..t..... d.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    29 5C F7 3F    00 00 00 00    00 00 F0 3F     ....)\.? .......?


---------- Block 1712 at 0x14E40578: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (841): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    64 D3 E3 14    01 00 00 00     ..t..... d.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 00    29 5C F7 3F     .......? ....)\.?


---------- Block 1713 at 0x14E40648: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (865): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    24 C5 E3 14    00 00 00 00     ..t..... $.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    29 5C 0F 40     ........ ....)\.@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 1714 at 0x14E406C8: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (865): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    24 C5 E3 14    00 00 00 00     ..t..... $.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 E0    51 B8 FE 3F    00 00 00 00    00 00 F0 3F     ....Q..? .......?


---------- Block 1715 at 0x14E40748: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (865): (Module name unavailable)!Bump_4WheeledVehicle::createBulletRigidBody
    f:\orbiter\orbitersdk\samples\bump\library\bump_4wheeledvehicle.cpp (205): (Module name unavailable)!Bump_4WheeledVehicle::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (645): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    24 C5 E3 14    01 00 00 00     ..t..... $.......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 80    14 AE 17 40     .......? .......@


---------- Block 1758 at 0x14E47178: 99 bytes ----------
  Call Stack:
    f:\code\libraries\bullet\src\linearmath\btalignedallocator.cpp (24): (Module name unavailable)!btAllocDefault + 0x9 bytes
    f:\code\libraries\bullet\src\linearmath\btalignedallocator.cpp (70): (Module name unavailable)!btAlignedAllocDefault + 0x13 bytes
    f:\code\libraries\bullet\src\linearmath\btalignedallocator.cpp (163): (Module name unavailable)!btAlignedAllocInternal + 0x10 bytes
    f:\code\libraries\bullet\src\bulletcollision\collisionshapes\btconvexshape.h (37): (Module name unavailable)!btConvexShape::operator new + 0xE bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (902): (Module name unavailable)!Bump_VehicleCollider::createCollisionShapes + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (161): (Module name unavailable)!Bump_VehicleCollider::clbkSetClassCaps + 0x8 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (529): (Module name unavailable)!Bump_BulletBase::createBaseObject + 0x13 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (660): (Module name unavailable)!Bump_BulletBase::rangingPass + 0xF bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (283): (Module name unavailable)!Bump_BulletBase::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CD CD CD CD    78 71 E4 14    54 92 75 03    00 00 00 00     ....xq.. T.u.....
    E0 9A E4 14    CD CD CD CD    00 00 80 3F    00 00 80 3F     ........ ...?...?
    00 00 80 3F    00 00 00 00    14 AE 07 41    EC 51 38 3E     ...?.... ...A.Q8>
    52 B8 3E 40    00 00 00 00    0B D7 A3 3C    CD CD CD CD     R.>@.... ...<....
    CD CD CD CD    CD CD CD CD    00 00 00 00    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD                                                     ........ ........


---------- Block 2312 at 0x14E48A08: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1114): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    84 37 E4 14    00 00 00 00     ..t..... .7......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 80    3D 0A D7 3F     ........ ....=..?
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 2313 at 0x14E48A88: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1114): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    84 37 E4 14    00 00 00 00     ..t..... .7......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 E0    A3 70 CD 3F    00 00 00 00    00 00 F0 3F     .....p.? .......?


---------- Block 2314 at 0x14E48B08: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1114): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    84 37 E4 14    01 00 00 00     ..t..... .7......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 E0    A3 70 CD 3F     .......? .....p.?


---------- Block 2315 at 0x14E48B88: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1117): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    14 3B E4 14    00 00 00 00     ..t..... .;......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 80    3D 0A D7 3F     ........ ....=..?
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 2316 at 0x14E48C08: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1117): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    14 3B E4 14    00 00 00 00     ..t..... .;......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 E0    51 B8 DE 3F    00 00 00 00    00 00 F0 3F     ....Q..? .......?


---------- Block 2317 at 0x14E48C88: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1117): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    14 3B E4 14    01 00 00 00     ..t..... .;......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 E0    51 B8 DE 3F     .......? ....Q..?


---------- Block 2318 at 0x14E48D08: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1120): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    A4 3E E4 14    00 00 00 00     ..t..... .>......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 80    3D 0A D7 3F     ........ ....=..?
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 2319 at 0x14E48D88: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1120): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    A4 3E E4 14    00 00 00 00     ..t..... .>......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 E0    51 B8 DE 3F    00 00 00 00    00 00 F0 3F     ....Q..? .......?


---------- Block 2320 at 0x14E49348: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (218): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x38 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (163): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1120): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    A4 3E E4 14    01 00 00 00     ..t..... .>......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 E0    51 B8 DE 3F     .......? ....Q..?


---------- Block 2321 at 0x14E49418: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (296): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (273): (Module name unavailable)!Bump_MshCollisionShapeAttached::addCompoundShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (160): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1124): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    F4 33 E4 14    00 00 00 00     ..t..... .3......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 80    C2 F5 30 40     ........ ......0@
    00 00 00 00    00 00 F0 3F    00 00 00 00    00 00 F0 3F     .......? .......?


---------- Block 2322 at 0x14E49498: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (300): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (273): (Module name unavailable)!Bump_MshCollisionShapeAttached::addCompoundShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (160): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1124): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    F4 33 E4 14    00 00 00 00     ..t..... .3......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 80    3D 0A D7 3F    00 00 00 00    00 00 F0 3F     ....=..? .......?


---------- Block 2323 at 0x14E49518: 64 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (305): (Module name unavailable)!Bump_MshCollisionShapeAttached::createScalingAnimations + 0x7 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (191): (Module name unavailable)!Bump_MshCollisionShapeAttached::addSimpleShape + 0x44 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (273): (Module name unavailable)!Bump_MshCollisionShapeAttached::addCompoundShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_mshcollisionshapeattached.cpp (160): (Module name unavailable)!Bump_MshCollisionShapeAttached::addShape + 0xC bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (1124): (Module name unavailable)!Bump_VehicleCollider::createBulletRigidBodyVehicle
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (319): (Module name unavailable)!Bump_VehicleCollider::handleOrbiterRegime + 0xA bytes
    f:\orbiter\orbitersdk\samples\bump\library\bump_vehiclecollider.cpp (239): (Module name unavailable)!Bump_VehicleCollider::clbkPostStep
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (327): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x46 bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    B4 B7 74 03    00 00 00 00    F4 33 E4 14    01 00 00 00     ..t..... .3......
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 F0 3F     ........ .......?
    00 00 00 00    00 00 F0 3F    00 00 00 40    0A D7 17 40     .......? ...@...@


---------- Block 119 at 0x184B0068: 331776 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\terrain\bump_terrainpatch.cpp (44): (Module name unavailable)!Bump_TerrainPatch::Bump_TerrainPatch + 0x23 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (193): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x6F bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........


---------- Block 120 at 0x185010A8: 490776 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\terrain\bump_terrainpatch.cpp (45): (Module name unavailable)!Bump_TerrainPatch::Bump_TerrainPatch + 0x1C bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (193): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x6F bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (416): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........


---------- Block 122 at 0x18578E00: 331776 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\terrain\bump_terrainpatch.cpp (44): (Module name unavailable)!Bump_TerrainPatch::Bump_TerrainPatch + 0x23 bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (193): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x6F bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........


---------- Block 123 at 0x185C9E40: 490776 bytes ----------
  Call Stack:
    f:\orbiter\orbitersdk\samples\bump\terrain\bump_terrainpatch.cpp (45): (Module name unavailable)!Bump_TerrainPatch::Bump_TerrainPatch + 0x1C bytes
    f:\orbiter\orbitersdk\samples\bump\bulletbase\bump_bulletbase.cpp (193): (Module name unavailable)!Bump_BulletBase::clbkPostStep + 0x6F bytes
    f:\orbiter\orbitersdk\samples\bump\bump.cpp (422): (Module name unavailable)!Bump::clbkPreStep
    0x00417DE3 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x6713 bytes
    0x00419F71 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0x88A1 bytes
    0x0041CC90 (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB5C0 bytes
    0x0041CF3F (File and line number not available): orbiter.exe!SpotLight::SetAperture + 0xB86F bytes
  Data:
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........
    CD CD CD CD    CD CD CD CD    CD CD CD CD    CD CD CD CD     ........ ........


Visual Leak Detector detected 49 memory leaks (1650103 bytes).
Largest number used: 8993275 bytes.
Total allocations: 10727130 bytes.
Visual Leak Detector is now exiting.
Yep, time to fix the plumbing :P

---------- Post added at 09:20 AM ---------- Previous post was at 09:12 AM ----------

you just need to use smart pointers for this
Do you use boost smart pointers or auto_ptr in STL ?

I tried compiling boost with Orbiter once and it just didnt work.

By the way there seems to be a real time memory leak checker discussed in one of the posts here : http://stackoverflow.com/questions/1502799/memory-leak-tool-for-c-under-windows

---------- Post added at 09:27 AM ---------- Previous post was at 09:20 AM ----------

where critical acces violations occur
Yeah, havent found anything to catch those yet.

---------- Post added at 09:33 AM ---------- Previous post was at 09:27 AM ----------

Would be great to get hold of a free static analyzer too :)

---------- Post added at 09:37 AM ---------- Previous post was at 09:33 AM ----------

Jedidia,

Did you get an error while running orbiter with the visual leak detector for the first time ?
Something like "vld_x86.dll not found"
 
Last edited:
Jedidia,

Did you get an error while running orbiter with the visual leak detector for the first time ?
Something like "vld_x86.dll not found"

No, installation was ridculously simple and reliable for an instrumentation library.
 
Ah :), I have a 64 bit so it put added the path to the 64 bit binaries of VLD to my system path. But my compiler is 32 bit so it could not find it.

---------- Post added at 05:46 PM ---------- Previous post was at 04:13 PM ----------

Reduced the number of objects in the scene and dropped from 49 leaks to 19. Then fixed a case where the destructor wasnt getting called and now
down to 7 leaks from 19 :)

Never underestimate the power of scenario simplification :P

---------- Post added at 06:15 PM ---------- Previous post was at 05:46 PM ----------

down to 4 .....

--------------------

down to 1......!!!!


-------------

Got them all !!!!
 
Last edited:
Your computer may not, but your code very well may...

a memory leak happens when you allocate memory at one point in your code and don't free it at another. When you have code that is very dynamic, it happens faster than you can say "leak".

What sort of code would allocate said memory, and how should it be freed?
 
I wrote an article about detecting memory leaks using Visual Studio. You can find it here. The output is not as complete as this, but if you just want to know how much memory is not freed, it's really helpful.
 
What sort of code would allocate said memory, and how should it be freed?

In a nutshell, you need a delete statement for every new statement. Though stuff often becomes a bit more complicated than this...
 
In a nutshell, you need a delete statement for every new statement. Though stuff often becomes a bit more complicated than this...

So, why do the hud drawing functions get deleted at the end of an orbiter dll, but all of the const double, and similar parameters do not?
 
So, why do the hud drawing functions get deleted at the end of an orbiter dll, but all of the const double, and similar parameters do not?

I guess I wasn't quite clear: You need a "delete" for every "new" statement, that is, anything that was allocated with the keyword "new", and is therefore on the heap, not on the stack. It gets complcated when you have functions that allocate memory for you, so you don't write the "new" statement yourself, but still have to delete them.
 
I guess I wasn't quite clear: You need a "delete" for every "new" statement, that is, anything that was allocated with the keyword "new", and is therefore on the heap, not on the stack. It gets complcated when you have functions that allocate memory for you, so you don't write the "new" statement yourself, but still have to delete them.

And the new in the case of all of those functions is the vessel constructor, or something similar, I see
 
And the new in the case of all of those functions is the vessel constructor, or something similar, I see

No, it's an operator. You really type in the word "new", as in "int *i = new int;"
 
This is a very cool utility.

Now I get the same leak detected for my .dlls, does that seems "normal" to you ? I never did anything with clbkGetRadiationForce ?! :blink:

Code:
    g:\orbiter 2010 p1 - main\orbitersdk\samples\atlas412_stg1\1st_main.cpp (883): Atlas412_stg1.dll!ovcInit + 0xA bytes
    0x0047B83E (File and line number not available): orbiter.exe!VESSEL3::clbkGetRadiationForce + 0x33DE bytes
 
If you do

int I = 1;

The program automatically allocates memory for the int, assigns it a value and when the variable reaches the end of it's scope. Scope is generally given by - but not limited to - the curly brackets {}.

So if you do something like this:

Code:
...
{
int I = 0;
}
...

The variable will disappear when the program exits the scope.

However, if you allocate the memory yourself:

Code:
...
{
int *I = new int;

*I = 1;
}
...

This time, I itself doesn't hold the value 1, it holds the address of the memory where 1 is stored. It's a pointer to memory. The * is a dereference operator. It says this: "Look into the memory that I points to and change it to 1".

This time, when the code leaves the scope, but the number 1 is still stored in the memory. The I itself disappears, but *I is still there. At some point in the program, you have to call delete I; in order to free that memory. If you don't, you get a memory leak. You requested memory, you didn't give it back and forgot about it...
 
Back
Top