Issue with shape program after updating to 1.80pr1.9
vico93 opened this issue ยท 5 comments
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:
What could be the problem? Thanks!
@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.
Fixed in 7e334bd. Thanks for the report!