Texture Paint: paint in image editor missing updates on certain specific conditions #103727

Open
opened 2023-01-08 07:00:49 +01:00 by Sun Kim · 6 comments
Contributor

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130

Blender Version
Broken: version: 3.5.0 Alpha, branch: master, commit date: 2023-01-06 23:18, hash: 1a8675b48d
Worked: 3.0?

In pre-3.5 versions updates are missing in other areas.

Short description of error
Painting in image editor missing updates when specific conditions (probably making the image editor specific size to cause this issue?) are met (see steps below).

ImagePaintMissingUpdates.mp4

Exact steps for others to reproduce the error
ImagePaintMissingUpdates.blend

  • Download the above file
  • Use Blender with maximized window in a1080p monitor
  • In Preferences > Interface, set resolution scale to 1.05
  • Open the file, make sure not to change the zoom level in image editor
  • Try painting in image editor
**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130 **Blender Version** Broken: version: 3.5.0 Alpha, branch: master, commit date: 2023-01-06 23:18, hash: `1a8675b48d` Worked: 3.0? In pre-3.5 versions updates are missing in other areas. **Short description of error** Painting in image editor missing updates when specific conditions (probably making the image editor specific size to cause this issue?) are met (see steps below). [ImagePaintMissingUpdates.mp4](https://archive.blender.org/developer/F14132696/ImagePaintMissingUpdates.mp4) **Exact steps for others to reproduce the error** [ImagePaintMissingUpdates.blend](https://archive.blender.org/developer/F14132698/ImagePaintMissingUpdates.blend) - Download the above file - Use Blender with maximized window in a1080p monitor - In Preferences > Interface, set resolution scale to 1.05 - Open the file, make sure not to change the zoom level in image editor - Try painting in image editor
Author
Contributor

Added subscriber: @persun

Added subscriber: @persun
Author
Contributor

Debug output with --debug-gpu. Looks like it spits ERROR (gpu.debug): : GL_INVALID_VALUE when the above issue happens.


ERROR (gpu.debug):  : GL_INVALID_FRAMEBUFFER_OPERATION : Cubemap Workaround End9
Stack trace:
blender.exe         :0x00007FF780E5F660  bli_windows_system_backtrace_stack_thread
blender.exe         :0x00007FF780E5E8E0  BLI_system_backtrace
blender.exe         :0x00007FF780DE7010  blender::gpu::debug::debug_callback
blender.exe         :0x00007FF780DE6EC0  blender::gpu::debug::check_gl_error
blender.exe         :0x00007FF780D28820  blender::gpu::detect_mip_render_workaround
blender.exe         :0x00007FF780D28C70  blender::gpu::detect_workarounds
blender.exe         :0x00007FF780D28290  blender::gpu::GLBackend::capabilities_init
blender.exe         :0x00007FF780D00B20  GPU_context_create
blender.exe         :0x00007FF77B850120  wm_window_ghostwindow_add
blender.exe         :0x00007FF77B8503D0  wm_window_ghostwindow_ensure
blender.exe         :0x00007FF77B850680  wm_window_ghostwindows_ensure
blender.exe         :0x00007FF77B845C50  WM_check
blender.exe         :0x00007FF77B84AFB0  wm_homefile_read_ex
blender.exe         :0x00007FF77B846EC0  WM_init
blender.exe         :0x00007FF77B349D20  main
blender.exe         :0x00007FF780FE3394  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Threads:
Thread : 000009cc
ntdll.dll           :0x00007FFE101D0B00  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFE101826D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 00003234
ntdll.dll           :0x00007FFE101D0B00  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFE101826D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 00000d4c
ntdll.dll           :0x00007FFE101D0B00  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFE101826D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 00002a14
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00000918
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 000026bc
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00002468
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00000dfc
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00000fa8
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00003148
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00000824
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00003044
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00002b44
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 000028e8
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 00001938
ntdll.dll           :0x00007FFE101CD130  NtWaitForSingleObject
KERNELBASE.dll      :0x00007FFE0D842FE0  WaitForSingleObjectEx
IlmThread.dll       :0x00007FFDFE5646C0  IlmThread_3_1::Semaphore::wait
IlmThread.dll       :0x00007FFDFE563100  IlmThread_3_1::ThreadPool::numThreads
IlmThread.dll       :0x00007FFDFE56100F  Symbols not available


Thread : 000031dc
ntdll.dll           :0x00007FFE101D0B00  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFE101826D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 000033fc
ntdll.dll           :0x00007FFE101D0AA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFE10194000  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFE0D88DC40  SleepConditionVariableSRW
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 0000181c
ntdll.dll           :0x00007FFE101D0AA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFE10194000  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFE0D88DC40  SleepConditionVariableSRW
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 00002754
ntdll.dll           :0x00007FFE101D0AA0  ZwWaitForAlertByThreadId
ntdll.dll           :0x00007FFE10194000  RtlSleepConditionVariableSRW
KERNELBASE.dll      :0x00007FFE0D88DC40  SleepConditionVariableSRW
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
atio6axx.dll        :0x00007FFDBF964A50  eglGetProcAddress
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 00001718
ntdll.dll           :0x00007FFE101CDC00  ZwWaitForMultipleObjects
KERNELBASE.dll      :0x00007FFE0D8704A0  WaitForMultipleObjectsEx
combase.dll         :0x00007FFE0F8E2FA0  InternalTlsAllocData
combase.dll         :0x00007FFE0F8E2FA0  InternalTlsAllocData
combase.dll         :0x00007FFE0F8E2FA0  InternalTlsAllocData
combase.dll         :0x00007FFE0F8E2FA0  InternalTlsAllocData
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 00000100
ntdll.dll           :0x00007FFE101D0B00  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFE101826D0  TpReleaseCleanupGroupMembers
KERNEL32.DLL        :0x00007FFE0F797600  BaseThreadInitThunk
ntdll.dll           :0x00007FFE10182680  RtlUserThreadStart


Thread : 0000276c
win32u.dll          :0x00007FFE0DBAA0F0  NtUserMsgWaitForMultipleObjectsEx
USER32.dll          :0x00007FFE0FBC0750  MsgWaitForMultipleObjectsEx
directmanipulation.dll:0x00007FFDF2A5458B  Symbols not available


Loaded Modules :
0x00007FF77B220000 3.5.0.0              blender.exe C:\Program Files (x86)\Steam\steamapps\common\Blender\blender.pdb 
0x00007FFE10130000 10.0.19041.2130      ntdll.dll  
0x00007FFE0F780000 10.0.19041.2364      KERNEL32.DLL  
0x00007FFE0D820000 10.0.19041.2364      KERNELBASE.dll  
0x00007FFE0FBA0000 10.0.19041.2311      USER32.dll  
0x00007FFE0DBA0000 10.0.19041.2364      win32u.dll  
0x00007FFE0F2A0000 10.0.19041.2130      GDI32.dll  
0x00007FFE0DFF0000 10.0.19041.2364      gdi32full.dll  
0x00007FFDFEA10000                      tbb.dll  
0x00007FFE0DB00000 10.0.19041.789       msvcp_win.dll  
0x00007FFDA6F50000                      usd_ms.dll  
0x00007FFDF9AD0000                      tbbmalloc.dll  
0x00007FFE0DC60000 10.0.19041.789       ucrtbase.dll  
0x00007FFE0EB50000 10.0.19041.2311      SHELL32.dll  
0x00007FFE0DFA0000 10.0.19041.1620      CFGMGR32.dll  
0x00007FFE0F5C0000 10.0.19041.546       WS2_32.dll  
0x00007FFE0EA20000 10.0.19041.1806      RPCRT4.dll  
0x00007FFE0F560000 10.0.19041.2075      SHLWAPI.dll  
0x00007FFE10040000 10.0.19041.2130      ADVAPI32.dll  
0x00007FFE0FE70000 7.0.19041.546        msvcrt.dll  
0x00007FFE0E910000 10.0.19041.1865      sechost.dll  
0x00007FFE0E1F0000 10.0.19041.1202      ole32.dll  
0x00007FFE0F840000 10.0.19041.2311      combase.dll  
0x00007FFE0E7D0000 10.0.19041.1865      shcore.dll  
0x00007FFE0E790000 10.0.19041.2193      IMM32.dll  
0x00007FFDF0FE0000 6.1.0.0              sycl6.dll  
0x00007FFDD4770000                      OpenColorIO_2_2.dll  
0x00007FFDA1210000                      OpenImageIO.dll  
0x00007FFDA1AF0000                      cycles_kernel_oneapi_aot.dll  
0x00007FFDACA40000                      OpenImageIO_Util.dll  
0x00007FFDF8D60000                      boost_python310-vc142-mt-x64-1_80.dll  
0x00007FFDAC890000                      epoxy-0.dll  
0x00007FFDF7650000                      Iex.dll  
0x00007FFD9FA60000 10.0.0.0             openvdb.dll  
0x00007FFD9F4A0000                      OpenEXR.dll  
0x00007FFDF6420000                      Imath.dll  
0x00007FFD9EA10000 59.27.100.0          avformat-59.dll  
0x00007FFDF9AA0000 59.7.100.0           avdevice-59.dll  
0x00007FFD9E810000 57.28.100.0          avutil-57.dll  
0x00007FFE0FF70000 10.0.19041.985       OLEAUT32.dll  
0x00007FFD9BAF0000 59.37.100.0          avcodec-59.dll  
0x00007FFE0DE10000 10.0.19041.1023      bcrypt.dll  
0x00007FFDE7240000 6.7.100.0            swscale-6.dll  
0x0000000067380000 1.1.0.0              libsndfile-1.dll  
0x00007FFDAB310000 1.21.1.0             OpenAL32.dll  
0x00007FFDAAB30000 2.0.20.0             SDL2.dll  
0x000000006ACC0000                      libgmp-10.dll  
0x00007FFE0AFE0000                      libgmpxx.dll  
0x00007FFDF9C40000                      boost_thread-vc142-mt-x64-1_80.dll  
0x00007FFE0E320000 10.0.19041.2193      SETUPAPI.dll  
0x00007FFDF2200000                      boost_locale-vc142-mt-x64-1_80.dll  
0x00007FFE0AFD0000                      tbbmalloc_proxy.dll  
0x00007FFDF1CE0000 14.29.30139.0        MSVCP140.dll  
0x00007FFE01A20000 14.29.30139.0        VCRUNTIME140_1.dll  
0x00007FFD9B620000 3.10.9150.1013       python310.dll  
0x00007FFDF9BF0000 14.29.30139.0        VCRUNTIME140.dll  
0x00007FFDF7620000 10.0.19041.1         AVIFIL32.dll  
0x00007FFE06100000 10.0.19041.867       dbghelp.dll  
0x00007FFE00C40000 6.10.19041.1110      COMCTL32.dll  
0x00007FFE04B80000 10.0.19041.546       VERSION.dll  
0x00007FFDC3DA0000 10.0.19041.2193      OPENGL32.dll  
0x0000000070680000                      libfftw3-3.dll  
0x00007FFE0B520000 10.0.19041.746       dwmapi.dll  
0x00007FFDE49E0000                      OpenEXRCore.dll  
0x00007FFDFEA00000 14.29.30139.0        MSVCP140_CODECVT_IDS.dll  
0x00007FFE063B0000 10.0.19041.1503      dbgeng.dll  
0x00007FFDFE560000                      IlmThread.dll  
0x00007FFE01060000 10.0.19041.546       Secur32.dll  
0x00007FFDF6380000 4.7.100.0            swresample-4.dll  
0x00007FFDF7E50000 10.0.19041.1         AVICAP32.dll  
0x00007FFE04B50000 10.0.19041.546       WINMM.dll  
0x00007FFDF4AD0000 10.0.19041.1         MSVFW32.dll  
0x00007FFD9AAB0000 10.0.19041.1         MSACM32.dll  
0x00007FFDC3860000 10.0.19041.2193      GLU32.dll  
0x00007FFE062F0000 10.0.19041.1503      dbgmodel.dll  
0x00007FFE083D0000 10.0.19041.546       XmlLite.dll  
0x00007FFDEA640000 10.0.19041.1         winmmbase.dll  
0x00007FFE0D6E0000 10.0.19041.2130      SSPICLI.DLL  
0x00007FFE0B700000 10.0.19041.546       kernel.appcore.dll  
0x00007FFE0B900000 10.0.19041.2311      windows.storage.dll  
0x00007FFE0D280000 10.0.19041.2311      Wldp.dll  
0x00007FFE0B190000 10.0.19041.2193      uxtheme.dll  
0x00007FFE0DBD0000 10.0.19041.1415      bcryptPrimitives.dll  
0x00007FFE0D760000 10.0.19041.844       profapi.dll  
0x00007FFE0F650000 2001.12.10941.16384  clbcatq.dll  
0x00007FFE07F10000 10.0.19041.1503      MMDevApi.dll  
0x00007FFE0D5D0000 10.0.19041.1620      DEVOBJ.dll  
0x00007FFE07FF0000 10.0.19041.2364      AUDIOSES.DLL  
0x00007FFE0CDA0000 10.0.19041.546       powrprof.dll  
0x00007FFE0CC60000                      UMPDC.dll  
0x00007FFE0FD50000 10.0.19041.2193      MSCTF.dll  
0x00007FFE082D0000 10.0.19041.2075      AppXDeploymentClient.dll  
0x00007FFDC3490000 31.0.12029.10015     atig6pxx.dll  
0x00007FFDBF790000 31.0.12029.10015     atio6axx.dll  
0x00007FFE0E100000 10.0.19041.2311      WINTRUST.dll  
0x00007FFE0DE40000 10.0.19041.1889      CRYPT32.dll  
0x00007FFE0D410000 10.0.19041.2251      MSASN1.dll  
0x00007FFDF24A0000 10.0.19041.1387      dataexchange.dll  
0x00007FFE094E0000 10.0.19041.2075      d3d11.dll  
0x00007FFE0A310000 10.0.19041.2075      dcomp.dll  
0x00007FFE0C0E0000 10.0.19041.2311      dxgi.dll  
0x00007FFE07590000 10.0.19041.1865      twinapi.appcore.dll  
0x00007FFDFECE0000 10.0.19041.2075      textinputframework.dll  
0x00007FFE0A9D0000 10.0.19041.546       CoreUIComponents.dll  
0x00007FFE0AD30000 10.0.19041.2193      CoreMessaging.dll  
0x00007FFE0C9B0000 10.0.19041.546       ntmarta.dll  
0x00007FFE0A190000 10.0.19041.2311      wintypes.dll  
0x00007FFDA8AA0000 10.0.19041.1         imkrtip.dll  
0x00007FFE08F10000 7.0.19041.1741       PROPSYS.dll  
0x00007FFDA8950000 10.0.19041.2311      imetip.dll  
0x00007FFDF2D00000 7.2.19041.746        OLEACC.dll  
0x00007FFDE7080000 10.0.19041.746       DUI70.dll  
0x00007FFDD99D0000 10.0.19041.844       imkrapi.dll  
0x00007FFE08230000 10.0.19041.2311      policymanager.dll  
0x00007FFE0C920000 10.0.19041.546       msvcp110_win.dll  
0x00007FFDD98E0000 10.0.19041.746       imjkapi.dll  
0x00007FFDF2280000 10.0.19041.1949      explorerframe.dll  
0x00007FFDF2A40000 10.0.19041.1566      directmanipulation.dll  
INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3
INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3
WARN (bpy.rna): C:\Users\blender\git\blender-vdev\blender.git\source\blender\python\intern\bpy_rna.c:1341 pyrna_enum_to_py: current value '0' matches no enum in 'BlenderCloudProjectGroup', '', 'project'
I0109 01:50:05.414836  3376 device.cpp:47] CUEW initialization failed: Error opening the library
I0109 01:50:05.414836  3376 device.cpp:32] HIPEW initialization succeeded
I0109 01:50:05.414836  3376 device.cpp:34] Found precompiled kernels
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
ERROR (gpu.debug):  : GL_INVALID_VALUE
Switching to fully guarded memory allocator.
Blender 3.5.0 Alpha
Build: 2023-01-08 02:14:55 Windows release
argv- [x] = C:\Program Files (x86)\Steam\steamapps\common\Blender\\blender
argv- [x] = --debug
argv- [x] = --debug-gpu
argv- [x] = --debug-cycles
argv- [x] = --python-expr
argv- [x] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\perpl\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt')
Read prefs: C:\Users\perpl\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
Read blend: C:\Users\perpl\OneDrive\Desktop\ImagePaintMissingUpdates.blend
Saved session recovery to 'C:\Users\perpl\AppData\Local\Temp\quit.blend'
Writing userprefs: 'C:\Users\perpl\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend' ok
Info: Preferences saved
Reloading external rigs...
Reloading external metarigs...
Substance 3D in Blender: INFO - Shader Presets initialized...
Substance 3D in Blender: INFO - Scene Substances loaded correctly
Substance 3D in Blender: INFO - Scene Substances loaded correctly
Substance 3D in Blender: INFO - Shader Presets fully removed...

Blender quit
Press any key to exit . . .
Debug output with `--debug-gpu`. Looks like it spits `ERROR (gpu.debug): : GL_INVALID_VALUE` when the above issue happens. ``` lines =10 ERROR (gpu.debug): : GL_INVALID_FRAMEBUFFER_OPERATION : Cubemap Workaround End9 Stack trace: blender.exe :0x00007FF780E5F660 bli_windows_system_backtrace_stack_thread blender.exe :0x00007FF780E5E8E0 BLI_system_backtrace blender.exe :0x00007FF780DE7010 blender::gpu::debug::debug_callback blender.exe :0x00007FF780DE6EC0 blender::gpu::debug::check_gl_error blender.exe :0x00007FF780D28820 blender::gpu::detect_mip_render_workaround blender.exe :0x00007FF780D28C70 blender::gpu::detect_workarounds blender.exe :0x00007FF780D28290 blender::gpu::GLBackend::capabilities_init blender.exe :0x00007FF780D00B20 GPU_context_create blender.exe :0x00007FF77B850120 wm_window_ghostwindow_add blender.exe :0x00007FF77B8503D0 wm_window_ghostwindow_ensure blender.exe :0x00007FF77B850680 wm_window_ghostwindows_ensure blender.exe :0x00007FF77B845C50 WM_check blender.exe :0x00007FF77B84AFB0 wm_homefile_read_ex blender.exe :0x00007FF77B846EC0 WM_init blender.exe :0x00007FF77B349D20 main blender.exe :0x00007FF780FE3394 __scrt_common_main_seh KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Threads: Thread : 000009cc ntdll.dll :0x00007FFE101D0B00 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFE101826D0 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 00003234 ntdll.dll :0x00007FFE101D0B00 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFE101826D0 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 00000d4c ntdll.dll :0x00007FFE101D0B00 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFE101826D0 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 00002a14 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00000918 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 000026bc ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00002468 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00000dfc ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00000fa8 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00003148 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00000824 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00003044 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00002b44 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 000028e8 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 00001938 ntdll.dll :0x00007FFE101CD130 NtWaitForSingleObject KERNELBASE.dll :0x00007FFE0D842FE0 WaitForSingleObjectEx IlmThread.dll :0x00007FFDFE5646C0 IlmThread_3_1::Semaphore::wait IlmThread.dll :0x00007FFDFE563100 IlmThread_3_1::ThreadPool::numThreads IlmThread.dll :0x00007FFDFE56100F Symbols not available Thread : 000031dc ntdll.dll :0x00007FFE101D0B00 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFE101826D0 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 000033fc ntdll.dll :0x00007FFE101D0AA0 ZwWaitForAlertByThreadId ntdll.dll :0x00007FFE10194000 RtlSleepConditionVariableSRW KERNELBASE.dll :0x00007FFE0D88DC40 SleepConditionVariableSRW atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 0000181c ntdll.dll :0x00007FFE101D0AA0 ZwWaitForAlertByThreadId ntdll.dll :0x00007FFE10194000 RtlSleepConditionVariableSRW KERNELBASE.dll :0x00007FFE0D88DC40 SleepConditionVariableSRW atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 00002754 ntdll.dll :0x00007FFE101D0AA0 ZwWaitForAlertByThreadId ntdll.dll :0x00007FFE10194000 RtlSleepConditionVariableSRW KERNELBASE.dll :0x00007FFE0D88DC40 SleepConditionVariableSRW atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress atio6axx.dll :0x00007FFDBF964A50 eglGetProcAddress KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 00001718 ntdll.dll :0x00007FFE101CDC00 ZwWaitForMultipleObjects KERNELBASE.dll :0x00007FFE0D8704A0 WaitForMultipleObjectsEx combase.dll :0x00007FFE0F8E2FA0 InternalTlsAllocData combase.dll :0x00007FFE0F8E2FA0 InternalTlsAllocData combase.dll :0x00007FFE0F8E2FA0 InternalTlsAllocData combase.dll :0x00007FFE0F8E2FA0 InternalTlsAllocData KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 00000100 ntdll.dll :0x00007FFE101D0B00 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFE101826D0 TpReleaseCleanupGroupMembers KERNEL32.DLL :0x00007FFE0F797600 BaseThreadInitThunk ntdll.dll :0x00007FFE10182680 RtlUserThreadStart Thread : 0000276c win32u.dll :0x00007FFE0DBAA0F0 NtUserMsgWaitForMultipleObjectsEx USER32.dll :0x00007FFE0FBC0750 MsgWaitForMultipleObjectsEx directmanipulation.dll:0x00007FFDF2A5458B Symbols not available Loaded Modules : 0x00007FF77B220000 3.5.0.0 blender.exe C:\Program Files (x86)\Steam\steamapps\common\Blender\blender.pdb 0x00007FFE10130000 10.0.19041.2130 ntdll.dll 0x00007FFE0F780000 10.0.19041.2364 KERNEL32.DLL 0x00007FFE0D820000 10.0.19041.2364 KERNELBASE.dll 0x00007FFE0FBA0000 10.0.19041.2311 USER32.dll 0x00007FFE0DBA0000 10.0.19041.2364 win32u.dll 0x00007FFE0F2A0000 10.0.19041.2130 GDI32.dll 0x00007FFE0DFF0000 10.0.19041.2364 gdi32full.dll 0x00007FFDFEA10000 tbb.dll 0x00007FFE0DB00000 10.0.19041.789 msvcp_win.dll 0x00007FFDA6F50000 usd_ms.dll 0x00007FFDF9AD0000 tbbmalloc.dll 0x00007FFE0DC60000 10.0.19041.789 ucrtbase.dll 0x00007FFE0EB50000 10.0.19041.2311 SHELL32.dll 0x00007FFE0DFA0000 10.0.19041.1620 CFGMGR32.dll 0x00007FFE0F5C0000 10.0.19041.546 WS2_32.dll 0x00007FFE0EA20000 10.0.19041.1806 RPCRT4.dll 0x00007FFE0F560000 10.0.19041.2075 SHLWAPI.dll 0x00007FFE10040000 10.0.19041.2130 ADVAPI32.dll 0x00007FFE0FE70000 7.0.19041.546 msvcrt.dll 0x00007FFE0E910000 10.0.19041.1865 sechost.dll 0x00007FFE0E1F0000 10.0.19041.1202 ole32.dll 0x00007FFE0F840000 10.0.19041.2311 combase.dll 0x00007FFE0E7D0000 10.0.19041.1865 shcore.dll 0x00007FFE0E790000 10.0.19041.2193 IMM32.dll 0x00007FFDF0FE0000 6.1.0.0 sycl6.dll 0x00007FFDD4770000 OpenColorIO_2_2.dll 0x00007FFDA1210000 OpenImageIO.dll 0x00007FFDA1AF0000 cycles_kernel_oneapi_aot.dll 0x00007FFDACA40000 OpenImageIO_Util.dll 0x00007FFDF8D60000 boost_python310-vc142-mt-x64-1_80.dll 0x00007FFDAC890000 epoxy-0.dll 0x00007FFDF7650000 Iex.dll 0x00007FFD9FA60000 10.0.0.0 openvdb.dll 0x00007FFD9F4A0000 OpenEXR.dll 0x00007FFDF6420000 Imath.dll 0x00007FFD9EA10000 59.27.100.0 avformat-59.dll 0x00007FFDF9AA0000 59.7.100.0 avdevice-59.dll 0x00007FFD9E810000 57.28.100.0 avutil-57.dll 0x00007FFE0FF70000 10.0.19041.985 OLEAUT32.dll 0x00007FFD9BAF0000 59.37.100.0 avcodec-59.dll 0x00007FFE0DE10000 10.0.19041.1023 bcrypt.dll 0x00007FFDE7240000 6.7.100.0 swscale-6.dll 0x0000000067380000 1.1.0.0 libsndfile-1.dll 0x00007FFDAB310000 1.21.1.0 OpenAL32.dll 0x00007FFDAAB30000 2.0.20.0 SDL2.dll 0x000000006ACC0000 libgmp-10.dll 0x00007FFE0AFE0000 libgmpxx.dll 0x00007FFDF9C40000 boost_thread-vc142-mt-x64-1_80.dll 0x00007FFE0E320000 10.0.19041.2193 SETUPAPI.dll 0x00007FFDF2200000 boost_locale-vc142-mt-x64-1_80.dll 0x00007FFE0AFD0000 tbbmalloc_proxy.dll 0x00007FFDF1CE0000 14.29.30139.0 MSVCP140.dll 0x00007FFE01A20000 14.29.30139.0 VCRUNTIME140_1.dll 0x00007FFD9B620000 3.10.9150.1013 python310.dll 0x00007FFDF9BF0000 14.29.30139.0 VCRUNTIME140.dll 0x00007FFDF7620000 10.0.19041.1 AVIFIL32.dll 0x00007FFE06100000 10.0.19041.867 dbghelp.dll 0x00007FFE00C40000 6.10.19041.1110 COMCTL32.dll 0x00007FFE04B80000 10.0.19041.546 VERSION.dll 0x00007FFDC3DA0000 10.0.19041.2193 OPENGL32.dll 0x0000000070680000 libfftw3-3.dll 0x00007FFE0B520000 10.0.19041.746 dwmapi.dll 0x00007FFDE49E0000 OpenEXRCore.dll 0x00007FFDFEA00000 14.29.30139.0 MSVCP140_CODECVT_IDS.dll 0x00007FFE063B0000 10.0.19041.1503 dbgeng.dll 0x00007FFDFE560000 IlmThread.dll 0x00007FFE01060000 10.0.19041.546 Secur32.dll 0x00007FFDF6380000 4.7.100.0 swresample-4.dll 0x00007FFDF7E50000 10.0.19041.1 AVICAP32.dll 0x00007FFE04B50000 10.0.19041.546 WINMM.dll 0x00007FFDF4AD0000 10.0.19041.1 MSVFW32.dll 0x00007FFD9AAB0000 10.0.19041.1 MSACM32.dll 0x00007FFDC3860000 10.0.19041.2193 GLU32.dll 0x00007FFE062F0000 10.0.19041.1503 dbgmodel.dll 0x00007FFE083D0000 10.0.19041.546 XmlLite.dll 0x00007FFDEA640000 10.0.19041.1 winmmbase.dll 0x00007FFE0D6E0000 10.0.19041.2130 SSPICLI.DLL 0x00007FFE0B700000 10.0.19041.546 kernel.appcore.dll 0x00007FFE0B900000 10.0.19041.2311 windows.storage.dll 0x00007FFE0D280000 10.0.19041.2311 Wldp.dll 0x00007FFE0B190000 10.0.19041.2193 uxtheme.dll 0x00007FFE0DBD0000 10.0.19041.1415 bcryptPrimitives.dll 0x00007FFE0D760000 10.0.19041.844 profapi.dll 0x00007FFE0F650000 2001.12.10941.16384 clbcatq.dll 0x00007FFE07F10000 10.0.19041.1503 MMDevApi.dll 0x00007FFE0D5D0000 10.0.19041.1620 DEVOBJ.dll 0x00007FFE07FF0000 10.0.19041.2364 AUDIOSES.DLL 0x00007FFE0CDA0000 10.0.19041.546 powrprof.dll 0x00007FFE0CC60000 UMPDC.dll 0x00007FFE0FD50000 10.0.19041.2193 MSCTF.dll 0x00007FFE082D0000 10.0.19041.2075 AppXDeploymentClient.dll 0x00007FFDC3490000 31.0.12029.10015 atig6pxx.dll 0x00007FFDBF790000 31.0.12029.10015 atio6axx.dll 0x00007FFE0E100000 10.0.19041.2311 WINTRUST.dll 0x00007FFE0DE40000 10.0.19041.1889 CRYPT32.dll 0x00007FFE0D410000 10.0.19041.2251 MSASN1.dll 0x00007FFDF24A0000 10.0.19041.1387 dataexchange.dll 0x00007FFE094E0000 10.0.19041.2075 d3d11.dll 0x00007FFE0A310000 10.0.19041.2075 dcomp.dll 0x00007FFE0C0E0000 10.0.19041.2311 dxgi.dll 0x00007FFE07590000 10.0.19041.1865 twinapi.appcore.dll 0x00007FFDFECE0000 10.0.19041.2075 textinputframework.dll 0x00007FFE0A9D0000 10.0.19041.546 CoreUIComponents.dll 0x00007FFE0AD30000 10.0.19041.2193 CoreMessaging.dll 0x00007FFE0C9B0000 10.0.19041.546 ntmarta.dll 0x00007FFE0A190000 10.0.19041.2311 wintypes.dll 0x00007FFDA8AA0000 10.0.19041.1 imkrtip.dll 0x00007FFE08F10000 7.0.19041.1741 PROPSYS.dll 0x00007FFDA8950000 10.0.19041.2311 imetip.dll 0x00007FFDF2D00000 7.2.19041.746 OLEACC.dll 0x00007FFDE7080000 10.0.19041.746 DUI70.dll 0x00007FFDD99D0000 10.0.19041.844 imkrapi.dll 0x00007FFE08230000 10.0.19041.2311 policymanager.dll 0x00007FFE0C920000 10.0.19041.546 msvcp110_win.dll 0x00007FFDD98E0000 10.0.19041.746 imjkapi.dll 0x00007FFDF2280000 10.0.19041.1949 explorerframe.dll 0x00007FFDF2A40000 10.0.19041.1566 directmanipulation.dll INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 WARN (bpy.rna): C:\Users\blender\git\blender-vdev\blender.git\source\blender\python\intern\bpy_rna.c:1341 pyrna_enum_to_py: current value '0' matches no enum in 'BlenderCloudProjectGroup', '', 'project' I0109 01:50:05.414836 3376 device.cpp:47] CUEW initialization failed: Error opening the library I0109 01:50:05.414836 3376 device.cpp:32] HIPEW initialization succeeded I0109 01:50:05.414836 3376 device.cpp:34] Found precompiled kernels ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE ERROR (gpu.debug): : GL_INVALID_VALUE Switching to fully guarded memory allocator. Blender 3.5.0 Alpha Build: 2023-01-08 02:14:55 Windows release argv- [x] = C:\Program Files (x86)\Steam\steamapps\common\Blender\\blender argv- [x] = --debug argv- [x] = --debug-gpu argv- [x] = --debug-cycles argv- [x] = --python-expr argv- [x] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\perpl\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: C:\Users\perpl\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend Read blend: C:\Users\perpl\OneDrive\Desktop\ImagePaintMissingUpdates.blend Saved session recovery to 'C:\Users\perpl\AppData\Local\Temp\quit.blend' Writing userprefs: 'C:\Users\perpl\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend' ok Info: Preferences saved Reloading external rigs... Reloading external metarigs... Substance 3D in Blender: INFO - Shader Presets initialized... Substance 3D in Blender: INFO - Scene Substances loaded correctly Substance 3D in Blender: INFO - Scene Substances loaded correctly Substance 3D in Blender: INFO - Shader Presets fully removed... Blender quit Press any key to exit . . . ```

Added subscribers: @Jeroen-Bakker, @mano-wii

Added subscribers: @Jeroen-Bakker, @mano-wii

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Thanks for the report, but this problem was already reported in #96952 (Regression: Image Editor Texture Draw Stops Updating).
@Jeroen-Bakker, can you replicate the problem in this case?

I tried here but I can't.

Thanks for the report, but this problem was already reported in #96952 (Regression: Image Editor Texture Draw Stops Updating). @Jeroen-Bakker, can you replicate the problem in this case? I tried here but I can't.
Philipp Oeser removed the
Interest
Sculpt, Paint & Texture
label 2023-02-10 09:10:54 +01:00
Member

referencing #96952 again (this report does not seem to show up there)

referencing #96952 again (this report does not seem to show up there)
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
3 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#103727
No description provided.