Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [10:49:27.000] INFO Started at 2022-07-27 10:49:27
- [10:49:27.000] INFO mi-malloc version 171
- [10:49:27.000] INFO SDL: Built w/ v2.0.16, linked w/ v2.0.16
- [10:49:27.078] INFO Looks like we are running via Steam
- [10:49:27.078] INFO Loaded build_id 20220615113641
- [10:49:27.078] INFO Loaded build 115872
- [10:49:27.078] INFO Loaded version 115872
- [10:49:27.078] INFO Requires SSE4.1
- [10:49:27.078] INFO Log file C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\log\PA-2022-07-27_104927.txt opened
- [10:49:27.078] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:49:27.078] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:49:27.078] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:49:27.078] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:49:27.078] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:49:27.078] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:49:27.078] INFO Init mods
- [10:49:27.078] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:49:27.094] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/client_mods/"; no mods will be loaded from this path
- [10:49:27.094] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /client_mods/mods.json file; mods will not be mounted
- [10:49:27.094] INFO Mounted 0 of 2 loaded filesystem client mods
- [10:49:27.094] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:49:27.094] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/server_mods/"; no mods will be loaded from this path
- [10:49:27.094] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /server_mods/mods.json file; mods will not be mounted
- [10:49:27.094] INFO Mounted 0 of 4 loaded filesystem server mods
- [10:49:27.094] INFO Refreshing filesystem
- [10:49:27.094] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:49:27.094] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:49:27.094] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:49:27.094] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:49:27.094] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:49:27.094] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:49:27.094] INFO Init mods
- [10:49:27.094] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:49:27.094] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/client_mods/"; no mods will be loaded from this path
- [10:49:27.094] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /client_mods/mods.json file; mods will not be mounted
- [10:49:27.094] INFO Mounted 0 of 2 loaded filesystem client mods
- [10:49:27.094] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:49:27.109] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/server_mods/"; no mods will be loaded from this path
- [10:49:27.109] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /server_mods/mods.json file; mods will not be mounted
- [10:49:27.109] INFO Mounted 0 of 4 loaded filesystem server mods
- [10:49:27.109] INFO Refreshing filesystem
- [10:49:27.297] INFO Successfully created context with configuration 1/11: v4.6 (core)
- [10:49:27.297] INFO HAL initializing...
- [10:49:27.297] INFO OpenGL Vendor: ATI Technologies Inc.
- [10:49:27.297] INFO OpenGL Renderer: AMD Radeon RX 6700 XT
- [10:49:27.297] INFO OpenGL Version: 4.6.0 Core Profile Context 22.7.1.220725
- [10:49:27.297] INFO OpenGL Shader Language Version: 4.60
- [10:49:27.297] INFO Vendor flag set to AMD/ATI
- [10:49:27.313] INFO Supported rasterizer capabilities: Gamma correct pipeline, Ranged mapping, Advanced instancing, Advanced shaders, Compute shaders, Persistent buffer mapping
- [10:49:27.313] INFO Unsupported rasterizer capabilities:
- [10:49:27.313] INFO Buffer textures enabled.
- [10:49:27.313] INFO initial size 2560x1351
- [10:49:27.313] WARN Discord failed 4
- [10:49:27.328] INFO Starting async parallel for driver with 22 threads
- [10:49:27.328] INFO Loading effects from file /shaders/post.json
- [10:49:27.453] ERROR Error compiling shader sao_apply.fs:
- #version 140
- // sao_downscale_and_reconstruct.fs
- #extension GL_ARB_gpu_shader5 : enable
- #line 1 1
- // sao_include.fs
- uniform sampler2D PostSourceTexture;
- uniform vec3 clipInfo;
- uniform vec4 projInfo;
- ////////////////////////////////////////////////////////////////
- // Internal technique constants. Don't mess with these.
- #define NUM_SAMPLES (5)
- #define LOG_MAX_OFFSET (3)
- #define MAX_MIP_LEVEL (5)
- #define FAR_PLANE_Z (-300.0)
- #define NUM_SPIRAL_TURNS (7)
- vec3 reconstructCSPosition(vec2 S, float z)
- {
- return vec3((S.xy * projInfo.xy + projInfo.zw) * z, z);
- }
- vec3 reconstructCSFaceNormal(vec3 C)
- {
- return normalize(cross(dFdy(C), dFdx(C)));
- }
- vec3 reconstructNonUnitCSFaceNormal(vec3 C)
- {
- return cross(dFdy(C), dFdx(C));
- }
- float CSZToKey(float z)
- {
- return clamp(-z * (1.0 / FAR_PLANE_Z), 0.0, 1.0);
- }
- //** Used for packing Z into the GB channels */
- void packKey(float key, out vec2 p)
- {
- // Round to the nearest 1/256.0
- float temp = floor(key * 256.0);
- // Integer part
- p.x = temp * (1.0 / 256.0);
- // Fractional part
- p.y = key * 256.0 - temp;
- }
- //** Returns a number on (0, 1) */
- float unpackKey(vec2 p)
- {
- return -p.x * (256.0 / 257.0) + -p.y * (1.0 / 257.0);
- }
- #line 7 0
- out vec3 out_FragColor;
- #define visibility out_FragColor.r
- #define bilateralKey out_FragColor.gb
- ////////////////////////////////////////////////////////////////
- // Tweakable parameters. You can mess with these, to change
- // the look of the effect.
- #define projScale 250.0
- #define radius 0.75
- #define radius2 (radius * radius)
- #define bias 0.01
- #define intensity 0.33
- #define intensityDivR6 0.333333
- #define epsilon 0.001
- //** Returns a unit vector and a screen-space radius for the tap on a unit disk (the caller should scale by the actual disk radius) */
- vec2 tapLocation(int sampleNumber, float spinAngle, out float ssR)
- {
- // Radius relative to ssR
- float alpha = float(sampleNumber + 0.5) * (1.0 / NUM_SAMPLES);
- float angle = alpha * (NUM_SPIRAL_TURNS * 6.28) + spinAngle;
- ssR = alpha;
- return vec2(cos(angle), sin(angle));
- }
- //** Read the camera-space position of the point at screen-space pixel ssP */
- vec3 getPosition(ivec2 ssP)
- {
- vec3 P;
- P.z = texelFetch(PostSourceTexture, ssP, 0).r;
- // Offset to pixel center
- P = reconstructCSPosition(vec2(ssP) + vec2(0.5), P.z);
- return P;
- }
- // Read the camera-space position of the point at screen-space pixel ssP + unitOffset * ssR. Assumes length(unitOffset) == 1 */
- vec3 getOffsetPosition(ivec2 ssC, vec2 unitOffset, float ssR)
- {
- // Derivation:
- // mipLevel = floor(log(ssR / MAX_OFFSET));
- # ifdef GL_ARB_gpu_shader5
- int mipLevel = clamp(findMSB(int(ssR)) - LOG_MAX_OFFSET, 0, MAX_MIP_LEVEL);
- # else
- int mipLevel = clamp(int(floor(log2(ssR))) - LOG_MAX_OFFSET, 0, MAX_MIP_LEVEL);
- # endif
- ivec2 ssP = ivec2(ssR * unitOffset) + ssC;
- vec3 P;
- // We need to divide by 2^mipLevel to read the appropriately scaled coordinate from a MIP-map.
- // Manually clamp to the texture size because texelFetch bypasses the texture unit
- ivec2 mipP = clamp(ssP >> mipLevel, ivec2(0), textureSize(PostSourceTexture, mipLevel) - ivec2(1));
- P.z = texelFetch(PostSourceTexture, mipP, mipLevel).r;
- // Offset to pixel center
- P = reconstructCSPosition(vec2(ssP) + vec2(0.5), P.z);
- return P;
- }
- //** Compute the occlusion due to sample with index \a i about the pixel at \a ssC that corresponds
- // to camera-space point \a C with unit normal \a n_C, using maximum screen-space sampling radius \a ssDiskRadius
- //
- // Note that units of H() in the HPG12 paper are meters, not
- // unitless. The whole falloff/sampling function is therefore
- // unitless. In this implementation, we factor out (9 / radius).
- //
- // Four versions of the falloff function are implemented below
- //
- float sampleAO(in ivec2 ssC, in vec3 C, in vec3 n_C, in float ssDiskRadius, in int tapIndex, in float randomPatternRotationAngle)
- {
- // Offset on the unit disk, spun for this pixel
- float ssR;
- vec2 unitOffset = tapLocation(tapIndex, randomPatternRotationAngle, ssR);
- ssR *= ssDiskRadius;
- // The occluding point in camera space
- vec3 Q = getOffsetPosition(ssC, unitOffset, ssR);
- vec3 v = Q - C;
- float vv = dot(v, v);
- float vn = dot(v, n_C);
- // A: From the HPG12 paper
- // Note large epsilon to avoid overdarkening within cracks
- // return float(vv < radius2) * max((vn - bias) / (epsilon + vv), 0.0) * radius2 * 0.6;
- // B: Smoother transition to zero (lowers contrast, smoothing out corners). [Recommended]
- float f = max(radius2 - vv, 0.0); return f * f * f * max((vn - bias) / (epsilon + vv), 0.0);
- // C: Medium contrast (which looks better at high radii), no division. Note that the
- // contribution still falls off with radius^2, but we've adjusted the rate in a way that is
- // more computationally efficient and happens to be aesthetically pleasing.
- // return 4.0 * max(1.0 - vv * invRadius2, 0.0) * max(vn - bias, 0.0);
- // D: Low contrast, no division operation
- // return 2.0 * float(vv < radius * radius) * max(vn - bias, 0.0);
- }
- void main()
- {
- // Pixel being shaded
- ivec2 ssC = ivec2(gl_FragCoord.xy);
- // World space point being shaded
- vec3 C = getPosition(ssC);
- packKey(CSZToKey(C.z), bilateralKey);
- // if (C.z < FAR_PLANE_Z)
- // {
- // // We're on the skybox
- // discard;
- // }
- // Hash function used in the HPG12 AlchemyAO paper
- float randomPatternRotationAngle = (3 * ssC.x ^ ssC.y + ssC.x * ssC.y) * 10;
- // Reconstruct normals from positions. These will lead to 1-pixel black lines
- // at depth discontinuities, however the blur will wipe those out so they are not visible
- // in the final image.
- vec3 n_C = reconstructCSFaceNormal(C);
- // Choose the screen-space sample radius
- // proportional to the projected area of the sphere
- float ssDiskRadius = -projScale * radius / C.z;
- float sum = 0.0;
- for (int i = 0; i < NUM_SAMPLES; ++i)
- {
- sum += sampleAO(ssC, C, n_C, ssDiskRadius, i, randomPatternRotationAngle);
- }
- float A = max(0.0, 1.0 - sum * intensityDivR6 * (5.0 / NUM_SAMPLES));
- // Bilateral box-filter over a quad for free, respecting depth edges
- // (the difference that this makes is subtle)
- if (abs(dFdx(C.z)) < 0.02)
- {
- A -= dFdx(A) * ((ssC.x & 1) - 0.5);
- }
- if (abs(dFdy(C.z)) < 0.02)
- {
- A -= dFdy(A) * ((ssC.y & 1) - 0.5);
- }
- visibility = A;
- }
- ERROR: 0:56: 'findMSB' : no matching overloaded function found
- ERROR: 0:56: '' : missing #endif
- ERROR: 0:56: '' : compilation terminated
- ERROR: 3 compilation errors. No code generated.
- [10:49:27.453] INFO Failed to load pixel shader sao_apply.fs for technique SAO_Apply
- [10:49:27.453] INFO Technique in effect Post failed
- [10:49:27.469] INFO Loading effects from file /shaders/content.json
- [10:49:28.813] INFO Loading effects from file /shaders/impostors.json
- [10:49:28.828] INFO Loading effects from file /shaders/misc.json
- [10:49:28.906] INFO Loading effects from file /shaders/particle.json
- [10:49:28.313] INFO Loading effects from file /shaders/scene.json
- [10:49:28.453] INFO Loading effects from file /shaders/vtex.json
- [10:49:28.500] INFO Coherent content root: "coui://ui/"
- [10:49:28.500] INFO Coherent host dir: "G:\\Steam\\steamapps\\common\\Planetary Annihilation Titans\\bin_x64\\host"
- [10:49:28.500] INFO Coherent local store: "C:\\Users\\steph\\AppData\\Local\\Uber Entertainment\\Planetary Annihilation\\localstore"
- [10:49:28.500] INFO Coherent crash dumps: "C:\\Users\\steph\\AppData\\Local\\Uber Entertainment\\Planetary Annihilation\\log"
- [10:49:28.531] INFO [COUI] Additional host options detected. Please note that these options are experimental, untested and not officially supported, they might cause unexpected behaviour.
- [10:49:28.531] INFO [COUI] AdditionalHostOptions {--resource-buffer-max-allocation-size=134217728 --resource-buffer-size=2097152}
- [10:49:28.594] INFO Applying Unit Spec Tag
- [10:49:28.594] INFO ClientInterface constructed
- [10:49:32.906] INFO FMOD Version 4.44.64
- [10:49:32.938] INFO {{FMOD}} fmod buffer size 5
- [10:49:32.969] INFO Using local server at G:\Steam\steamapps\common\Planetary Annihilation Titans\bin_x64\server.exe
- [10:49:32.969] INFO [COUI] PID: 4664 | 5744 09:49:28.915030 [4664:5744:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:32.969] INFO [COUI] PID: 4664 | 5744 09:49:29.153030 [4664:5744:WARNING:(0)] locale_file_path.empty()
- [10:49:32.000] INFO client::ClientGame::ContextReady
- [10:49:32.000] INFO gEngineParams = {"devmode":false,"steam":{"steamid":"76561197973118077","confirmed":true,"titans_kickstarter_gift":false,"persona_name":"Bostonjunk","owned_content":["PAExpansion1"]},"gog":{"confirmed":false}};
- gUnlockedContent = ["PAExpansion1"];
- gActiveContent = "PAExpansion1";
- gSessionBackup = {};
- gPanelPageId = undefined;
- gNoMods = false;
- gVersion = "115872";
- gBuild = "115872";
- gBuildID = "20220615113641";
- gBuildId = "20220615113641";
- gOffline = false;
- gModsOffline = false;
- gModsUrl = "https://mods.planetaryannihilation.net/";
- [10:49:32.125] INFO [COUI] PID: 4664 | 6744 09:49:32.355454 [12808:21088:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:32.125] INFO [COUI] PID: 4664 | 6744 09:49:32.370454 [9932:12072:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:32.125] INFO [COUI] PID: 4664 | 6744 09:49:32.377455 [2864:6224:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:32.219] INFO Caching boot.js & boot.css
- [10:49:33.734] ERROR ContentBundler::appendFile Unable to find path: /ui/mods/ui_mod_list.js
- [10:49:33.375] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 3
- [10:49:33.375] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 3
- [10:49:33.375] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 3
- [10:49:33.391] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 4
- [10:49:33.391] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 4
- [10:49:33.391] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 4
- [10:49:33.484] INFO [COUI] PID: 4664 | 6744 09:49:33.280453 [22900:4680:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:33.484] INFO [COUI] PID: 4664 | 6744 09:49:33.287452 [20896:22064:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:33.500] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:1310: community mods ready
- [10:49:34.859] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:1310: community mods ready
- [10:49:36.969] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:1310: community mods ready
- [10:49:36.375] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.gwaioverhaul.zip downloading 0 / 1292045
- [10:49:36.375] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.AIBugfixEnhancement.zip downloading 0 / 30712
- [10:49:36.375] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: pachat.zip downloading 0 / 0
- [10:49:37.875] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.gwaioverhaul.zip downloading 0 / 1292045
- [10:49:37.891] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.AIBugfixEnhancement.zip downloading 0 / 30712
- [10:49:37.906] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: pachat.zip downloading 0 / 0
- [10:49:37.203] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: pachat.zip complete 18755 / 18755
- [10:49:37.234] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.AIBugfixEnhancement.zip complete 31846 / 31846
- [10:49:37.406] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.gwaioverhaul.zip downloading 121486 / 1292857
- [10:49:38.875] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: com.pa.quitch.gwaioverhaul.zip complete 1292857 / 1292857
- [10:49:38.984] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: community-mods-client.zip complete 14679 / 14679
- [10:49:38.984] INFO Refreshing filesystem
- [10:49:38.984] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:921: community-mods-server.zip complete 126061 / 126061
- [10:49:39.641] INFO Refreshing filesystem
- [10:49:39.641] INFO Caching boot.js & boot.css
- [10:49:39.688] ERROR ContentBundler::appendFile Unable to find path: /ui/mods/ui_mod_list.js
- [10:49:39.703] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:49:39.703] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:49:39.703] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:49:39.703] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:49:39.703] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:49:39.703] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:49:41.297] INFO Applying Unit Spec Tag
- [10:49:41.297] INFO ClientInterface constructed
- [10:49:41.656] INFO Init mods
- [10:49:41.656] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:49:41.656] WARN : mod is unsigned
- [10:49:41.656] WARN : mod is unsigned
- [10:49:41.672] INFO Mounted 26 of 28 loaded filesystem client mods
- [10:49:41.672] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:49:41.672] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/server_mods/"; no mods will be loaded from this path
- [10:49:41.672] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /server_mods/mods.json file; mods will not be mounted
- [10:49:41.672] INFO Mounted 0 of 4 loaded filesystem server mods
- [10:49:41.688] INFO Refreshing filesystem
- [10:49:41.688] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:41.688] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:41.688] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:41.688] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0 seconds
- [10:49:41.688] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:41.688] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0 seconds
- [10:49:41.688] INFO Caching boot.js & boot.css
- [10:49:42.734] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.781] INFO Reloading shader liquid_flow.fs
- [10:49:42.781] INFO Reloading shader particle_icon.fs
- [10:49:42.781] INFO Reloading shader prelight_pa_unit_fab.fs
- [10:49:42.781] INFO Failed to load shader file: prelight_pa_unit_fab.fs
- [10:49:42.781] INFO Reloading shader unit_ring_hover.fs
- [10:49:42.781] INFO Reloading shader unit_ring_selection.fs
- [10:49:42.797] INFO [COUI] PID: 4664 | 6744 09:49:42.077059 [23396:15580:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:42.797] INFO [COUI] PID: 4664 | 6744 09:49:42.086060 [4676:3092:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:49:42.969] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:42.969] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:42.969] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:42.969] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:42.969] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:42.969] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:42.969] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.101 seconds
- [10:49:42.969] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.088 seconds
- [10:49:42.984] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.103 seconds
- [10:49:42.984] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.09 seconds
- [10:49:42.016] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.016] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.031] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.031] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:42.172] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:42.172] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:42.172] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:42.172] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:42.172] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:42.172] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:42.172] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.024 seconds
- [10:49:42.188] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.006 seconds
- [10:49:42.188] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.025 seconds
- [10:49:42.188] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.008 seconds
- [10:49:42.250] INFO Resetting game state
- [10:49:42.250] INFO Mouse constraint cleared.
- [10:49:42.250] INFO Audio: cue mods reset
- [10:49:42.250] INFO ClientInterface constructed
- [10:49:42.250] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:49:42.250] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:49:42.250] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:49:42.250] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:49:42.250] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:49:42.250] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:49:44.859] INFO Applying Unit Spec Tag
- [10:49:44.875] INFO ClientInterface constructed
- [10:49:44.234] INFO Init mods
- [10:49:44.234] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:49:44.234] WARN : mod is unsigned
- [10:49:44.234] WARN : mod is unsigned
- [10:49:44.250] INFO Mounted 26 of 28 loaded filesystem client mods
- [10:49:44.250] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:49:44.250] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/server_mods/"; no mods will be loaded from this path
- [10:49:44.250] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /server_mods/mods.json file; mods will not be mounted
- [10:49:44.250] INFO Mounted 0 of 4 loaded filesystem server mods
- [10:49:44.266] INFO Refreshing filesystem
- [10:49:44.281] INFO Applying Unit Spec Tag
- [10:49:44.328] INFO ClientInterface constructed
- [10:49:44.688] INFO Caching boot.js & boot.css
- [10:49:45.734] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:45.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:45.859] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:45.859] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:45.859] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:45.875] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.002 seconds
- [10:49:45.875] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.004 seconds
- [10:49:45.875] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:45.875] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:45.875] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:45.875] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.005 seconds
- [10:49:45.875] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.007 seconds
- [10:49:45.453] INFO Setting option graphics to 'custom'
- [10:49:45.453] INFO Setting option graphics.vte to 'high'
- [10:49:45.453] INFO Setting option graphics.headlights to 'uber'
- [10:49:45.453] INFO Setting option graphics.shadows to 'uber'
- [10:49:45.453] INFO Setting option graphics.ao to 'on'
- [10:49:45.453] INFO Setting option graphics.hdr to 'on'
- [10:49:45.453] INFO Setting option graphics.aa to 'fxaa'
- [10:49:45.453] INFO Setting option graphics.display_mode to 'windowed'
- [10:49:45.453] INFO Setting camera mouse pan speed to 1x
- [10:49:45.453] INFO Setting camera key pan speed to 1x
- [10:49:45.453] INFO Setting camera zoom speed to 4x
- [10:49:45.453] INFO Setting camera friction to 2.5x
- [10:49:45.453] INFO Setting camera edge scroll to on
- [10:49:45.453] INFO Setting planet pole lock to off
- [10:49:45.453] INFO Setting camera mouse pan button to 0
- [10:49:45.453] INFO client::ClientGame::setMusic /Music/Main_Menu_Music_return_from_game
- [10:49:47.922] INFO Setting option graphics to 'custom'
- [10:49:47.922] INFO Setting option graphics.vte to 'high'
- [10:49:47.922] INFO Setting option graphics.headlights to 'uber'
- [10:49:47.922] INFO Setting option graphics.shadows to 'uber'
- [10:49:47.922] INFO Setting option graphics.ao to 'on'
- [10:49:47.922] INFO Setting option graphics.hdr to 'on'
- [10:49:47.922] INFO Setting option graphics.aa to 'fxaa'
- [10:49:47.922] INFO Setting option graphics.display_mode to 'windowed'
- [10:49:47.922] INFO Setting camera mouse pan speed to 1x
- [10:49:47.922] INFO Setting camera key pan speed to 1x
- [10:49:47.922] INFO Setting camera zoom speed to 4x
- [10:49:47.922] INFO Setting camera friction to 2.5x
- [10:49:47.922] INFO Setting camera edge scroll to on
- [10:49:47.922] INFO Setting planet pole lock to off
- [10:49:47.922] INFO Setting camera mouse pan button to 0
- [10:49:47.234] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:49:47.234] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:49:47.234] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:49:47.234] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:49:47.234] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:49:47.234] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:49:49.828] INFO Applying Unit Spec Tag
- [10:49:49.844] INFO ClientInterface constructed
- [10:49:49.203] INFO Init mods
- [10:49:49.203] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:49:49.203] WARN : mod is unsigned
- [10:49:49.203] WARN : mod is unsigned
- [10:49:49.219] INFO Mounted 26 of 28 loaded filesystem client mods
- [10:49:49.219] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:49:49.219] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/server_mods/"; no mods will be loaded from this path
- [10:49:49.219] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /server_mods/mods.json file; mods will not be mounted
- [10:49:49.219] INFO Mounted 0 of 4 loaded filesystem server mods
- [10:49:49.234] INFO Refreshing filesystem
- [10:49:49.234] INFO gEngineParams = {"devmode":false,"steam":{"steamid":"76561197973118077","confirmed":true,"titans_kickstarter_gift":false,"persona_name":"Bostonjunk","owned_content":["PAExpansion1"]},"gog":{"confirmed":false}};
- gUnlockedContent = ["PAExpansion1"];
- gActiveContent = "PAExpansion1";
- gSessionBackup = {};
- gPanelPageId = undefined;
- gNoMods = false;
- gVersion = "115872";
- gBuild = "115872";
- gBuildID = "20220615113641";
- gBuildId = "20220615113641";
- gOffline = false;
- gModsOffline = false;
- gModsUrl = "https://mods.planetaryannihilation.net/";
- [10:49:49.234] INFO gEngineParams = {"devmode":false,"steam":{"steamid":"76561197973118077","confirmed":true,"titans_kickstarter_gift":false,"persona_name":"Bostonjunk","owned_content":["PAExpansion1"]},"gog":{"confirmed":false}};
- gUnlockedContent = ["PAExpansion1"];
- gActiveContent = "PAExpansion1";
- gSessionBackup = {};
- gPanelPageId = undefined;
- gNoMods = false;
- gVersion = "115872";
- gBuild = "115872";
- gBuildID = "20220615113641";
- gBuildId = "20220615113641";
- gOffline = false;
- gModsOffline = false;
- gModsUrl = "https://mods.planetaryannihilation.net/";
- [10:49:49.250] INFO Caching boot.js & boot.css
- [10:49:49.297] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:49.297] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:49.453] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:49.453] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:49.453] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:49.453] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:49.453] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:49.453] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:49.484] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.02 seconds
- [10:49:49.484] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.015 seconds
- [10:49:49.484] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.023 seconds
- [10:49:49.484] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.017 seconds
- [10:49:49.641] INFO [JS/uberbar] :441: connected to chat server
- [10:49:54.969] ERROR [JS/game] :1: Uncaught TypeError: undefined is not a function
- [10:49:54.094] INFO [JS/game] bundle://boot/boot.js:16503: loadMods...
- [10:49:54.094] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:54.094] WARN [JS/game] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:54.109] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.007 seconds
- [10:49:54.109] INFO [JS/game] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.009 seconds
- [10:49:54.125] INFO [JS/game] coui://ui/main/game/connect_to_game/connect_to_game.js:181: connect_to_game ?action=start&content=PAExpansion1&local=true
- [10:49:54.344] INFO [JS/game] coui://ui/main/game/community_mods/community-mods-manager.js:1310: community mods ready
- [10:49:54.469] INFO [JS/main] coui://ui/main/game/community_mods/community-mods-manager.js:917: community-mods-client.zip complete 14730 / 14730
- [10:49:54.469] INFO [JS/game] coui://ui/main/game/community_mods/community-mods-manager.js:921: community-mods-client.zip complete 14730 / 14730
- [10:49:54.500] INFO Refreshing filesystem
- [10:49:56.250] INFO Refreshing filesystem
- [10:49:56.250] INFO Caching boot.js & boot.css
- [10:49:56.297] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:49:56.297] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:49:56.297] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:49:56.297] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:49:56.297] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:49:56.297] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:49:58.938] INFO Applying Unit Spec Tag
- [10:49:58.953] INFO ClientInterface constructed
- [10:49:58.313] INFO Init mods
- [10:49:58.313] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:49:58.313] WARN : mod is unsigned
- [10:49:58.313] WARN : mod is unsigned
- [10:49:58.328] INFO Mounted 27 of 29 loaded filesystem client mods
- [10:49:58.328] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:49:58.328] INFO LoadedLocalModCollection::loadLocalModCollection: Failed listDir call for "/server_mods/"; no mods will be loaded from this path
- [10:49:58.328] WARN LoadedLocalModCollection::loadLocalModCollection: Could not open /server_mods/mods.json file; mods will not be mounted
- [10:49:58.328] INFO Mounted 0 of 4 loaded filesystem server mods
- [10:49:58.328] INFO Refreshing filesystem
- [10:49:58.328] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.328] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.344] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:58.344] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:58.344] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:58.344] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:58.344] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:58.344] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:58.516] INFO Refreshing filesystem
- [10:49:58.516] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 1.902 seconds
- [10:49:58.516] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 1.902 seconds
- [10:49:58.516] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 1.903 seconds
- [10:49:58.516] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 1.903 seconds
- [10:49:58.516] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.516] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.516] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.516] INFO Caching boot.js & boot.css
- [10:49:58.563] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.563] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.563] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.563] INFO Starting background thread pool with 22 threads
- [10:49:58.563] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.563] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.563] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.563] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:58.609] INFO Created subprocess 21840 from cmd line "G:\Steam\steamapps\common\Planetary Annihilation Titans\bin_x64\server.exe" --headless --allow-lan --game-mode PAExpansion1:Config --enable-crash-reporting --disable-replays --output-dir "C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation" --download-dir "C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\\" --mount-zips [[\"/download/info.nanodesu.ubermap.zip\",\"/client_mods/info.nanodesu.ubermap/\"],[\"/download/com.pa.anonemous2.alienworlds.released.companion.zip\",\"/client_mods/com.pa.anonemous2.alienworlds.released.companion/\"],[\"/download/com.pa.conundrum.cShareSystems.zip\",\"/client_mods/com.pa.conundrum.cShareSystems/\"],[\"/download/com.pa.legion-expansion-client.zip\",\"/client_mods/com.pa.legion-expansion-client/\"],[\"/download/com.exodusesports.tournamentmappack.zip\",\"/client_mods/com.exodusesports.tournamentmappack/\"],[\"/download/com.pa.mikeyh.auto-start-game.zip\",\"/client_mods/com.pa.mikeyh.auto-start-game/\"],[\"/download/com.pa.mikeyh.lobby-system-preview-client.zip\",\"/client_mods/com.pa.mikeyh.lobby-system-preview-client/\"],[\"/download/com.pa.DeathByDenim.dFavouriteColour.zip\",\"/client_mods/com.pa.DeathByDenim.dFavouriteColour/\"],[\"/download/com.pa.domdom.color_chat.zip\",\"/client_mods/com.pa.domdom.color_chat/\"],[\"/download/com.wondible.pa.two_color_icons.zip\",\"/client_mods/com.wondible.pa.two_color_icons/\"],[\"/download/nl.pa.wpmarshall.wpmarshall_map_pack.zip\",\"/client_mods/nl.pa.wpmarshall.wpmarshall_map_pack/\"],[\"/download/com.pa.lula-mae.milkyway-skybox.zip\",\"/client_mods/com.pa.lula-mae.milkyway-skybox/\"],[\"/download/com.pa.grandhomie.simplebiomes.client.zip\",\"/client_mods/com.pa.grandhomie.simplebiomes.client/\"],[\"/download/com.pa.grandhomie.maps.zip\",\"/client_mods/com.pa.grandhomie.maps/\"],[\"/download/com.pa.water-depth.zip\",\"/client_mods/com.pa.water-depth/\"],[\"/download/com.pa.academia.maps.zip\",\"/client_mods/com.pa.academia.maps/\"],[\"/download/uk.pa.tetctree.zip\",\"/client_mods/uk.pa.tetctree/\"],[\"/download/uk.pa.tetcmappack.zip\",\"/client_mods/uk.pa.tetcmappack/\"],[\"/download/com.pa.sonicblue22.maps.zip\",\"/client_mods/com.pa.sonicblue22.maps/\"],[\"/download/com.pa.anonemous2.alienworlds.released.client.zip\",\"/client_mods/com.pa.anonemous2.alienworlds.released.client/\"],[\"/download/info.reckoner.pa.mod-client.zip\",\"/client_mods/info.reckoner.pa.mod-client/\"],[\"/download/com.uberent.pa.PAFX.zip\",\"/client_mods/com.uberent.pa.PAFX/\"],[\"/download/pachat.zip\",\"/client_mods/pachat/\"],[\"/download/com.flubbateios.stats.zip\",\"/client_mods/com.flubbateios.stats/\"],[\"/download/com.pa.domdom.laser_unit_effects.zip\",\"/client_mods/com.pa.domdom.laser_unit_effects/\"],[\"/download/com.pa.quitch.gwaioverhaul.zip\",\"/client_mods/com.pa.quitch.gwaioverhaul/\"],[\"/download/community-mods-client.zip\",\"/client_mods/\"],[\"/download/com.pa.quitch.AIBugfixEnhancement.zip\",\"/server_mods/com.pa.quitch.AIBugfixEnhancement/\"],[\"/download/com.pa.quitch.qAIModCompatibilityPatch.zip\",\"/server_mods/com.pa.quitch.qAIModCompatibilityPatch/\"],[\"/download/com.pa.legion-expansion-server.zip\",\"/server_mods/com.pa.legion-expansion-server/\"],[\"/download/com.pa.mikeyh.display-ranks.zip\",\"/server_mods/com.pa.mikeyh.display-ranks/\"],[\"/download/com.pa.mikeyh.lobby-system-preview.zip\",\"/server_mods/com.pa.mikeyh.lobby-system-preview/\"],[\"/download/com.pa.mikeyh.ready-up.zip\",\"/server_mods/com.pa.mikeyh.ready-up/\"],[\"/download/com.pa.grandhomie.simplebiomes.server.zip\",\"/server_mods/com.pa.grandhomie.simplebiomes.server/\"],[\"/download/com.pa.ferretmaster.visible-spawns.zip\",\"/server_mods/com.pa.ferretmaster.visible-spawns/\"],[\"/download/com.pa.anonemous2.alienworlds.released.server.zip\",\"/server_mods/com.pa.anonemous2.alienworlds.released.server/\"],[\"/download/uk.pa.tetctree.server.zip\",\"/server_mods/uk.pa.tetctree.server/\"],[\"/download/info.reckoner.pa.mod-server.zip\",\"/server_mods/info.reckoner.pa.mod-server/\"],[\"/download/community-mods-server.zip\",\"/server_mods/\"]] --ubernet-url https://service.planetaryannihilation.net --monitor-url https://service.planetaryannihilation.net --mt-enabled
- [10:49:58.703] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:58.703] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:58.703] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:59.719] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.004 seconds
- [10:49:59.719] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.005 seconds
- [10:49:59.719] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:59.719] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:59.719] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:59.734] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.007 seconds
- [10:49:59.734] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.01 seconds
- [10:49:59.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.734] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.750] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.750] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.750] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.750] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:49:59.875] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:59.875] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:59.875] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:59.875] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.004 seconds
- [10:49:59.875] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.005 seconds
- [10:49:59.938] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:49:59.938] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:49:59.938] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:49:59.953] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.007 seconds
- [10:49:59.953] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.008 seconds
- [10:50:00.609] INFO [JS/game] coui://ui/main/game/community_mods/community-mods-manager.js:1310: community mods ready
- [10:50:01.797] INFO Refreshing filesystem
- [10:50:01.813] INFO [JS/game] bundle://boot/boot.js:10912: api.net.connect localhost:20545 PAExpansion1
- [10:50:01.813] INFO Resetting game state
- [10:50:01.813] INFO Mouse constraint cleared.
- [10:50:01.813] INFO Audio: cue mods reset
- [10:50:01.813] INFO ClientInterface constructed
- [10:50:01.813] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\ as /
- [10:50:01.813] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\pa_ex1\ as /pa/
- [10:50:01.813] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\mods\ as /client_mods/
- [10:50:01.813] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\server_mods\ as /server_mods/
- [10:50:01.813] INFO Mounting G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stockmods\ as /stock_mods/
- [10:50:01.813] INFO Mounting C:\Users\steph\AppData\Local\Uber Entertainment\Planetary Annihilation\download\ as /download/
- [10:50:02.641] INFO Applying Unit Spec Tag
- [10:50:02.656] INFO ClientInterface constructed
- [10:50:03.031] INFO Init mods
- [10:50:03.031] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\client\: 3
- [10:50:03.031] WARN : mod is unsigned
- [10:50:03.031] WARN : mod is unsigned
- [10:50:03.047] INFO Mounted 27 of 29 loaded filesystem client mods
- [10:50:03.047] ERROR Error reading G:\Steam\steamapps\common\Planetary Annihilation Titans\media\stock_mods\server\: 3
- [10:50:03.125] INFO Mounted 12 of 16 loaded filesystem server mods
- [10:50:03.141] INFO Refreshing filesystem
- [10:50:03.141] INFO Caching boot.js & boot.css
- [10:50:03.188] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.188] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.188] INFO Connect to localhost:20545 worked
- [10:50:03.219] INFO Server version is 115872
- [10:50:03.219] INFO Server buildid is 20220615113641
- [10:50:03.219] INFO Server replay version is 2
- [10:50:03.219] INFO client::ClientGame::connection_LoginAccepted
- [10:50:03.234] INFO client::ClientInterface::setControlFlags
- [10:50:03.234] INFO client::ClientInterface::setVisionFlags
- [10:50:03.234] INFO client::ClientInterface::setVisionFlagsMask
- [10:50:03.375] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:03.375] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:03.375] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:03.375] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:03.375] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:03.375] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:03.375] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.054 seconds
- [10:50:03.375] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.028 seconds
- [10:50:03.375] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.054 seconds
- [10:50:03.375] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.029 seconds
- [10:50:03.406] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.406] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.406] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.406] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.406] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.484] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.484] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.484] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.484] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.484] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:03.578] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:03.578] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:03.578] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:03.594] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.01 seconds
- [10:50:03.594] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.012 seconds
- [10:50:03.656] INFO Refreshing filesystem
- [10:50:03.656] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:03.656] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:03.656] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:03.672] INFO Applying Unit Spec Tag
- [10:50:03.688] INFO ClientInterface constructed
- [10:50:04.297] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.016 seconds
- [10:50:04.313] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.018 seconds
- [10:50:04.328] INFO Caching boot.js & boot.css
- [10:50:04.375] ERROR [JS/SpecialIconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:04.375] ERROR [JS/game] :1: Uncaught TypeError: undefined is not a function
- [10:50:04.406] ERROR [JS/IconAtlas] :1: Uncaught TypeError: undefined is not a function
- [10:50:04.422] INFO Reloading shader prelight_pa_unit_fab.fs
- [10:50:04.516] WARN [JS/game] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:04.516] WARN [JS/SpecialIconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:04.516] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/ui_mod_list_for_server.js loaded in 0.007 seconds
- [10:50:04.516] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ui_mod_list_for_server.js loaded in 0.008 seconds
- [10:50:04.516] INFO [JS/game] bundle://boot/boot.js:16503: loadMods...
- [10:50:04.516] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:04.531] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.002 seconds
- [10:50:04.531] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:04.531] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:04.531] INFO [JS/game] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.003 seconds
- [10:50:04.547] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.005 seconds
- [10:50:04.547] INFO [JS/SpecialIconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.007 seconds
- [10:50:04.563] WARN [JS/IconAtlas] :0: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
- [10:50:04.578] INFO [COUI] PID: 4664 | 6744 09:50:04.850127 Could not recognize the mime type of coui://ui/main/shared/font/glyphicons-halflings-regular.ttf
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ui_mod_list_for_server.js loaded in 0.007 seconds
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/ubermap/ubermapActionSets.js"
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/ubermap/ubermapActionSets.js loaded in 0.003 seconds
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.004 seconds
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16503: loadMods...
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.legion-expansion/icon_atlas.js"
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.legion-expansion/icon_atlas.js loaded in 0.003 seconds
- [10:50:04.578] INFO [JS/IconAtlas] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.004 seconds
- [10:50:04.609] INFO [JS/game] bundle://boot/boot.js:16503: loadMods...
- [10:50:04.609] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.legion-expansion/new_game.js"
- [10:50:05.750] INFO [COUI] PID: 4664 | 6744 09:50:04.908124 [5760:5548:WARNING:resource_bundle.cc(303)] locale_file_path.empty()
- [10:50:05.766] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.legion-expansion/new_game.js loaded in 0.168 seconds
- [10:50:05.781] INFO [JS/game] bundle://boot/boot.js:16432: coui://ui/mods/com.pa.legion-expansion/new_game/welcome.html loaded in 0.009 seconds
- [10:50:05.797] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.legion-expansion/common.js loaded in 0.008 seconds
- [10:50:05.797] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.mikeyh.auto-start-game/new_game.js"
- [10:50:05.797] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.mikeyh.auto-start-game/new_game.js loaded in 0.011 seconds
- [10:50:05.797] INFO [JS/game] :6: com.pa.mikey.auto-start-game new_game.js last tested on 105067 Titans
- [10:50:05.797] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.mikeyh.lobby-system-preview/new_game.css"
- [10:50:05.797] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.mikeyh.lobby-system-preview/new_game.js"
- [10:50:05.813] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.mikeyh.lobby-system-preview/new_game.js loaded in 0.009 seconds
- [10:50:05.813] INFO [JS/game] :15: com.pa.mikeyh.lobby-system-preview new_game.js
- [10:50:05.813] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/dfavouritecolour/dfavouritecolour_new_game.js"
- [10:50:05.813] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/dfavouritecolour/dfavouritecolour_new_game.js loaded in 0.005 seconds
- [10:50:05.828] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/dfavouritecolour/color_table.js loaded in 0.006 seconds
- [10:50:05.828] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/info.reckoner.pa.mod-server/new_game.js"
- [10:50:05.828] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/info.reckoner.pa.mod-server/new_game.js loaded in 0.003 seconds
- [10:50:05.828] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/community-mods-client/new_game.js"
- [10:50:05.844] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/community-mods-client/new_game.js loaded in 0.008 seconds
- [10:50:05.844] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.quitch.AIBugfixEnhancement/difficulty.js"
- [10:50:05.844] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.quitch.AIBugfixEnhancement/difficulty.js loaded in 0.011 seconds
- [10:50:05.844] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.mikeyh.display-ranks/new_game.js"
- [10:50:05.859] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.mikeyh.display-ranks/new_game.js loaded in 0.006 seconds
- [10:50:05.859] INFO [JS/game] :16: com.pa.mikeyh.display-ranks new_game.js
- [10:50:05.875] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/main/shared/js/matchmaking_utility.js loaded in 0.006 seconds
- [10:50:05.875] INFO [JS/game] bundle://boot/boot.js:16507: "coui://ui/mods/com.pa.mikeyh.ready-up/new_game.js"
- [10:50:05.875] INFO [JS/game] bundle://boot/boot.js:16458: coui://ui/mods/com.pa.mikeyh.ready-up/new_game.js loaded in 0.016 seconds
- [10:50:05.875] INFO [JS/game] :16: com.pa.mikeyh.ready-up new_game.js
- [10:50:05.875] INFO [JS/game] bundle://boot/boot.js:16515: loadMods done. mods loaded in 0.28 seconds
- [10:50:05.578] INFO [JS/game] :98: Setting primary colour
- [10:50:05.703] INFO [JS/game] :114: Setting alternative primary colour
- [10:50:06.734] INFO [JS/game] :122: Setting alternative secondary colour
- [10:50:06.125] INFO [JS/game] :173: [object Object]
- [10:50:07.969] INFO [JS/game] :173: [object Object]
- [10:50:20.750] INFO client::ClientGame::connection_GameConfig
- [10:50:20.750] INFO client::ClientGame::connection_SimCreated
- [10:50:23.984] INFO Building planet of radius 650 detail 2
- [10:50:23.594] INFO 34633 decals generated.
- [10:50:24.375] INFO 182921 total planet faces.
- [10:50:24.625] INFO 0 feature decals generated.
- [10:50:26.875] INFO build complete: 2.88 sec (2.88 sec)
- PlanetBuilder::buildAsync: 2.88 sec (2.88 sec)
- BuildMeshes: 1.24 sec (1.24 sec)
- Final: 115. msec (115. msec)
- SetupVT: 1.11 sec (1.11 sec)
- Water: 8.85 msec (8.85 msec)
- other: 3.70 usec
- Csg: 908. msec (908. msec)
- UpdateBVH: 128. msec (128. msec)
- other: 779. msec
- Features: 126. msec (126. msec)
- PostCopyFeatureDecals: 107. usec (107. usec)
- generate: 125. msec (125. msec)
- other: 5.20 usec
- Flow Water: 2.20 usec (2.20 usec)
- GenBrushes: 130. msec (130. msec)
- PostCopyDecals: 881. usec (881. usec)
- other: 129. msec
- GenSurface: 312. usec (312. usec)
- GenWater: 7.01 msec (7.01 msec)
- PreCsg: 56.8 msec (56.8 msec)
- Create Surface Meshes: 41.0 msec (41.0 msec)
- Connectivity: 32.8 msec (32.8 msec)
- other: 8.13 msec
- other: 15.9 msec
- PreviewSurfaceIters: 19.0 msec (19.0 msec)
- computeBiomeDistance: 7.78 msec (7.78 msec)
- computePoleDistance: 203. usec (203. usec)
- computeWaterDistance: 9.48 msec (9.48 msec)
- genBiomes: 892. usec (892. usec)
- genHeight: 502. usec (502. usec)
- other: 160. usec
- UpdateBVH: 6.12 msec (6.12 msec)
- other: 392. msec
- other: 2.53 msec
- [10:50:32.734] INFO ClientPlanet::finishPlanet - Nav Geom: 0.494105
- [10:50:32.734] INFO ClientPlanet::finishPlanet - Physics: 0.000032
- [10:50:37.391] INFO addPathCostForWallBorders [683.927] msec
- [10:50:37.391] INFO ClientPlanet::finishPlanet - Nav Init: 5.665944
- [10:50:37.406] INFO ClientPlanet::finishPlanet - Cost stamps: 0.001306
- [10:50:37.438] INFO client::ClientGame::createHolodeck 0 {"visible":true,"no-focus":true,"left":0.31855469942092896,"top":0.05180388529139685,"width":0.5400390625,"height":0.8399629972247918,"zIndex":-1,"view":{"id":0}}
- [10:50:38.219] INFO ClientWorld::updateObservability - Updating [19528]
- [10:50:38.219] INFO client::ClientWorld::updateObservability visible hidden mesh 0 0 0
- [10:51:51.969] INFO Resolving 0 callstacks
- [10:51:51.969] INFO Resolve complete
- [10:51:51.016] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 0
- [10:51:51.016] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 0
- [10:51:51.016] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 0
- [10:51:51.016] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 5
- [10:51:51.016] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 5
- [10:51:51.016] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 5
- [10:51:51.031] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 6
- [10:51:51.031] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 6
- [10:51:51.031] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 6
- [10:51:51.031] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 7
- [10:51:51.031] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 7
- [10:51:51.031] INFO [COUI] Assert failure: This view doesn't support binding yet ViewImpl Id 7
- [10:51:51.031] INFO Shutting down CoherentUI
- [10:51:51.328] INFO Subprocess 21840 reaped (exit code=-1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement