Author Topic: A previous problem, resurfaced  (Read 1450 times)

Offline Dalek

  • Posts: 1529
  • Cookies: 206
A previous problem, resurfaced
« on: January 07, 2009, 11:50:58 AM »
I'm sure everyone remembers the kerfuffle I had donkey's ago, with ships functions like Fleet Orders and Transporter not working. Well it's come back. I'll explain.

Baz offered to let me beta test the JJPrise. I happily accepted. I installed all parts and went into BC when the problem hit. I then tried using the JJPrise ingame anyway which caused a crash to my desktop.

I am posting the JJPrise scripts and a console report to see what happens. I do have a feeling that the main cause of the problem was the plugin, since it used P81's TMP Enterprise plugin and hardpoint.

Console Report:
Code: [Select]
>> This is a console tracker dump       by USS Frontier
##############
>> This dump started on -> Wed Jan 07 16:49:04 2009
##############
#----------------------------------------------------------------------->>> Wed Jan 07 16:49:04 2009
####
Outdated Foundation, updating functions
Outdated Foundation, installing FolderManager
Updating FoundationMenu.ShipMenuBuilderDef
Repairing ship description outputs...
Tracking Console
Foundation Tech loaded
Gravity FX has been loaded.
BridgeFX Enabled...
CameraFX Enabled...
ExplosionFX Enabled...
SpecialFX Enabled...
WarpFX Enabled...
Stargate Hyperdrive Drive Initializing...
DS9FX Initializing...
####

####
Fixing Jaggies
####

####
AttributeError: PreLoadAssets
Traceback (innermost last):
  File ".\Scripts\Custom\Autoload\000-Fixes20030305-FoundationTriggers.py", line 25, in __call__
    i(pObject, pEvent)
  File ".\Scripts\Custom\Autoload\LoadEngineeringExtension.py", line 240, in __call__
    LoadQBautostart.ImportQBautostart()
  File ".\Scripts\Custom\Autoload\LoadEngineeringExtension.py", line 163, in ImportQBautostart
    pModule = __import__(dotPrefix + fileName)
  File ".\Scripts\Custom\QBautostart\AIShuttleLaunching.py", line 3, in ?
    import ftb.ShipManager
  File ".\Scripts\ftb\ShipManager.py", line 96, in ?
    LoadExtraPlugins()
  File ".\Scripts\ftb\ShipManager.py", line 92, in LoadExtraPlugins
    pModule = __import__(dotPrefix + pluginFile)
  File ".\Scripts\Custom\Carriers\EnterpriseNCC1701.py", line 34, in ?
    ShipManager.RegisterShipClass( "jjenterprise", jjenterprise)
NameError: jjenterprise
Traceback (innermost last):
  File ".\Scripts\Custom\Autoload\LoadTech.py", line 20, in __call__
    techfunc.ImportTechs()
  File ".\Scripts\techfunc.py", line 26, in ImportTechs
    pModule.Setup()
  File ".\Scripts\Custom\Tech\ShipLaunch.py", line 13, in Setup
    ftb.LaunchShipHandlers.MissionStart()
  File ".\Scripts\ftb\LaunchShipHandlers.py", line 198, in MissionStart
    AddLaunchButtons(ftb.GUIUtils.GetScienceMenu())
  File ".\Scripts\ftb\LaunchShipHandlers.py", line 229, in AddLaunchButtons
    pCarrier = ftb.ShipManager.GetShip(pLaunchShip)
AttributeError: ShipManager
Hyperdrive: Quick Battle is running... Mod is starting up...
DS9FX: Kobayashi Maru is Installed. Deleting DS9FX Docking Function!
DS9FX: You're not currently running a QB Mission. DS9 Set cannot be reached by Warp!
####
(It crashes to desktop at this point)

And yes, I checked the mutators and they were all on.
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline tiqhud

  • BCFiles File Poster
  • Posts: 1763
  • Cookies: 1067
  • San Francisco Shipyards (HPer) file manuiplater
Re: A previous problem, resurfaced
« Reply #1 on: January 07, 2009, 01:14:49 PM »
one thing at a time
First open HP file change all Constitutions to jjenterprise
then rename carrier to jjenterprise.py [more in bit]
TiqHud
you sir, are unable to strike, the port or starboard parts of hull , of a bovine storage facility.
Canon , what people argue exists, that doesn't really  exist.
It is all the little details, that cause headaches.
"Never judge wealth with Money"
'Intelligence has Nothing to do with Politics'
it is Late, Do you know where your Towel is?

Offline tiqhud

  • BCFiles File Poster
  • Posts: 1763
  • Cookies: 1067
  • San Francisco Shipyards (HPer) file manuiplater
Re: A previous problem, resurfaced
« Reply #2 on: January 07, 2009, 01:17:22 PM »
one thing at a time
First open HP file change all Constitutions to jjenterprise
then rename carrier to jjenterprise.py [more in bit]

then ships plugin renam to jjenterprise.py
TiqHud
you sir, are unable to strike, the port or starboard parts of hull , of a bovine storage facility.
Canon , what people argue exists, that doesn't really  exist.
It is all the little details, that cause headaches.
"Never judge wealth with Money"
'Intelligence has Nothing to do with Politics'
it is Late, Do you know where your Towel is?

Offline tiqhud

  • BCFiles File Poster
  • Posts: 1763
  • Cookies: 1067
  • San Francisco Shipyards (HPer) file manuiplater
Re: A previous problem, resurfaced
« Reply #3 on: January 07, 2009, 01:26:18 PM »
one thing at a time
First open HP file change all Constitutions to jjenterprise
then rename carrier to jjenterprise.py [more in bit]

then ships plugin renam to jjenterprise.py

Next changein the HP
Constitution.SetModelFilename("data/Models/Ships/Fca/fca/Fca.nif")
to where it reads
jjenterprise.SetModeFilename("data/Models/Ships/jjenterprise/jjenterprise.nif")

make sure Model/ships folder reads jjenterprise and the NIF has the name jjenterprise.nif

Try that
next time ask him to ask me, Starforce Dr mcCoy many good testers around
[Sorry Jimmy for all the seperate posts]
TiqHud
you sir, are unable to strike, the port or starboard parts of hull , of a bovine storage facility.
Canon , what people argue exists, that doesn't really  exist.
It is all the little details, that cause headaches.
"Never judge wealth with Money"
'Intelligence has Nothing to do with Politics'
it is Late, Do you know where your Towel is?

Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: A previous problem, resurfaced
« Reply #4 on: January 07, 2009, 02:22:19 PM »
Well, the JJPrise is now working but the rest of my BC is still "not there" as so to speak.
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline tiqhud

  • BCFiles File Poster
  • Posts: 1763
  • Cookies: 1067
  • San Francisco Shipyards (HPer) file manuiplater
Re: A previous problem, resurfaced
« Reply #5 on: January 07, 2009, 02:44:12 PM »
Well, the JJPrise is now working but the rest of my BC is still "not there" as so to speak.
try and delet your options.cfg, restart BC, CHECK mutators

[I have trouble reading the small print in the CODE area]
TiqHud
you sir, are unable to strike, the port or starboard parts of hull , of a bovine storage facility.
Canon , what people argue exists, that doesn't really  exist.
It is all the little details, that cause headaches.
"Never judge wealth with Money"
'Intelligence has Nothing to do with Politics'
it is Late, Do you know where your Towel is?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: A previous problem, resurfaced
« Reply #6 on: January 07, 2009, 03:01:53 PM »
Attach the file Scripts\Custom\Carriers\EnterpriseNCC1701.py

[EDIT] Nevermind, checking now.

[EDIT 2] Ok, it would seem there is some naming convention in Shuttle Launching I wasn't aware of.

Can you get a new console report for us?
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: A previous problem, resurfaced
« Reply #7 on: January 07, 2009, 03:04:05 PM »
I found a spelling mistake in the carrier script and everything is fine (JJ Enterprsie).
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: A previous problem, resurfaced
« Reply #8 on: January 07, 2009, 03:05:13 PM »
So case closed?
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: A previous problem, resurfaced
« Reply #9 on: January 07, 2009, 03:08:54 PM »
Aye cappin!
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien