Jump to content




Server crashes when trying to run a program


8 replies to this topic

#1 Bye.

  • Members
  • 59 posts

Posted 08 August 2016 - 10:18 PM

Today I was working on my server and it crashed twice, every time when I was clicking on the "Run" button of the edit program

There I have the crash report. Note: I can't upload the latest.txt file because the server restarts itself when crashing.
Spoiler


#2 Lupus590

  • Members
  • 2,029 posts
  • LocationUK

Posted 08 August 2016 - 11:21 PM

The code you were running may also be useful

Edited by Lupus590, 08 August 2016 - 11:21 PM.


#3 Bye.

  • Members
  • 59 posts

Posted 09 August 2016 - 10:41 AM

View PostLupus590, on 08 August 2016 - 11:21 PM, said:

The code you were running may also be useful
mon = peripheral.wrap("right")
for i=1,10 do
mon.setTextScale(i/2)
print((i/2)..mon.getSize())
end


#4 Lupus590

  • Members
  • 2,029 posts
  • LocationUK

Posted 09 August 2016 - 08:25 PM

did the server also have bukket? was it a cauldron server?

#5 Bye.

  • Members
  • 59 posts

Posted 09 August 2016 - 08:26 PM

View PostLupus590, on 09 August 2016 - 08:25 PM, said:

did the server also have bukket? was it a cauldron server?
No, only Minecraft Forge

#6 CCJJSax

  • Members
  • 262 posts

Posted 27 August 2016 - 07:08 AM

I've been running in to this too. I found that a small sleep before and maybe after the wrapping the peripheral to solve it. I too was thinking about posting this. Try it out and see if it helps

------
edit

I have a feeling that it's trying to find the peripheral while the turtle is still moving and not after it gets done.

-----

Edited by CCJJSax, 27 August 2016 - 07:18 AM.


#7 TheRockettek

  • Members
  • 547 posts
  • LocationRem is best girl

Posted 27 August 2016 - 08:15 AM

Could be the fact youre executing the commands quickly in <1 tick and the game doesnt like that :D try sleeping

#8 CCJJSax

  • Members
  • 262 posts

Posted 28 August 2016 - 02:16 AM

View PostTheRockettek, on 27 August 2016 - 08:15 AM, said:

Could be the fact youre executing the commands quickly in <1 tick and the game doesnt like that :D/> try sleeping

That is the resolution I'm sure. The only thing is it should crash the server, so I'd say it's still a bug.

#9 TheRockettek

  • Members
  • 547 posts
  • LocationRem is best girl

Posted 28 August 2016 - 05:52 AM

Also textscale has a limit on monitors btw





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users