Search found 87 matches

by IIPoliII
Wed Aug 07, 2019 12:48 pm
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

I_IBlackI_I wrote: ↑
Wed Aug 07, 2019 12:47 pm
Is this using a non blocking save?
Nope full blocking
by IIPoliII
Wed Aug 07, 2019 12:39 pm
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

I think factorio has a problem with multiple connection on the same moment on the same port, knowing it opens a new socket each time i run this command i think it does not support the fact that i send some commands at the same time i know that if i run a rcon command on python it takes 0.43 seconds...
by IIPoliII
Wed Aug 07, 2019 12:39 pm
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Alright i have proof of my words i founded the issue : So i created a script to always save the server (wich is stupid alright?) if i run this script as shown here it always saves https://i.imgur.com/MQGfRt7.png Here in my console it saves ! https://i.imgur.com/emVxgqC.png Alright now i gonna run th...
by IIPoliII
Wed Aug 07, 2019 12:20 pm
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Oh side note grafana is a bit lagged here when i zoomed too much in but at 14:00 it shows 0, i wondered if it was grafana but the data is the database is corrupted and it's really weird it happens exactly at the moment i ask for it At 14:30 runs the next save i will add a sleep 10s to see if it fixe...
by IIPoliII
Wed Aug 07, 2019 12:16 pm
Forum: Pending
Topic: [0.17.63] Confused Aliens?
Replies: 2
Views: 963

Re: [0.17.63] Confused Aliens?

Twinsen wrote: ↑
Wed Aug 07, 2019 11:48 am
A savefile while this is happening would be very useful.
I saw that it happend a lot on scenarios as well if i am able to get a save file i'll send it
by IIPoliII
Wed Aug 07, 2019 12:13 pm
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

I think factorio has a problem with multiple connection on the same moment on the same port, knowing it opens a new socket each time i run this command i think it does not support the fact that i send some commands at the same time i know that if i run a rcon command on python it takes 0.43 seconds...
by IIPoliII
Wed Aug 07, 2019 11:35 am
Forum: Not a bug
Topic: [0.17.63] Crash with unknown reason, repeatable to some degree - not a bug, remove topic
Replies: 6
Views: 1382

Re: [0.17.63] Crash with unknown reason, repeatable to some degree

Sorry for bug report - it's a hardware problem in my PC. Memtest86 shows, that, due to unknown to me reason, memory, when it's temperature gets to 67 degrees, starts to fail a lot. DDR3, no manual overclocking. Your ram should not hit that temparature, it's really weird maybe you have a faulty barr...
by IIPoliII
Wed Aug 07, 2019 10:39 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

I think factorio has a problem with multiple connection on the same moment on the same port, knowing it opens a new socket each time i run this command i think it does not support the fact that i send some commands at the same time i know that if i run a rcon command on python it takes 0.43 seconds ...
by IIPoliII
Wed Aug 07, 2019 10:22 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Why not just throw away faulty responses? This would also save database space if you just store values if a change has happened. I am not throwing away faulty responses, i am trying to found a fix for this rcon. Well that's currently what we do on the database but for stats you can't simply do an u...
by IIPoliII
Wed Aug 07, 2019 10:08 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Okay i think i founded the issue, i send a lot of reqests to rcon, now i wonder if you send 2 requets at once what does it do i think factorio returns nothing, because the rcon tool i have have a timeout try catch builded in it. If you need help for running this script run it with -h Continuing.......
by IIPoliII
Wed Aug 07, 2019 10:07 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Bilka wrote: ↑
Wed Aug 07, 2019 10:04 am
Your screenshot shows the rcon command working perfectly, could you further show what the issue is.
As you said, in this case it worked perfectly but sometimes the rcon seems like it don't answer or nothing happens.
by IIPoliII
Wed Aug 07, 2019 10:06 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Okay i think i founded the issue, i send a lot of reqests to rcon, now i wonder if you send 2 requets at once what does it do i think factorio returns nothing, because the rcon tool i have have a timeout try catch builded in it. If you need help for running this script run it with -h Continuing........
by IIPoliII
Wed Aug 07, 2019 9:43 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

Here is the rcon tool i use and the line for the package (network sided) size https://github.com/joinandplaycoop/mcrc ... rcon.c#L60 knowing that i needed to change it for forces due to the size of the list
by IIPoliII
Wed Aug 07, 2019 9:40 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

Re: [0.17.63] Get rocket count under rcon very very unstable data

I don't really see how this would be possible, the Lua command will always realiably return the correct value Can you post some more info about how you are inputting the force names and how you are parsing the printed message? Behind it's a bash script in this specific case i try 5 times in total t...
by IIPoliII
Wed Aug 07, 2019 9:21 am
Forum: Not a bug
Topic: [0.17.63] Get rocket count under rcon very very unstable data
Replies: 21
Views: 5951

[0.17.63] Get rocket count under rcon very very unstable data

Hey, So since a few month i gather a lot of data on all my factorio servers and insert them to my SQL database. And i founded out factorio is really really really unsatable on rockets, and rcon in general but rockets really kills it. Sometimes it returns "nil" (okay no rocket sended) BUT s...
by IIPoliII
Tue Aug 06, 2019 5:12 pm
Forum: Resolved Problems and Bugs
Topic: [0.17.63] Can't use the lastest release link to download
Replies: 7
Views: 1896

Re: [0.17.63] Can't use the lastest release link to download

wheybags wrote: ↑
Tue Aug 06, 2019 2:33 pm
It was me. And I'd do it again! I would've gotten away with it too, if it wasn't for you pesky players.
If you do it again i will do a change.org petition !
by IIPoliII
Tue Aug 06, 2019 1:04 pm
Forum: Resolved Problems and Bugs
Topic: [0.17.63] Can't use the lastest release link to download
Replies: 7
Views: 1896

Re: [0.17.63] Can't use the lastest release link to download

Alright thanks a lot ! Passed right in the good minute (version checks was now on my servers) Was fast!
Say me was it bilka?
by IIPoliII
Tue Aug 06, 2019 12:58 pm
Forum: Resolved Problems and Bugs
Topic: [0.17.63] Can't use the lastest release link to download
Replies: 7
Views: 1896

[0.17.63] Can't use the lastest release link to download

Hello, i just tried to update my headless servers this i what i get : --2019-08-06 14:46:27-- https://www.factorio.com/get-download/latest/headless/linux64 Resolving www.factorio.com (www.factorio.com)... 54.165.51.142, 52.204.136.9, 52.200.233.201, ... Connecting to www.factorio.com (www.factorio.c...
by IIPoliII
Fri Jun 21, 2019 12:14 pm
Forum: Technical Help
Topic: [0.16.X] Command to get the map size
Replies: 0
Views: 339

[0.16.X] Command to get the map size

Hey,
I am currently doing a little standalone script and i wondered if there is a command that can show the map size (over rcon if possible)?
by IIPoliII
Fri Jun 21, 2019 8:35 am
Forum: Maps and Scenarios
Topic: [0.17] scenario team production
Replies: 1
Views: 3094

Re: [0.17] scenario team production

Link for this :O?

Go to advanced search