Posts by Zenkaipu

    What forge version, and what other mods?

    I got forge 4.2.5.303 and the other mods I installed:
    ReiMinimap_v3.4_05
    buildcraft-A-3.2.0pre7
    CCCore 0.6.4
    EnderStorage 1.2.0.1
    NEI 1.4.0.4
    ComputerCraft1.43
    ExtraBiomesXL 3.1.0.d.102
    forestry-A-1.5.0.2
    GregsLighting
    IC2-2_1.106
    IC2NuclearControl-1.3.2
    advancedMachines 4.2
    ImmibisCore_50.0.3
    tubestuff_50.0.1
    InvTweaks-1.43b
    LogisticsPipes-0.5.1.pre9
    IronChests-4.0.3.46
    ModularForceFieldsSystemV2.1.7.0.30
    NEI_buildCraftplugin
    NEI_ForestryPlugin
    NEI_RailCraftPlugin
    Optifine_1.3.2_HD_U_B4
    portalGun_6.4.1.0
    SecretRooms-Forge-latest
    ThermalExpension-1.0.5pre4

    I had to change the block id's in the portalgun and computercraft configs to make it work but everything else works just fine :)
    Never had an issue with CompactSolars before.

    Hey, I got this weird crash when placing the solar panel. I don't know if anybody knows a fix to this problem.
    I did install a lot of mods and this usually goes just fine and everything else works, but this is the first time that CompactSolars has crashed on me :P


    This is what happens right after i place the Solarpanel:

    Display Spoiler

    2012-10-14 15:36:59 [INFO] [STDOUT] Unloading Player: Zenkaipu
    2012-10-14 15:36:59 [INFO] [ForgeModLoader] Unloading dimension 0
    2012-10-14 15:36:59 [INFO] [ForgeModLoader] Unloading dimension -1
    2012-10-14 15:36:59 [INFO] [ForgeModLoader] Unloading dimension 1
    2012-10-14 15:37:00 [INFO] [STDERR] java.lang.RuntimeException: java.lang.ClassNotFoundException: ic2.platform.NetworkManager
    2012-10-14 15:37:00 [INFO] [STDERR] at ic2.api.NetworkHelper.requestInitialData(NetworkHelper.java:155)
    2012-10-14 15:37:00 [INFO] [STDERR] at cpw.mods.compactsolars.TileEntityCompactSolar.g(TileEntityCompactSolar.java:68)
    2012-10-14 15:37:00 [INFO] [STDERR] at up.h(World.java:1954)
    2012-10-14 15:37:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1784)
    2012-10-14 15:37:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:845)
    2012-10-14 15:37:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:775)
    2012-10-14 15:37:00 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    2012-10-14 15:37:00 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: ic2.platform.NetworkManager
    2012-10-14 15:37:00 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
    2012-10-14 15:37:00 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-10-14 15:37:00 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-10-14 15:37:00 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
    2012-10-14 15:37:00 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
    2012-10-14 15:37:00 [INFO] [STDERR] at ic2.api.NetworkHelper.requestInitialData(NetworkHelper.java:151)
    2012-10-14 15:37:00 [INFO] [STDERR] ... 6 more
    2012-10-14 15:37:00 [INFO] [STDERR] Caused by: java.lang.NullPointerException