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

v0.11.6 Running bugs on Windows platforms? #101

Open
worm001 opened this issue Dec 11, 2023 · 2 comments
Open

v0.11.6 Running bugs on Windows platforms? #101

worm001 opened this issue Dec 11, 2023 · 2 comments

Comments

@worm001
Copy link

worm001 commented Dec 11, 2023

Using the official version of rospo-windows-amd64.exe 0.11.6 latest version, running it on individual Windows 7 systems may result in errors:
[fatal error: kernel32.DLL not found]
[Runtime: panic before malloc heap initialized]

But if you download the source code and use go 1.20.12 to compile the generated Win64 program, it will work normally. Did the official use any parameters during compilation?

@ferama
Copy link
Owner

ferama commented Dec 11, 2023

The official binary was built using go 1.21 that officially drops compatibility with older windows versions (as stated here https://tip.golang.org/doc/go1.21#windows)

@worm001
Copy link
Author

worm001 commented Dec 12, 2023

The official binary was built using go 1.21 that officially drops compatibility with older windows versions (as stated here https://tip.golang.org/doc/go1.21#windows)

I have reviewed the information based on your connection and understand! I can only use the self compilation of GO 1.20. Thank you for your answer~

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