Server checking auth even when set to not verify

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
Neemys
Filter Inserter
Filter Inserter
Posts: 461
Joined: Sat Apr 09, 2016 6:16 pm
Contact:

Server checking auth even when set to not verify

Post by Neemys »

I know there is problem with auth.factorio.com at the moment, I'm not here to report them.

My server is set at this config : (0.14.13)

Code: Select all

{
  "name": "Name of the game as it will appear in the game listing",
  "description": "Description of the game that will appear in the listing",
  "tags": ["game", "tags"],

  "_comment_max_players": "Maximum number of players allowed, admins can join even a full server. 0 means unlimited.",
  "max_players": 5,

  "_comment_visibility": ["public: Game will be published on the official Factorio matching server",
                          "lan: Game will be broadcast on LAN",
                          "hidden: Game will not be published anywhere"],
  "visibility": "hidden",
  "autosave_interval":5,
  "autosave_slots":12,
  "allow-commands":"admins-only",
  "afk_autokick_interval":0,
  "auto_pause":true,
  "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
  "username": "",
  "password": "",

  "_comment_token": "Authentication token. May be used instead of 'password' above.",
  "token": "",

  "game_password": "",

  "_comment_verify_user_identity": "When set to true, the server will only allow clients that have a valid Factorio.com account",
  "verify_user_identity": false,

  "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.",
  "max_upload_in_kilobytes_per_second": 0,

  "_comment_ignore_player_limit_for_returning_players": "Players that played on this map already can join even when the max player limit was reached.",
  "ignore_player_limit_for_returning_players": false,

  "only_admins_can_pause_the_game": true,

  "_comment_admins": "List of case sensitive usernames, that will be promoted immediately",
  "admins": ["Neemys"]
}

When I try to join, I got the following logs (factorio path obfuscated for security reason) :

Code: Select all

   0.000 2016-10-21 20:28:34; Factorio 0.14.13 (build 25020, linux64, headless)
   0.025 Operating system: Linux (Debian 8.5)
   0.025 Program arguments: "{factorio_path}" "--config" "{factorio_path}/config/config.ini" "--port" "34197" "--start-server-load-latest" "--server-settings" "{factorio_path}/config/server-settings.json" 
   0.025 Read data path: {factorio_path}/data
   0.025 Write data path: {factorio_path}
   0.025 Binaries path: {factorio_path}/bin
   0.035 System info: [CPU: Intel Core Processor (Haswell, no TSX), 1 core, RAM: 3869MB]
   0.035 Running in headless mode
   0.119 Loading mod core 0.0.0 (data.lua)
   0.123 Loading mod base 0.14.13 (data.lua)
   0.228 Loading mod TheFatController 1.0.0 (data.lua)
   0.294 Loading mod AlertCombinator 0.0.1 (data.lua)
   0.364 Loading mod bobconfig 0.14.0 (data.lua)
   0.431 Loading mod boblibrary 0.14.2 (data.lua)
   0.512 Loading mod creative-mode 0.1.5 (data.lua)
   0.570 Loading mod EvoGUI 0.4.108 (data.lua)
   0.638 Loading mod KBlueprints 1.14.1 (data.lua)
   0.698 Loading mod Turtle_Speed 0.1.2 (data.lua)
   0.764 Loading mod upgrade-planner 1.2.13 (data.lua)
   0.843 Loading mod VersepellesChunkMarkers 1.2.0 (data.lua)
   0.906 Loading mod bobenemies 0.14.0 (data.lua)
   0.992 Loading mod bobores 0.14.0 (data.lua)
   1.064 Loading mod bobvehicleequipment 0.14.1 (data.lua)
   1.153 Loading mod bobtech 0.14.0 (data.lua)
   1.263 Loading mod bobplates 0.14.0 (data.lua)
   1.358 Loading mod angelsrefining 0.3.10 (data.lua)
   1.459 Loading mod bobassembly 0.14.0 (data.lua)
   1.595 Loading mod bobelectronics 0.14.0 (data.lua)
   1.703 Loading mod bobgreenhouse 0.14.0 (data.lua)
   1.837 Loading mod boblogistics 0.14.2 (data.lua)
   1.961 Loading mod bobmining 0.14.0 (data.lua)
   2.129 Loading mod bobpower 0.14.0 (data.lua)
   2.265 Loading mod angelsaddons-oresilos 0.2.2 (data.lua)
   2.406 Loading mod angelspetrochem 0.1.15 (data.lua)
   2.614 Loading mod bobmodules 0.14.0 (data.lua)
   2.763 Loading mod bobwarfare 0.14.2 (data.lua)
   2.940 Loading mod ScienceCostTweaker 0.14.0 (data.lua)
   3.168 Loading mod angelsaddons-pressuretanks 0.1.0 (data.lua)
   3.336 Loading mod angelsbioprocessing 0.1.1 (data.lua)
   3.557 Loading mod angelsinfiniteores 0.4.2 (data.lua)
   3.728 Loading mod angelssmelting 0.1.2 (data.lua)
   3.937 Loading mod CMHModBobEndGame 0.14.0 (data.lua)
   4.214 Loading mod bobconfig 0.14.0 (data-updates.lua)
   4.402 Loading mod bobenemies 0.14.0 (data-updates.lua)
   4.587 Loading mod bobores 0.14.0 (data-updates.lua)
   4.844 Loading mod bobvehicleequipment 0.14.1 (data-updates.lua)
   4.845 Script technology-functions.lua:152: Technology vehicle-big-turret-4 does not exist.
   5.030 Loading mod bobtech 0.14.0 (data-updates.lua)
   5.211 Loading mod rso-mod 2.2.3 (data-updates.lua)
   5.469 Loading mod bobplates 0.14.0 (data-updates.lua)
   5.650 Loading mod angelsrefining 0.3.10 (data-updates.lua)
   5.824 Loading mod bobassembly 0.14.0 (data-updates.lua)
   6.011 Loading mod bobelectronics 0.14.0 (data-updates.lua)
   6.284 Loading mod bobgreenhouse 0.14.0 (data-updates.lua)
   6.462 Loading mod boblogistics 0.14.2 (data-updates.lua)
   6.645 Loading mod bobmining 0.14.0 (data-updates.lua)
   6.647 Script technology-functions.lua:152: Technology water-miner-2 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-3 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-3 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-3 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-4 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-4 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-4 does not exist.
   6.647 Script technology-functions.lua:24: Technology water-miner-5 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-5 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-5 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-5 does not exist.
   6.647 Script technology-functions.lua:152: Technology water-miner-5 does not exist.
   6.909 Loading mod bobpower 0.14.0 (data-updates.lua)
   7.095 Loading mod angelspetrochem 0.1.15 (data-updates.lua)
   7.283 Loading mod bobelectronics_gfxtweak 0.14.0 (data-updates.lua)
   7.466 Loading mod bobmodules 0.14.0 (data-updates.lua)
   7.774 Loading mod bobwarfare 0.14.2 (data-updates.lua)
   7.974 Loading mod ScienceCostTweaker 0.14.0 (data-updates.lua)
   8.174 Loading mod angelssmelting 0.1.2 (data-updates.lua)
   8.436 Loading mod CMHModBobEndGame 0.14.0 (data-updates.lua)
   8.622 Loading mod creative-mode 0.1.5 (data-final-fixes.lua)
   8.813 Loading mod bobelectronics 0.14.0 (data-final-fixes.lua)
   9.109 Loading mod ScienceCostTweaker 0.14.0 (data-final-fixes.lua)
   9.336 Loading mod angelsinfiniteores 0.4.2 (data-final-fixes.lua)
   9.588 Checksum for core: 1620335853
   9.588 Checksum for mod base: 286270215
   9.588 Checksum for mod TheFatController: 3783390293
   9.588 Checksum for mod AlertCombinator: 154430904
   9.588 Checksum for mod bobconfig: 3757012679
   9.588 Checksum for mod boblibrary: 617495183
   9.588 Checksum for mod creative-mode: 2911277995
   9.588 Checksum for mod EvoGUI: 1040096666
   9.588 Checksum for mod KBlueprints: 2250577784
   9.588 Checksum for mod Turtle_Speed: 507660349
   9.588 Checksum for mod upgrade-planner: 696037660
   9.588 Checksum for mod VersepellesChunkMarkers: 4033371064
   9.588 Checksum for mod bobenemies: 1291207459
   9.588 Checksum for mod bobores: 4029799065
   9.588 Checksum for mod bobvehicleequipment: 1506384883
   9.588 Checksum for mod bobtech: 84910783
   9.588 Checksum for mod rso-mod: 1874398137
   9.588 Checksum for mod bobplates: 674308856
   9.588 Checksum for mod angelsrefining: 840915486
   9.588 Checksum for mod bobassembly: 4145366400
   9.588 Checksum for mod bobelectronics: 422703435
   9.588 Checksum for mod bobgreenhouse: 2288073750
   9.588 Checksum for mod boblogistics: 3350834541
   9.588 Checksum for mod bobmining: 3435149013
   9.588 Checksum for mod bobpower: 3291248052
   9.588 Checksum for mod angelsaddons-oresilos: 1159434045
   9.588 Checksum for mod angelspetrochem: 2287006251
   9.588 Checksum for mod bobelectronics_gfxtweak: 154160985
   9.588 Checksum for mod bobmodules: 2915426260
   9.588 Checksum for mod bobwarfare: 1825633840
   9.588 Checksum for mod ScienceCostTweaker: 3151332755
   9.588 Checksum for mod angelsaddons-pressuretanks: 463463035
   9.588 Checksum for mod angelsbioprocessing: 1456421243
   9.588 Checksum for mod angelsinfiniteores: 3472553796
   9.588 Checksum for mod angelssmelting: 1182548130
   9.588 Checksum for mod CMHModBobEndGame: 861868167
  10.763 Info PlayerData.cpp:55: Local player-data.json available, timestamp 1477074315
  10.764 Info PlayerData.cpp:62: Cloud player-data.json unavailable
  10.766 Custom inputs active: 0
  10.767 Factorio initialised
  10.769 Info ServerSynchronizer.cpp:27: nextHeartbeatSequenceNumber(0) initialized Synchronizer nextTickClosureTick(0).
  10.769 Info ServerMultiplayerManager.cpp:649: mapTick(-1) changing state from(Ready) to(PreparedToHostGame)
  10.769 Info ServerMultiplayerManager.cpp:649: mapTick(-1) changing state from(PreparedToHostGame) to(CreatingGame)
  10.772 Loading map {factorio_path}/saves/factorio_save.zip
  10.773 Error FileUtil.cpp:284: Can't remove {factorio_path}/temp/currently-playing: No such file or directory
  10.818 Info Scenario.cpp:152: Map version 0.14.13-2
  12.439 Checksum for script {factorio_path}/temp/currently-playing/control.lua: 900459546
  12.447 Checksum for script __TheFatController__/control.lua: 577423359
  12.453 Checksum for script __AlertCombinator__/control.lua: 875545725
  12.470 Checksum for script __creative-mode__/control.lua: 1991832476
  12.476 Checksum for script __EvoGUI__/control.lua: 3075659584
  12.500 Checksum for script __KBlueprints__/control.lua: 1498718714
  12.501 Checksum for script __Turtle_Speed__/control.lua: 3015026008
  12.503 Checksum for script __upgrade-planner__/control.lua: 2576869381
  12.507 Checksum for script __VersepellesChunkMarkers__/control.lua: 1083101062
  12.508 Checksum for script __bobores__/control.lua: 3601237961
  12.532 Checksum for script __rso-mod__/control.lua: 3542210094
  12.532 Checksum for script __angelsrefining__/control.lua: 884011260
  12.535 Checksum for script __boblogistics__/control.lua: 1225455028
  12.536 Checksum for script __CMHModBobEndGame__/control.lua: 0
  12.823 Info PosixUDPSocket.cpp:50: Opening socket at port 34197
  12.823 Hosting game at port 34197
  12.823 Info HttpSharedState.cpp:44: Downloading https://auth.factorio.com/generate-server-padlock
  13.210 Info HttpSharedState.cpp:108: Status code: 200
  13.211 Info AuthServerConnector.cpp:106: Obtained serverPadlock for serverHash (aij9H6RgwNAb5kU2xvmMHa9NHPTl1Gf4) from the auth server.
  13.211 Info ServerMultiplayerManager.cpp:649: mapTick(3973025) changing state from(CreatingGame) to(InGame)
  31.432 ConnectionRequestReplyConfirm (type(ConnectionRequestReplyConfirm) ) from({my-ip}:61028)
  31.433 Refusing connection for address({my-ip}:61028). User verification is required for this game.
 295.345 Received SIGTERM, shutting down
 295.345 Info MainLoop.cpp:203: Saving map as {factorio_path}/factorio_save.zip
 296.268 Info ServerMultiplayerManager.cpp:115: Disconnecting multiplayer connection.
 296.268 Info ServerMultiplayerManager.cpp:649: mapTick(3973027) changing state from(InGame) to(DisconnectingScheduled)
 296.302 Info ServerMultiplayerManager.cpp:649: mapTick(3973027) changing state from(DisconnectingScheduled) to(Disconnecting)
 296.335 Info ServerMultiplayerManager.cpp:649: mapTick(3973027) changing state from(Disconnecting) to(Disconnected)
 296.335 Info ServerMultiplayerManager.cpp:139: Quitting multiplayer connection.
 296.335 Info ServerMultiplayerManager.cpp:649: mapTick(3973027) changing state from(Disconnected) to(Closed)
 296.699 Info PosixUDPSocket.cpp:154: Socket closed
 296.768 Goodbye
As you can see, server is set to NOT verify user identity, but when factorio auth server is unreachable we can't join. Is there a way to play when factorio server is unreachable ? Is it a bug that factorio still check auth server ? (the sigterm is when I shutdown the server)


Edit : change topic title as it can be misleading.
Last edited by Neemys on Fri Oct 21, 2016 7:19 pm, edited 2 times in total.
Want more space restriction ? Or maybe you want to be forced to use train for other thing than ore and oil ? Try Building Platform Mod !

User avatar
Smarty
Global Moderator
Global Moderator
Posts: 816
Joined: Sat Oct 04, 2014 5:00 pm
Contact:

Re: Can't join own server.

Post by Smarty »


Neemys
Filter Inserter
Filter Inserter
Posts: 461
Joined: Sat Apr 09, 2016 6:16 pm
Contact:

Re: Can't join own server.

Post by Neemys »

Neemys wrote:I know there is problem with auth.factorio.com at the moment, I'm not here to report them.
I was just wondering if anyone have a solution to play with headless at the moment as the only option I think of is not working. I expected the option to not verify user identity to NOT check user identity, but it try to check anyway. I think it is a bug but wanted to see if I have done something wrongly before reporting it.
Want more space restriction ? Or maybe you want to be forced to use train for other thing than ore and oil ? Try Building Platform Mod !

Post Reply

Return to “Technical Help”