Author Topic: Any idea what this error is?  (Read 1501 times)

0 Members and 1 Guest are viewing this topic.

Any idea what this error is?
I'm getting this error, only thing I understand is it's dealing with the hud and something about initialized positions :confused: No idea where the error is occuring in the table though.

Code: [Select]
Assert: x >= 0 && y >= 0
File: hud.cpp
Line: 403

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! SCP_DumpStack + 354 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! WinAssert + 194 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! HudGauge::initPosition + 71 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! load_gauge_damage + 1599 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! load_gauge + 305 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! parse_hud_gauges_tbl + 2422 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! hud_positions_init + 107 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! game_init + 1716 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! game_main + 519 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! WinMain + 330 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! __tmainCRTStartup + 358 bytes
fs2_open_3_7_0_RC1-DEBUG.exe! WinMainCRTStartup + 15 bytes
KERNEL32.DLL! BaseThreadInitThunk + 14 bytes
ntdll.dll! RtlInitializeExceptionChain + 133 bytes
ntdll.dll! RtlInitializeExceptionChain + 88 bytes
That's cool and ....disturbing at the same time o_o  - Vasudan Admiral

"Don't play games with me. You just killed someone I like, that is not a safe place to stand. I'm the Doctor. And you're in the biggest library in the universe. Look me up."

"Quick everyone out of the universe now!"

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Any idea what this error is?
Can you post the debug log?  Vaguely looks like a hud gauge (damage?) is trying to be drawn off screen.
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 
Re: Any idea what this error is?
Only thing I see offhand there is the $Ship is deprecated.


[attachment deleted by ninja]
That's cool and ....disturbing at the same time o_o  - Vasudan Admiral

"Don't play games with me. You just killed someone I like, that is not a safe place to stand. I'm the Doctor. And you're in the biggest library in the universe. Look me up."

"Quick everyone out of the universe now!"

  
Re: Any idea what this error is?
Can you post the debug log?  Vaguely looks like a hud gauge (damage?) is trying to be drawn off screen.

Hmmm damage... I do have the position set to (-5, 0) let me check that.

Yup that's it.. but it shouldn't be classified as a bug, thats about the only way I can get the damage display to show up correctly in the hud texture (the damaged values get clipped off).
« Last Edit: May 01, 2013, 04:13:24 am by Scooby_Doo »
That's cool and ....disturbing at the same time o_o  - Vasudan Admiral

"Don't play games with me. You just killed someone I like, that is not a safe place to stand. I'm the Doctor. And you're in the biggest library in the universe. Look me up."

"Quick everyone out of the universe now!"

 

Offline FUBAR-BDHR

  • Self-Propelled Trouble Magnet
  • 212
  • Master Drunk
    • 165th Beer Drinking Hell Raisers
Re: Any idea what this error is?
Yea negative values aren't allowed there. 
No-one ever listens to Zathras. Quite mad, they say. It is good that Zathras does not mind. He's even grown to like it. Oh yes. -Zathras

 
Re: Any idea what this error is?
I know I can enlarge hud gauge sizes by altering the display size, but is it possible to shrink the size of the gauge?  Putting in the opposite values for enlarging just cuts the gauge.
That's cool and ....disturbing at the same time o_o  - Vasudan Admiral

"Don't play games with me. You just killed someone I like, that is not a safe place to stand. I'm the Doctor. And you're in the biggest library in the universe. Look me up."

"Quick everyone out of the universe now!"