I found some incorrect statistics.
This map runs 4,199 hours ( 251,940 minutes ) , including about 500 hours ( 30,000 minutes ) at 0.17.xx .
And it runs at 4kspm (4 rockets/minutes ) except for the first construction hours.
Item: 250 hours
Probably correct.
Item: 1,000 hours
It runs only 500 hours, so counts must be about twice of 250 hours.
Plastic or lower are probably correct.
Green circuit or upper are incorrect.
item: all time
Satellite consumption 122k, 0.4/m is too few, this count is same as 1,000 hours satellite counts ( probably correct ) .
It must be about 908k, 3.6/m
On the other hand satellite production is correct.
fluid: 250 hours
Probably correct.
fluid: 1,000 hours
Water production 21G don't fit consumption 25G.
1G fluid is 25k fluid * 40k, this is not buffer or something.
Older version ( 0.16 ) I found fluid 50 hours statistics incorrect when I use nuclear power generation (much water is handled).
fluid: all time
Probably correct.
Water and crude is somewhat a lot because old factory was inefficient.
save data:
https://drive.google.com/open?id=1gkmhG ... OF7AHRzCX3
(I couldn't upload save data to this forum.)
[Twinsen] [0.17.74] incorrect statistics
- spiral_power
- Fast Inserter
- Posts: 180
- Joined: Wed Oct 30, 2019 5:17 am
- Contact:
[Twinsen] [0.17.74] incorrect statistics
- Attachments
-
- factorio-current.log
- (6.6 KiB) Downloaded 167 times
Re: [Twinsen] [0.17.74] incorrect statistics
How long did the game run during 0.16.51 ?
There have been a large number of fixes in 0.17.xx, so it's possible that any statistics data generated before 0.17.68(last fix) was incorrect.
I will investigate the save, but without a way to reproduce the issues it's hard to understand what went wrong.
EDIT: I reset the statistics and ran the save for some time. Everything was ok, so I believe the problems are due to previous bugs that have now been fixed. The old data unfortunately can't be corrected.
There have been a large number of fixes in 0.17.xx, so it's possible that any statistics data generated before 0.17.68(last fix) was incorrect.
I will investigate the save, but without a way to reproduce the issues it's hard to understand what went wrong.
EDIT: I reset the statistics and ran the save for some time. Everything was ok, so I believe the problems are due to previous bugs that have now been fixed. The old data unfortunately can't be corrected.
- spiral_power
- Fast Inserter
- Posts: 180
- Joined: Wed Oct 30, 2019 5:17 am
- Contact:
Re: [Twinsen] [0.17.74] incorrect statistics
0.16.51: 4,199 - 500 = 3,699 hours.
0.17.xx ( only stable ver. ): 500 hours.
I understand it's hard to correct the OLD statstics.
But, this is my latest statistics, items 1,000 hours and 250 hours.
(ver 0.17.74 now)
I'm now going to RAISE a research pace.
1,000 hours blue,yellow, and left orange lines ars flat, it is strange.
Somewhat still wrong.
additional info: 250 hours left orange line ( iron plate ) has odd ceiling 335k.
You mean I need to restart a new game with the latest version or edit the save data for correct statistics?
0.17.xx ( only stable ver. ): 500 hours.
I understand it's hard to correct the OLD statstics.
But, this is my latest statistics, items 1,000 hours and 250 hours.
(ver 0.17.74 now)
I'm now going to RAISE a research pace.
1,000 hours blue,yellow, and left orange lines ars flat, it is strange.
Somewhat still wrong.
additional info: 250 hours left orange line ( iron plate ) has odd ceiling 335k.
You mean I need to restart a new game with the latest version or edit the save data for correct statistics?
Re: [Twinsen] [0.17.74] incorrect statistics
There is no way to fix the old data so unfortunately you need to start a new game.spiral_power wrote: ↑Mon Nov 11, 2019 12:06 am u mean I need to restart a new game with the latest version or edit the save data for correct statistics?
The other things you mentioned are very strange. I will investigate.
- spiral_power
- Fast Inserter
- Posts: 180
- Joined: Wed Oct 30, 2019 5:17 am
- Contact:
Re: [Twinsen] [0.17.74] incorrect statistics
I see, I accept the old data's statistics incorrectness.
Thank you for your effort.
I'm still going to raise from 4 kspm to 7 kspm, several 335k ceilings appear at items 250 hours.
( This is only additional information, you don't need to repry about above ceilings. )
Thank you for your effort.
I'm still going to raise from 4 kspm to 7 kspm, several 335k ceilings appear at items 250 hours.
( This is only additional information, you don't need to repry about above ceilings. )
Re: [Twinsen] [0.17.74] incorrect statistics
I figured it out. Because I used float, adding one item at a time was no longer possible because of precision.
If you created more than 1398 items per second the 1000h statistics would bug out. (higher for other intervals)
I changed it to double, so now it will work, unless you manage to create 750599937895 items per second.
Technical details here: https://stackoverflow.com/questions/125 ... 77216-in-c
Fixed in Version: 0.17.77
You should see the new statistics being generated correctly, but as before, the old data will still be incorrect until a new save is started.
Thanks for the report.
If you created more than 1398 items per second the 1000h statistics would bug out. (higher for other intervals)
I changed it to double, so now it will work, unless you manage to create 750599937895 items per second.
Technical details here: https://stackoverflow.com/questions/125 ... 77216-in-c
Fixed in Version: 0.17.77
You should see the new statistics being generated correctly, but as before, the old data will still be incorrect until a new save is started.
Thanks for the report.
- spiral_power
- Fast Inserter
- Posts: 180
- Joined: Wed Oct 30, 2019 5:17 am
- Contact:
Re: [Twinsen] [0.17.74] incorrect statistics
I understand what is wrong, 335k,83k ceilings, copper cables are made double so 166k ceilings.
I don't check all stuff but aren't there a trivial mistake ?
( all time satellite consumption count displays 1,000 hours satellite production or consumption count )
But, my first post, the probrem satellite consumption count at all time is wrong may be other cause.item: all time
Satellite consumption 122k, 0.4/m is too few, this count is same as 1,000 hours satellite counts ( probably correct ) .
It must be about 908k, 3.6/m
On the other hand satellite production is correct.
I don't check all stuff but aren't there a trivial mistake ?
( all time satellite consumption count displays 1,000 hours satellite production or consumption count )
- spiral_power
- Fast Inserter
- Posts: 180
- Joined: Wed Oct 30, 2019 5:17 am
- Contact:
Re: [Twinsen] [0.17.74] incorrect statistics
I see, thank you.