Answer for Possible bug when using Evostream with Xsplit/XBMC?

Hi, This is indeed strange. We will look into it and see if we can replicate what you are seeing. I have a few questions though first to help us figure out what is happening: * What operating system & architecture are you using? * If you look at your config.lua file, can you ensure you have a "file appender" section enabled in the logAppenders section? The level should be 6.

    logAppenders=
    {
        {
            name="console appender",
            type="coloredConsole",
            level=6
        },
        {
            name="file appender",
            type="file",
            level=6,
            fileName="../logs/evostream",
            newLineCharacters="n",
            fileHistorySize=10,
            fileLength=1024*1024,
            singleLine=true
        },
    },
* If you change the config.lua file to enable logging, please replicate your issue and send me the log. Thanks, Bryan

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.