STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
283
IN-GAME
1,717
ONLINE
Founded
8 November, 2013
All Discussions > Bug Reports > Topic Details
An error occurred during the file import process (`*.qc`, `*.smd`, blender 4.0)
Hi!

I first tried to open this decompiled model: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1571155963 .

After that, I used Crowbar to get and decompile the regular ant lion model from HL2. And still I get this error:

```
Python: Traceback (most recent call last):
File "C:\Users\Yuriy\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_valvesource\import_smd.py", line 70, in execute
self.num_files_imported = self.readQC(filepath, False, self.properties.doAnim, self.properties.makeCamera, self.properties.rotMode, outer_qc=True)
File "C:\Users\Yuriy\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_valvesource\import_smd.py", line 940, in readQC
print("\nQC IMPORTER: now working on",filename)
File "C:\Users\Yuriy\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_valvesource\utils.py", line 214, in print
builtins.print(" ".join([str(a) for a in args]).encode(sys.getdefaultencoding()).decode(sys.stdout.encoding or sys.getdefaultencoding()), end= "\n" if newline else "", flush=True)
AttributeError: 'StdoutOverride' object has no attribute 'encoding'
```

I am using Blender 4.0 and the latest addon version 3.2.6.

What's the problem here?
< >
Showing 1-1 of 1 comments
Artfunkel 11 Mar, 2024 @ 12:00pm 
It looks like another script within Blender has messed with the console window, and replaced a key component with its own "StdoutOverride". Try disabling other add-ons until the problem goes away.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

All Discussions > Bug Reports > Topic Details