This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
EmTeaKay's profile picture

[1.4]Bios bug

Started by EmTeaKay, 28 July 2012 - 10:44 PM
EmTeaKay #1
Posted 29 July 2012 - 12:44 AM
When I open a turtle/computer, it prints on the screen
:bios:381: Not a directory
I did NOT edit ANY ComputerCraft1.4 files.
MysticT #2
Posted 29 July 2012 - 12:57 AM
It looks like you'r missing the apis folder, check if it's there.
EmTeaKay #3
Posted 29 July 2012 - 01:27 AM
C:Users[My Name]AppDataRoaming.minecraftmodsComputerCraft1.4luaromapis

Is that what you're talking about?
MysticT #4
Posted 29 July 2012 - 01:47 AM
Yes, for some reason it says it's not a directory. Not sure what could be the problem.
Cloudy #5
Posted 29 July 2012 - 02:58 AM
The problem is you extracted the zip file. Don't :ph34r:/>/> ComputerCraft now runs from a zip (but will still load things from within a folder called ComputerCraft in mods).
BigSHinyToys #6
Posted 29 July 2012 - 07:05 AM
The problem is you extracted the zip file. Don't :ph34r:/>/> ComputerCraft now runs from a zip (but will still load things from within a folder called ComputerCraft in mods).

basically what he is saying is
this

C:Users[My Name]AppDataRoaming.minecraftmodsComputerCraft1.4luaromapis
should be this

C:Users[My Name]AppDataRoaming.minecraftmodsComputerCraftluaromapis
just rename the folder [ComputerCraft1.4] to [ComputerCraft]and it will work unzipped I do it this way so i can add custom programs to the ROM
Cloudy #7
Posted 29 July 2012 - 09:10 AM
You can add custom programs to the rom regardless. You can have a folder named ComputerCraft in mods as well as the zip, and it will load files from both.
Mendax #8
Posted 29 July 2012 - 12:14 PM
You can add custom programs to the rom regardless. You can have a folder named ComputerCraft in mods as well as the zip, and it will load files from both.
In a folder is easier if you use a text editor such as NP++… Yeah, forgot what I was gonna say here…
Cloudy #9
Posted 29 July 2012 - 12:18 PM
You can add custom programs to the rom regardless. You can have a folder named ComputerCraft in mods as well as the zip, and it will load files from both.
In a folder is easier if you use a text editor such as NP++… Yeah, forgot what I was gonna say here…

Except like I said, you can use both the zip AND a folder simultaneously.