I'm working on a new mod for Rebellion called Capital Identities which will feature among other things a "simple" buff computer, capable of data storage and addition, requiring about 60 files in all. Due to the nature of buff computers, you kind of have to test everything at once so I don't have any idea which files are the cause, so if you guys could point me in the right direction as to what is causing these things, that'd be very much appreciated.
Error 1
Assert @ C:\Projects\P4\SinsRebellion\SteamPublicBeta\CodeSource\Engine/Archive/TextFileArchive.cpp(183)
*stringSrc == _T('"')
Error 2
Assert @ C:\Projects\P4\SinsRebellion\SteamPublicBeta\CodeSource\GS/Entity/Interfaces/IBuff.cpp(3096)
(instantAction.instantActionTriggerType == InstantActionTriggerType::AlwaysPerform) || (instantAction.instantActionTriggerType == InstantActionTriggerType::OnChance) || (instantAction.instantActionTriggerType == InstantActionTriggerType::OnCondition)
Error 3
Assert @ C:\Projects\P4\SinsRebellion\SteamPublicBeta\CodeSource\Engine/DataStructures/DynamicVector.h(172)
i >= 0
"Error" 4
<Minidump>
Here's the log file in case it helps..
D3D9 - ChangeDevice...
DeviceType.......... HAL
AdapterOrdinal.......0
AdapterFormat....... X8R8G8B8
BehaviorFlags....... HARDWARE_VERTEXPROCESSING
BackBufferSize..... 1024 x 768
BackBufferFormat.... A8R8G8B8
DepthStencilFormat.. D24X8 (Enabled)
MultiSampleType..... IDSMultisampleTwoSamples (Quality=0)
IsWindowed.......... 1
ChangeDevice Result. success
Setup:DataFileSystem
Added 4 Fixed Data File paths
> .\Rebellion
> .\Diplomacy
> .\Entrenchment
> .
Found 7 Available Mods in C:\Users\<myname>\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v0.96
> Capital Identities
> Deliverance Capture Culture
> Ideal Combat Law
> Leo Assitance
> Proper Vasari
> Rebalanced Races
> Super Coronata
Found 0 Enabled Mods in C:\Users\<myname>\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v0.96\EnabledMods.txt
Acquire (Keyboard) Failed...
Acquire (Mouse) Failed...
D3DXCreateEffect Error Buffer: C:\Program Files (x86)\Steam\steamapps\common\sins of a solar empire rebellion\PipelineEffect\Particle_MeshShadowed.fx(114,6): warning X3557: Loop only executes for 1 iteration(s), forcing loop to unroll
D3DXCreateEffect Error Buffer: C:\Program Files (x86)\Steam\steamapps\common\sins of a solar empire rebellion\PipelineEffect\GS_ShadowedAsteroid.fx(114,6): warning X3557: Loop only executes for 1 iteration(s), forcing loop to unroll
D3DXCreateEffect Error Buffer: C:\Program Files (x86)\Steam\steamapps\common\sins of a solar empire rebellion\PipelineEffect\GS_ShadowedShip.fx(206,6): warning X3557: Loop only executes for 1 iteration(s), forcing loop to unroll
C:\Program Files (x86)\Steam\steamapps\common\sins of a solar empire rebellion\PipelineEffect\GS_ShadowedShip.fx(208,7): warning X3557: Loop only executes for 1 iteration(s), forcing loop to unroll
C:\Program Files (x86)\Steam\steamapps\common\sins of a solar empire rebellion\PipelineEffect\GS_ShadowedShip.fx(208,7): warning X3557: Loop only executes for 1 iteration(s), forcing loop to unroll
C:\Pro
I've gotten the top two errors many times before though I don't know exactly what causes them. I just know they don't crash anything. I've never seen the third issue however which is what's actually causing the crash.