[Qi Exchanger] This mod failed in the Display.MenuChanged event. Technical details: NullReferenceException: Object reference not set to an instance of an object. at QiExchanger.ModEntry.OnMenuChanged(Object sender, MenuChangedEventArgs e) in C:\Users\a\Documents\GitHub\Mizzion\MyStardewMods\QiExchanger\QiExchanger\ModEntry.cs:line 66 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
Kudos to you for making this mod. Its suprisingly... great. I managed to get my stardew and SVE savefiles much further with not having a limit to my money which is usefull for somethings like gold clock or the swords from crimson badlands becouse those weapons cost 1million together. I also bought a deepwood teleport which is also nice. ( it costs 10mil ) 10/10 mod. Maybe i need so much money becouse i have like 150 mods... I wonder if i should add somemore. Anyways have a good time and Thank you.
28 comments
I would like to publish a translation of this module and hope to get your permission.
"original.text": "Qi 코인 100개를 1,000G에 구매하시겠습니까?",
"main.text": "안녕하세요, {{player_name}}님. 아래에서 옵션을 선택해 주세요.",
"main.text.option.one": "Qi 코인 구매",
"main.text.option.two": "Qi 코인 환전",
"main.exchange.text": "안녕하세요, {{player_name}}님, 현재 {{qi_amount}}개의 Qi 코인을 보유하고 있습니다. 몇 개를 교환하고 싶은지 선택해 주세요. 환율은 1 Qi 코인당 {{exchange_rate}}G으로 교환이 가능합니다.",
"option.one": "100 Qi 코인",
"option.two": "1,000 Qi 코인",
"option.three": "10,000 Qi 코인",
"option.four": "100,000 Qi 코인",
"option.five": "1,000,000 Qi 코인",
"main.money.exchange.text": "안녕하세요, {{player_name}}님. {{amt_money}}G만큼 보유하고 있습니다. 구매하고자 하는 Qi 코인의 개수를 선택해 주세요. 환율은 10G당 1 Qi 코인입니다.",
"do.exchange": "당신은 Qi 코인 {{qi_coins}}개를 소비해 {{g_coins}}G로 환전했습니다.",
"do.buy.exchange": "당신은 {{g_coins}}G를 소비해 Qi 코인 {{amount}}개로 환전했습니다.",
"no.money": "당신은 돈이 없습니다.",
"not.enough.money": "당신은 그만한 골드가 없습니다.",
"no.qi.coins": "당신은 Qi 코인이 없습니다.",
"not.enough.qicoins": "당신은 그만한 Qi 코인이 없습니다."
}
// I've translated your mod into Korean (Korea), hopefully it will be reflected in the next update :)
[Qi Exchanger] This mod failed in the Display.MenuChanged event. Technical details:
NullReferenceException: Object reference not set to an instance of an object.
at QiExchanger.ModEntry.OnMenuChanged(Object sender, MenuChangedEventArgs e) in C:\Users\a\Documents\GitHub\Mizzion\MyStardewMods\QiExchanger\QiExchanger\ModEntry.cs:line 66
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
Thanks for the bug report.