Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tablets rebooting all the time #633

Closed
Wuerfel21 opened this issue Oct 28, 2014 · 5 comments
Closed

Tablets rebooting all the time #633

Wuerfel21 opened this issue Oct 28, 2014 · 5 comments

Comments

@Wuerfel21
Copy link
Contributor

In 1.3.6, my tablets reboot when:

  • I didnt used them a while
  • When i restart the game
  • When i need them

Is this fixed in 1.4?

@fnuecke
Copy link
Member

fnuecke commented Oct 28, 2014

Tablets should only stop/reboot when

  • They're not in a player's inventory.
  • The player with the tablet in the inventory leaves the game (including SSP).
  • The player with the tablet in the inventory changes dimension.
  • They run out of power (duh).
  • They're also immediately stopped when placed into a charger to avoid issues with how the first HDD is accessed.

The fact that they're not saved across joins is a technical limitation (it's a combination of the tablet state being referenced via the player entity, which ceases to exist when the player leaves, and the fact that computer states are saved externally and pruned on chunk save to avoid accumulating "dead" states).

If they stop while they're in your inventory and none of the above applies let me know and I'll look into it.

@Wuerfel21
Copy link
Contributor Author

Sometimes, i just pull it out, see the normal screen for a second and then its rebooting

@fnuecke
Copy link
Member

fnuecke commented Nov 19, 2014

The screen keeps it state when they stop, that's normal and the same as it is for screens.
What I'd like to know is if you are 100% certain this happened without any of the cases I described above applying (i.e. them stopping in "normal" use).

@Wuerfel21
Copy link
Contributor Author

i am, pretty sure

@fnuecke
Copy link
Member

fnuecke commented Mar 22, 2015

I'm afraid I have not been able to reproduce this in all this time. If someone can, and is capable of programming, I'd appreciate if they could have a look into this. Either way, until it's confirmed to still happen by a third party, I'm considering this closed.

@fnuecke fnuecke closed this as completed Mar 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants