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

[1.45]Minecraft gives me an error when starting the game

Started by Heracles421, 23 October 2012 - 09:13 PM
Heracles421 #1
Posted 23 October 2012 - 11:13 PM
Well, I just installed Computercraft 1.45 and whenever I try to start minecraft it gives me a huge error.
I'm using a MacBook pro with Magic Launcher, Forge version 4.2.5. I'm sure that it has to do with CC because when I turn it off my game works fine, the problem occurs when I turn it on.

Here's the error log:
Spoiler

*** MagicMinecraftLauncher 1.0.0 ***
Disable inactive mods
2012-10-23 17:05:23 [INFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading
2012-10-23 17:05:26 [INFO] [STDOUT] 27 achievements
2012-10-23 17:05:26 [INFO] [STDOUT] 195 recipes
2012-10-23 17:05:26 [INFO] [STDOUT] Setting user: ianespana@hotmail.com, -660110768
2012-10-23 17:05:26 [INFO] [STDERR] Client asked for parameter: server
2012-10-23 17:05:26 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-10-23 17:05:27 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-10-23 17:05:27 [INFO] [STDOUT] MinecraftForge v4.2.5.303 Initialized
2012-10-23 17:05:27 [INFO] [ForgeModLoader] MinecraftForge v4.2.5.303 Initialized
2012-10-23 17:05:27 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-10-23 17:05:27 [INFO] [ForgeModLoader] Searching /Users/Enanos/Library/Application Support/minecraft/mods for mods
2012-10-23 17:05:27 [SEVERE] [ForgeModLoader] Unable to read a class file correctly
java.lang.ArrayIndexOutOfBoundsException: 229
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41)
    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51)
    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)
    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)
    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:325)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:445)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
    at net.minecraft.client.Minecraft.a(Minecraft.java:416)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
2012-10-23 17:05:27 [SEVERE] [ForgeModLoader] There was a problem reading the entry __MACOSX/dan200/._CCTurtle.class in the jar /Users/Enanos/Library/Application Support/minecraft/magic/Mods/ComputerCraft.zip - probably a corrupt zip
cpw.mods.fml.common.LoaderException: java.lang.ArrayIndexOutOfBoundsException: 229
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:47)
    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51)
    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)
    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)
    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:325)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:445)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
    at net.minecraft.client.Minecraft.a(Minecraft.java:416)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 229
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41)
    ... 10 more
2012-10-23 17:05:27 [WARNING] [ForgeModLoader] Zip file ComputerCraft.zip failed to read properly, it will be ignored
cpw.mods.fml.common.LoaderException: java.lang.ArrayIndexOutOfBoundsException: 229
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:47)
    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51)
    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)
    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)
    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:325)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:445)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
    at net.minecraft.client.Minecraft.a(Minecraft.java:416)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 229
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41)
    ... 10 more
2012-10-23 17:05:27 [SEVERE] [ForgeModLoader] Unable to read a class file correctly
java.lang.ArrayIndexOutOfBoundsException: 229
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41)
    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51)
    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)
    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)
    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:325)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:445)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
    at net.minecraft.client.Minecraft.a(Minecraft.java:416)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
2012-10-23 17:05:27 [SEVERE] [ForgeModLoader] There was a problem reading the entry __MACOSX/._a.class in the jar /Users/Enanos/Library/Application Support/minecraft/magic/Mods/Minecraft Forge.zip - probably a corrupt zip
cpw.mods.fml.common.LoaderException: java.lang.ArrayIndexOutOfBoundsException: 229
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:47)
    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51)
    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)
    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)
    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:325)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:445)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
    at net.minecraft.client.Minecraft.a(Minecraft.java:416)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 229
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41)
    ... 10 more
2012-10-23 17:05:27 [WARNING] [ForgeModLoader] Zip file Minecraft Forge.zip failed to read properly, it will be ignored
cpw.mods.fml.common.LoaderException: java.lang.ArrayIndexOutOfBoundsException: 229
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:47)
    at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51)
    at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)
    at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)
    at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:325)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:445)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
    at net.minecraft.client.Minecraft.a(Minecraft.java:416)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 229
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41)
    ... 10 more
2012-10-23 17:05:28 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
2012-10-23 17:05:28 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2012-10-23 17:05:29 [INFO] [STDOUT] Starting up SoundSystem...
2012-10-23 17:05:29 [INFO] [STDOUT] Initializing LWJGL OpenAL
2012-10-23 17:05:29 [INFO] [STDOUT]	 (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
2012-10-23 17:05:29 [INFO] [STDOUT] OpenAL initialized.
2012-10-23 17:05:30 [INFO] [STDOUT] Loading CCTurtle v1.45 (rev 769)
2012-10-23 17:05:30 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2012-10-23 17:05:30 [SEVERE] [ForgeModLoader]
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    CCTurtle [ComputerCraft Turtles] (ComputerCraft.zip) Unloaded->Constructed->Pre-initialized->Errored
2012-10-23 17:05:30 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2012-10-23 17:05:30 [SEVERE] [ForgeModLoader] Caught exception from CCTurtle
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:437)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:639)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.a(Minecraft.java:461)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.NullPointerException
    at dan200.turtle.shared.CCTurtleProxyCommon.registerTileEntities(CCTurtleProxyCommon.java:325)
    at dan200.turtle.shared.CCTurtleProxyCommon.load(CCTurtleProxyCommon.java:41)
    at dan200.turtle.client.CCTurtleProxyClient.load(CCTurtleProxyClient.java:35)
    at dan200.CCTurtle.load(CCTurtle.java:93)
    ... 30 more
2012-10-23 17:05:40 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183)
2012-10-23 17:05:40 [INFO] [STDERR]	 at net.minecraft.client.Minecraft.a(Minecraft.java:461)
2012-10-23 17:05:40 [INFO] [STDERR]	 at net.minecraft.client.Minecraft.run(Minecraft.java:748)
2012-10-23 17:05:40 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:680)
2012-10-23 17:05:40 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-23 17:05:40 [INFO] [STDERR]	 at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:437)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-23 17:05:40 [INFO] [STDERR]	 at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-23 17:05:40 [INFO] [STDERR]	 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-23 17:05:40 [INFO] [STDERR]	 at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-23 17:05:40 [INFO] [STDERR]	 at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
2012-10-23 17:05:40 [INFO] [STDERR]	 at cpw.mods.fml.common.Loader.initializeMods(Loader.java:639)
2012-10-23 17:05:40 [INFO] [STDERR]	 ... 4 more
2012-10-23 17:05:40 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-10-23 17:05:40 [INFO] [STDERR]	 at dan200.turtle.shared.CCTurtleProxyCommon.registerTileEntities(CCTurtleProxyCommon.java:325)
2012-10-23 17:05:40 [INFO] [STDERR]	 at dan200.turtle.shared.CCTurtleProxyCommon.load(CCTurtleProxyCommon.java:41)
2012-10-23 17:05:40 [INFO] [STDERR]	 at dan200.turtle.client.CCTurtleProxyClient.load(CCTurtleProxyClient.java:35)
2012-10-23 17:05:40 [INFO] [STDERR]	 at dan200.CCTurtle.load(CCTurtle.java:93)
2012-10-23 17:05:40 [INFO] [STDERR]	 ... 30 more
Tiin57 #2
Posted 23 October 2012 - 11:17 PM
Corrupted zip.
Heracles421 #3
Posted 23 October 2012 - 11:24 PM
Corrupted zip.
Already tried replacing it for a fresh download, I tried changing from .zip to .jar, I also got a fresh download of Forge and still get the same error
Cloudy #4
Posted 24 October 2012 - 12:11 AM
Corrupted zip.
Already tried replacing it for a fresh download, I tried changing from .zip to .jar, I also got a fresh download of Forge and still get the same error

You rezipped the download you got which was automatically turned into a folder by Mac OS X's crappy downloading. Try a different browser.
ScruffyRules #5
Posted 24 October 2012 - 01:41 AM
This should work…
  • Open your Safari web browser by clicking on the Safari icon in the dock.
  • Click on Safari in your Safari menu, located at the top of your screen. When the drop-down menu appears, choose Preferences.
  • Select the General tab from the Preferences window, which is now overlaying your browser window.
  • You will now see a check box labeled "Open 'safe' files after downloading", located near the middle of the Preferences window. If this box is checked, click on the check mark and verify that it is no longer active.
  • Click on the red circle/x located in the top left hand corner of the Preferences window to complete the process. You will now be returned to your main browser window.
Heracles421 #6
Posted 24 October 2012 - 02:04 AM
This should work…
  • Open your Safari web browser by clicking on the Safari icon in the dock.
  • Click on Safari in your Safari menu, located at the top of your screen. When the drop-down menu appears, choose Preferences.
  • Select the General tab from the Preferences window, which is now overlaying your browser window.
  • You will now see a check box labeled "Open 'safe' files after downloading", located near the middle of the Preferences window. If this box is checked, click on the check mark and verify that it is no longer active.
  • Click on the red circle/x located in the top left hand corner of the Preferences window to complete the process. You will now be returned to your main browser window.
Worked like a charm! Thanks dude
ScruffyRules #7
Posted 24 October 2012 - 03:34 AM
This should work…
  • Open your Safari web browser by clicking on the Safari icon in the dock.
  • Click on Safari in your Safari menu, located at the top of your screen. When the drop-down menu appears, choose Preferences.
  • Select the General tab from the Preferences window, which is now overlaying your browser window.
  • You will now see a check box labeled "Open 'safe' files after downloading", located near the middle of the Preferences window. If this box is checked, click on the check mark and verify that it is no longer active.
  • Click on the red circle/x located in the top left hand corner of the Preferences window to complete the process. You will now be returned to your main browser window.
Worked like a charm! Thanks dude
Aha im like the mac nerd in my school………………………… D:
basdxz #8
Posted 24 October 2012 - 04:29 AM
I don't like macs, they cost too much too update!