Author Topic: Another BSOD  (Read 656 times)

Offline Morgan

  • Moderator
  • Posts: 1340
  • Cookies: 65535
Another BSOD
« on: September 13, 2009, 12:30:02 AM »
I can usually figure these out myself, but this one has me stumped. Can I get some insight?

Offline ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
Re: Another BSOD
« Reply #1 on: September 13, 2009, 12:59:47 AM »
have you changed anything in foundation.py recently, specifically on lines 13 or 686?

Offline Morgan

  • Moderator
  • Posts: 1340
  • Cookies: 65535
Re: Another BSOD
« Reply #2 on: September 13, 2009, 03:00:25 PM »
I never touched the Foundation.py script.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Another BSOD
« Reply #3 on: September 20, 2009, 07:25:13 AM »
The problem lies with one of the ship scripts it is trying to load.
I'd almost say that a ship name contains a = sign or a new line, and the plugin builder didn't clear it out. Probably the first reason.

Do you know the time when BC still worked? Can you zip up (and attach) all py files from after that moment?
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 Morgan

  • Moderator
  • Posts: 1340
  • Cookies: 65535
Re: Another BSOD
« Reply #4 on: September 21, 2009, 01:11:49 AM »
I ended up reinstalling when I didn't see any more replies in here after a few days. But your = sign guess is possible. I encountered the problem after I installed an Enterprise-C. I had named the file Enterprise-C (I'm really picky with ship names, I like my install organized  :D ) I probably made a typo and put Enterprise=C somewhere.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Another BSOD
« Reply #5 on: October 04, 2009, 07:16:12 AM »
Well, filenames of plugins usually aren't problematic.

But the following isn't valid Python:
Code: [Select]
a-b = d
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.