Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: MC_Kejml on January 05, 2016, 12:29:31 pm

Title: Shadow Genesis crash
Post by: MC_Kejml on January 05, 2016, 12:29:31 pm
Hey guys, I was wondering if anyone experiences the same crash and maybe found a solution.

In the mission where you are going to KY Cygni with the Meleander, there is a cutscene-y mission where you talk with some other guy. The "Cutscene" begins with the large display of jump nodes, as you are moving  from Delta Majoris to KY Cygni. When the screen fades to black at the end, the game crashes.

The version I am using is:
3.7.3 82ae54a SSE;
flags used are
 -mod ShadowGenesis,MediaVPs_2014 -missile_lighting -3dshockwave -post_process -soft_particles -fxaa -fb_explosions
-enable_shadows -dualscanlines -no_glsl -disable_glsl_model -ambient_factor 75 -spec_exp 11 -spec_point 0.6
-spec_static 0.8 -spec_tube 0.4 -ogl_spec 60
and I run this on a AMD Phenom(tm) II X6 1055T Processor / AMD Radeon 7700.

Otherwise, the mod is GOOD. Character development, BoEs, new fighters and cruisers, a sequel to the FS2 we all know - Great work guys. I am really having a great time.

Title: Re: Shadow Genesis crash
Post by: General Battuta on January 05, 2016, 12:41:07 pm
Please post your fs2_open.log file.  Instructions on how to do this can be found in this post.
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on January 05, 2016, 03:48:59 pm
I'm glad you like it :). The best part of campaign is waiting for you, when your problem is solved.

We never tested SG with MVP 2014, so this may be a problem but I doubt so. Some people played SG with MVP 2014 with no problems. Keep in mind that you may find missing textures, as many old tile textures were removed from MVP 2014. Proper remake and extension is in WiP stage. Rerelease called Shadow Genesis: Reborn will be fully compatible with MediaVPs 2014.
Title: Re: Shadow Genesis crash
Post by: MC_Kejml on January 06, 2016, 11:46:37 am
Alright, here goes the log.

[attachment DELETED!! by Strong Bad]
Title: Re: Shadow Genesis crash
Post by: MC_Kejml on January 07, 2016, 11:52:03 am
Hm. It appears I "circumvented" the error by using a 3 7 2 build, but now at the mission before "Devil's plain", gamma and epsilon wings self destruct and the mission is a looot harder. Huh.
Title: Re: Shadow Genesis crash
Post by: tomimaki on January 07, 2016, 03:46:32 pm
Install patch for SG. Dunno if it helps but still...
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on January 07, 2016, 05:41:57 pm
Install patch for SG. Dunno if it helps but still...
OMG, how I could be that stupid :P.

1.1a is actually rebalancing a lot of crap in 1.0 release, fix numerous errors... And has one very pretty bomber! You can find it in release thread.
Title: Re: Shadow Genesis crash
Post by: rackemrack on January 18, 2016, 02:53:18 pm
I'm getting the bug as well.  The patch didn't seem to have ab effect.  It;s during the cutscene after the jump node map, after the first line of text.   I have tried it with the 3.7.2 and 3.7.3 builds and it does the same thing- Freespace open crashes.  Love the mod though, very impressive! Here is my debug log:

Code: [Select]
Assert: max_size > header_offset
File: cfile.cpp
Line: 1728
max_size (0) > header_offset in packfile D:\SteamLibrary\steamapps\common\Freespace 2\mediavps_3612\MV_RadarIcons.vp

ntdll.dll! ZwWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_2-DEBUG.exe! SCP_DumpStack + 354 bytes
fs2_open_3_7_2-DEBUG.exe! WinAssert + 288 bytes
fs2_open_3_7_2-DEBUG.exe! cf_chksum_pack + 325 bytes
fs2_open_3_7_2-DEBUG.exe! cf_build_pack_list + 1019 bytes
fs2_open_3_7_2-DEBUG.exe! cf_build_root_list + 513 bytes
fs2_open_3_7_2-DEBUG.exe! cf_build_secondary_filelist + 158 bytes
fs2_open_3_7_2-DEBUG.exe! cfile_init + 398 bytes
fs2_open_3_7_2-DEBUG.exe! game_init + 373 bytes
fs2_open_3_7_2-DEBUG.exe! game_main + 519 bytes
fs2_open_3_7_2-DEBUG.exe! WinMain + 330 bytes
fs2_open_3_7_2-DEBUG.exe! __tmainCRTStartup + 358 bytes
fs2_open_3_7_2-DEBUG.exe! WinMainCRTStartup + 15 bytes
KERNEL32.DLL! BaseThreadInitThunk + 36 bytes
ntdll.dll! RtlUnicodeStringToInteger + 595 bytes
ntdll.dll! RtlUnicodeStringToInteger + 542 bytes
Title: Re: Shadow Genesis crash
Post by: tomimaki on January 18, 2016, 05:12:33 pm
No, debug log is a file named fs2_open.log located, in your case, in D:\SteamLibrary\steamapps\common\Freespace 2\data\
Anyway MV_RadarIcons.vp is broken. Redownload file through installer or get it manually from this topic (http://www.hard-light.net/forums/index.php?topic=70736.0). Then try again to get debug log of that crash.
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on January 18, 2016, 09:55:51 pm
And SG is not supporting radar icons. I never tested it with radar icons, but I was thinking that it would work without problems. I quess it's not :P. Delete the file.

I promise I will make radar icons support in SG: Reborn.
Title: Re: Shadow Genesis crash
Post by: rackemrack on January 19, 2016, 10:04:55 am
Gotcha.  Here is the log file.  Thanks again.

[attachment DELETED!! by Strong Bad]
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on January 19, 2016, 08:00:30 pm
Meh, I see nothing but bunch of old, crappy models. And the game reads things that it should not read, like particles for artillery cannons.

Did you delete radar icons?
Title: Re: Shadow Genesis crash
Post by: tomimaki on January 20, 2016, 05:38:39 am
He deleted it, it's in the log.
Anyway I was able to reproduce crash. Recent nightly is more informative:

Code: [Select]
ASSERTION: "pss->triggered_rotation_index >= 0" at modelanim.cpp:849
 Unable to find triggered rotation for ship Nirvana.
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on January 20, 2016, 11:45:36 am
Hmmm... I never encounted anything like this before. Are you using any external shaders or something like this?
Title: Re: Shadow Genesis crash
Post by: AdmiralRalwood on January 20, 2016, 11:59:24 am
Hmmm... I never encounted anything like this before. Are you using any external shaders or something like this?
Code: [Select]
Game Settings Table: External shaders are DISABLED
Title: Re: Shadow Genesis crash
Post by: rackemrack on January 22, 2016, 07:53:16 am
Is there any way to just simply skip this animation/mission so that I can keep going with the campaign?
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on January 23, 2016, 08:58:51 am
In current situation, the only way is to try older builds or playing missions directly from techroom. Use Ctrl+Shift+S in mission simulator.

Sorry for problems. SG is pretty old, and currently with no time and resources I have no way to update it or do anything else. I will try to reproduce the error myself when I get my PC back.
Title: Re: Shadow Genesis crash
Post by: tomimaki on January 23, 2016, 05:40:22 pm
Seems missing turret13 in model for Nirvana.

@rackemrack
Put attached file into Freespace 2\Shadow Genesis 1.1\data\tables (create folders if they don't exist)
For me it fixed crash in that cutscene.

[attachment DELETED!! by Strong Bad]
Title: Re: Shadow Genesis crash
Post by: rackemrack on January 25, 2016, 09:17:46 am
Woo hoo, yes that fixed it!  Thanks so much.  I was chomping at the bit to continue this mod.

Thanks again!
Title: Re: Shadow Genesis crash
Post by: rackemrack on February 01, 2016, 08:53:32 am
Ok, getting another crash towards what I assume is the end of the campaign.  When playing in normal mode (not debug), it crashes as soon as the Merdalion(sp) armada is jumping in, after Nibelheim installation is destroyed.  Here is the log file.  This campaign has been absolutely amazing, by the way.  Can't wait to see how it ends.

[attachment DELETED!! by Strong Bad]
Title: Re: Shadow Genesis crash
Post by: Nyctaeus on February 01, 2016, 09:31:35 am
Try with this one. I'm wondering how 3.6.18 debug can be that stupid...

[attachment DELETED!! by Strong Bad]
Title: Re: Shadow Genesis crash
Post by: Macielos on February 02, 2016, 03:48:01 pm
Keep in mind that there are 4 extra missions that you can play in mission simulator (press ctrl+shift+s while in campaign missions, they will be SGX01-SGX04). They were supposed to be playable in main, but there is a bug that prevents them from launching. We had to fix this in 1.2, but the patch was never released...
Title: Re: Shadow Genesis crash
Post by: somedude on May 01, 2017, 02:38:49 pm
Since those attachmets have been removed from the thread - are they available somewhere? I have the same behavior...  :(

Thanks for the great job!
Title: Re: Shadow Genesis crash
Post by: tomimaki on May 01, 2017, 06:24:49 pm
Probably this :nervous:

[attachment stolen by Russian hackers]
Title: Re: Shadow Genesis crash
Post by: somedude on May 01, 2017, 10:52:59 pm
Yes!

Many thanks!