rwg_tile_industrial_intersection

Major P

Refugee
Hi, I am new to this site so first hello to all of you. I am a geezer programming since 81 who like prefabbing and stumbled over that logical error on the rgw_tile_industrial_intersection when transforming it to an entry to my highway tunnels.
The rwg_tile_industrial_intersection comes with a Key-trigger and a door that should be opened by it, but it wont work because there is no parent structure on the street-tile to which the trigger may address to. It causes an exception.

I created a test map with large cities and ported to the intersections, tried the switches on the POIs and the unopenable door. When I tried the third non openable door after visiting the surrounding POIs the game crashes the moment i pressed E.
For me that was enough to create me a workaround.

I allready finished my workaround and all testing before I found this site here so it was'nt easy to start the thread where it should belong in the Bug Reports because of all the logs required.

I uploaded my workaround AAA_TileFix_industrial_intersection. For me it work fine but however sometimes someone else just see something you were'nt aware of, as that just also was the reason for this unfinished end on that tile.

Cheers
 
I allready finished my workaround and all testing before I found this site here so it was'nt easy to start the thread where it should belong in the Bug Reports because of all the logs required.

A log might be handy for that one, but I've put in bug reports with a screen capture before.

I say a log might be handy as a misconfigured trigger is pretty easy to do and the exception in the log would include a stack trace pointing to code that could be hardened. I'm kind of surprised it got to an exception.
 
Oh, thats a point. I thought it would be easy to show that I get an ArgumentNullException from every trigger placed on a streettile. But now it turns out that I get this exception from every trigger but the kexRackBoxMetal01. Now I am supprised. What makes it so special in the same situation. Might be intresting to see if it may have found an argument which is not null for not throwing an exception.
 
Back
Top