Switching to fully guarded memory allocator. OpenColorIO Error: Error: Loading the OCIO profile 'C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\datafiles\colormanagement\config.ocio' failed. Cannot add 'XYZ' color space, there is already a role with this name. 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 Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 401, in enable mod.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\screencast_keys\__init__.py", line 111, in register preferences.SK_Preferences.panel_category_update_fn(prefs, context) File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\screencast_keys\preferences.py", line 129, in panel_category_update_fn bpy.utils.register_class(SK_PT_ScreencastKeys) TypeError: validating class: Panel.bl_category expected a string type, not _PropertyDeferred INFO:root:INFO: Registered Photogrammetry Import Export Addon with 48 modules Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 401, in enable mod.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\__init__.py", line 67, in register from mixer import bl_panels File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\bl_panels.py", line 28, in from mixer import bl_operators File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\bl_operators.py", line 33, in from mixer.share_data import share_data File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\share_data.py", line 28, in from mixer.blender_data.bpy_data_proxy import BpyDataProxy File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\bpy_data_proxy.py", line 37, in from mixer.blender_data.changeset import Changeset, RenameChangeset File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\changeset.py", line 26, in from mixer.blender_data.datablock_proxy import DatablockProxy File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\datablock_proxy.py", line 32, in from mixer.blender_data import specifics File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\specifics.py", line 61, in T.MeshFaceMapLayer.bl_rna.properties["data"], AttributeError: 'module' object has no attribute 'MeshFaceMapLayer' Traceback (most recent call last): File "C:\Program Files\Pixar\RenderManProServer-24.2\bin\rman_utils\rman_assets\common\shading_node.py", line 14, in import oslquery as oslq File "C:\Program Files\Pixar\RenderManProServer-24.2\lib\python3.7\Lib\site-packages\oslquery\__init__.py", line 42, in from oslquery._oslquery import * ImportError: DLL load failed while importing _oslquery: The specified module could not be found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 401, in enable mod.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\__init__.py", line 244, in register load_addon() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\__init__.py", line 213, in load_addon from . import rman_presets File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\rman_presets\__init__.py", line 27, in from . import ui File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\rman_presets\ui.py", line 40, in from . import rmanAssetsBlender as rab File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\rman_presets\rmanAssetsBlender.py", line 26, in from rman_utils.rman_assets import core as ra File "C:\Program Files\Pixar\RenderManProServer-24.2\bin\rman_utils\rman_assets\core.py", line 53, in from rman_utils.rman_assets.common.shading_node import RmanShadingNode # pylint: disable=unused-import File "C:\Program Files\Pixar\RenderManProServer-24.2\bin\rman_utils\rman_assets\common\shading_node.py", line 16, in import oslquery as oslq File "C:\Program Files\Pixar\RenderManProServer-24.2\lib\python3.7\Lib\site-packages\oslquery\__init__.py", line 42, in from oslquery._oslquery import * ImportError: DLL load failed while importing _oslquery: The specified module could not be found. Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 364, in enable mod = importlib.import_module(module_name) File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\python\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\addons\pose_library\__init__.py", line 24, in from . import gui, keymaps, operators, conversion File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\addons\pose_library\gui.py", line 21, in from bl_ui_utils.layout import operator_context ModuleNotFoundError: No module named 'bl_ui_utils.layout' Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 364, in enable mod = importlib.import_module(module_name) File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\python\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\addons\pose_library\__init__.py", line 24, in from . import gui, keymaps, operators, conversion File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\addons\pose_library\gui.py", line 21, in from bl_ui_utils.layout import operator_context ModuleNotFoundError: No module named 'bl_ui_utils.layout' Traceback (most recent call last): File "C:\Program Files\Pixar\RenderManProServer-24.2\bin\rman_utils\rman_assets\common\shading_node.py", line 14, in import oslquery as oslq File "C:\Program Files\Pixar\RenderManProServer-24.2\lib\python3.7\Lib\site-packages\oslquery\__init__.py", line 42, in from oslquery._oslquery import * ImportError: DLL load failed while importing _oslquery: The specified module could not be found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 401, in enable mod.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\__init__.py", line 244, in register load_addon() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\__init__.py", line 213, in load_addon from . import rman_presets File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\rman_presets\__init__.py", line 27, in from . import ui File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\rman_presets\ui.py", line 40, in from . import rmanAssetsBlender as rab File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\rman_presets\rmanAssetsBlender.py", line 26, in from rman_utils.rman_assets import core as ra File "C:\Program Files\Pixar\RenderManProServer-24.2\bin\rman_utils\rman_assets\core.py", line 53, in from rman_utils.rman_assets.common.shading_node import RmanShadingNode # pylint: disable=unused-import File "C:\Program Files\Pixar\RenderManProServer-24.2\bin\rman_utils\rman_assets\common\shading_node.py", line 16, in import oslquery as oslq File "C:\Program Files\Pixar\RenderManProServer-24.2\lib\python3.7\Lib\site-packages\oslquery\__init__.py", line 42, in from oslquery._oslquery import * ImportError: DLL load failed while importing _oslquery: The specified module could not be found. Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 401, in enable mod.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\__init__.py", line 67, in register from mixer import bl_panels File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\bl_panels.py", line 28, in from mixer import bl_operators File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\bl_operators.py", line 33, in from mixer.share_data import share_data File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\share_data.py", line 28, in from mixer.blender_data.bpy_data_proxy import BpyDataProxy File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\bpy_data_proxy.py", line 37, in from mixer.blender_data.changeset import Changeset, RenameChangeset File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\changeset.py", line 26, in from mixer.blender_data.datablock_proxy import DatablockProxy File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\datablock_proxy.py", line 32, in from mixer.blender_data import specifics File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\blender_data\specifics.py", line 61, in T.MeshFaceMapLayer.bl_rna.properties["data"], AttributeError: 'module' object has no attribute 'MeshFaceMapLayer' Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 401, in enable mod.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\screencast_keys\__init__.py", line 104, in register utils.bl_class_registry.BlClassRegistry.register() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\screencast_keys\utils\bl_class_registry.py", line 58, in register bpy.utils.register_class(class_["class"]) ValueError: register_class(...): already registered as a subclass 'SK_OT_ScreencastKeys' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Default (bound to GL_SHADER_STORAGE_BUFFER) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO:root:INFO: Unregistered Photogrammetry Import Export Addon Traceback (most recent call last): File "J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\4.1\scripts\modules\addon_utils.py", line 453, in disable mod.unregister() File "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blender_addon_bake_UDIM-master\__init__.py", line 146, in unregister bpy.types.CYCLES_RENDER_PT_bake.remove(menu_func) AttributeError: 'module' object has no attribute 'CYCLES_RENDER_PT_bake' Exception in module register(): C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\screencast_keys\__init__.py Reloading external rigs... Reloading external metarigs... Exception in module register(): C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\__init__.py Exception in module register(): C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\__init__.py Warning: Add-on 'Real-Sky' was not upgraded for 2.80, ignoring Warning: Add-on 'Real-Sky' was not upgraded for 2.80, ignoring Exception in module register(): C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\RenderManForBlender-main\__init__.py Exception in module register(): C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\mixer\__init__.py Exception in module register(): C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\screencast_keys\__init__.py Exception in module unregister(): 'C:\\Users\\Joseph D\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\blender_addon_bake_UDIM-master\\__init__.py' Color management: using fallback mode for management Blender 4.1.0 Alpha Build: 2023-11-08 02:16:13 Windows release argv[0] = J:\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\blender-4.1.0-alpha+main.94106447950c-windows.amd64-release\\blender argv[1] = --debug argv[2] = --debug-gpu argv[3] = --debug-cycles argv[4] = --python-expr argv[5] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\JOSEPH~1\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: "C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend" Color management: scene view "Filmic" not found, setting default "Standard". Can't find font: C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\datafiles\fonts\Inter.woff2 uiStyleInit: error, no fonts available Can't find font: C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\datafiles\fonts\DejaVuSansMono.woff2 Can't find font: C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\datafiles\fonts\DejaVuSansMono.woff2 Can't find font: C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\datafiles\fonts\Inter.woff2 Can't find font: C:\Users\Joseph D\AppData\Roaming\Blender Foundation\Blender\4.1\datafiles\fonts\DejaVuSansMono.woff2 Saved session recovery to "C:\Users\JOSEPH~1\AppData\Local\Temp\quit.blend" GLShader len: 120 000001C0ECC8F2B8 GLShaderInterface len: 240 000001C0ECC7C578 GLShaderInterface len: 64 000001C0ECD12038 name_buffer len: 56 000001C0ECD11FB8 Blender quit Press any key to exit . . . Error: Not freed memory blocks: 4, total unfreed memory 0.000458 MB