ferama / rospo

🐸 Simple, reliable, persistent ssh tunnels with embedded ssh server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.11.6 Running bugs on Windows platforms?

worm001 opened this issue · comments

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 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~