Bridge Commander Central

BC Forums => BC Technical Support => Previous "Black Screen of Death" Fixes => Topic started by: Voyager16 on January 23, 2008, 09:21:39 AM

Title: BSOD - NameError: Dominion_Defiant
Post by: Voyager16 on January 23, 2008, 09:21:39 AM
right, maybe it's very easy, but I cant find it :$  and i'm very tired *testweek and stuff*
so can anyone help me?
I must say I am new to scripting, but I'm learning fast :D

Title: Re: BSOD - NameError: Dominion_Defiant
Post by: JimmyB76 on January 23, 2008, 09:31:23 AM
be sure that the name of the icon for that ship matches exactly in the ship's plugin script...
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: MLeo on January 23, 2008, 09:42:59 AM
Unless it's meant to be a variable (in that case, you didn't define it), it's missing the "" (or '') around the "Dominion_Defiant" part because it's text (or in programming speak a string).
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: Voyager16 on January 23, 2008, 01:23:01 PM
Well I'm really confused right now. I tried everything but i must overseeing something :S
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: Kirk on January 23, 2008, 05:09:46 PM
Here, put this in instead.
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: Voyager16 on January 23, 2008, 05:27:04 PM
did not work :(
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: MLeo on January 23, 2008, 05:34:44 PM
Make sure you overwrote the correct file (and that it actually did overwrite).

Otherwise, what's the new error message?
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: Kirk on January 23, 2008, 05:35:41 PM
it's missing the "" (or '') around the "Dominion_Defiant" part because it's text (or in programming speak a string).
First problem was, the icon name was not enclosed in ''
Title: Re: BSOD - NameError: Dominion_Defiant
Post by: Voyager16 on January 23, 2008, 05:47:24 PM
I overwrote it again, but I found 2 other files in that directory,  same file only Dominon spelled. because I had typo this afternoon and forgot to erase.  that might be ze problem.
or I did not pressed the copy button hard enough lol.
It did worked though, ty :)