Patric Stout
Patric Stout
Been looking at what possible flows can lead up to this. Basically, if you get stuck on "2/6 Authorizing", and then the server times you out with the error ending...
Okay, so if a client joins a server without password and NewGRF, the flow is actually pretty straightforward: - Client send `CLIENT_JOIN` - Server receives it, processes it, and sends...
Anyone in this topic still experiencing this issue, and has control over both the server and client? I would love to receive a `-dnet=9` with our latest [nightly](https://www.openttd.org/downloads/openttd-nightlies/latest) from both...
Just a reminder to anyone who might be able to help out. As we are closing in on our next release, now is the ideal moment to help us with...
Going to close up this issue for now; if anyone runs into this, as mentioned, please supply a `-dnet=9` log of both client and server, and we will pick this...
Sadly, nobody got back to us with a recording. We think this has recently been fixed with some other audio related fixes. Please test this with a recent nightly. Feel...
Sorry for not getting back to you sooner. Sometimes these things slip through the cracks. If you are still having this issue, mind running the game with `-d4` and sending...
ChatGPT tells me (yes, I am really doing this): "In general, it is usually better to use the tmAscent and tmDescent fields from the TEXTMETRIC structure, as these give the...
I think #11431 covered it pretty well, looking at the commit that it fixes. https://github.com/OpenTTD/OpenTTD/commit/cda6f24fe8e2baf858dbaaf65ab2bde84ddf02d7 doesn't allow duplicated folders in our searchpath. Which broke emscripten. > Some of our code...
Be mindfull `SP_BINARY_DIR` is not given priority with #11431 ; `SP_WORKING_DIR` is given no priority (as normally we don't save files in the working directory; this situation excluded) when it...