• 0

    posted a message on LiteLoader
    Quote from RepoDraghon»
    edited my last post ^.^

    you don't have to get on it right away but just let me know please that when you have fixed it, I can try again, but I got this error report here with a clean install and latest everything...


    What about without Optifine?
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from RepoDraghon»
    I don't know who it was directed at, my launcher is the one from the Minecraft main site, every launcher is from the originating website... maybe I just have to clean instal my game again, but someone pointed out the 32 bit works but not the 64 bit, mine is 64 bit

    The comment about using a cracked launcher wasn't aimed at you in the first place though, it was in reply to the guy below you. Also in theory the current build of liteloader available on the CI should be compatible with Forge but I'm making no promises at this time.
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from Oden_The_Fish»
    how do i use lite loader for 1.8 with optifine on the multiMC launcher? i can get optifine to work (as a jar mod) but when using lite loader (extracted) as a jar mod it doesn't load liteloader (im an idiot at installing non-forge mods me love forge)

    Normally it's a 1-click install but since there's no release for 1.8 yet you'll have to do the manual install, it was posted not long ago. Once you have liteloader installed you just put the optifine jar into /mods/1.8/
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Okay, now I've had a chance to fume, the abridged version because I'm not typing that all out again I just don't have time:

    1. 1.Already exists, 2. Already exists use CALCYAWTO, 3. Someone could probably add that in a module
    2. Already exists
    3. Already exists
    4. See this post.
    5. Already exists, but you must know that if you used WAIT so not sure what you're asking
    6. IDs are strings now, deal with it
    7. Easily achievable with existing functionality
    8. Easily achievable with existing functionality
    To your last point: You can't put an action inside an expression, this is a macro language not a full blown programming language. If you want to use the result of an action inside an expression then assign it to a variable first.
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from skaviouz»
    Request list to mod author :
    1. yaw and pitch
      1. getters for current client yaw and pitch, also this is different from the F3 on client
      2. math function to find yaw from x/z to target x/z.
      3. math function to find pitch from y to target y, includes an ofset (standing on halfslabs, different heighted mobs, and ofc some blocks are halfslabs)
    2. doing math and setting values for counters (integers)
    3. variables for strings
    4. asking for an example of an array, I wasn't able to find one. How to set a variable counter (let's say #tempvar) to one of the values from the array. See my script to see the boilerplate that I have, and you can see where an array would help tons.
    5. pausing, but I think that is silly, most scripts should be able to correct and start from anywhere it was left off, or script to find where to start?
    6. being able to call getslot(redstone,#t) without a name but with an itemid (i.e. modded items), but what do we do about itemid becoming deprecated in the future minecraft updates?
    7. findNearest find nearest X within x/y/z
    8. findBetween return array of x/y/z chords where X is at between X1/Y1/Z1 and X2/Y2/Z2
    Also, calling functions from within Strings seems buggy, or I am just doing it wrong, e.g. Log("The item is %itemname(331)%");




    EDIT: SCREW THIS FORUM SOFTWARE RIGHT IN THE FACE, I JUST FLAT OUT DELETED THE ENTIRE CONTENTS OF MY REPLY WHEN POSTING SO THAT'S 20 MINUTES OF TYPING DOWN THE TUBES. AND THEN REFRESHED THE PAGE TO AN ERROR MESSAGE HALF WAY THROUGH ME TYPING AN EDIT COMPLAINING THAT THE FORUM DELETED MY POST... WHICH DELETED THE EDIT. I AM 200% DONE WITH THIS ******* FORUM AND THIS RIDICULOUS SOFTWARE, I'M GOING OUTSIDE FOR A THERAPUTIC YELL AT SOMETHING.
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Macros 0.11.1 beta 1 beta 2

    • Updated to latest liteloader beta
    • FOR and FOREACH now both get a new, optional, slightly nicer sytax:
    • // Iterate over an array called &myarray[]
      FOREACH(&myarray as &value)
      
      // Iterate over an array and also get the index of each entry in #index
      FOREACH(&myarray as #index => &value);
      
      // Nicer syntax for FOR
      FOR(#i = 1 to 10);

    • Also some minor internal changes to the API
    Download here. You will need the latest liteloader (b32 r349) (b38 r356).
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from AlterBix»
    This is what i got when trying to play in version 1.7.10 with forge

    Attempting to download C:\Users\Julio\AppData\Roaming\.minecraft\versions\1.7.10-LiteLoader1.7.10-1.7.10-Forge10.13.2.1230\1.7.10-LiteLoader1.7.10-1.7.10-Forge10.13.2.1230.jar for job 'Version & Libraries'... (try 5)
    Couldn't download https://s3.amazonaws.com/Minecraft.Download/versions/1.7.10-LiteLoader1.7.10-1.7.10-Forge10.13.2.1230/1.7.10-LiteLoader1.7.10-1.7.10-Forge10.13.2.1230.jar for job 'Version & Libraries'
    java.lang.RuntimeException: Server responded with 403
    at net.minecraft.launcher.updater.download.EtagDownloadable.download(EtagDownloadable.java:48)
    at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:112)
    at net.minecraft.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:15)
    at net.minecraft.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:94)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Gave up trying to download https://s3.amazonaws.com/Minecraft.Download/versions/1.7.10-LiteLoader1.7.10-1.7.10-Forge10.13.2.1230/1.7.10-LiteLoader1.7.10-1.7.10-Forge10.13.2.1230.jar for job 'Version & Libraries'
    Job 'Version & Libraries' finished with 1 failure(s)!


    Don't use a cracked launcher.
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from Steviemon777MC»
    How do you get LiteLoader dev build to work with 1.8 MinecraftForge(withFML)? Every time I go to do it I get this:



    [15:07:04] [Client thread/ERROR]: Unable to launch
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    Caused by: java.lang.NoSuchMethodError: net.minecraft.server.MinecraftServer.func_130071_aq()J
    at net.minecraft.client.Minecraft.(Minecraft.java:210) ~[bsu.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
    ... 6 more



    I mingled it with MinecraftForge to get LiteLoader + Forge mods together.

    You don't.
    Quote from RepoDraghon»
    I realize that it's in beta but I cannot get 1.8 to play nice with FML, they run fine separately but together, it just crashes and closes with no error... here is the log from the .minecraft folder:

    normally I use filebin.net but it's upload page was giving me a 502 error...

    I know. But since forge came out yesterday don't you think it would be fair to give me a chance to fix it...
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Kiyoshi896»
    I can't download the Beta 3 of the mod, and the beta 1 is buggy !

    What can i do?

    Be patient. I'm making a new beta which is compatible with the current liteloader. At the moment there is no beta available.
    Posted in: Minecraft Mods
  • 0

    posted a message on WorldEditWrapper - use WorldEdit in Single Player
    Quote from At0micJay»
    Whenever i load into a new world or a current world my minecraft crashes. I have world edit properly installed and it was working a few days ago but now it just crashes. I had reinstalled liteloader and world edit but i still have the same problem

    ---- Minecraft Crash Report ----
    // This doesn't make any sense!

    Time: 29/11/14 1:57 PM
    Description: Unexpected error

    java.lang.IndexOutOfBoundsException
    at java.nio.Buffer.checkIndex(Unknown Source)
    at java.nio.DirectIntBufferU.get(Unknown Source)
    at bma.a(SourceFile:271)
    at bma.a(SourceFile:220)
    at bao.a(SourceFile:1694)
    at bao.a(SourceFile:1652)
    at bjb.a(SourceFile:125)
    at com.mumfrey.liteloader.client.PacketEventsClient.handlePacket(PacketEventsClient.java:106)
    at com.mumfrey.liteloader.core.PacketEvents.handlePacketEvent(PacketEvents.java:179)
    at com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:134)
    at com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:129)
    at com.mumfrey.liteloader.core.event.EventProxy$2.$event00027(Unknown Source)
    at hd.a(SourceFile)
    at ej.a(SourceFile:174)
    at bao.p(SourceFile:1585)
    at bao.ak(SourceFile:774)
    at bao.f(SourceFile:728)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at java.nio.Buffer.checkIndex(Unknown Source)
    at java.nio.DirectIntBufferU.get(Unknown Source)
    at bma.a(SourceFile:271)
    at bma.a(SourceFile:220)
    at bao.a(SourceFile:1694)
    at bao.a(SourceFile:1652)
    at bjb.a(SourceFile:125)
    at com.mumfrey.liteloader.client.PacketEventsClient.handlePacket(PacketEventsClient.java:106)
    at com.mumfrey.liteloader.core.PacketEvents.handlePacketEvent(PacketEvents.java:179)
    at com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:134)
    at com.mumfrey.liteloader.core.PacketEvents.handlePacket(PacketEvents.java:129)
    at com.mumfrey.liteloader.core.event.EventProxy$2.$event00027(Unknown Source)
    at hd.a(SourceFile)
    at ej.a(SourceFile:174)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 0 total; []
    Chunk stats: MultiplayerChunkCache: 0, 0
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 0 total; []
    Retry entities: 0 total; []
    Server brand: ~~ERROR~~ NullPointerException: null
    Server type: Integrated singleplayer server
    Stacktrace:
    at bjf.a(SourceFile:289)
    at bao.b(SourceFile:1972)
    at bao.f(SourceFile:742)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 74994896 bytes (71 MB) / 392691712 bytes (374 MB) up to 954728448 bytes (910 MB)
    Mod Pack: Unknown / None
    LiteLoader Mods: 2 loaded mod(s)
    - WorldEditCUI version 1.7.10_00
    - WorldEditWrapper version 1.2.0
    LaunchWrapper: 7 active transformer(s)
    - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
    - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
    - Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
    - Transformer: com.mumfrey.worldeditwrapper.asm.InteractionTransformer
    - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: 1.7.10
    LWJGL: 2.9.1
    OpenGL: AMD Radeon(TM) HD 6520G GL version 4.1.11156 Compatibility Profile Context, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'LiteLoader'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)


    You ran 1.8. You need to reset your render distance to a valid value.
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Thank you. I just wanted to make sure i got the latest version. The installer builds probably are different to the jar builds.

    You can see which upstream version is in an installer package by just clicking the "last build" link on the project, it will show you "upstream builds".
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    I know but I want to install version 30 not 25 and I want to use them both on the same version. I want the latest version(30) but I don't know if I can install the jar or if I can run it with forge as well(with the jar I know I can run it using the installer it's just that I want the latest version(jar) and to run it with fml for 1.8). Or do you have to use the installer to get a less new version(25)?

    It's very simple, just click on this link, download the installer and run it...
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    How do you install the development version of liteloader 30 (.jar)?

    Use the installer, it's linked on a giant button in the OP...
    Also is it possible to mingle the .jar with 1.8 fml forge?


    Wut? if you mean extend from Forge, then yes but it probably won't work.
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    I was trying to make or find a macro that detects when an item that I have (ex. a pickaxe) that is low on durability, and if it does, to have an outcome. However, I can't find the DURABILITY command in the 1.7.10 update. Either that, or my script just isn't working. If you know a script like this that you know, please tell me.

    Wrong thread.
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from Subaru2012»

    ... massive launcher log ...

    Why are you posting this? Forge beta literally just came out and I haven't even had time to test it myself yet. Please be patient and actually give me a chance to get to issues and fix them. I won't be accepting any crash reports where forge is involved for at least a month.
    Posted in: Minecraft Mods
  • To post a comment, please .