Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Legate Damar on November 03, 2012, 03:51:45 am

Title: Getting an error
Post by: Legate Damar on November 03, 2012, 03:51:45 am
Code: [Select]
Invalid shield quadrant 2 specified!
kernel32.dll! WaitForSingleObject + 18 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! SCP_DumpStack + 354 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! Warning + 430 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! HudGaugeShield::showShields + 3020 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! HudGaugeShieldPlayer::render + 51 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! hud_render_gauges + 746 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! hud_render_all + 37 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! game_render_hud + 146 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! game_frame + 886 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! game_do_frame + 237 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! game_do_state + 379 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! gameseq_process_events + 237 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! game_main + 782 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! WinMain + 330 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! __tmainCRTStartup + 358 bytes
fs2_open_3_6_14_DEBUG_NO-SSE.exe! WinMainCRTStartup + 15 bytes
kernel32.dll! BaseThreadInitThunk + 18 bytes
ntdll.dll! RtlInitializeExceptionChain + 99 bytes
ntdll.dll! RtlInitializeExceptionChain + 54 bytes

Log attached

[attachment deleted by a basterd]
Title: Re: Getting an error
Post by: MatthTheGeek on November 03, 2012, 04:09:42 am
Code: [Select]
-mod WoD_Test,mediavps_3612,inf1Huh, wut. Why aren't the MVPs at the bottom of the mod list.

Code: [Select]
Found root pack 'C:\games\Freespace2\WoD_Test\WoD-Core.vp' with a checksum of 0x05782e08
Found root pack 'C:\games\Freespace2\WoD_Test\WoD-Sound.vp' with a checksum of 0xe3d33a38
Found root pack 'C:\games\Freespace2\WoD_Test\WoD-Visual.vp' with a checksum of 0xf1690106
...
Found root pack 'C:\games\Freespace2\inf1\INF_2Patch.vp' with a checksum of 0x7c988dc5
Found root pack 'C:\games\Freespace2\inf1\INF_Main.vp' with a checksum of 0xb7e1e9e6
Trying to get WoD and INF to work together just by throwing the VPs in and hoping for the best sounds like a terrible idea.

Code: [Select]
Found root pack 'C:\games\Freespace2\mediavps_3612\3613_Update.vp' with a checksum of 0x19cf9a3d
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_Advanced.vp' with a checksum of 0x4b8b0f5a
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_AnimGlows.vp' with a checksum of 0x6a554026
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_Assets.vp' with a checksum of 0x758d61fe
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_Effects.vp' with a checksum of 0xb9a9a485
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_Music.vp' with a checksum of 0xb3e21469
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_RadarIcons.vp' with a checksum of 0x31dd7781
Found root pack 'C:\games\Freespace2\mediavps_3612\MV_Root.vp' with a checksum of 0x6ffd5c78
Your MVPs are outdated. 3613_Update.vp is obsolete, please delete, and please grab the vp patches from the release thread.
Title: Re: Getting an error
Post by: Legate Damar on November 03, 2012, 04:26:02 am
This is just a test mod where I throw stuff together and work on it, when I want to actually make something for real I put it into its own mod. Either way it was working so far until I added some new ships from the WoD Stranded mod, then I got this error I had never seen before.

Thanks for the vp advice though.
Title: Re: Getting an error
Post by: MatthTheGeek on November 03, 2012, 04:36:55 am
You have every right to throw stuff together and have fun with it, but don't expect much debugging advice if your mod is a mess to begin with.
Title: Re: Getting an error
Post by: Legate Damar on November 03, 2012, 04:46:00 am
Well I was just saying that I wasn't getting that error before I added these new ships. I just wanted to know what was causing that error.
Title: Re: Getting an error
Post by: Black Wolf on November 03, 2012, 05:02:36 am
It looks kind of like you've got a borked shield ani somewhere. Have you added any new ones lately?
Title: Re: Getting an error
Post by: Legate Damar on November 03, 2012, 05:32:53 am
You mean the icon on the hud? Or the actual shield effect?
Title: Re: Getting an error
Post by: Black Wolf on November 03, 2012, 06:38:56 am
The HUD ani - see all the references to the HUD in the error? Plus the ani is split up into quadrants, so I'd say that's your problem. Narrowing it down is likely to be a tad harder, unless you've added some new ones recently.
Title: Re: Getting an error
Post by: Droid803 on November 03, 2012, 11:59:17 am
I thought INVALID SHIELD QUADRANT 2 was fixed in the latest nighly because it was an engine-side typo.
Title: Re: Getting an error
Post by: Legate Damar on November 04, 2012, 09:24:22 pm
Your MVPs are outdated. 3613_Update.vp is obsolete, please delete, and please grab the vp patches from the release thread.

I'm sorry but I can't find the thread with the newest mediavp patches.
Title: Re: Getting an error
Post by: Droid803 on November 04, 2012, 10:22:55 pm
GUYS, I had this error before.
It's fixed.
I've talked to people on #SCP about this very bug.

This results from an engine-side typo, when using "generate icon"

Use the latest nightly, 3.6.14 is OUTDATED OBSOLETE AND WORTHLESS. It was obsolete half a year before it was released. You're insane to still be using it.
Title: Re: Getting an error
Post by: Legate Damar on November 04, 2012, 10:50:51 pm
Well maybe someone should have thought of that before they made a big announcement about it on the top of the page  :doubt:

Still need the latest mediavps, though
Title: Re: Getting an error
Post by: mjn.mixael on November 04, 2012, 10:55:04 pm
Well maybe someone should have thought of that before they made a big announcement about it on the top of the page  :doubt:

Still need the latest mediavps, though

The circumstances are unfortunate, but a final release is a final release. Deal with it.
Title: Re: Getting an error
Post by: Legate Damar on November 04, 2012, 11:04:02 pm
So... where do I get the new mediavps?
Title: Re: Getting an error
Post by: mjn.mixael on November 04, 2012, 11:09:34 pm
SCP and FSU are different groups and their releases are not necessarily tied to each other. The new MediaVPs will be released when they are ready. You'll have to be patient.

The latest MediaVPs is 3.6.12. You can grab all the necessary files here. (http://www.hard-light.net/forums/index.php?topic=70736.0)
Title: Re: Getting an error
Post by: Legate Damar on November 04, 2012, 11:21:03 pm
It's just that mattthegeek said my vps were outdated.
Title: Re: Getting an error
Post by: MatthTheGeek on November 05, 2012, 02:35:59 am
Yup, because you had that 3613_Update.vp and didn't have the MV_Root.3612.vp.
Title: Re: Getting an error
Post by: Legate Damar on November 05, 2012, 02:48:20 am
It says I have the root vp
Title: Re: Getting an error
Post by: MatthTheGeek on November 05, 2012, 03:44:33 am
I don't see MV_Root.3612.vp anywhere in your log.
Title: Re: Getting an error
Post by: Legate Damar on November 05, 2012, 04:01:21 am
Is it fixed now? (I fixed the "invalid minimum range" thing right after I noticed it so no need to comment on that).

[attachment deleted by a basterd]
Title: Re: Getting an error
Post by: MatthTheGeek on November 05, 2012, 04:05:56 am
Annnd I just realized you were missing MV_Assets.3612.vp and MV_Effects.3612.vp as well. Dunno how I missed that.
Title: Re: Getting an error
Post by: Legate Damar on November 05, 2012, 06:31:11 am
Updated again.

[attachment deleted by a basterd]