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

Computed doesn't start

Started by Orphu, 02 October 2012 - 08:25 PM
Orphu #1
Posted 02 October 2012 - 10:25 PM
Hi all,

i've installed Computercraft and when i place a Computer on the ground it doesn't start!
It has a black screen and it looks dead.

screenshot:

[attachment=517:Schermata 10-2456203 alle 23.20.26.png]


when I opened the Mac's console, I found this exception in java:


2012-10-02 23:09:23 [INFO] [STDOUT] ########## GL ERROR ##########
2012-10-02 23:09:23 [INFO] [STDOUT] @ Pre render
2012-10-02 23:09:23 [INFO] [STDOUT] 1281: Invalid value
2012-10-02 23:10:04 [INFO] [STDOUT] MinecraftForge v4.1.1.251 Initialized
2012-10-02 23:10:04 [INFO] [ForgeModLoader] MinecraftForge v4.1.1.251 Initialized
2012-10-02 23:10:27 [INFO] [STDERR] dan200.computer.core.FileSystemException: Unable to mount virtual filesystem. Please ensure you have installed ComputerCraft correctly.
2012-10-02 23:10:27 [INFO] [STDERR]  at dan200.computer.core.FileSystem.romMount(FileSystem.java:57)
2012-10-02 23:10:27 [INFO] [STDERR]  at dan200.computer.core.Computer.initFileSystem(Computer.java:573)
2012-10-02 23:10:27 [INFO] [STDERR]  at dan200.computer.core.Computer.access$1100(Computer.java:15)
2012-10-02 23:10:27 [INFO] [STDERR]  at dan200.computer.core.Computer$1.execute(Computer.java:799)
2012-10-02 23:10:27 [INFO] [STDERR]  at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:68)
2012-10-02 23:10:27 [INFO] [STDERR]  at java.lang.Thread.run(Thread.java:680)
2012-10-02 23:10:32 [INFO] [STDOUT] Warning: Texture /graphics/ML_sprites.png not preloaded, will cause render glitches!
2012-10-02 23:11:01 [INFO] [STDERR] dan200.computer.core.FileSystemException: Unable to mount virtual filesystem. Please ensure you have installed ComputerCraft correctly.
2012-10-02 23:11:01 [INFO] [STDERR]  at dan200.computer.core.FileSystem.romMount(FileSystem.java:57)
2012-10-02 23:11:01 [INFO] [STDERR]  at dan200.computer.core.Computer.initFileSystem(Computer.java:573)
2012-10-02 23:11:01 [INFO] [STDERR]  at dan200.computer.core.Computer.access$1100(Computer.java:15)
2012-10-02 23:11:01 [INFO] [STDERR]  at dan200.computer.core.Computer$1.execute(Computer.java:799)
2012-10-02 23:11:01 [INFO] [STDERR]  at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:68)
2012-10-02 23:11:01 [INFO] [STDERR]  at java.lang.Thread.run(Thread.java:680)
2012-10-02 23:11:14 [INFO] [STDERR] dan200.computer.core.FileSystemException: Unable to mount virtual filesystem. Please ensure you have installed ComputerCraft correctly.
2012-10-02 23:11:14 [INFO] [STDERR]  at dan200.computer.core.FileSystem.romMount(FileSystem.java:57)
2012-10-02 23:11:14 [INFO] [STDERR]  at dan200.computer.core.Computer.initFileSystem(Computer.java:573)
2012-10-02 23:11:14 [INFO] [STDERR]  at dan200.computer.core.Computer.access$1100(Computer.java:15)
2012-10-02 23:11:14 [INFO] [STDERR]  at dan200.computer.core.Computer$1.execute(Computer.java:799)
2012-10-02 23:11:14 [INFO] [STDERR]  at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:68)
2012-10-02 23:11:14 [INFO] [STDERR]  at java.lang.Thread.run(Thread.java:680)
2012-10-02 23:20:04 [INFO] [STDERR] dan200.computer.core.FileSystemException: Unable to mount virtual filesystem. Please ensure you have installed ComputerCraft correctly.
2012-10-02 23:20:04 [INFO] [STDERR]  at dan200.computer.core.FileSystem.romMount(FileSystem.java:57)
2012-10-02 23:20:04 [INFO] [STDERR]  at dan200.computer.core.Computer.initFileSystem(Computer.java:573)
2012-10-02 23:20:04 [INFO] [STDERR]  at dan200.computer.core.Computer.access$1100(Computer.java:15)
2012-10-02 23:20:04 [INFO] [STDERR]  at dan200.computer.core.Computer$1.execute(Computer.java:799)
2012-10-02 23:20:04 [INFO] [STDERR]  at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:68)
2012-10-02 23:20:04 [INFO] [STDERR]  at java.lang.Thread.run(Thread.java:680)

Anyone can help me? =)
OmegaVest #2
Posted 02 October 2012 - 10:33 PM
Are you using MultMC? I'm not sure that works presently. Something about fooling the mod to make it think it's in the JAR, which, so far as I know, does not work with ComputerCraft.

Also, this really belongs in another category, not Ask the Pros. When you get the mod running, then come back here.
Orphu #3
Posted 02 October 2012 - 10:39 PM
I'm very sorry but… where i have to post this problem?

I'm using only Forge for MC 1.3.2
Cranium #4
Posted 02 October 2012 - 10:41 PM
Also, this really belongs in another category, not Ask the Pros. When you get the mod running, then come back here.
I was not aware that there IS a support section. People have been posting install and operation problems for quite some time in this area, and I hav enot seen them being told to go somewhere else. The only place I can think of would be the bugs section, but that's for bugs….not support.
MysticT #5
Posted 03 October 2012 - 01:14 AM
You don't have to extract the zip. But if you do, you need to name the folder ComputerCraft (removing the version number at the end).
Orphu #6
Posted 03 October 2012 - 07:44 AM
You don't have to extract the zip. But if you do, you need to name the folder ComputerCraft (removing the version number at the end).

Solved, i have removed the version number (-.- i'm a stupid)
Cranium #7
Posted 03 October 2012 - 04:37 PM
Easy mistake….I did it too, until I read the forums… :(/>/>