RimWorld

RimWorld

RimBank
user19990313  [developer] Aug 11, 2017 @ 8:08am
Bug Report Thread 在此汇报bug
Post the bugs of this mod here.Don't post ordinary commets here.

在这里写下你遇到的这个mod的bug。请不要把一般评论发到这里来。
< >
Showing 1-15 of 23 comments
Drood Aug 12, 2017 @ 5:55am 
i got some error about injecting bank note, it doesnt show up in any traders...
The Sadistic God Aug 12, 2017 @ 2:49pm 
I'm having the same problem
user19990313  [developer] Aug 12, 2017 @ 5:32pm 
@Vinshero @Nemizo Banknotes will not appear in trade UI,but they will appear in a new UI after you accept a trade.
Yes,click "Accept" then you will see banknotes.This is not a bug.
Injen Aug 13, 2017 @ 4:55am 
traiders now have infinity money: if u take banknotes instead silver - they doesnt spent silver.
user19990313  [developer] Aug 13, 2017 @ 5:14am 
Originally posted by Injen:
traiders now have infinity money: if u take banknotes instead silver - they doesnt spent silver.
Sorry?More details?
D'Car Aug 18, 2017 @ 12:00pm 
RimWorld 0.17.1557 rev1153

Loading game from file 0.17 test with mods Core, 818773962, 1107239511, 732930564, 817902482, 857164561, 733997423, 731111514, 751352140, 725714675, 945615032, 932951772, 936562361, 935084395, 872762753, 1013648397, 949498803, 960731735, 732406966, 727862986, 941421794, 850429707, and 1099449330

Cannot register Verse.Thing BankNote1, (id=Thing_BankNote1 in loaded object directory. Id already used by Verse.Thing BankNote1.
user19990313  [developer] Aug 18, 2017 @ 5:15pm 
@D'Car cannot find any useful info. Try to adjust the load order,maybe that would help.
D'Car Aug 18, 2017 @ 6:29pm 
The bug is right there. At some point an underscore was replaced with a space in the name of a banknote. I receive a much longer version of this redacted error every time the game saves.
Last edited by D'Car; Aug 18, 2017 @ 6:33pm
user19990313  [developer] Aug 19, 2017 @ 12:48am 
@D'Car I assume it will not affect the save. I'll start to explore it, and you can try to disable some mods or regen a new game to see if there's still the bug.
XXYY君 Aug 19, 2017 @ 7:23am 
不确定这个红字是否由于此mod,但是涉及到通讯台交易的mod也就是这个了。
当时连着有2个黑市商人的轨道交易商,先来的轨道商可以正常通讯台交易,后来的轨道商就会跳这个红字,然后小人只会原地等待不弹出交易界面。

JobDriver threw exception in initAction. Pawn=鲍曼, Job=UseCommsConsole A=Thing_CommsConsole41935, Exception: System.NullReferenceException: Object reference not set to an instance of an object
at RimWorld.TransferableUtility.TransferAsOne (Verse.Thing a, Verse.Thing b) [0x00000] in <filename unknown>:0
at RimWorld.TransferableUtility.TransferableMatching[Tradeable] (Verse.Thing thing, System.Collections.Generic.List`1 transferables) [0x00000] in <filename unknown>:0
at RimWorld.TradeDeal.AddToTradeables (Verse.Thing t, Transactor trans) [0x00000] in <filename unknown>:0
at RimWorld.TradeDeal.AddAllTradeables () [0x00000] in <filename unknown>:0
at RimWorld.TradeDeal.Reset () [0x00000] in <filename unknown>:0
at RimWorld.TradeDeal..ctor () [0x00000] in <filename unknown>:0
at RimWorld.TradeSession.SetupWith (ITrader newTrader, Verse.Pawn newPlayerNegotiator) [0x00000] in <filename unknown>:0
at RimWorld.Dialog_Trade..ctor (Verse.Pawn playerNegotiator, ITrader trader) [0x00000] in <filename unknown>:0
at RimWorld.TradeShip.TryOpenComms (Verse.Pawn negotiator) [0x00000] in <filename unknown>:0
at RimWorld.JobDriver_UseCommsConsole+<MakeNewToils>c__Iterator42.<>m__BB () [0x00000] in <filename unknown>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in <filename unknown>:0 lastJobGiver=, curJob.def=UseCommsConsole, curDriver=RimWorld.JobDriver_UseCommsConsole
Verse.Log:Error(String)
Verse.AI.Pawn_JobTracker:StartErrorRecoverJob(String)
Verse.AI.JobDriver:TryActuallyStartNextToil()
Verse.AI.JobDriver:ReadyForNextToil()
Verse.AI.JobDriver:Notify_PatherArrived()
Verse.AI.Pawn_PathFollower:PatherArrived()
Verse.AI.Pawn_PathFollower:TryEnterNextPathCell()
Verse.AI.Pawn_PathFollower:PatherTick()
Verse.Pawn:Tick()
Verse.TickList:Tick()
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate_Patch0(Object)
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()
XXYY君 Aug 19, 2017 @ 7:41am 
背景:有用边缘仓储mod租用了保险库(初始容量,放了一些白银和钞票)、租用了仓库(初始容量,放了一些肉类)、买了个空头仓。基地有一些钞票。
存档之后再读档,会有跟6楼一样的问题,会跳红字:

Cannot register Verse.Thing BankNote1, (id=Thing_BankNote1 in loaded object directory. Id already used by Verse.Thing BankNote1.
Verse.Log:Error(String)
Verse.LoadedObjectDirectory:RegisterLoaded(ILoadReferenceable)
Verse.CrossRefHandler:ResolveAllCrossReferences()
Verse.ScribeLoader:FinalizeLoading()
Verse.Game:LoadGame()
Verse.SavedGameLoader:LoadGameFromSaveFile(String)
Verse.Root_Play:<Start>m__84F()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__84C()
user19990313  [developer] Aug 19, 2017 @ 9:25am 
@LeBronJames 第一个应该和我的mod没关系,第二个红字我正在研究,初步判断不会使存档报废。如果可行的话请提供更多信息
XXYY君 Aug 19, 2017 @ 6:07pm 
第一个红字可能跟克鲁苏的中立派系的迷失军旅缺失首领有关,来的黑市商人轨道商可能是属于那个派系的,这里顺便提下RuntimeGC并不能修复那个派系缺失首领的问题。

第二个红字不知道会有什么影响,我再测试测试。
Drats666 Aug 23, 2017 @ 10:40pm 
This refuses to accept any silver.
http://prntscr.com/gcd2ow
"Your colony doesn't have enough silver to solve the payment. payment of 2030, but i have 6069 silver.
user19990313  [developer] Aug 24, 2017 @ 8:47am 
Originally posted by Drats666:
This refuses to accept any silver.
http://prntscr.com/gcd2ow
"Your colony doesn't have enough silver to solve the payment. payment of 2030, but i have 6069 silver.
So you can see there're no numbers on the left side of this interface, that means there are "no silver and notes" - no silver WITHIN ORBITAL TRADER BEACON RANGE, so it's the same as what you should do when trading with a orbital trader.
< >
Showing 1-15 of 23 comments
Per page: 1530 50