CC: Tweaked

CC: Tweaked

42M Downloads

Issue with shape program after updating to 1.80pr1.9

vico93 opened this issue ยท 5 comments

commented

Useful information:

  • Minecraft version: 1.12.2
  • CC: Tweaked version: 1.80pr1.9
  • Forge version: b2772

Well, after updating CC:Tweak i begin to get some issues trying to run this program. Before that the program was interactive and i could type every argument according to instructions.

But after the update the program simply crash in the first screen. Print with the error:

2018-10-27_21 07 25

What could be the problem? Thanks!

commented

This may be helpful
image

commented

@vpontin for now just use read while squid debugs the weird stdin issues, or if you use io.read frequently you could just do io.read = read at the very top of the program.

commented

Oh! I will try to edit the program to reflect this changes. Thanks!

commented

mmm, I wouldn't have closed this issue because that's an actual problem...

commented

Fixed in 7e334bd. Thanks for the report!