-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
v63.0 weasyprint.exe - Entry Point Not Found #2289
Comments
Hi! The CI test doesn’t show this problem. Here’s a couple of questions for you: 😄
|
Hi Guillaume, yes, I have GTK3 runtime installed that apparently has some pango dlls installed AND is part of my PATH environment variable. I did not add this manually. As far as I can tell this was installed and configured by either GIMP, Inkscape or Spyder (Python framework). Ideally weasyprint would prioritize the dlls it is supposed to use. Do I understand correctly weasyprint.exe extracts the dll's to a temporary directory? C:\Program Files\GTK3-Runtime Win64\bin\libpangowin32-1.0-0.dll |
DLLs are already included in the executable file, they’re the ones that should be used instead of the ones installed on the system.
I have no idea. Do you have the same problem with older versions of the executable? If you don’t, the problem may be related to #2238. |
The weasyprint executable seems to extract the dependent dlls to a temporary directory. Running older versions including v62.3 do not cause these problems. |
We’ve tried to fix the issue in #2322, could you please try the executable provided here? https://github.com/Kozea/WeasyPrint/actions/runs/12213905524 |
Works on same system, thank you very much!! |
Hi all,
after updating to v63.0 using Windows weasyprint.exe I get 4 error popups:
The procedure entry point g_bookmark_file_copy could not be located in the dynamic link library
C:\Users<..>\AppData\Local\Temp_MEI351522\libgobject-2.0-0.dll
click OK
The procedure entry point g_once_init_enter_pointer could not be located in the dynamic link library
C:\Users<..>\AppData\Local\Temp_MEI351522\libpango-1.0-0.dll
click OK
The procedure entry point DllMain could not be located in the dynamic link library
C:\Users<..>\AppData\Local\Temp_MEI351522\libharfbuzz-0.dll
Still the PDF is being generated.
I get this also for weasyprint.exe call w/o arguments.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: