←  Beta Testing

ComputerCraft | Programmable Computers for Minecraft

»

ComputerCraft 1.80 Beta Information (Minec...

Bomb Bloke's Photo Bomb Bloke 08 Dec 2017

Reckon you'll find that's the fault of those "OSes" - that sort of report isn't very useful if you don't pinpoint the exact "procedures" which aren't working, and explain what they're doing instead.

If you're sure you've found some bugs, use GitHub to report the details.
Quote

SquidDev's Photo SquidDev 08 Dec 2017

 SchnitzeltoastMC, on 07 December 2017 - 02:12 PM, said:

We run it on our Server. We don't have so much Problems. But the broken procedures are not good
It might also worth trying a download from the CI server instead. The release on Curse has a couple of bugs which are fixed by later builds. As BombBloke says, if you're still encountering issues please report them on GitHub - this way we can get them fixed as soon as possible.
Edited by SquidDev, 08 December 2017 - 09:10 AM.
Quote

gronkdamage's Photo gronkdamage 11 Jan 2018

Hey guys - did the resource pack "directory" change? I started playing again, downloaded CC for 1.12 and my old resource pack 'locks' the turtle up... (it used to be a zip folder in resourcepaks - with /assets/computercraft/lua/rom/programs/turtle)
Quote

Lupus590's Photo Lupus590 11 Jan 2018

 gronkdamage, on 11 January 2018 - 02:05 AM, said:

Hey guys - did the resource pack "directory" change? I started playing again, downloaded CC for 1.12 and my old resource pack 'locks' the turtle up... (it used to be a zip folder in resourcepaks - with /assets/computercraft/lua/rom/programs/turtle)

It may be one file in the resource pack, remove all the files, test (it should run without the resource pack, but ust in case), add a file to the resource pack, test, keep adding files until it breaks.

When you find the broken file, you may want to put print statments in it to find out where in the script it locks up.

Also, it's possible that the file which is causing issues is not in the turtle directiory.
Edited by Lupus590, 11 January 2018 - 10:57 AM.
Quote

mepeisen's Photo mepeisen 18 Mar 2018

I am looking for some testers on Unicode/UTF8 support for CCraft.
Pull request currently worked on: https://github.com/d...rCraft/pull/531
In the next hours I will add a patched jar as soon as I added a resource pack font loader. Hope to get some feedback if this works. Since this changes many things the community should check it out before becoming merged.
Quote

mepeisen's Photo mepeisen 18 Mar 2018

Finally the new pull request including GNU unifont (licensed under GPL) and a custom patched build as well as a test lua.
https://github.com/d...rCraft/pull/532
Quote