GithubHelp home page GithubHelp logo

namespace clash in `ChargeUpPower` about marisa HOT 7 OPEN

URARUA avatar URARUA commented on August 11, 2024
namespace clash in `ChargeUpPower`

from marisa.

Comments (7)

scarf005 avatar scarf005 commented on August 11, 2024 1

image

thanks for the info. the problem is that both marisa and LOR uses same name ChargeUpPower, which lead to the mod loading LOR descriptions incorrectly. to fix it, mod id needs to be appended to all translation strings. will try handling it within this week as this is a big change.

from marisa.

scarf005 avatar scarf005 commented on August 11, 2024

sorry, i wasn't able to reproduce the issue:

English

image

Simplified chinese

image

Traditional chinese

image

could you explain in more detail how the bug happened?

from marisa.

scarf005 avatar scarf005 commented on August 11, 2024

maybe it could be due to namespace collision like in #211 (comment)

from marisa.

scarf005 avatar scarf005 commented on August 11, 2024

could you update to version v4.0.0 on steam and check if the issue still persists? as this update properly adds namespace to resources/ directory, it may solve the issue.

related: https://github.com/scarf005/Marisa/releases/tag/v4.0.0

from marisa.

URARUA avatar URARUA commented on August 11, 2024

could you update to version v4.0.0 on steam and check if the issue still persists? as this update properly adds namespace to resources/ directory, it may solve the issue.

related: https://github.com/scarf005/Marisa/releases/tag/v4.0.0

sorry 4 delay, i'll test later

from marisa.

URARUA avatar URARUA commented on August 11, 2024

could you update to version v4.0.0 on steam and check if the issue still persists? as this update properly adds namespace to resources/ directory, it may solve the issue.

related: https://github.com/scarf005/Marisa/releases/tag/v4.0.0

update to v4.0.1 still crashed, i'll disable some mods and try again

12:12:46.863 INFO patches.RunStartEndPatches> Run Started
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:Constricted-缠绕
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:GrandCrossPower-增幅
Shion Flash Power:ChargeUpPower-充-充电时间
Shion Flash Power:ChargeUpPower-充-充电时间
12:13:22.605 ERROR core.CardCrawlGame> Exception caught
java.lang.ArrayIndexOutOfBoundsException: 2
	at marisa.powers.Marisa.ChargeUpPower.updateDescription(ChargeUpPower.kt:52) ~[MarisaContinued.jar:?]
	at com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update(ApplyPowerAction.java:255) ~[?:?]
	at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179) ~[?:?]
	at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325) ~[?:?]
	at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2532) ~[?:?]
	at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876) ~[?:?]
	at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423) [?:?]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [?:?]
Controllers: removed manager for application, 0 managers active
Game crashed.
Version Info:
 - Java version (1.8.0_144)
 - Slay the Spire (12-18-2022)
 - ModTheSpire (3.30.3)
Mod list:
 - basemod (5.52.3)
 - stslib (2.10.0)
 - LazyManKits (1.4.10)
 - Anm2Player (1.3.1)
 - VUPShionMod (7.1.0)
 - actlikeit (1.2.7)
 - Gensokyo (4.0.0)
 - keinemod (0.4.3)
 - MarisaContinued (4.0.1)
 - Library of Ruina (1.1.6)
 - Library of Ruina Extra (1.1.1)
 - intentgraph (0.2.1)
 - ALocalizationUpdate (0.1.0)
 - betterAltar (1.4)
 - Better_Animation (0.2.0)
 - BetterBeginnings (1.4.0)
 - betterLab (1.0)
 - betterMatch (1.1)
 - betterNote (1.3)
 - betterStone (1.1)
 - betterSkull (1.2)
 - betterThird (1.5)
 - betterrewardsmod (4.5.2)
 - neoe_growUp (0.1)
 - loadout (0.9.4)
 - mintyspire (2.5.5)
 - OptimizeTheSpire (1.1.0)
 - neoe_removeCardDiscount (0.1)
 - gm-reskin (1.0.1)
 - AKDsMoreRelics (1.4.8)
 - ThisIsPowerMod (1.0.1)
 - StSModEnergizedSpire (1.14.0)
 - Koishi514_Mod (1.1.2)
 - Saigyouji_Yuyuko_mod (1.2.1)

Mods in stacktrace:
 - MarisaContinued (4.0.1)
Cause:
java.lang.ArrayIndexOutOfBoundsException: 2
	at marisa.powers.Marisa.ChargeUpPower.updateDescription(ChargeUpPower.kt:52)
	at com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update(ApplyPowerAction.java:255)
	at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179)
	at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325)
	at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2532)
	at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876)
	at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)```

from marisa.

URARUA avatar URARUA commented on August 11, 2024

sorry, i wasn't able to reproduce the issue:

English

image

Simplified chinese

image

Traditional chinese

image

could you explain in more detail how the bug happened?

hello i found the reason
it got conflicted with Library of Ruina

from marisa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.