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

Crash on run: The specified module could not be found (apngasm) #110

Closed
sindastra opened this issue Jan 28, 2024 · 5 comments
Closed

Crash on run: The specified module could not be found (apngasm) #110

sindastra opened this issue Jan 28, 2024 · 5 comments

Comments

@sindastra
Copy link

Hi, I installed the latest version (2.2.5) through the MSI package on Windows 11, and it doesn't run.

The previous version I had installed (2.1.6) through the ZIP works fine.

Here's the error message:

sticker-convert 2.2.5
Launching GUI...
Traceback (most recent call last):
  File "C:\PROGRA~1\STICKE~1\sticker-convert.py", line 5, in <module>
  File "C:\PROGRA~1\STICKE~1\sticker_convert\__main__.py", line 16, in main
  File "C:\PROGRA~1\STICKE~1\sticker_convert\gui.py", line 19, in <module sticker_convert.gui>
  File "C:\PROGRA~1\STICKE~1\sticker_convert\job.py", line 21, in <module sticker_convert.job>
  File "C:\PROGRA~1\STICKE~1\sticker_convert\uploaders\upload_signal.py", line 13, in <module sticker_convert.uploaders.upload_signal>
  File "C:\PROGRA~1\STICKE~1\sticker_convert\converter.py", line 9, in <module sticker_convert.converter>
ImportError: LoadLibraryExW 'C:\PROGRA~1\STICKE~1\apngasm_python\_apngasm_python.pyd' failed: The specified module could not be found.
@laggykiller
Copy link
Owner

Thank you for your report. A bug report has been opened upstream: https://github.com/Nuitka/Nuitka/issues/2674

laggykiller added a commit that referenced this issue Jan 28, 2024
@laggykiller
Copy link
Owner

While we wait for upstream fix, you may install v2.2.6

https://github.com/laggykiller/sticker-convert/releases/tag/v2.2.6

@sindastra
Copy link
Author

Thank you! I just wanted to confirm that the v2.2.6 workaround works on my end, both for the ZIP and MSI versions! (:

(And thank you for handling this so quickly, I'm excited to go convert some more stickers now!)

@laggykiller
Copy link
Owner

Seems like the problem is on apngasm-python, not nuitka

Looking into it

@laggykiller
Copy link
Owner

Properly fixed in v2.2.7: https://github.com/laggykiller/sticker-convert/releases/tag/v2.2.7

Closing.

@laggykiller laggykiller pinned this issue Jan 29, 2024
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

2 participants