Author Topic: Disappearing ships and sound  (Read 2487 times)

0 Members and 1 Guest are viewing this topic.

Offline 666maslo666

  • 28
  • Artificial Neural Network
Disappearing ships and sound
I made a little mod based on BP2 (basically added some ships and rebalanced shivan beams). I am running 3.7.1 BP build. If I try to run my test mission, ships start to disappear after a while, and altrough I can still target them, they are nowhere to be found (viewing from shows only darkness) and all the sound shuts down if one of the disappeared ships is targeted.

Debug build crapped out even sooner, at the missions start, so I am not sure the log will be useful:
http://pastebin.com/j0QKYZDq

Here is the mod (the test mission with the bug is aieiaiao.fs2:
https://www.dropbox.com/s/0vyt2o39u7y99gw/Majnemod.7z (89.5 MB)

Also, one of the medical frigates in the mission (the one that later disappears, UEM Yamanaka) appears to incorrectly approach the Karnak for docking (it takes her far longer than the other one). Is it a problem with the Karnak model?
"For once you have tasted flight you will walk the earth with your eyes turned skywards, for there you have been and there you will long to return." - Leonardo da Vinci

Arguing on the internet is like running in the Special Olympics. Even if you win you are still retarded.

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: Disappearing ships and sound
I got that a lot a while back with DE, thought it was something to do with ships arriving via hyperspace, but if its happening with (slightly table-altered) BP assets...
Seems like some math ****up engine side (?).

I've also had it happen to the player ship (as in, getting whisked away by the transcendant), where instead of just vanishing ship you get a black screen with the shield icons moved to the upper lefthand corner of the screen, sound stuttering (because YOU vanished)
(´・ω・`)
=============================================================

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Disappearing ships and sound
Code: [Select]
ASSERTION: "vm_vec_mag(plane_normal) > 0.999f && vm_vec_mag(plane_normal) < 1.001f" at vecmat.cpp:106

Hmmm... vector normalisation is broken?  A stack trace could help here as the Assertion was triggered by the value of one of the unmodified inputs to the function vm_project_point_onto_plane.  (It could also be memory corruption, in which case a stack trace won't help :()

Does the problem also occur with 3.7.0 DEBUG?
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...

 

Offline 666maslo666

  • 28
  • Artificial Neural Network
Re: Disappearing ships and sound
Does the problem also occur with 3.7.0 DEBUG?

Where can I find 3.7.0 BP build to test it? Or do you mean regular build? I thought those should not be used with the BP mod.
"For once you have tasted flight you will walk the earth with your eyes turned skywards, for there you have been and there you will long to return." - Leonardo da Vinci

Arguing on the internet is like running in the Special Olympics. Even if you win you are still retarded.

 

Offline 666maslo666

  • 28
  • Artificial Neural Network
Re: Disappearing ships and sound
I have noticed that the corruption starts with UEM Yamanaka, as it approaches the Karnak on its convoluted (buggy?) dock path, and is approx 2 minutes from docking. Then it spreads to the ships that have something to do with it (if I order my wingmen to protect it, they also suddenly disappear).
"For once you have tasted flight you will walk the earth with your eyes turned skywards, for there you have been and there you will long to return." - Leonardo da Vinci

Arguing on the internet is like running in the Special Olympics. Even if you win you are still retarded.

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Disappearing ships and sound
Looks like a propagating NaN error. I'll look into it.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline BritishShivans

  • Jolly good supernova
  • 29
Re: Disappearing ships and sound
I got that a lot a while back with DE, thought it was something to do with ships arriving via hyperspace, but if its happening with (slightly table-altered) BP assets...
Seems like some math ****up engine side (?).

I've also had it happen to the player ship (as in, getting whisked away by the transcendant), where instead of just vanishing ship you get a black screen with the shield icons moved to the upper lefthand corner of the screen, sound stuttering (because YOU vanished)

Even today, it would seem that the Transcendant's influence upon FSO is great. Perhaps he is one the behind Codethulhu?  :P

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Disappearing ships and sound
Does the problem also occur with 3.7.0 DEBUG?

Where can I find 3.7.0 BP build to test it? Or do you mean regular build? I thought those should not be used with the BP mod.

Oops, sorry about that, I was talking about regular builds.  You are correct, without the BP compatibility VPs you need a BP build.
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...

 

Offline 666maslo666

  • 28
  • Artificial Neural Network
Re: Disappearing ships and sound
Has anyone tried the mod+mission in order to verify its not just my computer or FS setup causing the bug?
"For once you have tasted flight you will walk the earth with your eyes turned skywards, for there you have been and there you will long to return." - Leonardo da Vinci

Arguing on the internet is like running in the Special Olympics. Even if you win you are still retarded.

  

Offline 666maslo666

  • 28
  • Artificial Neural Network
Re: Disappearing ships and sound
I have determined that the problem probably lies in the PVI Karnak model I use in my mod (when I change the station for an Arcadia or Abydos the bug disappears and changing other ships has no effect). Surprising considering that the model does not appear to be buggy in game in any other way except by causing this corruption.
"For once you have tasted flight you will walk the earth with your eyes turned skywards, for there you have been and there you will long to return." - Leonardo da Vinci

Arguing on the internet is like running in the Special Olympics. Even if you win you are still retarded.