Closed terrawillow closed 1 year ago
Output of GameServer: "[17:27:30 INF] Listening on 0.0.0.0:25001" Output of MatrixServer: "[17:27:29 INF] Listening on 0.0.0.0:25000" Output of WebHostManager (in Gitbash): $ ./webhostmanager.exe Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44307 Now listening on: http://localhost:4407 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44302 Now listening on: http://localhost:4402 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44300 Now listening on: http://localhost:4400 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44303 Now listening on: http://localhost:4403 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44306 Now listening on: http://localhost:4406 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44308 Now listening on: http://localhost:4408 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44310 Now listening on: http://localhost:4410 Application started. Press Ctrl+C to shut down. Hosting environment: Production Content root path: H:\Program Files\Steam\steamapps\common\Firefall\PirateIntelligenceNetwork Now listening on: https://localhost:44301 Now listening on: http://localhost:4401 Application started. Press Ctrl+C to shut down.
My discord info is Terra#8327 if you feel like helping me out.
Make sure that in your hosts
file ( %windir%\System32\drivers\etc\hosts
) there's no alternative IP set for localhost
.
Maybe see if you missed something if you check out Nytrouz video guide: https://www.youtube.com/watch?v=35dyh_2SibM
If you open the Firefall console, do you see any specific error regarding the operator call?
This usually happens if you haven't installed the dev certificate with dotnet dev-certs https --trust
.
Let me know if this fixed it for you
Heya @terrawillow ! Is this issue still present on your end?
First, I downloaded firefall from steam. Then, I located the firefall.ini inside of steamapps\common\Firefall and replaced the content with "[Config] OperatorHost = "localhost:4400"
[FilePaths] AssetStreamPath = "http://localhost:4401/AssetStream/%ENVMNEMONIC%-%BUILDNUM%/" VTRemotePath = "http://localhost:4401/vtex/%ENVMNEMONIC%-%BUILDNUM%/static.vtex"
[UI] PlayIntroMovie = false" I downloaded the latest PIN release and made a backup of my original firefallclient.exe in firefall\system\bin I installed the newest .net 5 runtime After this I attempted to trust the self-signed development certs by running "dotnet dev-certs https --trust" in the command console, but it told me that the correct version hadn't been installed. I worked past that thinking it might not be an issue. I started GameServer and MatrixServer, but WebHostManager wouldn't start. I figured it had something to do with the certs. The version of .net 5 I initially installed was 5.0.11. I downgraded to 5.0.0 hoping it would help, but it didn't. Eventually, I installed the sdk as well, and that got WebHostManager running. I booted up firefall, and despite the .ini's instructions the intro scene played. Logging in didn't work, no matter what I put in the field.