Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to test and use #1

Open
laepage opened this issue Jun 22, 2023 · 3 comments
Open

unable to test and use #1

laepage opened this issue Jun 22, 2023 · 3 comments

Comments

@laepage
Copy link

laepage commented Jun 22, 2023

The filter is constantly crashing on Mac OS 10.15.7 and Glyphs 3.2-3201, have to remove it. Sorry, I was unable to catch the whole error message

@Tosche
Copy link

Tosche commented Jun 29, 2023

In my environment, the plugin returns traceback error and I am unable to try it. The crash seems to relate to beziers and pyclipper modules.

——————
BetterOblique.glyphsFilter プラグインがクラッシュを引き起こしました。プラグインマネージャーからプラグインを更新するか、元のソースから再ダウンロードしてください。

詳細:Traceback (most recent call last):

File "plugin.py", line 14, in
from betterObliqueFilter import shear_layer

File "betterObliqueFilter.py", line 6, in
import beziers.path

File "init.py", line 6, in
from beziers.utils.booleanoperationsmixin import BooleanOperationsMixin

File "booleanoperationsmixin.py", line 5, in
import pyclipper

ImportError: dlopen(/Library/Application Support/Glyphs 3/Plugins/BetterOblique.glyphsFilter/Contents/Resources/site-packages/pyclipper.so, 0x0002): tried: '/Library/Application Support/Glyphs 3/Plugins/BetterOblique.glyphsFilter/Contents/Resources/site-packages/pyclipper.so' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS~/Library/Application Support/Glyphs 3/Plugins/BetterOblique.glyphsFilter/Contents/Resources/site-packages/pyclipper.so' (no such file), '~/Library/Application Support/Glyphs 3/Plugins/BetterOblique.glyphsFilter/Contents/Resources/site-packages/pyclipper.so' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64'))

App:3.2-3202 Plugin:0.0.1-1 System:13.4.0
——————

@kosbarts
Copy link

kosbarts commented Jul 7, 2023

I tried to install it on both 3.1.2 (3151) and 3.2 (3204) and the plugin is causing a crash on the launch of the app.

Screenshot 2023-07-07 at 9 37 35 AM Screenshot 2023-07-07 at 9 40 27 AM

@takaakifuji
Copy link
Member

@laepage @Tosche @kosbarts
Thank you so much for the feedback! Sorry for not noticing the issue. I've included a copy of pyclipper library but I took the version for Python 2. I'll make sure this will work on Glyphs 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants