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:
Anyone can help me? =)
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? =)