Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: CTD with some outdated mods, upon loading game.  (Read 337 times)

bob888w

  • Commander
  • ***
  • Posts: 113
    • View Profile
CTD with some outdated mods, upon loading game.
« on: August 19, 2021, 10:06:39 AM »

Code
157644 [Thread-3] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/ships/fighter_heavy_midline.png (using cast)
157686 [Thread-3] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/ships/stations/module_midline_broadside.png (using cast)
157701 [Thread-3] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/tahlan/ships/tahlan_Yukikaze.png (using cast)
157726 [Thread-3] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/ships/medusa.png (using cast)
158908 [Thread-3] 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.OooO.super(Unknown Source)
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.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Code
{"enabledMods": [
  "lw_autosave",
  "Azurlane",
  "beyondthesector",
  "lw_console",
  "diyplanets",
  "DetailedCombatResults",
  "diableavionics",
  "gflportraitpack",
  "gflportraitpack2",
  "GrandColonies",
  "HHE",
  "sun_hyperdrive",
  "IndEvo",
  "kadur_remnant",
  "lw_lazylib",
  "MagicLib",
  "missingships",
  "su_CarrierHullmod",
  "nexerelin",
  "wisp_perseanchronicles",
  "QualityCaptains",
  "remnant_command_transfer",
  "SEEKER",
  "speedUp",
  "tahlan",
  "transfer_all_items",
  "vayrashippack"
]}
Logged

Yunru

  • Admiral
  • *****
  • Posts: 1560
    • View Profile
Re: CTD with some outdated mods, upon loading game.
« Reply #1 on: August 22, 2021, 03:00:57 PM »

Quote
java.lang.OutOfMemoryError
I get the feeling that the issue might be quite apparent.
Either you've not got enough memory allocated, or there's a memory leak somewhere.

Histidine

  • Admiral
  • *****
  • Posts: 4688
    • View Profile
    • GitHub profile
Re: CTD with some outdated mods, upon loading game.
« Reply #2 on: August 22, 2021, 05:51:01 PM »

The stack trace mentioning TextureLoader makes me think it's running out of VRAM, although it sounds like the system has a really low amount of VRAM if this is really the issue with that few mods.
Logged