this post was submitted on 29 Jan 2024
10 points (85.7% liked)

Blender

2721 readers
9 users here now

A community for users of the awesome, open source, free, animation, modeling, procedural generating, sculpting, texturing, compositing, and rendering software; Blender.

Rules:

  1. Be nice
  2. Constructive Criticism only
  3. If a render is photo realistic, please provide a wireframe or clay render

founded 1 year ago
MODERATORS
10
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

I've been trying to fix this problem for about a week now and can't figure out what to do. I got the error "Failed to replace function free in module ucrtbase.dll", went to blender forum for help and was told to open console and change TBB_MALLOC_DISABLE_REPLACEMENT=1, but wasn't given any real explanation on how to open the console.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 6 points 9 months ago (1 children)

Sounds like Windows.

To open the console, type 'cmd' into the search field in the windows task bar and launch 'command prompt'.

now type: 'set TBB_MALLOC_DISABLE_REPLACEMENT = 1'

and hit enter.

[โ€“] [email protected] 5 points 9 months ago

Thank you so much.