You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
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~
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?
The text was updated successfully, but these errors were encountered: