Glorious Alpha Two Testers!
Alpha Two Phase II testing is currently taking place 5+ days each week. More information about testing schedule can be found here
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Alpha Two Phase II testing is currently taking place 5+ days each week. More information about testing schedule can be found here
If you have Alpha Two, you can download the game launcher here, and we encourage you to join us on our Official Discord Server for the most up to date testing news.
Launches but fails on load
siarune
Member, Alpha Two
I've just installed AOC on NixOS with Bottles as detailed by this discussion. After getting past being stupid, here's the config.
NixOS version: 24.11 (stable)
Launcher version: 0.3.270.31991 managed with bottles
Bottles version: 51.13 from native package
Launched with Steam and Proton Experimental:
Most of the discussion posts detail some variation of the following, which results in either an error 406 or 10
So far I've gotten it all the way through character creation, but the game crashes when I attempt to go any further.
NixOS version: 24.11 (stable)
Launcher version: 0.3.270.31991 managed with bottles
Bottles version: 51.13 from native package
Launched with Steam and Proton Experimental:
LauncherTetherPort=<PORT> -NOSPLASHWhere <PORT> is the result of:
ss -ulpn | grep wineserv | awk '{split($4, a , ":"); print a[2]}'
Most of the discussion posts detail some variation of the following, which results in either an error 406 or 10
eval $(%command% LauncherTetherPort=$(netstat -ulpn | grep wineserv | awk '{split($4, a , ":"); print a[2]}' ) -NOSPLASH)
So far I've gotten it all the way through character creation, but the game crashes when I attempt to go any further.
0