CURVE_OT_draw.wait_for_input error #49397

Closed
opened 2016-09-19 12:55:24 +02:00 by Patrick Depoix · 11 comments

System Information
Operating system and graphics card

Blender Version
Blender version: 2.78 (sub 0), branch: RC2, commit date: Sep 17 2015 Linux64bytes
Worked: (optional)

Short description of error
Traceback
RNA_boolean_set: CURVE_OT_draw.wait_for_input not found.

Exact steps for others to reproduce the error
When I start Blender, I have this traceback every time:

I discovered where come the problem:
This file: /usr/share/blender/2.78/scripts/startup/bl_ui/space_view3d.py
space_view3d.py:line 3004: class VIEW3D_MT_edit_gpencil(Menu)

**System Information** Operating system and graphics card **Blender Version** Blender version: 2.78 (sub 0), branch: RC2, commit date: Sep 17 2015 Linux64bytes Worked: (optional) **Short description of error** Traceback RNA_boolean_set: CURVE_OT_draw.wait_for_input not found. **Exact steps for others to reproduce the error** When I start Blender, I have this traceback every time: I discovered where come the problem: This file: /usr/share/blender/2.78/scripts/startup/bl_ui/space_view3d.py space_view3d.py:line 3004: class VIEW3D_MT_edit_gpencil(Menu)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @DepoixPatrick

Added subscriber: @DepoixPatrick
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

This is kinda weird, I can't recreate neither can I see something in space_view3d.py that could cause it. Are you compiling Blender by yourself or is this a custom build? Could also be caused by an add-on so please try if using --factory-startup command line option makes it work.

This is kinda weird, I can't recreate neither can I see something in `space_view3d.py` that could cause it. Are you compiling Blender by yourself or is this a custom build? Could also be caused by an add-on so please try if using `--factory-startup` command line option makes it work.
Author

Hi Julian,
I have made what you demand:
patrinux@patrinux-ordi ~ $ blender --factory-startup
AL lib: UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead

No other problem, all is ok.

Are you compiling Blender by yourself or is this a custom build?

This is the Thomas Schiex PPA Blender last release.

May be I have a lot of addons and one don't run correctly with Blender 2.78 but I havn't message about an other addon! All is ok.

HERE IS MY STANDART RUN:
[code]
patrinux@patrinux-ordi ~ $ blender
Read new prefs: /home/patrinux/.config/blender/2.78/config/userpref.blend
Registered Code Autocomplete with 13 modules.
Registering simple_property
add_window: added to phytonpath
window: Imported multifiles
adding
Addon mesh_snap_utilities_line registered

Starting
archimesh: added to phytonpath
archimesh: Imported multifiles
object_intersection.py: new version loaded!
[Lux 2016-Sep-20 15:49:28] Attempting to import pylux module from "/home/patrinux/Applications/lux"
[Lux 2016-Sep-20 15:49:29] Pylux module imported successfully
[Lux 2016-Sep-20 15:49:29] Using pylux version 1.6.0 Build 0
[Lux 2016-Sep-20 15:49:29] Attempting to import pyluxcore module from "/home/patrinux/Applications/lux"
[Lux 2016-Sep-20 15:49:30] Pyluxcore module imported successfully
[Lux 2016-Sep-20 15:49:30] Using pyluxcore version 1.6
[Lux 2016-Sep-20 15:49:30] Installed scene post-update handler
Importing modules complete!
module changed on disk: /home/patrinux/.config/blender/2.78/scripts/addons/luxrender/init.py reloading...
04_run_TRANS_START
10_run_EXTRUDE_START
11_run_BEVEL_START
RNA_boolean_set: CURVE_OT_draw.wait_for_input not found.
[/code]

(04_run_TRANS_START / 10_run_EXTRUDE_START / 11_run_BEVEL_START) come from NP addons by Okavango but I can remove but the problem stay!

Hi Julian, I have made what you demand: patrinux@patrinux-ordi ~ $ blender --factory-startup AL lib: UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead No other problem, all is ok. >>>Are you compiling Blender by yourself or is this a custom build? This is the Thomas Schiex PPA Blender last release. May be I have a lot of addons and one don't run correctly with Blender 2.78 but I havn't message about an other addon! All is ok. HERE IS MY STANDART RUN: [code] patrinux@patrinux-ordi ~ $ blender Read new prefs: /home/patrinux/.config/blender/2.78/config/userpref.blend Registered Code Autocomplete with 13 modules. Registering simple_property add_window: added to phytonpath window: Imported multifiles adding Addon mesh_snap_utilities_line registered Starting archimesh: added to phytonpath archimesh: Imported multifiles object_intersection.py: new version loaded! [Lux 2016-Sep-20 15:49:28] Attempting to import pylux module from "/home/patrinux/Applications/lux" [Lux 2016-Sep-20 15:49:29] Pylux module imported successfully [Lux 2016-Sep-20 15:49:29] Using pylux version 1.6.0 Build 0 [Lux 2016-Sep-20 15:49:29] Attempting to import pyluxcore module from "/home/patrinux/Applications/lux" [Lux 2016-Sep-20 15:49:30] Pyluxcore module imported successfully [Lux 2016-Sep-20 15:49:30] Using pyluxcore version 1.6 [Lux 2016-Sep-20 15:49:30] Installed scene post-update handler Importing modules complete! module changed on disk: /home/patrinux/.config/blender/2.78/scripts/addons/luxrender/__init__.py reloading... 04_run_TRANS_START 10_run_EXTRUDE_START 11_run_BEVEL_START **RNA_boolean_set: CURVE_OT_draw.wait_for_input not found.** [/code] (04_run_TRANS_START / 10_run_EXTRUDE_START / 11_run_BEVEL_START) come from NP addons by Okavango but I can remove but the problem stay!
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Julian Eisel self-assigned this 2016-09-20 16:45:40 +02:00
Member

That it's working fine with --factory-startup shows that the issue is coming from an add-on. I didn't found any add-on in our repositories that calls the CURVE_OT_draw (or curve.draw in .py) operator, so this must be coming from a 3rd party add-on which we can't handle here in our official tracker.
So thanks for the report, but please try to find out which add-on is causing the issue and report it to its authors. (Note that the issue is pretty trivial though)

That it's working fine with `--factory-startup` shows that the issue is coming from an add-on. I didn't found any add-on in our repositories that calls the `CURVE_OT_draw` (or `curve.draw` in .py) operator, so this must be coming from a 3rd party add-on which we can't handle here in our official tracker. So thanks for the report, but please try to find out which add-on is causing the issue and report it to its authors. (Note that the issue is pretty trivial though)

Added subscriber: @matthieubarbie

Added subscriber: @matthieubarbie

Hi,

I know it's old post but from what add-ons this error come from, have the same error from Blender 2.79 last stable version.
Thanks,

Matt

Hi, I know it's old post but from what add-ons this error come from, have the same error from Blender 2.79 last stable version. Thanks, Matt

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

@matthieubarbie to provide a list of currently enabled add-ons, please attach the system-info.txt generated from the Help> Save System Info menu by dragging and dropping the whole .txt file into the comment field ( do not paste it's contents directly in the comment field it is difficult to read and breaks up the formatting).

For some further reading about how to attach files to reports check the link here:
https://wiki.blender.org/index.php/Dev:Doc/Process/Bug_Reports (under the Appending files to the report section)

@matthieubarbie to provide a list of currently enabled add-ons, please attach the `system-info.txt` generated from the `Help> Save System Info` menu by dragging and dropping the whole .txt file into the comment field ( **do not paste it's contents directly** in the comment field it is difficult to read and breaks up the formatting). For some further reading about how to attach files to reports check the link here: https://wiki.blender.org/index.php/Dev:Doc/Process/Bug_Reports (under the `Appending files to the report` section)
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#49397
No description provided.