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

Entrypoint "ulAppGetWindow" not found in cra-go.exe #51

Open
mzaiprog opened this issue Jul 7, 2022 · 1 comment
Open

Entrypoint "ulAppGetWindow" not found in cra-go.exe #51

mzaiprog opened this issue Jul 7, 2022 · 1 comment

Comments

@mzaiprog
Copy link

mzaiprog commented Jul 7, 2022

I'm trying to get create-react-app working on windows 11 by running build.bat script
from the provided archive in the following directory structure:

│   build.bat
│   package.json
└───lib
        AppCore.dll
        gio-2.0-0.dll
        glib-2.0-0.dll
        gmodule-2.0-0.dll
        gobject-2.0-0.dll
        gstreamer-full-1.0.dll
        gthread-2.0-0.dll
        Ultralight.dll
        UltralightCore.dll
        WebCore.dl

Provided archive: UL_go_build_script.zip

Building the sample is going fine, but sadly, the generated cra-go.exe generates an error:
Entrypoint "ulAppGetWindow" not found in cra-go.exe

@Tarinaky
Copy link

Tarinaky commented Sep 26, 2022

I'm was having the exact same issue.

You need to download and use the .dlls from v1.1 of Ultralight.

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