Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: nvm saw the sticky..  (Read 1198 times)

retalogy

  • Ensign
  • *
  • Posts: 5
    • View Profile
nvm saw the sticky..
« on: January 09, 2016, 10:00:26 AM »

As the title says. I can't get multiple faction mods to work simultaneously. Here is my mod list.
http://imgur.com/vJcWAKD
I can have a maximum of one faction mod at the time or the game will crash at startup.
http://imgur.com/yPEP6r0
The log:
Quote
141749 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/aeroshuttle/aeroshuttle_base_normal.png (using cast)
141774 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/aeroshuttle/aeroshuttle_d_normal.png (using cast)
141801 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/aeroshuttle/aeroshuttle_hegemony_normal.png (using cast)
141824 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/aeroshuttle/aeroshuttle_luddic_path_normal.png (using cast)
141848 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/aeroshuttle/aeroshuttle_original_normal.png (using cast)
141894 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/aeroshuttle/aeroshuttle_pirates_normal.png (using cast)
141931 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/lasher/lasher_base_normal.png (using cast)
141963 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/lasher/lasher_substandard_normal.png (using cast)
141991 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/longbow_intg_normal.png (using cast)
142050 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/medusa_normal.png (using cast)
142069 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mercury/mercury_base_normal.png (using cast)
142100 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mercury/mercury_substandard_normal.png (using cast)
142134 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mining_drone_normal.png (using cast)
142181 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/monitor_ff2_normal.png (using cast)
142205 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mudskipper/mudskipper_normal.png (using cast)
142245 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mule/mule_base_normal.png (using cast)
142282 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mule/mule_d_normal.png (using cast)
142369 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/mule/mule_pirates_normal.png (using cast)
142451 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/nebula/nebula_normal.png (using cast)
142554 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/odyssey_normal.png (using cast)
142576 [Thread-5] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/normal/ships/omen_ff_normal.png (using cast)
142944 [Thread-5] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
   at sun.misc.Unsafe.allocateMemory(Native Method)
   at java.nio.DirectByteBuffer.<init>(Unknown Source)
   at java.nio.ByteBuffer.allocateDirect(Unknown Source)
   at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
   at com.fs.graphics.TextureLoader.o00000(Unknown Source)
   at com.fs.graphics.TextureLoader.o00000(Unknown Source)
   at com.fs.graphics.TextureLoader.o00000(Unknown Source)
   at com.fs.graphics.TextureLoader.o00000(Unknown Source)
   at com.fs.graphics.OooOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO.o00000(Unknown Source)
   at com.fs.starfarer.settings.StarfarerSettings$1.loadTexture(Unknown Source)
   at org.dark.shaders.util.TextureData.readTextureDataCSVNoOverwrite(TextureData.java:284)
   at org.dark.shaders.ShaderModPlugin.onApplicationLoad(ShaderModPlugin.java:76)
   at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$2.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Feels like there is some weird *** going on.
And what's up with the ooOOOOOOOOOOOOOOOOoooo...?
Logged