BC Quarries are bugged

geuis, Tue May 12 2015, 05:45AM

Noticed tonight that quarries no longer work. They accept power but don't build the scaffold. The mining rig appears but then sometimes is static or glitching back and forth. Confirmed with multiple quarries and two people.
Re: BC Quarries are bugged
geuis, Tue May 12 2015, 05:59AM

Ender quarry seems ok
Re: BC Quarries are bugged
AlexKockica, Tue May 12 2015, 11:39AM

I made a post about this in the bug thread I believe.. BC Fillers stopped working also.. noticed a few more odd behaviours
Re: BC Quarries are bugged
BRooNiE, Tue May 12 2015, 01:14PM

It's cause they haven't linked their accounts wink

I'll do a code update to fix poss tonight.
Re: BC Quarries are bugged
AlexKockica, Tue May 12 2015, 08:11PM

is it maybe the same reason hobgoblin mobs can't get needed ores by mining blocks any more?
I had a setup with them that worked fine before, but now doesn't.. maybe they also don't have permission to break blocks.. (just to explain, you tie them with a lead and give them a pick and they mine for you with a small chance of getting a special ore dust)
ore they acquire is needed to progress in one part of witchery mod
Re: BC Quarries are bugged
BRooNiE, Tue May 12 2015, 08:57PM

Added a tracking method to see which players try to place/destroy blocks unlinked.

Will review in 24 hrs or so
Re: BC Quarries are bugged
geuis, Wed May 13 2015, 05:03AM

Ok. I'm pretty sure I relinked 2x a few days ago.
Re: BC Quarries are bugged
draze, Wed May 13 2015, 04:19PM

yeah but it could be something like this G.

Entity.buildcraft_Quarry.Mining. Attempted to break "dirt Block" at 792,2323,42: Permission denied

In which case that entity would have to be added to the allowed block breaking list. I'f im understanding this issue correctly tongue
Re: BC Quarries are bugged
AlexKockica, Wed May 13 2015, 05:25PM

that's how I understood the problem.. it's not an issue with players, it's with actual blocks (ex. BC quarry) or mobs (ex. Hobgoblins) are not allowed to break blocks..

altho thing is I can see my hobgoblin mining and breaking blocks, but they no longer do what they were supposed to and that's get koboldite dust from them.. it just stopped happening, so I presume game is just handling them breaking blocks in a different way cause of the permission issue.. at least that's what I think it is..

while BC quarry and fillers can't break blocks at all
Re: BC Quarries are bugged
AlexKockica, Wed May 13 2015, 09:20PM

also confirmed, autonomous activators can't place blocks.. which I wish I found out before I built my setup.. lol
Re: BC Quarries are bugged
BRooNiE, Wed May 13 2015, 09:37PM

It's actually more like this, server is logging which players are trying to place blocks unlinked. I'll fix now for next restart wink

[23:02:59] [Server thread/INFO]: [uk.co.crazyfools.cfuk.CFUKBBListener]: [CoFH] attempted to place a block unlinked.

[14:44:20] [Server thread/INFO]: [uk.co.crazyfools.cfuk.CFUKBBListener]: [Minecraft] attempted to place a block unlinked.


[05:26:38] [Server thread/INFO]: [uk.co.crazyfools.cfuk.CFUKBBListener]: [BuildCraft] attempted to place a block unlinked.
Re: BC Quarries are bugged
BRooNiE, Wed May 13 2015, 09:39PM

OK, I've copied linked profiles for the above player names.

If it does not work, I'll need to code the names into the CFUK plugin itself to avoid checks on those usernames.
Re: BC Quarries are bugged
boriseng, Thu May 14 2015, 07:44AM

FWIW it could be worth skimming the docs for "Grief Prevention" as they have the same issue and the pseudo-usernames should be well known by now.

I suppose the number has gone up a lot in the last few versions though, didn't it used to be something like "[BC],[IC],[RC]"


Re: BC Quarries are bugged
BRooNiE, Thu May 14 2015, 07:53AM


FWIW it could be worth skimming the docs for "Grief Prevention" as they have the same issue and the pseudo-usernames should be well known by now.

I suppose the number has gone up a lot in the last few versions though, didn't it used to be something like "[BC],[IC],[RC]"



boriseng

yeah, there is still usernames from the tekkit days with CFUK profiles!
Re: BC Quarries are bugged
AlexKockica, Sun May 17 2015, 03:27AM

still doesn't work.. don't know if anyone else confirmed, but thought I should report it..
maybe Thermal Expansion needs to be added too because Autonomous Activators can't place blocks either..
Re: BC Quarries are bugged
Chista, Sun May 17 2015, 09:03AM

The ender quarry pump upgrade seems to also be skipping out on doing it's job.
Re: BC Quarries are bugged
BRooNiE, Sun May 17 2015, 11:08AM

yup, nobody else had confirmed so i haven't done any further work to it.

I'll try get a look at it
Re: BC Quarries are bugged
piggles, Sun May 17 2015, 02:00PM

i found the ender quarry pump did that before aswell.
Re: BC Quarries are bugged
AlexKockica, Sun Jun 07 2015, 07:50PM

I have just found that thaumcraft golems with use core also can't place saplings in the world (and I have tested many different combinations and situations) so I presume it's because of the permissions issue.. so golem tree farms can't be made unless you used mfr planter or similar.. :/
Re: BC Quarries are bugged
boriseng, Mon Jun 08 2015, 07:27AM

The other quirk that may give you problems is that the pseudo-players never "log in" so they may have to be kludged in as exceptions rather than just linked.
Re: BC Quarries are bugged
BRooNiE, Mon Jun 08 2015, 07:59AM


The other quirk that may give you problems is that the pseudo-players never "log in" so they may have to be kludged in as exceptions rather than just linked.

boriseng
They just come up as unlinked, we need to manually whitelist the player names.

I'll run a check through the logs later on