Tmpe: Field 'TrafficManager.State.Options.turnOnRed' not found.

Created on 4 Mar 2019  路  6Comments  路  Source: CitiesSkylinesMods/TMPE

Reported on the Stable workshop page:

Klapaerl 2 hours ago
Field 'TrafficManager.State.Options.turnOnRed' not found. [System.MissingFieldException]

I can ask for log file but I suspect this is likely side-effect of moving from Labs (1.10.16) to Stable (1.10.14)?

BUG STABLE Settings invalid

All 6 comments

@aubergine10
This guy may use my mod, and my mod is based on lab version currently.
But I will show a window to warning incompatiable, you can ask him to give AdvancedJunctionRule.txt to me for debug if he use my mod.

Will do!

Tagging #208

Cannot be fixed on our side. AdvancedJunctionRules mod contains a full implementation of TMPE and the game gets confused somehow. We need to extract a TMPE API...

To be more precise: Static methods & variables = evil. AJR's TMPE implementation tries to access our
(non-existing) static variables

We should convert any kind of static stuff into instance variables/methods. As a side effect that would also make TMPE hot-swappable

@VictorPhilipp
Yes, AdvancedJunctionRules is detour MayChangeSegment method in TMPE. And now two TMPE is different in this method now.

Actually I have fixed this issue by check which TMPE is in loadextention, and then detour different MayChangeSegment codes. I have not update it on steam yet.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aubergine10 picture aubergine10  路  3Comments

aubergine10 picture aubergine10  路  4Comments

kianzarrin picture kianzarrin  路  5Comments

aubergine10 picture aubergine10  路  5Comments

aditya-murda picture aditya-murda  路  6Comments