9 posts
Posted 22 March 2014 - 08:30 PM
sorry if this has been posted before..i spend ages browsing through the forums and couldn't find a solution
So i have my disk drive connected to my computer which is connected to a monitor
i save the following command under startup to boot when the computer is restarted for any reason
lets just use the disk program alongtimeago as an example
shell.run("monitor" ,(right),"alongtimeago")
when i execute the command by re-booting the computer it tells me there is no such program as alongtimeago even though the computer is connected to the disk drive so is able to read the floppy disk
i am new to computercraft so im probably missing an obvious mistake
using computercraft version 1.58 for minecraft 1.6.4
tah
8543 posts
Posted 22 March 2014 - 08:51 PM
Might try:
shell.run("monitor right disk/alongtimeago")
9 posts
Posted 22 March 2014 - 09:45 PM
Might try:
shell.run("monitor right disk/alongtimeago")
it tells me
no such program disk/alongtimeago
1852 posts
Location
Sweden
Posted 23 March 2014 - 12:05 AM
Might try:
shell.run("monitor right disk/alongtimeago")
it tells me
no such program disk/alongtimeago
Try
cd disk
ls
In the shell to see which programs you have on the disk
2151 posts
Location
Auckland, New Zealand
Posted 23 March 2014 - 12:17 AM
Might try:
shell.run("monitor right disk/alongtimeago")
it tells me
no such program disk/alongtimeago
You could also try adding a slash before disk, so:
shell.run("monitor right /disk/alongtimeago")
Probably won't make a difference, but worth a shot.
9 posts
Posted 23 March 2014 - 01:45 PM
Might try:
shell.run("monitor right disk/alongtimeago")
it tells me
no such program disk/alongtimeago
Try
cd disk
ls
In the shell to see which programs you have on the disk
it tells me it is not a directory
Might try:
shell.run("monitor right disk/alongtimeago")
it tells me
no such program disk/alongtimeago
You could also try adding a slash before disk, so:
shell.run("monitor right /disk/alongtimeago")
Probably won't make a difference, but worth a shot.
nope nothing worked
1852 posts
Location
Sweden
Posted 23 March 2014 - 01:58 PM
Hmm.. Make sure that the file alongtimeago actually exists on the disk, And if it does then you should post a screenshot to let us see how you have setup this. ( Monitor, disk drive & computer )
9 posts
Posted 23 March 2014 - 02:05 PM
Hmm.. Make sure that the file alongtimeago actually exists on the disk, And if it does then you should post a screenshot to let us see how you have setup this. ( Monitor, disk drive & computer )
7508 posts
Location
Australia
Posted 23 March 2014 - 02:07 PM
if you haven't found the disk legitimately, or grabbed it from the creative menu, then the disk will never work, treasure disks spawned in via means other than I just stated are not initialised properly.
9 posts
Posted 23 March 2014 - 02:29 PM
if you haven't found the disk legitimately, or grabbed it from the creative menu, then the disk will never work, treasure disks spawned in via means other than I just stated are not initialised properly.
its not just the treasure chest disk it is any disk i get from another player..disks i have copied programs on myself work but if i gt them from another player they dont
8543 posts
Posted 23 March 2014 - 06:43 PM
Is the other player getting them from the creative menu, or finding them legitimately?
9 posts
Posted 23 March 2014 - 10:51 PM
Is the other player getting them from the creative menu, or finding them legitimately?
he is writing the programs himself and putting them on the floppy disk
i just used alongtimeago as an example
8543 posts
Posted 23 March 2014 - 11:40 PM
Wait, what? What are you actually having problems with? Is it the alongtimeago disk (that you probably spawned in, since you're "using it as an example"), or is it a disk that another player is giving you that has code that they wrote on it? We can't help you solve one thing in order to fix a completely different problem, you have to tell us what the actual problem is.
7083 posts
Location
Tasmania (AU)
Posted 23 March 2014 - 11:40 PM
Try
cd disk
ls
In the shell to see which programs you have on the disk
it tells me it is not a directory
Just try a straight-up "LS" - what does it display?
If it does NOT include the word "disk", then pickaxe the disk drive, re-place it, and put the disk back in.
1610 posts
Posted 24 March 2014 - 12:48 PM
ID 4259 is a treasure disk by default. That is a treasure disk you have in the drive. Given the above information and the fact it is standard blue instead of a random color, I am fairly sure that disk is grabbed from creative or NEI, in which case it will not work.
Edited on 24 March 2014 - 11:48 AM
9 posts
Posted 24 March 2014 - 01:17 PM
ID 4259 is a treasure disk by default. That is a treasure disk you have in the drive. Given the above information and the fact it is standard blue instead of a random color, I am fairly sure that disk is grabbed from creative or NEI, in which case it will not work.
for that screenshot i did grab the disk from nei just for an example
Try
cd disk
ls
In the shell to see which programs you have on the disk
it tells me it is not a directory
Just try a straight-up "LS" - what does it display?
If it does NOT include the word "disk", then pickaxe the disk drive, re-place it, and put the disk back in.
it is all there—it may be a problem with the server we'll reset the server and update everything
7083 posts
Location
Tasmania (AU)
Posted 24 March 2014 - 01:21 PM
So going by that and your previous responses, you're saying that running "ls" shows you the disk as a directory, but "cd disk" tells you there's no such directory after all. Is this correct?
1610 posts
Posted 24 March 2014 - 02:08 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
Edited on 24 March 2014 - 01:08 PM
9 posts
Posted 25 March 2014 - 07:37 PM
ok ok i seem to be confusing everyone especially Lyqyd
the isue is that me and my friend are having trouble sharing programs with each other on floppy diskd
forget everything about alongtimeago and treasure disk ids i know about them–i just used that as an example
we can copy our programs to a floppy disk and it all shows up on our own computer
the issue is whenever we try and boot the disk on another computer the computer refuses to acknowledge the disk being there. it detects the disk drive fine if we put a treasure chest disk (that we found in a dungeon) in the drive the computer boots that program fine
7083 posts
Location
Tasmania (AU)
Posted 26 March 2014 - 12:14 AM
Maybe things would be clearer if you answered the questions asked of you, and didn't flip-flop on the information you DO give us! :P/>
At this point, it'd likely be easier to get someone here to log on to your world.
1610 posts
Posted 26 March 2014 - 12:15 AM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
1852 posts
Location
Sweden
Posted 26 March 2014 - 06:29 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
1610 posts
Posted 26 March 2014 - 06:41 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
-snip snip-
He said that was a fake disk grabbed from NEI; which would mean it would not work.
9 posts
Posted 26 March 2014 - 08:13 PM
Maybe things would be clearer if you answered the questions asked of you, and didn't flip-flop on the information you DO give us! :P/>
At this point, it'd likely be easier to get someone here to log on to your world.
kinda hard to do that cuz i dont have the map
1610 posts
Posted 26 March 2014 - 08:51 PM
Maybe things would be clearer if you answered the questions asked of you, and didn't flip-flop on the information you DO give us! :P/>/>
At this point, it'd likely be easier to get someone here to log on to your world.
kinda hard to do that cuz i dont have the map
This just gets stranger and stranger…
1281 posts
Posted 26 March 2014 - 09:27 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
This thread is getting so lost, JUST DO THIS ALREADY.
1610 posts
Posted 27 March 2014 - 12:49 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
This thread is getting so lost, JUST DO THIS ALREADY.
You're not helping.