ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 26 forks source link

NullException error #109

Closed maxdup closed 4 years ago

maxdup commented 4 years ago

version 27.8

Debug.log

CompilePal - Cubemap Generator Detecting HDR levels... Map requires one set of cubemaps Compiling cubemaps... Cubemaps compiled An exception was caught by the ExceptionHandler: System.ArgumentNullException: Value cannot be null. Parameter name: collection at System.Collections.Generic.List1.InsertRange(Int32 index, IEnumerable1 collection) at System.Collections.Generic.List1.AddRange(IEnumerable1 collection) at CompilePalX.CompilingManager.CompileThreaded() in C:\Users\10zil\OneDrive\Documents\Projects\C Sharp\CompilePal\CompilePalX\Compiling\CompilingManager.cs:line 114 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

full log: https://pastebin.com/HdegrzEy

It seems to crash between cubemaps and repacking

Reported to me by Benroads. Ask me or him for additional context but I feel this should be an easy fix.

Exactol commented 4 years ago

I think this was fixed in a2dd282, Can you tell them to try this version? Compile Pal 027.9.zip

maxdup commented 4 years ago

It seems to have been fixed. Thank you