Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some roads have bad textures #6

Open
5 of 6 tasks
kianzarrin opened this issue Feb 10, 2020 · 22 comments
Open
5 of 6 tasks

some roads have bad textures #6

kianzarrin opened this issue Feb 10, 2020 · 22 comments

Comments

@kianzarrin
Copy link
Collaborator

kianzarrin commented Feb 10, 2020

Fix in V3.0:

  • 6 lane 2+4 Asymmetrical road has black marking in tunnel piece
  • both tram track tunnel piece
  • reproduce game crash : can't reproduce
  • Small 4 lane mod industrial road still has crossing remain in tunnel piece: Ill add a hard-coded exception. but roads without pedestrian lanes are not supposed to have zebra crossings.

Won't fix:

  • Special toll roads still have crossing:toll roads are not supported. Is there any reason why I should support them? They are weird and hard to support.
  • Small 2 lane industrial road ground level looks like it's missing texture: its not my fault. those corrupt textures are there even without my mod (partially covered by the zebra crossing).
@kianzarrin
Copy link
Collaborator Author

From Albero

Small 2 lane industrial road ground level looks like it's missing texture
Small 4 lane mod industrial road still has crossing remain in tunnel piece
6 lane 2+4 Asymmetrical road has black marking in tunnel piece
Special toll roads still have crossing
both tram track tunnel piece
That's as far as my small collection of roads can do to help you.

@kianzarrin
Copy link
Collaborator Author

kianzarrin commented Feb 11, 2020

Albero

both tram track tunnel piece

I don't see any problem with tram roads. Can you please give me link and pics?
Screenshot (457)

6 lane 2+4 Asymmetrical road has black marking in tunnel piece:

The black marker exists even without my mod. My mod merely reveals it by hiding lane markings. in the picture bellow you can see the black markings without my mod:
Screenshot (455)

Small 2 lane industrial road ground level looks like it's missing texture

not my fault

Special toll roads still have crossing

what toll roads? can you please give me links?

Small 4 lane mod industrial road still has crossing remain in tunnel piece

I manged to reproduce this one:
Screenshot (458)

EDIT:
Small 4 lane mod industrial road does not have any pedestrian lanes. why does it have crosswalk textures? I ignore roads without pedestrian lanes.
you can hide the markings using NS2 though (set blue color to 129):
Screenshot (459)

@Xphine
Copy link

Xphine commented Feb 14, 2020

image

I will be posting more pic here as it looks more convenient. Testing all possible bridge section at the moment.

@Xphine
Copy link

Xphine commented Feb 14, 2020

image

@Xphine
Copy link

Xphine commented Feb 14, 2020

image

@Xphine
Copy link

Xphine commented Feb 14, 2020

Oh my, I'm crashing twice from disabling crossing too quickly. That might be a problem too, lol.

@kianzarrin
Copy link
Collaborator Author

@Xphine

Oh my, I'm crashing twice from disabling crossing too quickly. That might be a problem too, lol.

Can you please drop output_log.txt and mod.debug.log? just drop them in a comment.

@Xphine
Copy link

Xphine commented Feb 15, 2020

mod.debug.log
TMPE.log
output_log.txt

@kianzarrin
Copy link
Collaborator Author

Excellent I will look into it.

@Xphine
Copy link

Xphine commented Feb 20, 2020

Have you looked into it yet? I experience another crash which might not be related. Something tries to call Bonjour dll, that Apple garbage app, After uninstalling it, the problem seems to go away for now.

@kianzarrin
Copy link
Collaborator Author

kianzarrin commented Feb 20, 2020

@Xphine Sorry I am a bit overloaded with some stuff I am doing to TMPE. I will come back to this ... promise.

@Xphine
Copy link

Xphine commented Feb 20, 2020

You're also in TMPE dev team eh? I'm also waiting for more stable than this 11 "stable" version lol.

No problem, thanks for all you have done.

@kianzarrin
Copy link
Collaborator Author

what is the problem with 11 "stable"

@Xphine
Copy link

Xphine commented Feb 20, 2020

There was that missing simulation accuracy setting that probably broke half of my junctions. Cars seem to reluctant to stop at red lights with a noticeable delay on timed traffic junction.

Not sure if it's related to TMPE but sims were parking in a massive amount to catch trams as well.

There're probably some crashes which I can't duplicate. At the moment, I'm experiencing multiple crashes to the point I'm not too sure anymore what causes it. Might be my rubbish 5700XT.

Does that Bonjour relate to TMPE?

@kianzarrin kianzarrin mentioned this issue Mar 1, 2020
46 tasks
@kianzarrin
Copy link
Collaborator Author

kianzarrin commented Mar 1, 2020

6 lane 2+4 Asymmetrical road has black marking in tunnel piece:

I created exemption list and added that road to it. It will be in version 3.0 (can't push it to version 2 because it would be FPS intensive and version 2 does not cache exempt list).

@kianzarrin
Copy link
Collaborator Author

as for the crash I did not managed to reproduce it but this line catched my attention:

DynamicHeapAllocator out of memory - Could not get memory for large allocation 5592408!

@Xphine Can you please tell me:

  • do you still get crash?
  • can you reproduce the crash if you disable all assets?
  • How much RAM do you have left when playing the game?
  • Do you only get the crash when you disable crosswalks too fast? I would be surprised if how fast you click on them was related to the crash.

@kianzarrin
Copy link
Collaborator Author

@Xphine Are you happy with #6 (comment)

@Xphine
Copy link

Xphine commented Mar 2, 2020

From what task manager showed me, I have about 2GB of RAM left out of 16, 8GB VRAM was on full load and I have about 2800 assets. CPU and GPU hovered around 30% load. The game file is installed on M.2 SSD.

I don't have a vanilla city maybe I will grab someone else save later to test. I'm testing TMPE 11.1.1 at the moment and there's still issue with the timed traffic light.

As for your #6 (comment) , that should be good to go unless you could ask the original author to fix his part.

@Xphine
Copy link

Xphine commented Apr 9, 2020

02
01
03

Reporting on 3.0

@kianzarrin
Copy link
Collaborator Author

thanks @Xphine its really helpful!

@kianzarrin
Copy link
Collaborator Author

the tunnel markings is caused by exception caused by null texture in the first segment info. I now get second segment info to resolve this problem.

@kianzarrin
Copy link
Collaborator Author

I also added toll roads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants