Crashing file after trying to select RMB #40883

Closed
opened 2014-06-30 02:50:05 +02:00 by Ricky J · 9 comments

OS: window 8.1
Video : HD8670 D
AMD A10-6700 APU

Blender version # 9337574
2.72 installed

file at http://www.pasteall.org/blend/30112

Bug
when i select object plane.005 then rotate viewport and then click RMB in viewport
blender crashes!
this is an object with almost no faces

Faulting application name: blender.exe, version: 2.7.1.0, time stamp: 0x53ab381a
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x000000da94400192
Faulting process id: 0x1754
Faulting application start time: 0x01cf93f2eb2a6d0b
Faulting application path: C:\Program Files\Blender Foundation\Blender\blender.exe
Faulting module path: unknown
Report Id: 2cedcc01-ffe6-11e3-bee5-a4db302dab58
Faulting package full name:

thanks
happy blendering

OS: window 8.1 Video : HD8670 D AMD A10-6700 APU Blender version # 9337574 2.72 installed file at **http://www.pasteall.org/blend/30112** Bug when i select object plane.005 then rotate viewport and then click RMB in viewport blender crashes! this is an object with almost no faces Faulting application name: blender.exe, version: 2.7.1.0, time stamp: 0x53ab381a Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc0000005 Fault offset: 0x000000da94400192 Faulting process id: 0x1754 Faulting application start time: 0x01cf93f2eb2a6d0b Faulting application path: C:\Program Files\Blender Foundation\Blender\blender.exe Faulting module path: unknown Report Id: 2cedcc01-ffe6-11e3-bee5-a4db302dab58 Faulting package full name: thanks happy blendering
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @rickyblender

Added subscriber: @rickyblender

#40894 was marked as duplicate of this issue

#40894 was marked as duplicate of this issue

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Campbell Barton self-assigned this 2014-06-30 04:31:32 +02:00

This file contains many corrupt meshes, likely created by a buggy importer.

Executing this in the py console shows problems:

  for m in bpy.data.meshes: m.validate(1)

closing, open a new report if you find out how these corrupt meshes can be created in blender

This file contains many corrupt meshes, likely created by a buggy importer. Executing this in the py console shows problems: ``` for m in bpy.data.meshes: m.validate(1) ``` closing, open a new report if you find out how these corrupt meshes can be created in blender

Added subscriber: @Sergey

Added subscriber: @Sergey

◀ Merged tasks: #40894.

◀ Merged tasks: #40894.
Author

ok did not know about this little script and learning here!

can this one liner script
be modified to find only the bad mesh
and if possible what is wrong

right now got too many ob and cannot see which are the bad one!

I tried to append all ob into new file and still having crash!
will try other things after I can find which ob seems to have a problem

I will try to remember how I did the mesh giving error if possible!

thanks

ok did not know about this little script and learning here! can this one liner script be modified to find only the bad mesh and if possible what is wrong right now got too many ob and cannot see which are the bad one! I tried to append all ob into new file and still having crash! will try other things after I can find which ob seems to have a problem I will try to remember how I did the mesh giving error if possible! thanks

You can modify the script in a way like:

for m in bpy.data.meshes:
    if m.validate(1):
        print(m.name)
You can modify the script in a way like: ``` for m in bpy.data.meshes: if m.validate(1): print(m.name)
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
4 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#40883
No description provided.