69 posts
Location
x:19 y:68 z:-14
Posted 03 May 2014 - 04:55 PM
Hi all,
I have been getting an error when launching the game Redirection. Im running the latest version on ComputerCraft (1.63). Below is the error im getting:
I get to this screen:
When i click, it changes to this:
I have not edited the files in any way and i dont understand what is going on…
[EDIT] Just to clarify, I am currently working on my own custom version of CClite, I have updated it to the latest version of ComputerCraft and im now bug finding and removing them…
…this is one of them!
I will release the source code if needed
I am having to edit this post to reply to you guys because i have to get one more approved post before im allowed to comment. Also the admins haven't allowed any of my replies i have written yet.
Edited on 06 May 2014 - 11:16 AM
7083 posts
Location
Tasmania (AU)
Posted 04 May 2014 - 02:51 AM
If you type into the command line:
lua
type(fs.getDir)
… what does it say?
1140 posts
Location
Kaunas, Lithuania
Posted 04 May 2014 - 08:20 AM
Looks to me you're using an emulator. Try to run redirection in Minecraft.
69 posts
Location
x:19 y:68 z:-14
Posted 05 May 2014 - 10:23 PM
If you type into the command line:
lua
type(fs.getDir)
… what does it say?
I get "Nil"
7083 posts
Location
Tasmania (AU)
Posted 06 May 2014 - 12:55 AM
MKlegoman357 has a point - unless your MineCraft window is
tiny, it doesn't look like you're using ComputerCraft…
If you place a new advanced computer, then before you do anything else type "redirection" into that, does it do the same thing?
What do you get if you type this:
lua
os.version()
type(window)
type(multishell)
Wouldn't hurt to show your "ForgeModLoader-client-0.log" file contents, too - it's in your MineCraft folder,
PasteBin it or something.
69 posts
Location
x:19 y:68 z:-14
Posted 06 May 2014 - 10:01 AM
MKlegoman357 has a point - unless your MineCraft window is
tiny, it doesn't look like you're using ComputerCraft…
If you place a new advanced computer, then before you do anything else type "redirection" into that, does it do the same thing?
What do you get if you type this:
lua
os.version()
type(window)
type(multishell)
Wouldn't hurt to show your "ForgeModLoader-client-0.log" file contents, too - it's in your MineCraft folder,
PasteBin it or something.
os.version()
CraftOS 1.6
type(window)
table
type(multishell)
table
I am running an emulator. I have been working on it for the past few weeks and trying to iron out a few bugs. I will release the code if needed though.
1140 posts
Location
Kaunas, Lithuania
Posted 06 May 2014 - 12:37 PM
MKlegoman357 has a point - unless your MineCraft window is
tiny, it doesn't look like you're using ComputerCraft…
If you place a new advanced computer, then before you do anything else type "redirection" into that, does it do the same thing?
What do you get if you type this:
lua
os.version()
type(window)
type(multishell)
Wouldn't hurt to show your "ForgeModLoader-client-0.log" file contents, too - it's in your MineCraft folder,
PasteBin it or something.
He is using an emulator, look at the error message, it would be 'attempt to call nil' if it were CC. Also, at the very top of his screenshots you can see the top of the window.
What emulator are you using? If it's gamax's newest one, then you should report to him that he forgot to add
fs.getDir.
7083 posts
Location
Tasmania (AU)
Posted 06 May 2014 - 12:46 PM
He's edited the OP now - apparently he's trying to update a CCLite spinoff.
69 posts
Location
x:19 y:68 z:-14
Posted 06 May 2014 - 06:48 PM
MKlegoman357 has a point - unless your MineCraft window is
tiny, it doesn't look like you're using ComputerCraft…
If you place a new advanced computer, then before you do anything else type "redirection" into that, does it do the same thing?
What do you get if you type this:
lua
os.version()
type(window)
type(multishell)
Wouldn't hurt to show your "ForgeModLoader-client-0.log" file contents, too - it's in your MineCraft folder,
PasteBin it or something.
He is using an emulator, look at the error message, it would be 'attempt to call nil' if it were CC. Also, at the very top of his screenshots you can see the top of the window.
What emulator are you using? If it's gamax's newest one, then you should report to him that he forgot to add
fs.getDir.
Im using a version of cclite that im working on. i am doing this because i can't run minecraft on my netbook but i still want to test my programs that i make. The best one i could find was cclite but it was outdated. Im currently updating it but have some bugs to smooth out so im asking for help to fix this one. As it says in the OP i will release the source code and how to run it if needed.
570 posts
Posted 06 May 2014 - 06:53 PM
Im using a version of cclite that im working on. i am doing this because i can't run minecraft on my netbook but i still want to test my programs that i make. The best one i could find was cclite but it was outdated. Im currently updating it but have some bugs to smooth out so im asking for help to fix this one. As it says in the OP i will release the source code and how to run it if needed.
Gamax's version of cclite works fine. You don't need to update it yourself.
69 posts
Location
x:19 y:68 z:-14
Posted 06 May 2014 - 06:58 PM
Im using a version of cclite that im working on. i am doing this because i can't run minecraft on my netbook but i still want to test my programs that i make. The best one i could find was cclite but it was outdated. Im currently updating it but have some bugs to smooth out so im asking for help to fix this one. As it says in the OP i will release the source code and how to run it if needed.
Gamax's version of cclite works fine. You don't need to update it yourself.
Im not using Gamax's version, I didn't find this when searching so i have an older one.