-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Assertion failed downloading content from BaNaNaS. #8814
Comments
I too have this issue. It also happens for me when I make a screenshot. It only happens when I build a version myself; it does not happen with official binaries. In VSCode, you have to hit "Ignore" first to get the debugger to tell you where it failed. |
Error with whole map screenshot:
at screenshot.cpp, line 388. 387 is calling |
I switched from x64-windows to x64-windows-static (like the official binaries use) and this seems to have solved the issue. I wonder if there's some core DLL mismatch happening with the shared versions. |
https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-160
This line in CompileFlags.cmake is forcing use of the static LIBCMT[D] lib. This problem doesn't occur with the official binaries because they are built with static dependencies. I would expect a warning about conflicts though, as you get when you DON'T use /MT when compiling against static libs... |
I guess it should be possible to analyse vcpkg triplets to determine compile flag. |
Version of OpenTTD
master @ 2860de7
Expected result
It downloads the content fine (currently just tested NewGRFs).
Actual result
Errors out at:
OpenTTD/src/network/network_content.cpp
Line 414 in 2860de7
Steps to reproduce
Build the game from master, run the game, try to download any newgrfs from the content downloader.
Using latest vcpkg with all packages updated to latest versions. (This seems to be a new recent issue, never encountered this before.) I also recently updated VS2019.
The text was updated successfully, but these errors were encountered: