mesh_snap_utilities_line does not start #53074

Closed
opened 2017-10-15 13:06:36 +02:00 by Reint Kamp · 14 comments

System Information
Linux lennie 4.13.4-1-ARCH #1 SMP PREEMPT Thu Sep 28 08:39:52 CEST 2017 x86_64 GNU/Linux
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)

Blender Version
Broken: (blender-2.79-49f4ac17bf7-linux-glibc219-x86_64)
Worked: (2.79-8ef39d5c882)

Short description of error
I downloaded the latest build and activated the add-on mesh_snap_utilities_line 5.7.6.
Activated edit mode and line. Then this:

Traceback (most recent call last):
  File "/home/cccplex/Downloads/blender/blender-2.79-49f4ac17bf7-linux-glibc219-x86_64/2.79/scripts/addons/mesh_snap_utilities_line.py", line 916, in invoke
    self.sctx = SnapContext(context.region, context.space_data)
  File "/home/cccplex/Downloads/blender/blender-2.79-49f4ac17bf7-linux-glibc219-x86_64/2.79/scripts/addons/modules/snap_context/__init__.py", line 95, in __init__
    NULL = bgl.Buffer(bgl.GL_INT, 1, (ctypes.c_int * 1).from_address(0))
TypeError: `GL_TYPE` and `typestr` of object with buffer interface do not match. '<i'

location: <unknown location>:-1

Exact steps for others to reproduce the error
I used factory settings and default startup. Entered edit mode on cube and clicked line tool.

**System Information** Linux lennie 4.13.4-1-ARCH #1 SMP PREEMPT Thu Sep 28 08:39:52 CEST 2017 x86_64 GNU/Linux 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09) **Blender Version** Broken: (blender-2.79-49f4ac17bf7-linux-glibc219-x86_64) Worked: (2.79-8ef39d5c882) **Short description of error** I downloaded the latest build and activated the add-on mesh_snap_utilities_line 5.7.6. Activated edit mode and line. Then this: ``` Traceback (most recent call last): File "/home/cccplex/Downloads/blender/blender-2.79-49f4ac17bf7-linux-glibc219-x86_64/2.79/scripts/addons/mesh_snap_utilities_line.py", line 916, in invoke self.sctx = SnapContext(context.region, context.space_data) File "/home/cccplex/Downloads/blender/blender-2.79-49f4ac17bf7-linux-glibc219-x86_64/2.79/scripts/addons/modules/snap_context/__init__.py", line 95, in __init__ NULL = bgl.Buffer(bgl.GL_INT, 1, (ctypes.c_int * 1).from_address(0)) TypeError: `GL_TYPE` and `typestr` of object with buffer interface do not match. '<i' location: <unknown location>:-1 ``` **Exact steps for others to reproduce the error** I used factory settings and default startup. Entered edit mode on cube and clicked line tool.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @jezal

Added subscriber: @jezal

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

While it is possible that the error is related to the latest changes in the add-on:

Try to run Blender through Software OpenGL, this will be much slower however, if everything works then it means that the bug is specific for your GPU/Driver and you should report the bug to your GPU vendor instead.
On Linux, Official releases come with blender-softwaregl.

If the error doesn't happen it could be a issue with the mesa drivers.

Marking as Incomplete until the requested information/data is provided.

While it is possible that the error is related to the latest changes in the add-on: Try to run Blender through Software OpenGL, this will be much slower however, if everything works then it means that the bug is specific for your GPU/Driver and you should report the bug to your GPU vendor instead. On Linux, Official releases come with `blender-softwaregl`. If the error doesn't happen it could be a issue with the mesa drivers. Marking as Incomplete until the requested information/data is provided.

This issue was referenced by 3b601c6ec8

This issue was referenced by 3b601c6ec881b6309a286d7279b5df69a36fb97a

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @mano-wii

Added subscriber: @mano-wii

I could not reproduce this problem on windows. But from the description believed that the problem was solved.

Please, as soon as the new build is available here -> https://builder.blender.org/download/ If the problem persists, feel free to report.

I could not reproduce this problem on windows. But from the description believed that the problem was solved. Please, as soon as the new build is available here -> https://builder.blender.org/download/ If the problem persists, feel free to report.

Added subscriber: @Sergey

Added subscriber: @Sergey

Changed status from 'Resolved' to: 'Open'

Changed status from 'Resolved' to: 'Open'

This issue is still not fixed on Linux.

This issue is still not fixed on Linux.
Author

Yes same error, also tested with with blender-softwaregl.

Yes same error, also tested with with blender-softwaregl.

This issue was referenced by blender/blender@0a435d49ba

This issue was referenced by blender/blender@0a435d49bae553d49afb9d4f16f2eacc763d86ca

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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-addons#53074
No description provided.