Inventory click error sometimes when edit a Programmable Android script
andris155 opened this issue ยท 5 comments
๐ Description (REQUIRED)
Inventory click error sometimes when edit a Programmable Android script.
๐ Steps to reproduce the Issue (REQUIRED)
- Open Android memory core.
- Click to > Back button.
- Cause sometime error.
๐ก Expected behavior (REQUIRED)
No inventory click error.
๐ Server Log
๐งญ Environment (REQUIRED)
[13:19:39 INFO]: Yatopia v1_16_R3
[13:19:39 INFO]: CS-CoreLib vDEV - 92 (git e9150d72)
[13:19:39 INFO]: Slimefun vDEV - 766 (git 5aa5ca1)
[13:19:39 INFO]: Metrics build: #17
[13:19:39 INFO]:
[13:19:39 INFO]: Installed Addons: (12)
[13:19:39 INFO]: DyedBackpacks vDEV - 11 (git b8eda0c7)
[13:19:39 INFO]: RestrictedCreative v2.4.4
[13:19:39 INFO]: ExtraTools vDEV - 23 (git 9299a65c)
[13:19:39 INFO]: PomaExpansion vDEV - 10 (git 3f46213c)
[13:19:39 INFO]: LiteXpansion vDEV - 100 (git cae4353e)
[13:19:39 INFO]: SlimefunOreChunks vDEV - 10 (git 91df3b8e)
[13:19:39 INFO]: HotbarPets vDEV - 32 (git 977f0591)
[13:19:39 INFO]: EcoPower vDEV - 2 (git b0c0c875)
[13:19:39 INFO]: ExtraGear vDEV - 12 (git 4570ea2c)
[13:19:39 INFO]: SlimefunLuckyBlocks vDEV - 30 (git 26824119)
[13:19:39 INFO]: FluffyMachines vDEV - 55 (git e54c1b54)
[13:19:39 INFO]: SlimefunPomaFix v1.0-SNAPSHOT
It seems like this is due to the android moving while the inventory is open, I believe what is happening is it's trying to get the inventory from the old block (before it moved) but obviously that does not exist anymore. I'm not exactly sure the best resolution for this. As far as I'm aware there isn't exactly a good way to find what android this was and it seems like it would be awkward and expensive anyway.
I guess we just need to close inv and say like "can't edit android while it's moving" or something?
For ref, this is the line:
@andris155 could you confirm that the android was moving?
It seems like this is due to the android moving while the inventory is open, I believe what is happening is it's trying to get the inventory from the old block (before it moved) but obviously that does not exist anymore. I'm not exactly sure the best resolution for this. As far as I'm aware there isn't exactly a good way to find what android this was and it seems like it would be awkward and expensive anyway.
I guess we just need to close inv and say like "can't edit android while it's moving" or something?
For ref, this is the line:
@andris155 could you confirm that the android was moving?
The android would be paused while the script is being edited right? (As soon as you click on the Memory Core item)
It seems like this is due to the android moving while the inventory is open, I believe what is happening is it's trying to get the inventory from the old block (before it moved) but obviously that does not exist anymore. I'm not exactly sure the best resolution for this. As far as I'm aware there isn't exactly a good way to find what android this was and it seems like it would be awkward and expensive anyway.
I guess we just need to close inv and say like "can't edit android while it's moving" or something?
For ref, this is the line:
@andris155 could you confirm that the android was moving?
Maybe yes. I don't know. Server players reported this error.