Bug in 5.3.5?

  • #1, by shin-megami-29774Monday, 09. June, 21:24 6 days ago
    Hello!

    I noticed getting following error-message endlessly in the terminal-log:
    "character  / 16 not in C:\Program Files\Visionaire Studio 5\skins/lua/consolas.ttf"

    I tried starting a new clean project with more or less nothing except a menu and a character and still get the error message.

    On the earlier build of Visionaire I didn't get this error.

    Can somebody help? Or point me to an older Version of Visionaire?

    Thanks!

    Newbie

    2 Posts


  • #2, by ZeirusTuesday, 10. June, 07:17 5 days ago
    Hi. Try to insert the missing font in the indicated folder yourself. I'll post the download link: https://github.com/misuchiru03/font-consolas-ttf/raw/refs/he...

    Newbie

    1 Posts

  • #3, by shin-megami-29774Tuesday, 10. June, 07:47 5 days ago
    The font is in the right folder, problem seems to be that the "/" before lua and consolas should be "\"

    So 
    C:\Program Files\Visionaire Studio 5\skins/lua/consolas.ttf should be
    C:\Program Files\Visionaire Studio 5\skins\lua\consolas.ttf

    But this seems to be a programm code, so I have no idea where I could correct that!

    Newbie

    2 Posts

Write post