Curve to mesh crashes Blender under certain cases #122685

Closed
opened 2024-06-03 20:00:04 +02:00 by kursad k · 1 comment
Member

System Information
Operating system: Win 11
Graphics card: RTTX 2070

Blender Version
Broken: a26031ed9b
Worked: 4.1

Short description of error
It looks like the curve to mesh node is crashing with the attached file.

image

Exact steps for others to reproduce the error
load the attached screen
make sure the .blend file is loaded with "Load UI"
connect the curve to mesh as shown in the screenshot


bpy.ops.node.select(deselect_all=True, select_passthrough=True, location=(2255, 370))  # Operator
bpy.ops.node.link(detach=False, drag_start=(767.462, -272.611))  # Operator

# backtrace
Exception Record:

ExceptionCode         : EXCEPTION_ACCESS_VIOLATION
Exception Address     : 0x00007FFD8A6D4F1D
Exception Module      : nvoglv64.dll
Exception Flags       : 0x00000000
Exception Parameters  : 0x2
	Parameters[0] : 0x0000000000000000
	Parameters[1] : 0x0000000000000000


Stack trace:
nvoglv64.dll        :0x00007FFD8A4DEEB0  DrvPresentBuffers
nvoglv64.dll        :0x00007FFD8A3BD318  Symbols not available


Loaded Modules :
0x00007FF6DD870000 4.2.0.0              blender.exe C:\BLENDER\blender.pdb


**System Information** Operating system: Win 11 Graphics card: RTTX 2070 **Blender Version** Broken: a26031ed9b4b Worked: 4.1 **Short description of error** It looks like the curve to mesh node is crashing with the attached file. ![image](/attachments/cf54062d-507b-44a8-a69c-9af8b502a05e) **Exact steps for others to reproduce the error** load the attached screen make sure the .blend file is loaded with **"Load UI"** connect the curve to mesh as shown in the screenshot ``` bpy.ops.node.select(deselect_all=True, select_passthrough=True, location=(2255, 370)) # Operator bpy.ops.node.link(detach=False, drag_start=(767.462, -272.611)) # Operator # backtrace Exception Record: ExceptionCode : EXCEPTION_ACCESS_VIOLATION Exception Address : 0x00007FFD8A6D4F1D Exception Module : nvoglv64.dll Exception Flags : 0x00000000 Exception Parameters : 0x2 Parameters[0] : 0x0000000000000000 Parameters[1] : 0x0000000000000000 Stack trace: nvoglv64.dll :0x00007FFD8A4DEEB0 DrvPresentBuffers nvoglv64.dll :0x00007FFD8A3BD318 Symbols not available Loaded Modules : 0x00007FF6DD870000 4.2.0.0 blender.exe C:\BLENDER\blender.pdb ```
1.0 MiB
579 KiB
kursad k added the
Status
Needs Triage
Severity
Normal
Type
Report
labels 2024-06-03 20:00:05 +02:00
kursad k changed title from Curve to mesh crashes Blender under cirtain cases to Curve to mesh crashes Blender under certain cases 2024-06-03 20:01:47 +02:00

The crash is the same as #122455. If you connect a Curve Circle to the "Profile" input before connecting the "Curve to Mesh" the crash won't happen so the problem is again related to wire edges. Subscribe to that issue for updates on the matter.

The crash is the same as #122455. If you connect a Curve Circle to the "Profile" input before connecting the "Curve to Mesh" the crash won't happen so the problem is again related to wire edges. Subscribe to that issue for updates on the matter.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2024-06-03 20:15:15 +02:00
Jesse Yurkovich added
Status
Duplicate
and removed
Status
Archived
labels 2024-06-03 20:15:23 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#122685
No description provided.