Author Topic: BSOD - NameError: playerMenuGroup  (Read 1009 times)

Offline ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
BSOD - NameError: playerMenuGroup
« on: December 29, 2008, 06:10:13 PM »
I was messing around with the CR Nebula plugin, to make it work with the CE Nebulas and I got a BSOD that I can't figure out

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD - NameError: playerMenuGroup
« Reply #1 on: December 29, 2008, 06:13:47 PM »
I don't suppose you could upload the file?

In short, a variable, playerMenuGroup isn't defined.
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 ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
Re: BSOD - NameError: playerMenuGroup
« Reply #2 on: December 29, 2008, 06:23:00 PM »
here's the file in question

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: BSOD - NameError: playerMenuGroup
« Reply #3 on: December 29, 2008, 06:25:17 PM »
The line should be playermenuGroup, not playerMenuGroup.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD - NameError: playerMenuGroup
« Reply #4 on: December 29, 2008, 06:29:19 PM »
This will fix that error.

Funny, you are editing my galaxies.py from Scotchies Galaxy pack. But I didn't think I made an error like that. :S
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 ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
Re: BSOD - NameError: playerMenuGroup
« Reply #5 on: December 29, 2008, 08:19:37 PM »
actually, this was the file CR used in his nebula pack, and it's my fault, after reading your first post, I rechecked it and realized that python is case sensitive, Kirk's right, I changed all the menus from Named ships to Fed ships and I guess I capitalized the M by mistake.