ThunderStorm icon indicating copy to clipboard operation
ThunderStorm copied to clipboard

When I built the project, the following error occurred.

Open ghost opened this issue 10 months ago • 3 comments

error.txt

ghost avatar Jan 30 '25 13:01 ghost

Hey! Thanks for the submission!

It looks like this is an error from the strip module not handling a new Go version correctly and not removing some references.

Could you give me your Go version? (use go version to get it)

While I fix this, to work around it, you can specify --no-strip to disable the strip module and it should compile fine!

Thanks!

iDigitalFlame avatar Jan 30 '25 19:01 iDigitalFlame

Thank you for your reply. I have successfully built bolt.exe, but I have not received the callback.

[gen.txt](https://github.com/user-attachments/files/18613658/gen.txt)
<img width="727" alt="Image" src="https://github.com/user-attachments/assets/5527c5fa-3987-4da3-b8af-be6484d0ae6c" />
<img width="605" alt="Image" src="https://github.com/user-attachments/assets/f1f2ef38-12c8-431d-a243-7bb9d5536ed5" />
<img width="536" alt="Image" src="https://github.com/user-attachments/assets/f2a0ed11-ab38-4216-b737-be1aa66955c7" />
<img width="212" alt="Image" src="https://github.com/user-attachments/assets/1b8b2882-1bd6-4a01-b983-004640f9fc1f" />

ghost avatar Jan 31 '25 06:01 ghost

Thanks for the update!

Could you build a bolt with the --no-compact --no-strip added command line options? I see that stip is enabled on your last build.

In the meantime I'll test this and see. Thanks for the extra info!

iDigitalFlame avatar Feb 01 '25 06:02 iDigitalFlame