PixivUtil2 icon indicating copy to clipboard operation
PixivUtil2 copied to clipboard

ImportError on _sylite3.pyd

Open slewantoski opened this issue 2 years ago • 7 comments

Prerequisites

  • [X] Did you read FAQ section in readme.md?
  • [X] Did you test with the latest releases or commit ?
  • [X] Did you search for existing issues in Issues?

Description

Today i've updated to the newest Windows binary release v20220924. Since this release PixiivUtil2 does no longer start. I've created a fresh installation with the same problem. Tried on a VM which has never seen any Python Installation with the same error.

Steps to Reproduce

  1. Download newest release
  2. Extract release to a new, empty folder
  3. Start pixivutil2.exe

Expected behavior: Program should start to the menu.

Actual behavior: Program crashes with error: Traceback (most recent call last): File "PixivUtil2.py", line 18, in File "PixivArtistHandler.pyc", line 10, in File "PixivDownloadHandler.pyc", line 18, in File "PixivDBManager.pyc", line 7, in File "sqlite3_init_.pyc", line 57, in File "sqlite3\dbapi2.pyc", line 27, in File "", line 10, in File "", line 8, in __load ImportError: (DLL load failed while importing _sqlite3: %1 is not a valid Win32 application.) 'c:\2\_sqlite3.pyd'

Log file: No Logfile is created.

Versions

Happens since version v20220924. Older version works fine. Bild 2022-09-24 13 20 38

slewantoski avatar Sep 24 '22 11:09 slewantoski

Same thing happens to me too, OS is Windows 11 Pro

Evaia avatar Sep 24 '22 12:09 Evaia

I had same issue but is working good now with updated binary

YukihoAA avatar Sep 24 '22 12:09 YukihoAA

recompile using 32-bit back, can you try?

Nandaka avatar Sep 24 '22 12:09 Nandaka

I had same issue but is working good now with updated binary

Where do i find the updated binary?

recompile using 32-bit back, can you try?

sorry, i am not able to compile it.

slewantoski avatar Sep 25 '22 09:09 slewantoski

I mean I have recompiled it using 32-bit python. You can check it in https://github.com/Nandaka/PixivUtil2/releases/tag/v20220924

Nandaka avatar Sep 25 '22 13:09 Nandaka

confirmed it fixed for me @Nandaka

Evaia avatar Sep 25 '22 13:09 Evaia

yeah, fixed it for me too.

slewantoski avatar Sep 25 '22 15:09 slewantoski