View Issue Details

IDProjectCategoryView StatusLast Update
0000499Populous: The BeginningAutomatic Crash Reportpublic2019-09-11 23:22
ReporterCrashBot Assigned ToBrandan  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionwon't fix 
Summary0000499: PopTB Crash! - 2922 - 1073120127
Description ==== USER REPORT ====
Tried to load script via cmd arg


===== User/OS Data =====
Operating System: Windows NT
Operating System Name: Windows 8
Operating Version: 6.2 (Build 9200)
Architecture: IA32
Processor Count: 4

===== Game Data =====
Networked: 0
Map:
Number of players: 0
PlayerNum: 0
Cheats enabled: 0
Version: DEBUG Type: SOFTWARE
Additional Information1073120127
TagsNo tags attached.
Build Number2922

Activities

CrashBot

2019-09-11 09:29

reporter  

crash_dump.zip (374,407 bytes)

Brandan

2019-09-11 23:22

administrator   ~0000229

Scripts load before the game loads so you can't run example.chai because it spawns still before the game loads.

If you remove these 2 lines from the top of example.chai
createThing(T_EFFECT,M_EFFECT_ARMA_ARENA,TRIBE_NEUTRAL, ArenaSpot, false, false);
notify_user("Created by Brandan Lasley 2015");

It should load.

Issue History

Date Modified Username Field Change
2019-09-11 23:22 Brandan Assigned To => Brandan
2019-09-11 23:22 Brandan Status new => closed
2019-09-11 23:22 Brandan Resolution open => won't fix
2019-09-11 23:22 Brandan Note Added: 0000229