LorenEteval / Furious

A GUI proxy client based on PySide6. Support Xray-core & hysteria
GNU General Public License v3.0
968 stars 86 forks source link

Added Russian translation #81

Closed phenomenonRT closed 6 months ago

phenomenonRT commented 6 months ago

I tried to build using "Deploy.py" and when launching the exe, a critical error pops up. https://github.com/phenomenonRT/log/blob/main/log.txt

LorenEteval commented 6 months ago

I tried to build using "Deploy.py" and when launching the exe, a critical error pops up. https://github.com/phenomenonRT/log/blob/main/log.txt

I didn't see any errors in your build log. Since Python 3.12 is experimental support by nuitka, you can downgrade to Python 3.11 and try again.

phenomenonRT commented 6 months ago

I realized the reason; I didn't install all the elements of the project. https://github.com/phenomenonRT/log/blob/c0e038b84297f5d67a2e304e64de5df8062dfa14/log2.txt#L64

LorenEteval commented 6 months ago

I saw your go build errors in your log, e.g. Xray-core, hysteria1, hysteria2

Some of them requires go 1.22 to build now (except for legacy hy1 core, which requires go 1.20)

Hope this helps.