overlay_shader_shared.h:XX:0: Error: C7011: implicit cast from "int" to "uint" #97854

Closed
opened 2022-05-04 16:33:54 +02:00 by Abel Camarena · 6 comments

System Information
Operating system: Windows 10 Pro 21H1 19043.1645
Graphics card: NVIDIA GeForce GT 220

Blender Version
Broken: 3.2.0beta NB May 04, 02:20:59 e86b62f195
Worked: 3.1.2

Short description of error
Multiple overlay_shader_shared.h:XX:0: Error: C7011: implicit cast from "int" to "uint" on start, no splash screen. Just crashes.

Exact steps for others to reproduce the error
Just runing the application.

Displayed error

ERROR (gpu.shader): overlay_background VertShader:
      |
  170 |   SHOW_AXIS_X = (1 << 0),
      |
      | overlay_shader_shared.h:28:0: Error: C7011: implicit cast from "int" to "uint"
      |
  171 |   SHOW_AXIS_Y = (1 << 1),
      |
      | overlay_shader_shared.h:29:0: Error: C7011: implicit cast from "int" to "uint"
      |
  172 |   SHOW_AXIS_Z = (1 << 2),
      |
      | overlay_shader_shared.h:30:0: Error: C7011: implicit cast from "int" to "uint"
      |
  173 |   SHOW_GRID = (1 << 3),
      |
      | overlay_shader_shared.h:31:0: Error: C7011: implicit cast from "int" to "uint"
      |
  174 |   PLANE_XY = (1 << 4),
      |
      | overlay_shader_shared.h:32:0: Error: C7011: implicit cast from "int" to "uint"
      |
  175 |   PLANE_XZ = (1 << 5),
      |
      | overlay_shader_shared.h:33:0: Error: C7011: implicit cast from "int" to "uint"
      |
  176 |   PLANE_YZ = (1 << 6),
      |
      | overlay_shader_shared.h:34:0: Error: C7011: implicit cast from "int" to "uint"
      |
  177 |   CLIP_ZPOS = (1 << 7),
      |
      | overlay_shader_shared.h:35:0: Error: C7011: implicit cast from "int" to "uint"
      |
  178 |   CLIP_ZNEG = (1 << 8),
      |
      | overlay_shader_shared.h:36:0: Error: C7011: implicit cast from "int" to "uint"
      |
  179 |   GRID_BACK = (1 << 9),
      |
      | overlay_shader_shared.h:37:0: Error: C7011: implicit cast from "int" to "uint"
      |
  180 |   GRID_CAMERA = (1 << 10),
      |
      | overlay_shader_shared.h:38:0: Error: C7011: implicit cast from "int" to "uint"
      |
  181 |   PLANE_IMAGE = (1 << 11),
      |
      | overlay_shader_shared.h:39:0: Error: C7011: implicit cast from "int" to "uint"
      |
  182 |   CUSTOM_GRID = (1 << 12);
      |
      | overlay_shader_shared.h:40:0: Error: C7011: implicit cast from "int" to "uint"

ERROR (gpu.shader): overlay_background FragShader:
      |
  170 |   SHOW_AXIS_X = (1 << 0),
      |
      | overlay_shader_shared.h:28:0: Error: C7011: implicit cast from "int" to "uint"
      |
  171 |   SHOW_AXIS_Y = (1 << 1),
      |
      | overlay_shader_shared.h:29:0: Error: C7011: implicit cast from "int" to "uint"
      |
  172 |   SHOW_AXIS_Z = (1 << 2),
      |
      | overlay_shader_shared.h:30:0: Error: C7011: implicit cast from "int" to "uint"
      |
  173 |   SHOW_GRID = (1 << 3),
      |
      | overlay_shader_shared.h:31:0: Error: C7011: implicit cast from "int" to "uint"
      |
  174 |   PLANE_XY = (1 << 4),
      |
      | overlay_shader_shared.h:32:0: Error: C7011: implicit cast from "int" to "uint"
      |
  175 |   PLANE_XZ = (1 << 5),
      |
      | overlay_shader_shared.h:33:0: Error: C7011: implicit cast from "int" to "uint"
      |
  176 |   PLANE_YZ = (1 << 6),
      |
      | overlay_shader_shared.h:34:0: Error: C7011: implicit cast from "int" to "uint"
      |
  177 |   CLIP_ZPOS = (1 << 7),
      |
      | overlay_shader_shared.h:35:0: Error: C7011: implicit cast from "int" to "uint"
      |
  178 |   CLIP_ZNEG = (1 << 8),
      |
      | overlay_shader_shared.h:36:0: Error: C7011: implicit cast from "int" to "uint"
      |
  179 |   GRID_BACK = (1 << 9),
      |
      | overlay_shader_shared.h:37:0: Error: C7011: implicit cast from "int" to "uint"
      |
  180 |   GRID_CAMERA = (1 << 10),
      |
      | overlay_shader_shared.h:38:0: Error: C7011: implicit cast from "int" to "uint"
      |
  181 |   PLANE_IMAGE = (1 << 11),
      |
      | overlay_shader_shared.h:39:0: Error: C7011: implicit cast from "int" to "uint"
      |
  182 |   CUSTOM_GRID = (1 << 12);
      |
      | overlay_shader_shared.h:40:0: Error: C7011: implicit cast from "int" to "uint"

Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF658B3EBB0
Module  : blender.exe
Thread  : 000018d0

**Crash log**

# Blender 3.2.0, Commit date: 2022-05-03 21:08, Hash e86b62f1951b

# backtrace
Exception Record:

ExceptionCode         : EXCEPTION_ACCESS_VIOLATION
Exception Address     : 0x00007FF658B3EBB0
Exception Module      : blender.exe
Exception Flags       : 0x00000000
Exception Parameters  : 0x2
	Parameters[0] : 0x0000000000000000
	Parameters[1] : 0x0000000000000008


Stack trace:
blender.exe         :0x00007FF658B3EBB0  GPU_shader_get_builtin_block
blender.exe         :0x00007FF653F0BEB0  drw_shgroup_init
blender.exe         :0x00007FF653F08A10  DRW_shgroup_create
blender.exe         :0x00007FF653F6C740  OVERLAY_background_cache_init
blender.exe         :0x00007FF653F45980  OVERLAY_cache_init
blender.exe         :0x00007FF653F01F80  drw_engines_cache_init
blender.exe         :0x00007FF653EFE740  DRW_draw_render_loop_ex
blender.exe         :0x00007FF653EFF830  DRW_draw_view
blender.exe         :0x00007FF6548F0BD0  view3d_main_region_draw
blender.exe         :0x00007FF6541DA1F0  ED_region_do_draw
blender.exe         :0x00007FF653E07500  wm_draw_window_offscreen
blender.exe         :0x00007FF653E07350  wm_draw_window
blender.exe         :0x00007FF653E06E40  wm_draw_update
blender.exe         :0x00007FF653DE9310  ghost_event_proc
blender.exe         :0x00007FF6549F8210  GHOST_CallbackEventConsumer::processEvent
blender.exe         :0x00007FF654A42F60  GHOST_EventManager::dispatchEvents
blender.exe         :0x00007FF654A43BC0  GHOST_System::dispatchEvents
blender.exe         :0x00007FF653DEB3B0  wm_window_process_events
blender.exe         :0x00007FF653DE0B00  WM_main
blender.exe         :0x00007FF652EC11D0  main
blender.exe         :0x00007FF658E89330  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Threads:
Thread : 000014e0
ntdll.dll           :0x00007FF9E59B07B0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FF9E5962680  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 000014e4
ntdll.dll           :0x00007FF9E59B07B0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FF9E5962680  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00003114
ntdll.dll           :0x00007FF9E59B07B0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FF9E5962680  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00001c2c
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
blender.exe         :0x00007FF6599D17C0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF6599D0FD0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF653084E00  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 0000110c
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
blender.exe         :0x00007FF6599D17C0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF6599D0FD0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF653084E00  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00001004
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
blender.exe         :0x00007FF6599D17C0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF6599D0FD0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF653084E00  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00003550
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
blender.exe         :0x00007FF6599D17C0  IlmThread_3_1::Semaphore::wait
blender.exe         :0x00007FF6599D0FD0  IlmThread_3_1::ThreadPool::numThreads
blender.exe         :0x00007FF653084E00  std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00000cb4
ntdll.dll           :0x00007FF9E59B07B0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FF9E5962680  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00002ac4
win32u.dll          :0x00007FF9E315A0F0  NtUserMsgWaitForMultipleObjectsEx
USER32.dll          :0x00007FF9E45A06F0  MsgWaitForMultipleObjectsEx
nvoglv64.DLL        :0x000000006054A440  DrvValidateVersion
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 0000342c
ntdll.dll           :0x00007FF9E59B07B0  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FF9E5962680  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00001594
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
nvoglv64.DLL        :0x000000006054A440  DrvValidateVersion
nvoglv64.DLL        :0x000000006034C49D  Symbols not available


Thread : 0000291c
ntdll.dll           :0x00007FF9E59AD8B0  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FF9E353CA20  WaitForMultipleObjectsEx
KERNELBASE.dll      :0x00007FF9E353CA00  WaitForMultipleObjects
nvoglv64.DLL        :0x000000006057F970  DrvPresentBuffers
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00000c50
ntdll.dll           :0x00007FF9E59AD8B0  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FF9E353CA20  WaitForMultipleObjectsEx
combase.dll         :0x00007FF9E53398F0  RoGetServerActivatableClasses
combase.dll         :0x00007FF9E53398F0  RoGetServerActivatableClasses
combase.dll         :0x00007FF9E53398F0  RoGetServerActivatableClasses
combase.dll         :0x00007FF9E53398F0  RoGetServerActivatableClasses
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00001bd4
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
nvwgf2umx.dll       :0x00007FF9D8DC9F20  OpenAdapter10
nvwgf2umx.dll       :0x00007FF9D8DC9F20  OpenAdapter10
nvwgf2umx.dll       :0x00007FF9D8DC9F20  OpenAdapter10
nvwgf2umx.dll       :0x00007FF9D8F37F70  NVAPI_Thunk
nvwgf2umx.dll       :0x00007FF9D8F37F70  NVAPI_Thunk
nvwgf2umx.dll       :0x00007FF9D8F37F70  NVAPI_Thunk
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00000994
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
nvwgf2umx.dll       :0x00007FF9D8DC9F20  OpenAdapter10
nvwgf2umx.dll       :0x00007FF9D8DC9F20  OpenAdapter10
nvwgf2umx.dll       :0x00007FF9D8DC9F20  OpenAdapter10
nvwgf2umx.dll       :0x00007FF9D8F37F70  NVAPI_Thunk
nvwgf2umx.dll       :0x00007FF9D8F37F70  NVAPI_Thunk
nvwgf2umx.dll       :0x00007FF9D8F37F70  NVAPI_Thunk
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00000bf4
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
tbb.dll             :0x00007FF9DE73D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FF9DE73D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 00002664
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
tbb.dll             :0x00007FF9DE73D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FF9DE73D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Thread : 000008bc
ntdll.dll           :0x00007FF9E59ACDE0  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FF9E35119D0  WaitForSingleObjectEx
tbb.dll             :0x00007FF9DE73D800  tbb::thread_bound_filter::try_process_item
tbb.dll             :0x00007FF9DE73D800  tbb::thread_bound_filter::try_process_item
ucrtbase.dll        :0x00007FF9E3891B20  configthreadlocale
KERNEL32.DLL        :0x00007FF9E4257020  BaseThreadInitThunk
ntdll.dll           :0x00007FF9E5962630  RtlUserThreadStart


Loaded Modules :
0x00007FF652D50000 3.2.0.0              blender.exe d:\__ABEL\Apps\blender-3.2.0beta\blender.pdb 
0x00007FF9E5910000 10.0.19041.1566      ntdll.dll  
0x00007FF9B66B0000 22.3.7108.0          aswhook.dll  
0x00007FF9E4240000 10.0.19041.1645      KERNEL32.DLL  
0x00007FF9E34F0000 10.0.19041.1645      KERNELBASE.dll  
0x00007FF9E5680000 10.0.19041.546       WS2_32.dll  
0x00007FF9E4450000 10.0.19041.1645      RPCRT4.dll  
0x00007FF9DE730000                      tbb.dll  
0x00007FF9E4580000 10.0.19041.1503      USER32.dll  
0x00007FF9E3150000 10.0.19041.1645      win32u.dll  
0x00007FF9E4920000 10.0.19041.1620      GDI32.dll  
0x00007FF9E33E0000 10.0.19041.1620      gdi32full.dll  
0x00007FF9E3080000 10.0.19041.789       msvcp_win.dll  
0x00007FF9E3870000 10.0.19041.789       ucrtbase.dll  
0x00007FF9E55D0000 10.0.19041.1466      ADVAPI32.dll  
0x00007FF9E4300000 7.0.19041.546        msvcrt.dll  
0x00007FF9E5780000 10.0.19041.1586      sechost.dll  
0x00007FF9E4A30000 10.0.19041.1566      SHELL32.dll  
0x00007FF9E41E0000 10.0.19041.1023      SHLWAPI.dll  
0x00007FF9E3030000 10.0.19041.1620      CFGMGR32.dll  
0x00007FF9E3120000 10.0.19041.1023      bcrypt.dll  
0x00007FF9E3970000 10.0.19041.1202      ole32.dll  
0x00007FF9E5270000 10.0.19041.1566      combase.dll  
0x00007FF9E4840000 10.0.19041.546       PSAPI.DLL  
0x00007FF9E3F80000 10.0.19041.1645      shcore.dll  
0x00007FF9E58A0000 10.0.19041.546       IMM32.dll  
0x00007FF9E0870000 14.29.30139.0        VCRUNTIME140.dll  
0x00007FF9D7960000                      tbbmalloc.dll  
0x00007FF9D8BD0000 10.0.19041.867       dbghelp.dll  
0x00007FF9A7D90000 10.0.19041.1566      OPENGL32.dll  
0x00007FF9CC8C0000 14.29.30139.0        MSVCP140.dll  
0x00007FF9DB130000 14.29.30139.0        VCRUNTIME140_1.dll  
0x00007FF972510000 59.18.100.0          avcodec-59.dll  
0x00007FF9BDC90000 59.16.100.0          avformat-59.dll  
0x00007FF9D4A60000 59.4.100.0           avdevice-59.dll  
0x00007FF9CBD80000 57.17.100.0          avutil-57.dll  
0x00007FF9E4850000 10.0.19041.985       OLEAUT32.dll  
0x0000000070440000 1.0.28.0             libsndfile-1.dll  
0x00007FF9BF480000 1.21.1.0             OpenAL32.dll  
0x00007FF9B8150000 2.0.20.0             SDL2.dll  
0x00007FF9E3AA0000 10.0.19041.1620      SETUPAPI.dll  
0x000000006ACC0000                      libgmp-10.dll  
0x00007FF9DB120000                      libgmpxx.dll  
0x00007FF9D8440000                      tbbmalloc_proxy.dll  
0x00007FF9D1F80000 10.0.19041.1         AVIFIL32.dll  
0x00007FF974DF0000 3.10.2150.1013       python310.dll  
0x00007FF9DC550000 6.10.19041.1110      COMCTL32.dll  
0x00007FF9DD450000 10.0.19041.546       VERSION.dll  
0x0000000070680000                      libfftw3-3.dll  
0x00007FF9A7D20000 10.0.19041.1566      GLU32.dll  
0x00007FF9CC3E0000 6.4.100.0            swscale-6.dll  
0x00007FF970DC0000 9.0.0.0              openvdb.dll  
0x00007FF9CD760000 10.0.19041.546       Secur32.dll  
0x00007FF9D1F50000 4.3.100.0            swresample-4.dll  
0x00007FF9DC7F0000 10.0.19041.546       WINMM.dll  
0x00007FF9D1F30000 10.0.19041.1         AVICAP32.dll  
0x00007FF9BD150000 10.0.19041.1         MSACM32.dll  
0x00007FF9CC890000 10.0.19041.1         MSVFW32.dll  
0x00007FF9B4340000 10.0.19041.1         winmmbase.dll  
0x00007FF9E2EF0000 10.0.19041.1586      SSPICLI.DLL  
0x00007FF9E0F70000 10.0.19041.546       kernel.appcore.dll  
0x00007FF9E1170000 10.0.19041.1566      windows.storage.dll  
0x00007FF9E2AA0000 10.0.19041.1566      Wldp.dll  
0x00007FF9E0A90000 10.0.19041.1620      uxtheme.dll  
0x00007FF9E3350000 10.0.19041.1415      bcryptPrimitives.dll  
0x00007FF9E2F70000 10.0.19041.844       profapi.dll  
0x00007FF9E43A0000 2001.12.10941.16384  clbcatq.dll  
0x00007FF9DC210000 10.0.19041.1503      MMDevApi.dll  
0x00007FF9E2DE0000 10.0.19041.1620      DEVOBJ.dll  
0x00007FF9DC3C0000 10.0.19041.1566      AUDIOSES.DLL  
0x00007FF9E29A0000 10.0.19041.546       powrprof.dll  
0x00007FF9E2980000                      UMPDC.dll  
0x00007FF9E4720000 10.0.19041.1620      MSCTF.dll  
0x00007FF9DDDC0000 10.0.19041.1620      AppXDeploymentClient.dll  
0x000000005FBF0000 21.21.13.4201        nvoglv64.DLL  
0x00007FF9DEEE0000 10.0.19041.546       WTSAPI32.dll  
0x00007FF9E1D40000 10.0.19041.546       ntmarta.dll  
0x00007FF9E2530000 10.0.19041.546       WINSTA.dll  
0x00007FF9E0C80000 10.0.19041.746       dwmapi.dll  
0x00007FF9E1950000 10.0.19041.1566      dxgi.dll  
0x00007FF9DF360000 10.0.19041.1620      d3d11.dll  
0x00007FF9B7D90000 10.0.19041.1387      dataexchange.dll  
0x00007FF9DFB90000 10.0.19041.1566      dcomp.dll  
0x00007FF9DDBB0000 10.0.19041.964       twinapi.appcore.dll  
0x00007FF9D8DC0000 21.21.13.4201        nvwgf2umx.dll  
0x00007FF9DA300000 10.0.19041.546       dxcore.dll  
0x00007FF9D7DC0000 10.0.19041.1620      textinputframework.dll  
0x00007FF9E0100000 10.0.19041.546       CoreUIComponents.dll  
0x00007FF9E0460000 10.0.19041.746       CoreMessaging.dll  
0x00007FF9DED80000 10.0.19041.1348      wintypes.dll  
0x00007FF9B9630000 10.0.19041.1023      explorerframe.dll  
0x00007FF9E29F0000 10.0.19041.546       CRYPTSP.dll  
0x00007FF9E20B0000 10.0.19041.1052      rsaenh.dll  
0x00007FF9E2A10000 10.0.19041.546       CRYPTBASE.dll  

# Python backtrace
**System Information** Operating system: Windows 10 Pro 21H1 19043.1645 Graphics card: NVIDIA GeForce GT 220 **Blender Version** Broken: 3.2.0beta NB May 04, 02:20:59 e86b62f1951b Worked: 3.1.2 **Short description of error** Multiple overlay_shader_shared.h:XX:0: Error: C7011: implicit cast from "int" to "uint" on start, no splash screen. Just crashes. **Exact steps for others to reproduce the error** Just runing the application. **Displayed error** ```lines=10 ERROR (gpu.shader): overlay_background VertShader: | 170 | SHOW_AXIS_X = (1 << 0), | | overlay_shader_shared.h:28:0: Error: C7011: implicit cast from "int" to "uint" | 171 | SHOW_AXIS_Y = (1 << 1), | | overlay_shader_shared.h:29:0: Error: C7011: implicit cast from "int" to "uint" | 172 | SHOW_AXIS_Z = (1 << 2), | | overlay_shader_shared.h:30:0: Error: C7011: implicit cast from "int" to "uint" | 173 | SHOW_GRID = (1 << 3), | | overlay_shader_shared.h:31:0: Error: C7011: implicit cast from "int" to "uint" | 174 | PLANE_XY = (1 << 4), | | overlay_shader_shared.h:32:0: Error: C7011: implicit cast from "int" to "uint" | 175 | PLANE_XZ = (1 << 5), | | overlay_shader_shared.h:33:0: Error: C7011: implicit cast from "int" to "uint" | 176 | PLANE_YZ = (1 << 6), | | overlay_shader_shared.h:34:0: Error: C7011: implicit cast from "int" to "uint" | 177 | CLIP_ZPOS = (1 << 7), | | overlay_shader_shared.h:35:0: Error: C7011: implicit cast from "int" to "uint" | 178 | CLIP_ZNEG = (1 << 8), | | overlay_shader_shared.h:36:0: Error: C7011: implicit cast from "int" to "uint" | 179 | GRID_BACK = (1 << 9), | | overlay_shader_shared.h:37:0: Error: C7011: implicit cast from "int" to "uint" | 180 | GRID_CAMERA = (1 << 10), | | overlay_shader_shared.h:38:0: Error: C7011: implicit cast from "int" to "uint" | 181 | PLANE_IMAGE = (1 << 11), | | overlay_shader_shared.h:39:0: Error: C7011: implicit cast from "int" to "uint" | 182 | CUSTOM_GRID = (1 << 12); | | overlay_shader_shared.h:40:0: Error: C7011: implicit cast from "int" to "uint" ERROR (gpu.shader): overlay_background FragShader: | 170 | SHOW_AXIS_X = (1 << 0), | | overlay_shader_shared.h:28:0: Error: C7011: implicit cast from "int" to "uint" | 171 | SHOW_AXIS_Y = (1 << 1), | | overlay_shader_shared.h:29:0: Error: C7011: implicit cast from "int" to "uint" | 172 | SHOW_AXIS_Z = (1 << 2), | | overlay_shader_shared.h:30:0: Error: C7011: implicit cast from "int" to "uint" | 173 | SHOW_GRID = (1 << 3), | | overlay_shader_shared.h:31:0: Error: C7011: implicit cast from "int" to "uint" | 174 | PLANE_XY = (1 << 4), | | overlay_shader_shared.h:32:0: Error: C7011: implicit cast from "int" to "uint" | 175 | PLANE_XZ = (1 << 5), | | overlay_shader_shared.h:33:0: Error: C7011: implicit cast from "int" to "uint" | 176 | PLANE_YZ = (1 << 6), | | overlay_shader_shared.h:34:0: Error: C7011: implicit cast from "int" to "uint" | 177 | CLIP_ZPOS = (1 << 7), | | overlay_shader_shared.h:35:0: Error: C7011: implicit cast from "int" to "uint" | 178 | CLIP_ZNEG = (1 << 8), | | overlay_shader_shared.h:36:0: Error: C7011: implicit cast from "int" to "uint" | 179 | GRID_BACK = (1 << 9), | | overlay_shader_shared.h:37:0: Error: C7011: implicit cast from "int" to "uint" | 180 | GRID_CAMERA = (1 << 10), | | overlay_shader_shared.h:38:0: Error: C7011: implicit cast from "int" to "uint" | 181 | PLANE_IMAGE = (1 << 11), | | overlay_shader_shared.h:39:0: Error: C7011: implicit cast from "int" to "uint" | 182 | CUSTOM_GRID = (1 << 12); | | overlay_shader_shared.h:40:0: Error: C7011: implicit cast from "int" to "uint" Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00007FF658B3EBB0 Module : blender.exe Thread : 000018d0 **Crash log** # Blender 3.2.0, Commit date: 2022-05-03 21:08, Hash e86b62f1951b # backtrace Exception Record: ExceptionCode : EXCEPTION_ACCESS_VIOLATION Exception Address : 0x00007FF658B3EBB0 Exception Module : blender.exe Exception Flags : 0x00000000 Exception Parameters : 0x2 Parameters[0] : 0x0000000000000000 Parameters[1] : 0x0000000000000008 Stack trace: blender.exe :0x00007FF658B3EBB0 GPU_shader_get_builtin_block blender.exe :0x00007FF653F0BEB0 drw_shgroup_init blender.exe :0x00007FF653F08A10 DRW_shgroup_create blender.exe :0x00007FF653F6C740 OVERLAY_background_cache_init blender.exe :0x00007FF653F45980 OVERLAY_cache_init blender.exe :0x00007FF653F01F80 drw_engines_cache_init blender.exe :0x00007FF653EFE740 DRW_draw_render_loop_ex blender.exe :0x00007FF653EFF830 DRW_draw_view blender.exe :0x00007FF6548F0BD0 view3d_main_region_draw blender.exe :0x00007FF6541DA1F0 ED_region_do_draw blender.exe :0x00007FF653E07500 wm_draw_window_offscreen blender.exe :0x00007FF653E07350 wm_draw_window blender.exe :0x00007FF653E06E40 wm_draw_update blender.exe :0x00007FF653DE9310 ghost_event_proc blender.exe :0x00007FF6549F8210 GHOST_CallbackEventConsumer::processEvent blender.exe :0x00007FF654A42F60 GHOST_EventManager::dispatchEvents blender.exe :0x00007FF654A43BC0 GHOST_System::dispatchEvents blender.exe :0x00007FF653DEB3B0 wm_window_process_events blender.exe :0x00007FF653DE0B00 WM_main blender.exe :0x00007FF652EC11D0 main blender.exe :0x00007FF658E89330 __scrt_common_main_seh KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Threads: Thread : 000014e0 ntdll.dll :0x00007FF9E59B07B0 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FF9E5962680 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 000014e4 ntdll.dll :0x00007FF9E59B07B0 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FF9E5962680 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00003114 ntdll.dll :0x00007FF9E59B07B0 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FF9E5962680 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00001c2c ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx blender.exe :0x00007FF6599D17C0 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF6599D0FD0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF653084E00 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 0000110c ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx blender.exe :0x00007FF6599D17C0 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF6599D0FD0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF653084E00 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00001004 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx blender.exe :0x00007FF6599D17C0 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF6599D0FD0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF653084E00 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00003550 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx blender.exe :0x00007FF6599D17C0 IlmThread_3_1::Semaphore::wait blender.exe :0x00007FF6599D0FD0 IlmThread_3_1::ThreadPool::numThreads blender.exe :0x00007FF653084E00 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _ ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00000cb4 ntdll.dll :0x00007FF9E59B07B0 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FF9E5962680 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00002ac4 win32u.dll :0x00007FF9E315A0F0 NtUserMsgWaitForMultipleObjectsEx USER32.dll :0x00007FF9E45A06F0 MsgWaitForMultipleObjectsEx nvoglv64.DLL :0x000000006054A440 DrvValidateVersion KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 0000342c ntdll.dll :0x00007FF9E59B07B0 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FF9E5962680 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00001594 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx nvoglv64.DLL :0x000000006054A440 DrvValidateVersion nvoglv64.DLL :0x000000006034C49D Symbols not available Thread : 0000291c ntdll.dll :0x00007FF9E59AD8B0 ZwWaitForMultipleObjects KERNELBASE.dll :0x00007FF9E353CA20 WaitForMultipleObjectsEx KERNELBASE.dll :0x00007FF9E353CA00 WaitForMultipleObjects nvoglv64.DLL :0x000000006057F970 DrvPresentBuffers KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00000c50 ntdll.dll :0x00007FF9E59AD8B0 ZwWaitForMultipleObjects KERNELBASE.dll :0x00007FF9E353CA20 WaitForMultipleObjectsEx combase.dll :0x00007FF9E53398F0 RoGetServerActivatableClasses combase.dll :0x00007FF9E53398F0 RoGetServerActivatableClasses combase.dll :0x00007FF9E53398F0 RoGetServerActivatableClasses combase.dll :0x00007FF9E53398F0 RoGetServerActivatableClasses KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00001bd4 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx nvwgf2umx.dll :0x00007FF9D8DC9F20 OpenAdapter10 nvwgf2umx.dll :0x00007FF9D8DC9F20 OpenAdapter10 nvwgf2umx.dll :0x00007FF9D8DC9F20 OpenAdapter10 nvwgf2umx.dll :0x00007FF9D8F37F70 NVAPI_Thunk nvwgf2umx.dll :0x00007FF9D8F37F70 NVAPI_Thunk nvwgf2umx.dll :0x00007FF9D8F37F70 NVAPI_Thunk KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00000994 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx nvwgf2umx.dll :0x00007FF9D8DC9F20 OpenAdapter10 nvwgf2umx.dll :0x00007FF9D8DC9F20 OpenAdapter10 nvwgf2umx.dll :0x00007FF9D8DC9F20 OpenAdapter10 nvwgf2umx.dll :0x00007FF9D8F37F70 NVAPI_Thunk nvwgf2umx.dll :0x00007FF9D8F37F70 NVAPI_Thunk nvwgf2umx.dll :0x00007FF9D8F37F70 NVAPI_Thunk KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00000bf4 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx tbb.dll :0x00007FF9DE73D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FF9DE73D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 00002664 ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx tbb.dll :0x00007FF9DE73D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FF9DE73D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Thread : 000008bc ntdll.dll :0x00007FF9E59ACDE0 NtWaitForSingleObject KERNELBASE.dll :0x00007FF9E35119D0 WaitForSingleObjectEx tbb.dll :0x00007FF9DE73D800 tbb::thread_bound_filter::try_process_item tbb.dll :0x00007FF9DE73D800 tbb::thread_bound_filter::try_process_item ucrtbase.dll :0x00007FF9E3891B20 configthreadlocale KERNEL32.DLL :0x00007FF9E4257020 BaseThreadInitThunk ntdll.dll :0x00007FF9E5962630 RtlUserThreadStart Loaded Modules : 0x00007FF652D50000 3.2.0.0 blender.exe d:\__ABEL\Apps\blender-3.2.0beta\blender.pdb 0x00007FF9E5910000 10.0.19041.1566 ntdll.dll 0x00007FF9B66B0000 22.3.7108.0 aswhook.dll 0x00007FF9E4240000 10.0.19041.1645 KERNEL32.DLL 0x00007FF9E34F0000 10.0.19041.1645 KERNELBASE.dll 0x00007FF9E5680000 10.0.19041.546 WS2_32.dll 0x00007FF9E4450000 10.0.19041.1645 RPCRT4.dll 0x00007FF9DE730000 tbb.dll 0x00007FF9E4580000 10.0.19041.1503 USER32.dll 0x00007FF9E3150000 10.0.19041.1645 win32u.dll 0x00007FF9E4920000 10.0.19041.1620 GDI32.dll 0x00007FF9E33E0000 10.0.19041.1620 gdi32full.dll 0x00007FF9E3080000 10.0.19041.789 msvcp_win.dll 0x00007FF9E3870000 10.0.19041.789 ucrtbase.dll 0x00007FF9E55D0000 10.0.19041.1466 ADVAPI32.dll 0x00007FF9E4300000 7.0.19041.546 msvcrt.dll 0x00007FF9E5780000 10.0.19041.1586 sechost.dll 0x00007FF9E4A30000 10.0.19041.1566 SHELL32.dll 0x00007FF9E41E0000 10.0.19041.1023 SHLWAPI.dll 0x00007FF9E3030000 10.0.19041.1620 CFGMGR32.dll 0x00007FF9E3120000 10.0.19041.1023 bcrypt.dll 0x00007FF9E3970000 10.0.19041.1202 ole32.dll 0x00007FF9E5270000 10.0.19041.1566 combase.dll 0x00007FF9E4840000 10.0.19041.546 PSAPI.DLL 0x00007FF9E3F80000 10.0.19041.1645 shcore.dll 0x00007FF9E58A0000 10.0.19041.546 IMM32.dll 0x00007FF9E0870000 14.29.30139.0 VCRUNTIME140.dll 0x00007FF9D7960000 tbbmalloc.dll 0x00007FF9D8BD0000 10.0.19041.867 dbghelp.dll 0x00007FF9A7D90000 10.0.19041.1566 OPENGL32.dll 0x00007FF9CC8C0000 14.29.30139.0 MSVCP140.dll 0x00007FF9DB130000 14.29.30139.0 VCRUNTIME140_1.dll 0x00007FF972510000 59.18.100.0 avcodec-59.dll 0x00007FF9BDC90000 59.16.100.0 avformat-59.dll 0x00007FF9D4A60000 59.4.100.0 avdevice-59.dll 0x00007FF9CBD80000 57.17.100.0 avutil-57.dll 0x00007FF9E4850000 10.0.19041.985 OLEAUT32.dll 0x0000000070440000 1.0.28.0 libsndfile-1.dll 0x00007FF9BF480000 1.21.1.0 OpenAL32.dll 0x00007FF9B8150000 2.0.20.0 SDL2.dll 0x00007FF9E3AA0000 10.0.19041.1620 SETUPAPI.dll 0x000000006ACC0000 libgmp-10.dll 0x00007FF9DB120000 libgmpxx.dll 0x00007FF9D8440000 tbbmalloc_proxy.dll 0x00007FF9D1F80000 10.0.19041.1 AVIFIL32.dll 0x00007FF974DF0000 3.10.2150.1013 python310.dll 0x00007FF9DC550000 6.10.19041.1110 COMCTL32.dll 0x00007FF9DD450000 10.0.19041.546 VERSION.dll 0x0000000070680000 libfftw3-3.dll 0x00007FF9A7D20000 10.0.19041.1566 GLU32.dll 0x00007FF9CC3E0000 6.4.100.0 swscale-6.dll 0x00007FF970DC0000 9.0.0.0 openvdb.dll 0x00007FF9CD760000 10.0.19041.546 Secur32.dll 0x00007FF9D1F50000 4.3.100.0 swresample-4.dll 0x00007FF9DC7F0000 10.0.19041.546 WINMM.dll 0x00007FF9D1F30000 10.0.19041.1 AVICAP32.dll 0x00007FF9BD150000 10.0.19041.1 MSACM32.dll 0x00007FF9CC890000 10.0.19041.1 MSVFW32.dll 0x00007FF9B4340000 10.0.19041.1 winmmbase.dll 0x00007FF9E2EF0000 10.0.19041.1586 SSPICLI.DLL 0x00007FF9E0F70000 10.0.19041.546 kernel.appcore.dll 0x00007FF9E1170000 10.0.19041.1566 windows.storage.dll 0x00007FF9E2AA0000 10.0.19041.1566 Wldp.dll 0x00007FF9E0A90000 10.0.19041.1620 uxtheme.dll 0x00007FF9E3350000 10.0.19041.1415 bcryptPrimitives.dll 0x00007FF9E2F70000 10.0.19041.844 profapi.dll 0x00007FF9E43A0000 2001.12.10941.16384 clbcatq.dll 0x00007FF9DC210000 10.0.19041.1503 MMDevApi.dll 0x00007FF9E2DE0000 10.0.19041.1620 DEVOBJ.dll 0x00007FF9DC3C0000 10.0.19041.1566 AUDIOSES.DLL 0x00007FF9E29A0000 10.0.19041.546 powrprof.dll 0x00007FF9E2980000 UMPDC.dll 0x00007FF9E4720000 10.0.19041.1620 MSCTF.dll 0x00007FF9DDDC0000 10.0.19041.1620 AppXDeploymentClient.dll 0x000000005FBF0000 21.21.13.4201 nvoglv64.DLL 0x00007FF9DEEE0000 10.0.19041.546 WTSAPI32.dll 0x00007FF9E1D40000 10.0.19041.546 ntmarta.dll 0x00007FF9E2530000 10.0.19041.546 WINSTA.dll 0x00007FF9E0C80000 10.0.19041.746 dwmapi.dll 0x00007FF9E1950000 10.0.19041.1566 dxgi.dll 0x00007FF9DF360000 10.0.19041.1620 d3d11.dll 0x00007FF9B7D90000 10.0.19041.1387 dataexchange.dll 0x00007FF9DFB90000 10.0.19041.1566 dcomp.dll 0x00007FF9DDBB0000 10.0.19041.964 twinapi.appcore.dll 0x00007FF9D8DC0000 21.21.13.4201 nvwgf2umx.dll 0x00007FF9DA300000 10.0.19041.546 dxcore.dll 0x00007FF9D7DC0000 10.0.19041.1620 textinputframework.dll 0x00007FF9E0100000 10.0.19041.546 CoreUIComponents.dll 0x00007FF9E0460000 10.0.19041.746 CoreMessaging.dll 0x00007FF9DED80000 10.0.19041.1348 wintypes.dll 0x00007FF9B9630000 10.0.19041.1023 explorerframe.dll 0x00007FF9E29F0000 10.0.19041.546 CRYPTSP.dll 0x00007FF9E20B0000 10.0.19041.1052 rsaenh.dll 0x00007FF9E2A10000 10.0.19041.546 CRYPTBASE.dll # Python backtrace ```
Author

Added subscriber: @abelcamarena

Added subscriber: @abelcamarena

Added subscriber: @rjg

Added subscriber: @rjg

@abelcamarena Is the GPU listed in your report correct? If yes, then this GPU has not been supported for quite some time. For Nvidia GPUs Blender requires one from at least the GeForce 400 series, as listed in the requirements .

@abelcamarena Is the GPU listed in your report correct? If yes, then this GPU has not been supported for quite some time. For Nvidia GPUs Blender requires one from at least the GeForce 400 series, as listed in the [requirements ](https://www.blender.org/download/requirements/).

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Author

In #97854#1351973, @rjg wrote:
@abelcamarena Is the GPU listed in your report correct? If yes, then this GPU has not been supported for quite some time. For Nvidia GPUs Blender requires one from at least the GeForce 400 series, as listed in the requirements .

Yes, its a very old GPU, the reported model is right.
Thank you for the details about GPU support in Blender.

> In #97854#1351973, @rjg wrote: > @abelcamarena Is the GPU listed in your report correct? If yes, then this GPU has not been supported for quite some time. For Nvidia GPUs Blender requires one from at least the GeForce 400 series, as listed in the [requirements ](https://www.blender.org/download/requirements/). Yes, its a very old GPU, the reported model is right. Thank you for the details about GPU support in Blender.

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#97854
No description provided.