bnpr/Abnormal

Can't open abnormal editor

Closed this issue · 3 comments

I can't open the abnormal editor, as soon as I open the N-Menu, select my object and click "start normal editor", the editor doesn't show up and this error message appears:

Python: Traceback (most recent call last):
File "C:\Users\aryni\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Abnormal-master\operators_modal.py", line 241, in invoke
self._container = ABNContainer(
File "C:\Users\aryni\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Abnormal-master\classes.py", line 12, in init
self.create_shader()
File "C:\Users\aryni\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Abnormal-master\classes.py", line 95, in create_shader
self.shader = gpu.types.GPUShader(vertex_shader, fragment_shader)
Exception: Shader Compile Error, see console for more details

location: :-1

Have you updated to the newest master version?

On Fri, Mar 11, 2022 at 4:21 PM arynickson @.> wrote: I can't open the abnormal editor, as soon as I open the N-Menu, select my object and click "start normal editor", the editor doesn't show up and this error message appears: Python: Traceback (most recent call last): File "C:\Users\aryni\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Abnormal-master\operators_modal.py", line 241, in invoke self._container = ABNContainer( File "C:\Users\aryni\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Abnormal-master\classes.py", line 12, in init self.create_shader() File "C:\Users\aryni\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Abnormal-master\classes.py", line 95, in create_shader self.shader = gpu.types.GPUShader(vertex_shader, fragment_shader) Exception: Shader Compile Error, see console for more details location: :-1 — Reply to this email directly, view it on GitHub <#23>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMODHHPNGDUJDAHBZ76PZ3U7PBNJANCNFSM5QQ2QCNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.>

Yes, I have tried both the newest v1.1 and also the older v.1, both resulted in this error