Frodo45127 / runcher

Rusted laUNCHER for Total War games since Empire: Total War.
MIT License
8 stars 0 forks source link

[BUG] Not running in Windows 11 #7

Open SalahAdDin opened 2 months ago

SalahAdDin commented 2 months ago

Describe your problem

We are trying to run this manager in Windows 11 but it does not launch, no issues, no error, just It does not open.

Extra info? Latest version.

Frodo45127 commented 2 months ago

No idea about windows 11, as I only test it in windows 10, though there is nothing that should make it incompatible with it.... Can you download dependency walker, open the exe with it, and see if it complains about it missing any dll file? Is the only thing I can think of that may cause that, though usually windows tells you in a dialog what dll is when that happens....

SalahAdDin commented 2 months ago

No idea about windows 11, as I only test it in Windows 10, though nothing should make it incompatible with it... Can you download the dependency walker, open the exe with it, and see if it complains about missing any dll file? It is the only thing I can think of that may cause that, though usually, Windows tells you in a dialog what dll is when that happens...

It is possible to run the software from the terminal, but it does not open when clicking on it.

Frodo45127 commented 1 month ago

The only reason I can think of for that is that windows is somehow passing incorrect args when launching it from double-clicking, because when launching from the terminal you're forcefully passing no args. If incorrect args, or autostart args are being passed, currently runcher just closes.

SalahAdDin commented 1 month ago

The only reason I can think of for that is that windows is somehow passing incorrect args when launching it from double-clicking, because when launching from the terminal you're forcefully passing no args. If incorrect args, or autostart args are being passed, currently runcher just closes.

How can we check it?

Frodo45127 commented 1 month ago

TBH I'm not sure. I tried to setup a windows 11 vm to test this and another win11 specific bug, but was unable to make the vm work. For now I disabled the close at start if incorrect args were passed, so if it still doesn't work in 0.9.5 or 0.9.6, it's not that.

SalahAdDin commented 1 month ago

TBH I'm not sure. I tried to setup a windows 11 vm to test this and another win11 specific bug, but was unable to make the vm work. For now I disabled the close at start if incorrect args were passed, so if it still doesn't work in 0.9.5 or 0.9.6, it's not that.

Running it from SHELL works fine.