Nicholas Hayes

Results 4 issues of Nicholas Hayes

When I build a .NET 7.0 app that uses MessagePack with a custom formatter and enable trimming, the trimmed app crashes. The crash is due to ILLink removing `Instance` field...

help wanted

The EASTL vector is binary compatible with the internal vector type used by SC4. Our EASTL vector uses a custom allocator that wraps SC4's internal memory allocator. This allows the...

I have been testing a few of the methods that take or return `std::vector`, e.g. `cISC4BudgetSimulator::GetAllGroups` and `cISC4TractDeveloper::GetActiveStyles`. These methods cause the game to crash when accessing the internal layout...