STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
227
IN-GAME
1,484
ONLINE
Founded
8 November, 2013
All Discussions > Bug Reports > Topic Details
ElTipejoLoco 13 Jun, 2021 @ 12:11pm
PySourceIOTextureUtils DLL Import Error in Console
Using Blender Source Tools version 3.1.1 on Blender version 2.93.0, console reports the following:
PySourceIOTextureUtils import error Traceback (most recent call last): File "D:\Program Files (x86)\Steam\steamapps\common\Blender\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Users\%USERNAME_HERE%\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\SourceIO\source1_operators.py", line 7, in <module> from .bpy_utilities.material_loader.material_loader import Source1MaterialLoader File "C:\Users\%USERNAME_HERE%\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\SourceIO\bpy_utilities\material_loader\material_loader.py", line 12, in <module> from .shaders.source2_shader_base import Source2ShaderBase File "C:\Users\%USERNAME_HERE%\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\SourceIO\bpy_utilities\material_loader\shaders\source2_shader_base.py", line 7, in <module> from ....source2.resouce_types.valve_texture import ValveCompiledTexture File "C:\Users\%USERNAME_HERE%\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\SourceIO\source2\resouce_types\valve_texture.py", line 5, in <module> from ..blocks import TEXR File "C:\Users\%USERNAME_HERE%\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\SourceIO\source2\blocks\__init__.py", line 6, in <module> from .texture_block import TEXR File "C:\Users\%USERNAME_HERE%\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\SourceIO\source2\blocks\texture_block.py", line 9, in <module> from ..utils.PySourceIOUtils import * ImportError: DLL load failed while importing PySourceIOUtils: The specified module could not be found.
Just a heads up, though I'm uncertain how much this might actually affect users in practice.
< >
Showing 1-4 of 4 comments
xdshot 13 Jun, 2021 @ 12:14pm 
SourceIO, not Source Tools related
Pte Jack 13 Jun, 2021 @ 12:40pm 
yup, you're using SourceIO for this, you need to talk to RedxEye about this via his GitHub...

In the error...

"SourceIO\source2\blocks"
The author of this thread has indicated that this post answers the original topic.
xdshot 13 Jun, 2021 @ 1:05pm 
Author says, Already handled in later versions
ElTipejoLoco 13 Jun, 2021 @ 2:41pm 
Ah, my bad. Thanks for getting in touch with them, though.
< >
Showing 1-4 of 4 comments
Per page: 1530 50

All Discussions > Bug Reports > Topic Details