Skip to content

MSVC 2017 ICE in PackingBatch.cpp #440

@fauder

Description

@fauder

Hello, this might be kind of nitpicking but wanted to know if there is a solution.

I redirected Corrade::Utility::Debug into an std::stringstream as described in the docs and it works as expected. But the engine startup information is logged before I can initialize anything in my application class (which the mentioned stringstream is a field of). I wonder if there is a way to "salvage" that information.

I mean I can redirect stdout into a txt file and read the contents into my stringstream. Currently that's what I am doing. It feels kind of hacky, and I don't use the stdout.txt anymore after the initial statup logs are written into it. So it just sits there with the executable. Tried to delete it but since the executable is holding onto it, removing operation fails.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions