hashlink icon indicating copy to clipboard operation
hashlink copied to clipboard

hl.UI.closeConsole() doesn't work on Win11

Open deepnight opened this issue 3 years ago • 5 comments
trafficstars

This affects all existing Hashlink games on Steam: Northgard, Wartales, Dead Cells, Nuclear Blaze etc.

The console shows up and stays open after the HL window is created. Closing the console doesn't close the game.

deepnight avatar Feb 21 '22 13:02 deepnight

Ping @Azrou

ncannasse avatar Feb 25 '22 07:02 ncannasse

Sorry to bother, but any news about this one? I'm waiting after this issue to push a public release :)

deepnight avatar Mar 03 '22 14:03 deepnight

We haven't had time to look into it. You can change hl.exe application type from Console to Win32 app

ncannasse avatar Mar 03 '22 16:03 ncannasse

I've looked for ways to do that, but couldn't find anything. Any suggestion of tool, maybe something like rcedit? 🤔

deepnight avatar Mar 17 '22 08:03 deepnight

I've looked for ways to do that, but couldn't find anything. Any suggestion of tool, maybe something like rcedit? 🤔

Hello! You could try to run this command to change the subsystem: editbin.exe /subsystem:windows hl.exe, where editbin is a part of Visual Studio

posxposy avatar Mar 19 '22 01:03 posxposy