mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
feat: continuously check for game window, don't use WaitForInputIdle(), throw exception if timeout
This commit is contained in:
parent
c3e16ad92c
commit
bd7f3f6033
2 changed files with 35 additions and 16 deletions
|
|
@ -604,9 +604,13 @@ namespace Dalamud.Injector
|
|||
Log.Error("[HOOKS] RewriteRemoteEntryPointW failed");
|
||||
throw new Exception("RewriteRemoteEntryPointW failed");
|
||||
}
|
||||
|
||||
Log.Verbose("RewriteRemoteEntryPointW called!");
|
||||
}
|
||||
});
|
||||
|
||||
Log.Verbose("Game process started with PID {0}", process.Id);
|
||||
|
||||
if (!withoutDalamud && mode == "inject")
|
||||
{
|
||||
var startInfo = AdjustStartInfo(dalamudStartInfo, gamePath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue