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

Protoc-gen-js: Plugin failed with status code 3221225595 #1308

Closed
slalbertojesus opened this issue Dec 28, 2022 · 3 comments
Closed

Protoc-gen-js: Plugin failed with status code 3221225595 #1308

slalbertojesus opened this issue Dec 28, 2022 · 3 comments

Comments

@slalbertojesus
Copy link

Trying to ran it on windows 10 got, the next error:
--js_out: protoc-gen-js: Plugin failed with status code 3221225595.
My bin contains protoc, protoc-web and protoc-gen-js
Any guesses? Or maybe its my end?

@sampajano
Copy link
Collaborator

sampajano commented Jan 3, 2023

Hi. :)

Could you specify the proto-gen-js version that you have? Along with the JS code and the command that you've used?

Since the error is thrown by protoc-gen-js, https://github.com/protocolbuffers/protobuf-javascript would be the more appropriate place for reporting this issue (grpc-web is responsible for generating code for the --grpc-web_out=... flag).

Could you file an issue there and maybe cross mention the issue here for tracking? thanks :)

@heggi
Copy link

heggi commented Feb 15, 2023

protocolbuffers/protobuf-javascript#142

The latest release of protoc-gen-js was built with dynamic linking to mingw's specific libraries (libstdc++-6.dll, libwinpthread-1.dll)
I didn't find the easy way to run the original protoc-gen-js and I compiled it from source with Visual Studio.

@sampajano
Copy link
Collaborator

Closing for now. Feel free to reopen if you still have questions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants