Yn1t / blender-smd

Automatically exported from code.google.com/p/blender-smd
0 stars 0 forks source link

"Runtime Error" when exporting DMX #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You will see Visual C++ Runtime error R6034 when you export a DMX file from an 
official Blender build. This error is harmless, and will only be seen once per 
Blender session.

The easiest fix for the error is deleting the VC++ 2008 Runtime libraries 
distributed with Blender. Browse to your Blender install directory and delete 
these three files:

  * msvcm90.dll
  * msvcp90.dll
  * msvcr90.dll

If Blender stops working after you delete these files, install the VC++ 2008 
Redistributable:

http://www.microsoft.com/en-us/download/details.aspx?id=29

Original issue reported on code.google.com by cont...@steamreview.org on 13 Aug 2012 at 7:49

GoogleCodeExporter commented 8 years ago
If you have a 64-bit install of Blender you will need the 64-bit 
redistributable instead:

http://www.microsoft.com/en-gb/download/details.aspx?id=15336

Original comment by cont...@steamreview.org on 13 Aug 2012 at 7:52

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Workaround added in 2.0.

http://steamreview.org/BlenderSourceTools/

Original comment by cont...@steamreview.org on 4 Mar 2014 at 12:18