this post was submitted on 29 Jan 2024
9 points (80.0% liked)

Blender

2730 readers
5 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
9
submitted 9 months ago* (last edited 9 months ago) by RIP_Cheems@lemmy.world to c/blender@lemmy.world
 

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
[โ€“] BuddyTheBeefalo@lemmy.ml 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.

[โ€“] RIP_Cheems@lemmy.world 5 points 9 months ago

Thank you so much.