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

neu: WARNING neutralino-win_x64.exe was stopped with error code 3221225781 #20

Open
BLACKJACKDEVELOPER opened this issue Jun 23, 2023 · 4 comments

Comments

@BLACKJACKDEVELOPER
Copy link

neu: INFO Starting process: neutralino-win_x64.exe --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload
neu: WARNING neutralino-win_x64.exe was stopped with error code 3221225781

**** How to fix this error ****
fcxom15ad4u9

@shmox75
Copy link

shmox75 commented Jun 25, 2023

Same here windows 11

@liudonghua123
Copy link

liudonghua123 commented Jul 23, 2023

Same with mine.

D:\code\node>neu create neu-myapp
neu: INFO Downloading neutralinojs/neutralinojs-minimal template to neu-myapp directory...
neu: INFO Extracting template zip file...
neu: INFO Downloading Neutralinojs binaries..
neu: INFO Extracting zip file...
neu: INFO Finalizing and cleaning temp. files.
neu: INFO Downloading the Neutralinojs client..
neu: INFO Finalizing and cleaning temp. files...
-------
neu: INFO Enter 'cd neu-myapp && neu run' to run your application.
  _   _            _             _ _             _
 | \ | | ___ _   _| |_ _ __ __ _| (_)_ __   ___ (_)___
 |  \| |/ _ \ | | | __| '__/ _` | | | '_ \ / _ \| / __|
 | |\  |  __/ |_| | |_| | | (_| | | | | | | (_) | \__ \
 |_| \_|\___|\__,_|\__|_|  \__,_|_|_|_| |_|\___// |___/
                                              |__/

D:\code\node>cd neu-myapp\

D:\code\node\neu-myapp>neu run
neu: INFO Starting process: neutralino-win_x64.exe  --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload
neu: WARNING neutralino-win_x64.exe was stopped with error code 3221225781

D:\code\node\neu-myapp>

If I double click bin\neutralino-win_x64.exe or execute neutralino-win_x64.exe --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload, I got this error.

D:\code\node\neu-myapp>cd resources\

D:\code\node\neu-myapp\resources>..\bin\neutralino-win_x64.exe  --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload

D:\code\node\neu-myapp\resources>
image

@shalithasuranga
Copy link
Member

shalithasuranga commented Jul 24, 2023

Hey.. the latest framework version doesn't use this dll on Windows. Could you please check upgrading your project's Neutralinojs versions or creating a new app again?

Edit: I've just updated framework versions in this template via 6afe89c

Thanks 🎉

@ratatoeskr666
Copy link

Same error here but I found the solution:
create a new neu app by just simple using neu create myApp. Delete the bin folder of your production app and use the bin folder from myApp instead.

I guess I missused neu update or the update between 4.11 and 4.12 cannot be used for initializing a neutralino project. This were my steps to reproduce:

  • Using 4.11 on computer A
  • Cloning the project via git on computer B. Using neu update to receive the binaries on Computer B. Meanwhile 4.12 was released
  • --> error code 3221225781 on Computer B

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

5 participants