Don't think image will help here.
At some point got 4.3G electric poles at my active slot. Had same issue eventually with destroyer bots, but don't have savegame atm.
[0.7.5]and[0.8.*] got 4.3G items in active slot
[0.7.5]and[0.8.*] got 4.3G items in active slot
- Attachments
-
- 1.7z
- Save game
- (2.21 MiB) Downloaded 143 times
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
ive noticed it too, its independend from item in the slot. So instead of number count of items in the slot, there is listen 4.3G. I think its limited to the new toolbelt research, but dont know. You can still use the item in the given slot and also the intern number reduced too, but you dont c it.
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
internally, the amount of items become -1 in slot. The check is for 0. So starting from -1 it decreases. Basically this means that you get about 2^64 items. I don't know what will happen when count will become positive though. If game will try to split the chunks -- this will cause big problems.
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
Some bugs in this logic has been done for the 0.8.5. Though we couldn't reproduce the issue and therefore we couldn't test whether this has helped (though it probably had).
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
Running [0.8.5] still have the bug. Approximate steps to reproduce (I tested on distractor capsules):
1) select additional row on belt
2) reserve left 5 slots for distractor capsules and put 1 distractor capsule in each slot
3) add logistic bots that bring more capsules to you
4) set hotkey for leftmost slot
5) shoot distractor bots from first slot using hotkey.
I just managed to get -1 in first slot using this logic. One thing to point: i had 60 more capsules on primary belt row.
This seem to be pretty stable bug for me. Will try to get this once again ^_^
1) select additional row on belt
2) reserve left 5 slots for distractor capsules and put 1 distractor capsule in each slot
3) add logistic bots that bring more capsules to you
4) set hotkey for leftmost slot
5) shoot distractor bots from first slot using hotkey.
I just managed to get -1 in first slot using this logic. One thing to point: i had 60 more capsules on primary belt row.
This seem to be pretty stable bug for me. Will try to get this once again ^_^
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
Ok.
1) i did have that once.
2) I can't repro that using steps above, but that's what worked
1) i did have that once.
2) I can't repro that using steps above, but that's what worked
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
Ok. Got it.
Steps from above, then do next:
6) make second left slot (or two slots) empty (but reserved), make first slot empty
7) wait for logistic bot to bring you item => all empty slots show that they have items in them, but do not show count
8) shoot distractor bot from first slot => first slot has -1 items
Steps from above, then do next:
6) make second left slot (or two slots) empty (but reserved), make first slot empty
7) wait for logistic bot to bring you item => all empty slots show that they have items in them, but do not show count
8) shoot distractor bot from first slot => first slot has -1 items
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
100 points for duration to find a bug at Ardagan.
Only 50 points in B-note for triple post.
Only 50 points in B-note for triple post.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
HallelujahArdagan wrote:Ok. Got it.
Steps from above, then do next:
6) make second left slot (or two slots) empty (but reserved), make first slot empty
7) wait for logistic bot to bring you item => all empty slots show that they have items in them, but do not show count
8) shoot distractor bot from first slot => first slot has -1 items
Thank you I was able to reproduce and fix it.
Re: [0.7.5]and[0.8.*] got 4.3G items in active slot
^_^ Great. I can also provide sample fix code and unittest in case if I have sources