1
Mods / Re: [0.97a]Gensoukyou Manufacture 0.9.1.rc11_t2 (English Translation)
« on: February 23, 2025, 09:24:35 PM »Unfortunately, it seems that the latest Gensoukyou version is not compatible with my system, relying on OpenGL function(s) that aren't implemented. I doubt there's much you can do about this, but I will post the crash trace here in case it's useful to someone.CodeThis is, if it matters, with all of BoxUtil's in-game settings as set to 'disabled' as they go.1348481 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain - java.lang.ExceptionInInitializerError
java.lang.ExceptionInInitializerError
at data.weapons.onHit.FM_Blade_ac_OnHitEffect.onHit(FM_Blade_ac_OnHitEffect.java:41)
at com.fs.starfarer.combat.entities.BallisticProjectile.setDidDamage(Unknown Source)
at com.fs.starfarer.combat.entities.BallisticProjectile.notifyDealtDamage(Unknown Source)
at com.fs.starfarer.combat.o0OO.A.String.o00000(Unknown Source)
at com.fs.starfarer.combat.o0OO.A.o00000(Unknown Source)
at com.fs.starfarer.combat.o0OO.A.o00000(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
at com.fs.starfarer.combat.CombatState.traverse(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
at org.lwjgl.opengl.GL30.glGenVertexArrays(GL30.java:1550)
at data.utils.visual.FM_HaloTest.<clinit>(FM_HaloTest.java:79)
... 14 more
(Also, there appear to be multiple weapons that generate very similar stack traces, such as data.weapons.onHit.FM_SilverOnHitEffect.onHit(FM_SilverOnHitEffect.java:59), for an example. I am not going to be doing exhaustive testing, however.)
issue relayed to the lib author (this should be fixable), what is the GPU you're using for reference?