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

[1.6.4] 1.57/1.58 ComputerCraft error mounting lua/rom

Started by xVierie, 17 March 2014 - 04:57 PM
xVierie #1
Posted 17 March 2014 - 05:57 PM
Hi,

I'm using FTB Launcher's DireWolf20 pack. My problem is that CC doesn't work correctly
http://imgur.com/52avjuQ (screen after redownloading pack)
I've got PC, ComputerCraft1.57.zip is in C:\FTB\Direwolf20_1_6_4\minecraft\mods, so everything is installed correctly (haven't changed anything)
The question is Why? Even if I delete that CC.zip file and download fresh new one and repleace it, it still doesn't work, even if I Install CC alone with Forge on vanilla it doesn't work either.
What should I do to make it work? Couldn't find answer to PC (most topics are about Macs) or something else than putting CC.zip to mods folder so I'm posting that topic.

Hope you'll help me.
Lyqyd #2
Posted 17 March 2014 - 06:43 PM
Can you pastebin the log from you starting the game, starting a new singleplayer creative world, and placing and attempting to interact with a computer?
xVierie #3
Posted 17 March 2014 - 08:25 PM
Yes I can
There you go: http://pastebin.com/nkgunzK7
Lyqyd #4
Posted 17 March 2014 - 08:50 PM
Can you try replacing the 1.57 zip with a CC 1.58 zip and see if you get the same behavior? If so, I may move this over to Bugs.
xVierie #5
Posted 17 March 2014 - 09:03 PM
There you go again.
At CC 1.58
Log: http://pastebin.com/GGSK4PmM
Lyqyd #6
Posted 18 March 2014 - 12:34 AM
Moved to Bugs.
xVierie #7
Posted 18 March 2014 - 01:31 PM
So what now? What should I do? Just wait?
Bomb Bloke #8
Posted 19 March 2014 - 12:18 AM
Knowing whether other people are affected will be helpful, so it may come to that.

But in the meantime, it'd be worth making notes as to your OS version, exact pack version, and Forge version.
xVierie #9
Posted 19 March 2014 - 01:18 PM
Win7 64x Home Premium using latest forge and pack. Even if I download other pack it doesn't work. With only Forge and CC installed doesn't work. It's something with programs I'm using. I don't think that I've got something that could mess with zip :<
Edited on 19 March 2014 - 12:20 PM
awsmazinggenius #10
Posted 22 March 2014 - 03:27 PM
Can you try running the CC 1.6 beta, purely out of interest in seeing the result?
Edited on 22 March 2014 - 02:27 PM
xVierie #11
Posted 22 March 2014 - 06:18 PM
http://pastebin.com/dZyK5nvD

Same thing.
Edited on 22 March 2014 - 05:20 PM
Bomb Bloke #12
Posted 22 March 2014 - 11:27 PM
I can see a bunch of errors due to your use of a pre-existing world, but presumably they're not behind this. Still, I recommend a new world with each test.

One of your older Java installations is in use. I recommend uninstalling all but the latest copies, even though I've gotten ComputerCraft to work with that particular version.

Do you have anything in the resourcepacks folder of your MineCraft install?
Edited on 22 March 2014 - 10:32 PM
xVierie #13
Posted 23 March 2014 - 09:23 AM
Yhis one is with 7.51 x64 Java only, with fully restored pack and still nothing :<


2014-03-23 10:22:01 [INFO] [STDOUT] computercraft: Error running task.
2014-03-23 10:22:01 [INFO] [STDERR] java.lang.NullPointerException
2014-03-23 10:22:01 [INFO] [STDERR] at dan200.computercraft.core.apis.OSAPI.shutdown(OSAPI.java:149)
2014-03-23 10:22:01 [INFO] [STDERR] at dan200.computercraft.core.computer.Computer$2.execute(Computer.java:738)
2014-03-23 10:22:01 [INFO] [STDERR] at dan200.computercraft.core.computer.ComputerThread$1$1.run(ComputerThread.java:115)
2014-03-23 10:22:01 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
Bomb Bloke #14
Posted 23 March 2014 - 10:40 AM
For now, I'd stick with testing the vanilla + forge + CC setup you've got.

Can you please elaborate on the version of forge installed?
xVierie #15
Posted 23 March 2014 - 09:04 PM
Latest forge for 1.6.4 It's Something with CC. Where does exacly mod looks for lua files?
Lyqyd #16
Posted 23 March 2014 - 09:33 PM
In the zip, under assets/lua/rom, I believe.
xVierie #17
Posted 23 March 2014 - 10:30 PM
Problem is occurring only on FTB Launcher not in normal Minecraft Launcher now. Dunno why.
Edited on 24 March 2014 - 12:39 PM
Lyqyd #18
Posted 25 March 2014 - 04:34 AM
Are the two installations substantially different? Are they in different directories? If so, and you copy over the minecraft directory from the non-functional FTB folders to the working minecraft launcher one, does it still work? How about vice-versa? I was going to review the logs, but your previous pastes in this topic have been removed, which makes it a little difficult to review them further.
xVierie #19
Posted 25 March 2014 - 01:04 PM
Copying does not help. When copying from FTB to Minecraft id works, other way does not.
And there is log http://pastebin.com/ajY3j87n

In my opinion launcher got no permission to read or interact (probably real only) with CC mod files. The question is why?
Edited on 25 March 2014 - 12:04 PM
xVierie #20
Posted 25 March 2014 - 01:13 PM

2014-03-25 13:59:10 [INFO] [STDOUT] Thaumic Tinkerer: ComputerCraft not found.
2014-03-25 13:59:11 [INFO] [STDOUT] ComputerCraftAPI: CCTurtle not found.
2014-03-25 14:00:31 [INFO] [STDOUT] computercraft: Error running task.
2014-03-25 14:00:31 [INFO] [STDERR] java.lang.NullPointerException
2014-03-25 14:00:31 [INFO] [STDERR]	 at dan200.computercraft.core.apis.OSAPI.shutdown(OSAPI.java:149)
2014-03-25 14:00:31 [INFO] [STDERR]	 at dan200.computercraft.core.computer.Computer$2.execute(Computer.java:738)
2014-03-25 14:00:31 [INFO] [STDERR]	 at dan200.computercraft.core.computer.ComputerThread$1$1.run(ComputerThread.java:115)
2014-03-25 14:00:31 [INFO] [STDERR]	 at java.lang.Thread.run(Unknown Source)
Bomb Bloke #21
Posted 25 March 2014 - 02:15 PM
In my opinion launcher got no permission to read or interact (probably real only) with CC mod files. The question is why?

Were that all there was to it, you wouldn't be getting as far as you are.

Again, have you specifically looked in the resourcepack folder of your pack installation?

When you did your "restore", did you manually delete the old copy of the pack first?

Have you ever gotten this installation to work?
xVierie #22
Posted 25 March 2014 - 03:22 PM
It worked in previous versions of minecraft. I restore it couple times a day.
Again, have you specifically looked in the resourcepack folder of your pack installation?
What do you mean?
Everytime I reinstall FTB pack I delete everything that got simething to do with it. All launcher files, modpacks etc.
Bomb Bloke #23
Posted 25 March 2014 - 11:34 PM
It sounds like you'll be clearing the resourcepack folder, then.

When you say it worked with previous MineCraft versions - which?
xVierie #24
Posted 26 March 2014 - 04:18 PM
1.5.2 I've cleared resourcepack folder.
xVierie #25
Posted 01 April 2014 - 02:03 PM
Format fixed it.
dan200 #26
Posted 03 April 2014 - 02:21 PM
This is always caused by a bad install, usually extracting the mod to a folder instead ofleaving it as a jar. Closing.