Quote: --- Original message by: sparky
The simplest attempt to fix this crashing problem can be to try running each HEK program in Administrator Mode. Right-click on it and look at its properties...
Does "scenario campaign file" mean that you extracted tags using the HEK+ program? You will need to check the "Rec." (Recursive) checkbox next to the .scenario tag in the extraction list in order to extract tags recursively, so that you are not missing any tags. Also note that the HEK+ has problems with some kinds of tags and so I don't think of it as a completely reliable program.
So that means it's a problem with the .scenario tags.
Sapien requires tags to be in working order before it will load a .scenario file. There is a problem with one of your tags that is somehow connected to the globals\globals.globals tag or the .scenario tag you attempted to load. This could be as simple as you missing a tag; when a tag is missing from your tags directory, the tag pathname string text will appear in red in Guerilla when you open the tag that references it.
What you can do is look at the debug.txt file in the Halo Custom Edition folder and see what error Sapien displayed there. You might want to delete the debug.txt file first so you don't have to scroll all the way through the log history to see the current log at the end of the file. So delete the debug.txt file and open the level in Sapien and go back and look at the new debug.txt file to see what Sapien said.
Alternatively, you can attempt to run Tool's build-cache-file command to compile your .scenario tag and it will tell you what problems it encounters.
Now if you can open the levels\test\tutorial\tutorial.scenario tag in Sapien, then it's those other .scenario tags that are having a problem. But if you can't even open that tag in Sapien, then you might need to try reinstalling the HEK. If you're using Open Sauce or some other hacked program, I don't have enough experience to say what to do, since your registry is probably corrupted from having installed those programs.
Edited by sparky on Nov 22, 2015 at 07:01 PM
They're V2s of the campaign files that I'm running.
Here's my debug error's 11.22.15 14:13:43 sapien pc 01.00.00.0609 ----------------------------------------------
11.22.15 14:13:43 reference function: _write_to_error_file
11.22.15 14:13:43 reference address: 401b13
11.22.15 14:13:43 Couldn't read map file './sapienbeta.map'
11.22.15 14:13:43 CreateDevice succeeded with refresh rate = 0
11.22.15 14:13:43 Initializing 10 button 5 axis 1 pov joystick 'Controller (XBOX One For Windows)'
11.22.15 14:13:43 Successfully initialized device axis 258 instance number 1 - Y Axis to range [-4096,4096]
11.22.15 14:13:43 Successfully initialized device axis 2 instance number 0 - X Axis to range [-4096,4096]
11.22.15 14:13:43 Successfully initialized device axis 1026 instance number 4 - Y Rotation to range [-4096,4096]
11.22.15 14:13:43 Successfully initialized device axis 770 instance number 3 - X Rotation to range [-4096,4096]
11.22.15 14:13:43 Successfully initialized device axis 514 instance number 2 - Z Axis to range [-4096,4096]
11.22.15 14:13:43 Successfully initialized device button 4 instance number 0 - Button 0
11.22.15 14:13:43 Successfully initialized device button 260 instance number 1 - Button 1
11.22.15 14:13:43 Successfully initialized device button 516 instance number 2 - Button 2
11.22.15 14:13:43 Successfully initialized device button 772 instance number 3 - Button 3
11.22.15 14:13:43 Successfully initialized device button 1028 instance number 4 - Button 4
11.22.15 14:13:43 Successfully initialized device button 1284 instance number 5 - Button 5
11.22.15 14:13:43 Successfully initialized device button 1540 instance number 6 - Button 6
11.22.15 14:13:43 Successfully initialized device button 1796 instance number 7 - Button 7
11.22.15 14:13:43 Successfully initialized device button 2052 instance number 8 - Button 8
11.22.15 14:13:43 Successfully initialized device button 2308 instance number 9 - Button 9
11.22.15 14:13:43 Successfully initialized device POV 16 instance number 0 - Hat Switch to range [-4096,4096]
11.22.15 14:13:43 Could not initialize unknown device object 192 instance number 0 - Collection 0 - Game Pad
11.22.15 14:13:43 Could not initialize unknown device object 448 instance number 1 - Collection 1
11.22.15 14:13:43 Could not initialize unknown device object 704 instance number 2 - Collection 2
11.22.15 14:13:43 Could not initialize unknown device object 960 instance number 3 - Collection 3
11.22.15 14:13:43 Sound card doesn't meet minimum hardware requirements. Disabling hardware option.
11.22.15 14:13:44 Increasing sound decompression buffer size to 1048576 bytes
11.22.15 14:13:45 file_open('tags\cinematics\scenery\shotgun\shotgun.scenery') error 0x00000003 'The system cannot find the path specified. '
11.22.15 14:13:45 couldn't open scenery tag 'shotgun.scenery'.
11.22.15 14:13:45 file_open('tags\scenery\vehicles\pelican_crashed\pelican_crashed.scenery') error 0x00000003 'The system cannot find the path specified. '
11.22.15 14:13:45 couldn't open scenery tag 'pelican_crashed.scenery'.
11.22.15 14:13:46 file_open('tags\characters\marine_armored\marine_armored.biped') error 0x00000002 'The system cannot find the file specified. '
11.22.15 14:13:46 couldn't open biped tag 'marine_armored.biped'.
11.22.15 14:13:46 file_open('tags\characters\elite\elite.biped') error 0x00000002 'The system cannot find the file specified. '
11.22.15 14:13:46 couldn't open biped tag 'elite.biped'.
11.22.15 14:13:46 file_open('tags\characters\cyborg\cyborg_unarmed.biped') error 0x00000002 'The system cannot find the file specified. '
11.22.15 14:13:46 couldn't open biped tag 'cyborg_unarmed.biped'.
11.22.15 14:13:46 file_open('tags\vehicles\warthog\warthog.vehicle') error 0x00000002 'The system cannot find the file s
Edited by KAD on Nov 24, 2015 at 08:32 PM