Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashed blender #10

Open
kaushikbm opened this issue Mar 16, 2024 · 4 comments
Open

Crashed blender #10

kaushikbm opened this issue Mar 16, 2024 · 4 comments

Comments

@kaushikbm
Copy link

I'm using Blender 3.5. It crashes while opening the file. Is this a bug or some other issue ?

@BGerwe
Copy link

BGerwe commented May 8, 2024

Same here. I'm on Blender 3.5.1, Windows 11 23H2.

I start up Blender then go to open either Dojo Bin Generator_recursive 2 step_v0.1.1 or Dojo Bin Generator_recursive red bins_v.0.1.1 and it just crashes.

I repeated this after starting Blender with debug options via blender_debug_log.cmd and got the following log:

I0508 13:21:21.501030 28604 device.cpp:47] CUEW initialization failed: Error opening the library
I0508 13:21:21.516103 28604 device.cpp:32] HIPEW initialization succeeded
I0508 13:21:21.516103 28604 device.cpp:34] Found precompiled kernels
WARN (bke.customdata): C:\Users\blender\git\blender-v350\blender.git\source\blender\blenkernel\intern\customdata.cc:4319 CustomData_layer_ensure_data_exists: CustomDataLayer->data is NULL for type 46.
WARN (bke.customdata): C:\Users\blender\git\blender-v350\blender.git\source\blender\blenkernel\intern\customdata.cc:4319 CustomData_layer_ensure_data_exists: CustomDataLayer->data is NULL for type 46.
Error : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF7B37DE1F2
Module : blender.exe
Thread : 00006fbc
Switching to fully guarded memory allocator.
Blender 3.5.1
Build: 2023-04-24 23:56:35 Windows release
argv[0] = C:\Program Files\Blender Foundation\Blender 3.5\blender
argv[1] = --debug
argv[2] = --debug-cycles
argv[3] = --python-expr
argv[4] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users<user>\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt')
Read prefs: C:\Users<user>\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
Read blend: C:\Users<user>\Downloads\Dojo Bin Generator_recursive red bins_v.0.1.1.blend
Writing: C:\Users<user>\AppData\Local\Temp\blender.crash.txt

Also here's my blender_system_info.txt

I looked up some phrases from the log above and found this post, which seems like the problem arises with non-NVIDIA GPUs. Personally, I'm on an AMD Radeon 6650XT. @kaushikbm, are you also using a non-NVIDIA GPU?

Following suggestions from that post I just tried updating my GPU driver, and also uninstalled the driver then restarted my system and neither worked.

@BGerwe
Copy link

BGerwe commented May 8, 2024

Also tried on a different system with an NVIDIA card—still crashed.
blender_debug_output.txt

@doneskies
Copy link

You may have to use a more updated version of Blender. I just opened it in 4.1 without any issue

@BGerwe
Copy link

BGerwe commented May 8, 2024

You may have to use a more updated version of Blender. I just opened it in 4.1 without any issue

Yup, I think that's the answer. I just installed v3.6.8 and was able to open the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants