This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:16:28.853 [I] usvfs dll 0.4.2.0 initialized in process 22220 | |
14:16:28.853 [D] remove from process 22220 | |
14:16:28.853 [I] create config in 22220 | |
14:16:28.853 [I] 0 processes - 1 | |
14:16:28.854 [I] mod_organizer_instance_1 created in process 22220 | |
14:16:28.854 [I] attached to mod_organizer_instance_1 with 1 nodes, size 65536 | |
14:16:28.854 [I] inv_mod_organizer_instance_1 created in process 22220 | |
14:16:28.854 [I] attached to inv_mod_organizer_instance_1 with 1 nodes, size 65536 | |
14:16:28.854 [D] context current shm: mod_organizer_instance (now 2 connections) | |
14:31:24.590 [I] mod_organizer_instance_2 created in process 22220 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2020-09-08 22:32:11.740 D] command line: '"C:\ModOrganizerDev\downloaded\ModOrganizer.exe" ' | |
[2020-09-08 22:32:11.740 D] timing: main to runApplication() 212 ms | |
[2020-09-08 22:32:11.740 I] starting Mod Organizer version 2.3.2 revision 1412befe in C:/ModOrganizerDev/downloaded, usvfs: 0.4.4.8 | |
[2020-09-08 22:32:11.743 I] data path: C:/ModOrganizerDev/downloaded | |
[2020-09-08 22:32:11.743 D] this is a portable instance | |
[2020-09-08 22:32:11.864 I] working directory: C:/ModOrganizerDev/downloaded | |
[2020-09-08 22:32:11.864 D] using ini at 'C:/ModOrganizerDev/downloaded/ModOrganizer.ini' | |
[2020-09-08 22:32:11.864 D] windows: version 10.0.18363, 18363.1016, release 1909, 18362.1.amd64fre.19h1_release.190318-1202, Windows 10 Pro, elevated: no | |
[2020-09-08 22:32:11.864 D] time zone: GMT Summer Time, +01:00 (dst is active, std is GMT Standard Time, +00:00) | |
[2020-09-08 22:32:11.864 D] security products: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$buildDirs = "VulkanSceneGraph\build", "vsgXchange", "vsgImGui", "vsgExamples", "vsgTutorial" | |
$installDir = "${PSScriptRoot}\install" | |
$buildDirs | ForEach-Object { | |
Push-Location $_ | |
try { | |
$branch = git branch --show-current | |
if ($branch -ne "master") { | |
Write-Warning "$_ is on branch $branch" | |
} |