R2Northstar / NorthstarLauncher

Launcher used to modify Titanfall 2 to allow mods to be loaded
MIT License
277 stars 125 forks source link

Northstar Launcher not logging in the Console window. #752

Closed EM4Volts closed 1 month ago

EM4Volts commented 1 month ago

I use 1.26.3.0 didnt test on other versions but the Out of game console window randomly only prints

[*] Loading tier0.dll [*] Loading Northstar [*] Profile was not found in command line arguments. Using default: R2Northstar [*] Using: D:\SteamLibrary\steamapps\common\Titanfall2\Northstar.dll

and nothing else, game sitll launches, ingame console works fine.

ASpoonPlaysGames commented 1 month ago

Possibly related to #741?

RoyalBlue1 commented 1 month ago

Possibly related to #741?

it seems so I could get this issue within 7 tries with that change and with it reverted I tested about 40 times without getting the issue

GeckoEidechse commented 1 month ago

so weird though that a) it's random and b) it's caused by that change...

ASpoonPlaysGames commented 1 month ago

This issue (prior to my change that then got partially reworked in that PR) used to be a thing, same as now.

It's likely a race condition of sorts, prevented by running AllocConsole which that PR stops doing all the time

GeckoEidechse commented 1 month ago

So should we just revert #741 then?