AE Additions - ExtraCells2 Fork

AE Additions - ExtraCells2 Fork

11M Downloads

[1.20.1] Me Wireless Transceiver channel list is broken

programgames opened this issue · 9 comments

commented

When you have more than one channel available, every channels shows in only one line :
2023-08-17_10 06 24

commented

Issue persists on MC1.20.1 AE-Additions 5.0.5 ATM9 (Running Server Side)
image
Unable to create new channels, however even though no channels are showing, existing transceivers are still connected.

commented

Really looking forward to the fix of this thing. And possible improvements to this block.

commented

Youre also incapable of deleting the channels, making the block outright unusable unfortunately

commented

Thanks for reporting this. I'll take a look at this sometime today

commented

image
image

Block stops working after spamming "Acess mode" and/or spam create new networks... Is there any way to delete those 'ghost' channels without the block GUI?

commented

Is there any update on this? I’m also running into this issue on ATM9 and it’s unfortunately preventing me from some AE2 expansion.

commented

I compared the codes of 1.19.2 and 1.20.1 and found the following errors:
MEWirelessTransceiverScreen.kt
channels.forEachIndexed { index, channelInfo ->
val channelField = this.channelFields[channelInfo]
if (channelField != null) {
channelField.updateValues(shouldShowChannel(index), selectedChannel == channelInfo, channelY)
channelField.render(guiGraphics, 0, 0, 0f)
}
}
==>
channels.forEachIndexed { index, channelInfo ->
val channelField = this.channelFields[channelInfo]
if (channelField != null) {
channelField.updateValues(shouldShowChannel(index), selectedChannel == channelInfo, channelY)
channelField.render(guiGraphics, 0, 0, 0f)
channelY += 12
}
}

commented

Issue with channellist and not able to delete channels still persisting.
"Workaround" I found is that if you create a channel and save it, you select the last made channel. Have been able to link up the transmitters like that until it's fixed.

commented

Same issue on ATM8 last version