Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. msvs output:
  2.  
  3. Window focus status changed: focus: 0
  4. Using background sleep time: 50
  5. CRITICAL: unable to lock vertex buffer
  6. C:/Users/stenyak/beamng/torque3d/Engine/source/gfx/D3D9/gfxD3D9VertexBuffer.cpp(81) : Fatal - Got more than one lock on the volatile pool.
  7.  
  8.  
  9.  
  10. torque3d.log:
  11. 1007.32692|D|libbeamng.object|creating new flexbody in slot 69 ...
  12. 1007.35325|D|libbeamng.object|creating new flexbody in slot 70 ...
  13. 1007.37520|D|libbeamng.flexmesh| ** parts of this flexbody will use the fallback code as it could not qualify for the normal mode
  14. 1007.37584|D|libbeamng.object|creating new flexbody in slot 71 ...
  15. 1007.39420|D|libbeamng.flexmesh| ** parts of this flexbody will use the fallback code as it could not qualify for the normal mode
  16. 1007.39483|D|libbeamng.object|creating new flexbody in slot 72 ...
  17. 1007.41090|D|libbeamng.object|creating new flexbody in slot 73 ...
  18. 1007.42725|D|libbeamng.object|creating new flexbody in slot 74 ...
  19. 1007.46056|D|libbeamng.lua.V.Vehicle:pushToPhysics|- added 75 flexMeshes
  20. 1007.46098|D|libbeamng.lua.V.Vehicle:pushToPhysics|- added 3 internal cameras
  21. 1007.50076|D|libbeamng.lua.V.Vehicle:pushToPhysics|object creation took 1041.9009315145 ms
  22. 1007.62467|I|libbeamng.lua.V.hydros.init|yay, force feedback is available :D
  23. 1007.64473|I|libbeamng.lua.V.hydros.init|Force Feedback Configuration:
  24. 1081.89175|D|StandardMainLoop::doMainLoop@C:/Users/stenyak/beamng/torque3d/Engine/source/app/mainLoop.cpp:575|Window focus status changed: focus: 0
  25. 1081.89241|D|StandardMainLoop::doMainLoop@C:/Users/stenyak/beamng/torque3d/Engine/source/app/mainLoop.cpp:577| Using background sleep time: 50
  26. 1082.60381|D|StandardMainLoop::doMainLoop@C:/Users/stenyak/beamng/torque3d/Engine/source/app/mainLoop.cpp:575|Window focus status changed: focus: 1
  27. 1088.28388|D|StandardMainLoop::doMainLoop@C:/Users/stenyak/beamng/torque3d/Engine/source/app/mainLoop.cpp:575|Window focus status changed: focus: 0
  28. 1088.28429|D|StandardMainLoop::doMainLoop@C:/Users/stenyak/beamng/torque3d/Engine/source/app/mainLoop.cpp:577| Using background sleep time: 50
  29. 1109.22667|E|GFXD3D9VertexBuffer::lock@C:/Users/stenyak/beamng/torque3d/Engine/source/gfx/D3D9/gfxD3D9VertexBuffer.cpp:141|CRITICAL: unable to lock vertex buffer
  30. 1109.23063|E|assert|C:/Users/stenyak/beamng/torque3d/Engine/source/gfx/D3D9/gfxD3D9VertexBuffer.cpp(81) : Fatal - Got more than one lock on the volatile pool.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement