Alex Wenzel

Results 16 comments of Alex Wenzel
trafficstars

I think I see what's happening. Something somewhere is adding +1 to the UI scale after it's saved. So if you open options, set UI scale to 4x, close the...

ESC works, I was able to load a route and use the viewer! The CPU usage issue is still present on the blank pre-loading screen. It also remains high even...

I suppose it would make sense that OS-X has similar Mono bugs as on Linux, especially for functionality as fundamental as process management. When I use Route Viewer from the...

That makes sense. I noticed that accidentally clicking on one of the non-route txt files in the NWM routes folders causes OpenBVE to freeze with an infinite color wheel that...

As an update, using `pd.Int64Dtype` rather than `pandas_engine.INT64` (see below) passes the type checker, but I haven't run anything with it so I don't know if it's functional. ```python @pandas_engine.Engine.register_dtype(equivalents=["int",...

Yep, looks like it, thanks for the heads up! Closing since fixed by #1823 .