Jump to content

BakermanLP

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by BakermanLP

  1. OK,

     

    the custom modpack is located at:

     

    http://www.technicpack.net/modpack/details/projectretv7.416090

     

     

    The api URL is:

    http://www.technicpack.net/api/modpack/projectretv7

    Response after adding the modpack to the technic launcher is:

    [B#441] InstalledPack{info=SolderPackInfo{name='projectretv7', display_name='ProjectRETv7', url='null', icon_md5='a5ea4c8fa53984c911a1b52ca31bc008', logo_md5='70a114d55ff1fa4c5eef7f2fdeeb7d03', background_md5='', recommended='', latest='0.0.1', builds=[0.0.1], solder=net.technicpack.launchercore.restful.solder.Solder@712911bd}, name='projectretv7', platform=true, build='recommended', directory='%MODPACKS%projectretv7'}
    

    The Build (0.0.1) is also recognized by the launcher. 

     

    Then I press the play button an:

    ( Please submit this report to https://github.com/TechnicPack/TechnicLauncher/issues )
        Launcher Build: 441
        Selected Pack: null
    Stack Trace:
        Exception: NullPointerException
        Message: null
        Trace:
            net.technicpack.launchercore.install.ModpackInstaller.installPack(ModpackInstaller.java:65)
            org.spoutcraft.launcher.InstallThread.run(InstallThread.java:62)
     
    System Information:
        Operating System: Linux
        Operating System Version: 3.12.13-gentoo
        Operating System Architecture: amd64
        Java version: 1.7.0_60 64 bit
        Total Memory: 303 MB
        Max Memory: 1714 MB
        Memory Free: 77 MB
        CPU Cores: 2
    
    

    Sorry, that was my fault. There was no recommended build, and the launcher was looking for a recommended build. Now it is working.

  2. Hello,

     

    I wanted to roll together my new modpack for 1.7.10, but this seems to be a problem.

     

    The launcher crashes immediatly after pushing the play button. This seems to be a problem about the solder installation, because a normal one zip installation works fine.

     

    My solder installation is 0.6.0. Are there any patches for that or is this a launcher issue?

     

    Thanks for any answer or suggestion.

     

    Michael (aka BakermanLP)

  3. Hello there,

    first post on this forum and a little cosmetic problem.

     

    In my modpack I see the following errors / warnings / informations:

    [B#439]  2014-06-05 14:09:49 [Information] [STDERR] java.lang.ArrayIndexOutOfBoundsException: 14[B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at me.planetguy.remaininmotion.Carriage.func_71858_a(Carriage.java:63)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at mapwriter.BlockColourGen.genBlockColours(BlockColourGen.java:127)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at mapwriter.Mw.reloadBlockColours(Mw.java:388)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at mapwriter.Mw.onClientLoggedIn(Mw.java:503)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:91)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.client.main.Main.main(SourceFile:101)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at java.lang.reflect.Method.invoke(Method.java:606)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    [B#439]  2014-06-05 14:09:49 [Information] [STDERR]  at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    The error also showed up in RedstoneInMotion. It seems to be a combination problem between Opis / Mapwriter and RemainInMotion. 

     

    Can you fix this? 

     

    Thank you

     

    Michael

×
×
  • Create New...