Thread: OS X crash log?
View Single Post
  #5  
Old December 29th, 2010, 08:13 PM

nicklemarr nicklemarr is offline
Private
 
Join Date: Dec 2010
Posts: 23
Thanks: 1
Thanked 0 Times in 0 Posts
nicklemarr is on a distinguished road
Exclamation Re: OS X crash log?

[quote=dysamoria;767198]"Bus Error" or "Fatal signal: Bus Error (SDL Parachute Deployed)"
(depending on which version of SDL frameworks installed, the game's PPC or Intel/UB from internet)

(i checked to make sure those files were in the default game audio folder, and they are)/QUOTE]


Hey there. I figured I might chime in. I have gotten Fatal Signals with SDL Parachutes being deployed before, and almost every time had to do with me adding new content without changing the according references. I am in fact having the same problem with my newest mod.

There is no quick fix, with WW, it seem the SDL parachute gets deployed when there are missing resources.

The audio files that are there even though the verbose text says they aren't, is an indicator. It gives you a sort of idea where the missing/incorrect reference is.

I can only help you so much without having the files here in front of me.
My advice (what I just recently started doing) is create a table (spreadsheet mindmap, whatever works for you) in which you cross-reference all the changes. I cut down >90% of my errors after implementing this strategy.