HaxeFoundation / hashlink

A virtual machine for Haxe
https://hashlink.haxe.org/
MIT License
808 stars 155 forks source link

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

Open deepnight opened 2 years ago

deepnight commented 2 years ago

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.

ncannasse commented 2 years ago

Ping @Azrou

deepnight commented 2 years ago

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

ncannasse commented 2 years ago

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

deepnight commented 2 years ago

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

posxposy commented 2 years ago

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