Dash16 Posted July 23, 2013 Posted July 23, 2013 The upside down thing is a bug in the latest version of LWJGL and certain Mac graphics chipsets. (From what I hear, integrated Intel chipsets.) As far as I know, the only fix for that is play full screen, or downgrade to the version of LWJGL that is included with Technic modpacks. Your java issue is likely because you installed the java 7 jdk, you may still have java 6 installed on the system but if the java -version command is returning the string your is, Java 7 is prioritized. There are a couple terminal commands we can run to get some more information about your java installations, if you'd like. Or, you can play fullscreen until the LWJGL guys figure out what the bug is and fix it.
knatte12 Posted July 23, 2013 Author Posted July 23, 2013 The upside down thing is a bug in the latest version of LWJGL and certain Mac graphics chipsets. (From what I hear, integrated Intel chipsets.) As far as I know, the only fix for that is play full screen, or downgrade to the version of LWJGL that is included with Technic modpacks. Your java issue is likely because you installed the java 7 jdk, you may still have java 6 installed on the system but if the java -version command is returning the string your is, Java 7 is prioritized. There are a couple terminal commands we can run to get some more information about your java installations, if you'd like. Or, you can play fullscreen until the LWJGL guys figure out what the bug is and fix it. no no, I would like to fix the java problem either then doing something with LWJGL :)
Dash16 Posted July 23, 2013 Posted July 23, 2013 If you are going to keep the latest version of LWJGL, then you are going to have to play full screened unless you like playing upside down. The way I see it, you have 2 options: 1) Keep Java 7 installed and default, keep LWJGL 2.9.0 and play full screened. 2) Remove Java 7, ensure Java 6 is the default JRE and downgrade LWJGL to the Technic shipping version. 1 or 2, take your pick. A 3rd (pointless) option would be to downgrade Java to 6 and keep the updated LWJGL, which has the upside down bug. You gain nothing really by doing that. Me personally, I've seen some performance issues with Java 7 + LWJGL 2.9.0 and am sticking with Java 6 and the Technic shipping version of LWJGL for as long as possible.
knatte12 Posted July 23, 2013 Author Posted July 23, 2013 If you are going to keep the latest version of LWJGL, then you are going to have to play full screened unless you like playing upside down. The way I see it, you have 2 options: 1) Keep Java 7 installed and default, keep LWJGL 2.9.0 and play full screened. 2) Remove Java 7, ensure Java 6 is the default JRE and downgrade LWJGL to the Technic shipping version. 1 or 2, take your pick. A 3rd (pointless) option would be to downgrade Java to 6 and keep the updated LWJGL, which has the upside down bug. You gain nothing really by doing that. Me personally, I've seen some performance issues with Java 7 + LWJGL 2.9.0 and am sticking with Java 6 and the Technic shipping version of LWJGL for as long as possible. Yeah thats what Im saying, I want to downgrade Java, but not sure how, in that case I need someone that can help me to truly delete java 7, downgrading LWJGL is the easiest part
Dash16 Posted July 25, 2013 Posted July 25, 2013 I can, but it can be complicated. There isn't a simple uninstaller, you've got to remove the .jdk directory from the computer, and in some cases fix the symlink to point back to the correct install of java. If you had Java 6 on your system already, and you installed the Java 7 JDK from Oracle, it should be a simple matter: 1) Open /Applications/Utilities/Terminal.app 2) Type: which java 3) Type: ls -la /Library/Java/JavaVirtualMachines 4) Type: ls -la /usr/bin/java Respond to this thread with the response to each of those commands (2-3) and I'll see what I can do.
Chrisitan Posted July 25, 2013 Posted July 25, 2013 I did some research and the way to fix the upside down is to use fn-f11 and that will make it FULL screen, but can you share some in depth information on how you got the launcher working but it launched upside down? I'm having the same problem and I would like to know how to at least get it launched
DMCMachine Posted July 25, 2013 Posted July 25, 2013 Hey I was having the same trouble and I'm on a Mac. Bothe Tekkit and Hexxit weren't working like discribed above, but I tried this Download LWJGL from here (scroll down to the download link). Open the bin folder of the tekkit folder within .technic (or just technic if your using a mac). [more important instructions] After you opened the bin folder, open lwjgl-2.9.0.zip, extract all its contents, and open the the folder called jar (the location is different depending on how you extracted it). Now copy these files and only these files from the jar folder into the aforementioned bin folder: lwjgl_util.jar, lwjgl.jar, jinput.jar. Now exit the jar folder and open the native folder (the called "native" from the .zip) and within it, there's folders named after operating systems. Choose the folder corresponding to whatever OS you use and copy all the files within. Paste these files in the folder named "natives" in bin and test your Tekkit. And it worked just fine for the Hexxit, so I tried the same thing for Tekkit, and its working just fine. Thought I'd share that. The link for the "here" is this http://www.lwjgl.org/forum/index.php?topic=4974
knatte12 Posted July 25, 2013 Author Posted July 25, 2013 I can, but it can be complicated. There isn't a simple uninstaller, you've got to remove the .jdk directory from the computer, and in some cases fix the symlink to point back to the correct install of java. If you had Java 6 on your system already, and you installed the Java 7 JDK from Oracle, it should be a simple matter: 1) Open /Applications/Utilities/Terminal.app 2) Type: which java 3) Type: ls -la /Library/Java/JavaVirtualMachines 4) Type: ls -la /usr/bin/java Respond to this thread with the response to each of those commands (2-3) and I'll see what I can do. 2) /usr/bin/java 3) total 0 drwxr-xr-x 3 root wheel 102 19 Jul 20:30 . drwxr-xr-x 5 root wheel 170 19 Jul 20:30 .. drwxr-xr-x 3 root wheel 102 19 Jul 20:30 jdk1.7.0_25.jdk 4) lrwxr-xr-x 1 root wheel 74 15 Jul 04:17 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
knatte12 Posted July 25, 2013 Author Posted July 25, 2013 I did some research and the way to fix the upside down is to use fn-f11 and that will make it FULL screen, but can you share some in depth information on how you got the launcher working but it launched upside down? I'm having the same problem and I would like to know how to at least get it launched I did as DMCMachine
knatte12 Posted July 25, 2013 Author Posted July 25, 2013 Hey I just started working with bioreactors and generators, I was transferring energy to a redstone energy cell and then my tekkit crashed. Here's a crash report: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2013-07-25 18:51 Description: Rendering screen java.lang.NullPointerException at powercrystals.minefactoryreloaded.gui.client.GuiBioFuelGenerator.drawTooltips(GuiBioFuelGenerator.java:39) at powercrystals.minefactoryreloaded.gui.client.GuiFactoryInventory.func_73863_a(GuiFactoryInventory.java:59) at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870) at net.minecraft.client.Minecraft.run(Minecraft.java:759) at java.lang.Thread.run(Thread.java:724) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at powercrystals.minefactoryreloaded.gui.client.GuiBioFuelGenerator.drawTooltips(GuiBioFuelGenerator.java:39) at powercrystals.minefactoryreloaded.gui.client.GuiFactoryInventory.func_73863_a(GuiFactoryInventory.java:59) -- Screen render details -- Details: Screen name: powercrystals.minefactoryreloaded.gui.client.GuiBioFuelGenerator Mouse location: Scaled: (425, 177). Absolute: (851, 545) Screen size: Scaled: (720, 450). Absolute: (1440, 900). Scale factor of 2 -- Affected level -- Details: Level name: MpServer All players: 1 total; [GCCorePlayerSP['knatte12'/151, l='MpServer', x=96,95, y=77,62, z=68,31]] Chunk stats: MultiplayerChunkCache: 441 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (208,64,164), Chunk: (at 0,4,4 in 13,10; contains blocks 208,0,160 to 223,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 875696 game time, 1272145 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: 48 total; [EntityBat['Bat'/4, l='MpServer', x=115,13, y=61,10, z=77,22], EntitySheep['Sheep'/5, l='MpServer', x=28,38, y=72,00, z=-9,53], EntityBat['Bat'/15175, l='MpServer', x=60,25, y=15,10, z=90,53], EntityBat['Bat'/15177, l='MpServer', x=53,24, y=14,34, z=82,98], EntitySheep['Sheep'/8, l='MpServer', x=34,59, y=70,00, z=-9,13], EntitySheep['Sheep'/10, l='MpServer', x=35,09, y=69,00, z=-4,81], EntitySheep['Sheep'/11, l='MpServer', x=36,66, y=70,00, z=-10,16], EntityBat['Bat'/15178, l='MpServer', x=59,00, y=18,73, z=102,33], EntitySheep['Sheep'/14, l='MpServer', x=37,94, y=63,00, z=86,06], EntitySheep['Sheep'/15, l='MpServer', x=39,09, y=63,00, z=85,84], EntityBlock['unknown'/259, l='MpServer', x=117,50, y=89,45, z=67,45], EntityBat['Bat'/15187, l='MpServer', x=132,32, y=27,00, z=87,29], EntityBat['Bat'/15188, l='MpServer', x=132,81, y=29,22, z=81,73], EntityBlock['unknown'/262, l='MpServer', x=127,45, y=89,50, z=67,45], EntityBlock['unknown'/263, l='MpServer', x=117,50, y=89,45, z=77,45], EntityBlock['unknown'/260, l='MpServer', x=117,45, y=89,50, z=67,45], EntityBlock['unknown'/261, l='MpServer', x=117,50, y=93,45, z=67,45], EntityBlock['unknown'/266, l='MpServer', x=117,50, y=93,45, z=77,45], EntityBlock['unknown'/267, l='MpServer', x=117,45, y=89,45, z=67,50], EntityBlock['unknown'/264, l='MpServer', x=117,45, y=89,50, z=77,45], EntityBlock['unknown'/265, l='MpServer', x=127,45, y=89,50, z=77,45], EntityBlock['unknown'/270, l='MpServer', x=127,45, y=93,45, z=67,50], EntityBlock['unknown'/268, l='MpServer', x=127,45, y=89,45, z=67,50], EntityBat['Bat'/16410, l='MpServer', x=70,54, y=29,05, z=-2,59], EntityBlock['unknown'/269, l='MpServer', x=117,45, y=93,45, z=67,50], EntitySheep['Sheep'/35, l='MpServer', x=76,53, y=66,00, z=141,53], EntityDummy['entity.weaponmod.dummy.name'/42, l='MpServer', x=83,50, y=76,41, z=62,50], EntityDummy['entity.weaponmod.dummy.name'/40, l='MpServer', x=85,50, y=76,41, z=62,50], EntityBat['Bat'/12485, l='MpServer', x=82,25, y=20,16, z=97,33], EntityDummy['entity.weaponmod.dummy.name'/41, l='MpServer', x=81,50, y=76,41, z=62,50], EntityBat['Bat'/11319, l='MpServer', x=46,47, y=23,10, z=39,50], EntitySheep['Sheep'/44, l='MpServer', x=82,47, y=67,00, z=89,34], EntityBat['Bat'/5732, l='MpServer', x=125,41, y=26,98, z=92,44], EntityBat['Bat'/16037, l='MpServer', x=69,36, y=24,14, z=7,80], EntitySheep['Sheep'/55, l='MpServer', x=113,09, y=69,00, z=111,53], EntityBat['Bat'/11309, l='MpServer', x=72,17, y=27,88, z=60,75], EntitySheep['Sheep'/54, l='MpServer', x=117,09, y=71,00, z=109,41], EntitySheep['Sheep'/53, l='MpServer', x=124,41, y=77,00, z=94,25], EntitySheep['Sheep'/52, l='MpServer', x=121,84, y=80,00, z=50,66], EntityBat['Bat'/14954, l='MpServer', x=89,08, y=37,12, z=70,71], EntityPig['Pig'/63, l='MpServer', x=142,69, y=72,00, z=123,50], GCCorePlayerSP['knatte12'/151, l='MpServer', x=96,95, y=77,62, z=68,31], EntitySheep['Sheep'/72, l='MpServer', x=145,50, y=68,06, z=20,50], EntitySheep['Sheep'/73, l='MpServer', x=158,13, y=76,00, z=49,25], EntityPig['Pig'/74, l='MpServer', x=146,22, y=74,00, z=109,81], EntityPig['Pig'/75, l='MpServer', x=150,09, y=74,00, z=112,19], EntityBat['Bat'/9580, l='MpServer', x=67,31, y=25,10, z=52,72], EntityBat['Bat'/13530, l='MpServer', x=95,25, y=22,00, z=74,50]] Retry entities: 0 total; [] Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2413) at net.minecraft.client.Minecraft.run(Minecraft.java:775) at java.lang.Thread.run(Thread.java:724) -- System Details -- Details: Minecraft Version: 1.5.1 Operating System: Mac OS X (x86_64) version 10.8.4 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 229527600 bytes (218 MB) / 651362304 bytes (621 MB) up to 1170735104 bytes (1116 MB) JVM Flags: 0 total; AABB Pool Size: 1656 (92736 bytes; 0 MB) allocated, 766 (42896 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63 FML: MCP v7.44 FML v5.1.43.679 Minecraft Forge 7.7.2.679 67 mods loaded, 67 mods active mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{5.1.43.679} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{7.7.2.679} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHCore{1.5.1.5} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CodeChickenCore{0.8.6.1} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NotEnoughItems{1.5.2.9} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PowerCrystalsCore{1.1.3} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisMicroblocks{54.0.9} [immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mod_bspkrsCore{v2.02(1.5.1)} [bspkrsCore] ([1.5.1]bspkrsCorev2.02.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHNetwork{1.5.1.5} [CoFHNetwork] (CoFHCore-1.5.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHWorld{1.5.1.5} [CoFHWorld] (CoFHCore-1.5.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CustomLAN{2.1} [Custom LAN Mod] (CustomPortForge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available GalacticraftCore{0.1.34} [Galacticraft Core] (Galacticraft-1.5.1-a0.1.34.186.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TreeCapitator{Forge 1.5.1.r01} [TreeCapitator] ([1.5.1]TreeCapitator.Forge.1.5.1.r01.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisMicroblocksInstallCheck{54.0.9} [immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-54.0.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Core{3.5.0} [buildCraft] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Factory{3.5.0} [bC Factory] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Transport{3.5.0} [bC Transport] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Silicon{3.5.0} [bC Silicon] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available APUnofficial{2.2.0} [Additional Pipes] (AdditionalPipes2.2.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AnObsidianPlate{1.0} [An Obsidian Plate] (AnObsidianPlate-v1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Builders{3.5.0} [bC Builders] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Energy{3.5.0} [bC Energy] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ChickenChunks{1.3.2.5} [ChickenChunks] (ChickenChunks 1.3.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ComputerCraft{1.52} [ComputerCraft] (ComputerCraft1.52.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CCTurtle{1.52} [ComputerCraft Turtles] (ComputerCraft1.52.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available DimensionalDoors{1.5.1R1.3.5RC3} [Dimensional Doors] (DimensionalDoors-1.5.1R1.3.5RC3-61.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EnderStorage{1.4.2.4} [EnderStorage] (EnderStorage 1.4.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available GregsLighting{1.5.1R1.8.1} [Greg's Lighting] (GregsLighting-1.8.1-7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available inventorytweaks{1.54b} [inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mmmPowersuits{0.6.0-444} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.6.0-444.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PowersuitAddons{0.2.3-110} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-110_MPS-422.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded{1.5.1R2.5.4} [MineFactory Reloaded] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatAtum{1.5.1R2.5.4} [MFR Compat: Atum] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.5.4} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatChococraft{1.5.1R2.5.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.5.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatForestry{1.5.1R2.5.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatForestryPre{1.5.1R2.5.4} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatIC2{1.5.1R2.5.4} [MFR Compat: IC2] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.5.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatNatura{1.5.1R2.5.4} [MFR Compat: Natura] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatPams{1.5.1R2.5.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatRP2{1.5.1R2.5.4} [MFR Compat: RP2] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatSoulShards{1.5.1R2.5.4} [MFR Compat: SoulShards] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.5.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MFReloaded|CompatThaumcraft{1.5.1R2.5.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatTConstruct{1.5.1R2.5.4} [MFR Compat: TConstruct] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatTwilightForest{1.5.1R2.5.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatVanilla{1.5.1R2.5.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatXyCraft{1.5.1R2.5.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.5.4-665.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIPlugins{1.0.8.0} [NEI Plugins] (NEIPlugins-1.0.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThermalExpansion{2.4.1.0} [Thermal Expansion] (ThermalExpansion-2.4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NetherOres{1.5.1R2.1.3} [Nether Ores] (NetherOres-2.1.3-60.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AppliedEnergistics{rv.10.l} [Applied Energistics] (appeng-rv10-l.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available OCS{0.1.5} [OpenCCSensors] (OpenCCSensors-0.1.5e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available StevesCarts{2.0.0.a109} [steve's Carts] (StevesCarts2.0.0.a109.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available weaponmod{1.5.1 v1.11.1} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mod_ReiMinimap{v3.3_04 [1.5.1]} [mod_ReiMinimap] ([1.5.1]ReiMinimap_v3.3_04.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Backpack{1.7.8} [backpack] (backpack-1.7.8-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisCore{54.0.2} [immibis Core] (immibis-core-54.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available DimensionalAnchors{54.0.0} [Dimensional Anchors] (dimensional-anchor-54.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EE3{pre1g (build 4)} [Equivalent Exchange 3] (ee3-universal-pre1g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available IronChest{5.2.4.368} [iron Chest] (ironchest-universal-1.5.1-5.2.4.368.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Mystcraft{0.10.3.00} [Mystcraft] (mystcraft-uni-1.5.1-0.10.3.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TradeBoothMod{0.3} [Trade Booth Mod] (tradebooth.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available OmniTools{3.1.2.0} [OmniTools] (OmniTools-3.1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available LWJGL: 2.9.0 OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-8.12.47, Intel Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Texture Pack: Default Profiler Position: N/A (disabled) Vec3 Pool Size: 1626 (91056 bytes; 0 MB) allocated, 140 (7840 bytes; 0 MB) used You think it's because of tekkit or the generators that takes much on the computer
Dash16 Posted July 25, 2013 Posted July 25, 2013 2) /usr/bin/java 3) total 0 drwxr-xr-x 3 root wheel 102 19 Jul 20:30 . drwxr-xr-x 5 root wheel 170 19 Jul 20:30 .. drwxr-xr-x 3 root wheel 102 19 Jul 20:30 jdk1.7.0_25.jdk 4) lrwxr-xr-x 1 root wheel 74 15 Jul 04:17 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java Should just be a simple matter of deleting the jdk1.7.0_23.jdk file: sudo rm -rf /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk java -version That should remove Java 7, and confirm that Java 6 is now reporting in as the system default (assuming it was installed before Java 7 was).
knatte12 Posted July 26, 2013 Author Posted July 26, 2013 Thank you Dash, I did the "java -version" and it said I had 1.6, so I guess everything should work fine now :D
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now