Author Topic: BSOD problem(Again)  (Read 3494 times)

Offline CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #20 on: October 26, 2008, 01:33:43 PM »
After installing BC, and the patch, do i install KM1.0 to the BC directory, and which Script folder to i go into for the Tactical interface PY, and the Camera PY, is it the KM1.0 Script folder or the SDK Script folder?.

Offline 086gf

  • Location: United Socialist States of America!
  • Posts: 1357
  • Cookies: 32
Re: BSOD problem(Again)
« Reply #21 on: October 26, 2008, 06:28:09 PM »
Quote
do i install KM1.0 to the BC directory

Where else would it go? lol

Quote
and which Script folder to i go into for the Tactical interface PY, and the Camera PY, is it the KM1.0 Script folder or the SDK Script folder?.

You don't have to worry about that now that you have KM.(remember, with KM the only thing you can install before it is the 1.1 patch!)
All hail the messiah!

Offline CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #22 on: October 26, 2008, 08:34:47 PM »
so do i just focus on the KM script folder?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #23 on: October 27, 2008, 12:02:49 PM »
We need to synchronized exactly what you have done to date.

So nobody but CAPT Joseph White should post after this until he has posted!


I eventually assumed that you had installed KM1.0, is this the case?
If you have, then it's a simple case of overwriting all the script files from the KM zip, otherwise you need to extract the py files from the SDK.
But to properly help you now, we need to know what you have done to your BC installation, from the moment you started the installer.
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #24 on: October 27, 2008, 06:23:35 PM »
well iv intalled BC, then the Patch, and i just Estracted the KM1.0 full to my BC Directory.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #25 on: October 27, 2008, 06:32:04 PM »
Ok, from the SDK, copy the scripts directory and paste it in your BC directory. Let it overwrite when asked.

Then go to the downloaded KM1.0 archive (assuming you still have it), and then copy the scripts directory from that, and paste it in your BC directory.
And the last step, copy the scripts directory from the src directory in the KM1.0 archive and paste it in your BC directory.

Let it overwrite when asked.
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #26 on: October 27, 2008, 08:56:01 PM »
ok, i did what you told me but im still getting this black screen i dont know what idid wrong?, here is a console report i did so you can see the problem.

Offline CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #27 on: October 29, 2008, 03:37:43 PM »
did you get a chance to look at the console report i posted?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #28 on: October 29, 2008, 03:38:51 PM »
Could you try deleting Camera.pyc?
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #29 on: October 29, 2008, 04:40:46 PM »
from the  BC directory?

Offline CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #30 on: October 29, 2008, 04:59:49 PM »
i deleted the camera pyc, but no change, i got a question, what does it mean to import the bridgehandlers, and the tactical interface. and import a camera? thats what it said in the console report.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #31 on: October 29, 2008, 06:40:45 PM »
It's called a "stacktrace", in a computer related sense, it's quite literally a stack. In this case, each step (instruction) is logged (traced).

In this case, it tells me that BC attempted to load a module (a py file) that in the end tried to load Camera.py(c), and that file contained some error.
So the idea is that if you replace that file (Camera.py) with a proper one, then it ought to work again.


Next attempt, open a command prompt (Win+R -> cmd -> Enter), then navigate to your BC directory (using 'cd <<directory name>>' to enter a directory, 'cd ..' to go up a directory '<<DriveLetter>>:' to go to a different drive), and then type the following:
Code: [Select]
dir /B /O:N /S >> listing.txtAnd then attach the file listing.txt that will now have appeared (when the next command lone appears) in your BC directory to a post.
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #32 on: October 29, 2008, 07:07:50 PM »
do i do all of this in the console report?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #33 on: October 29, 2008, 07:09:23 PM »
No, the command line/prompt, of Windows (it's the Win+R->cmd->Enter part).
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #34 on: October 29, 2008, 07:45:15 PM »
where do i find this?

Offline 086gf

  • Location: United Socialist States of America!
  • Posts: 1357
  • Cookies: 32
Re: BSOD problem(Again)
« Reply #35 on: October 30, 2008, 01:48:11 PM »
Under accessories in the start menu.
All hail the messiah!

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #36 on: October 30, 2008, 02:37:27 PM »
Just press and hold the Windows Key, and then press r, you can now release both buttons.

A screen appears with a text box, type in cmd and press Enter.

You will now see a black screen, similar to BC's debug prompt (if you ever saw that).

You now need to navigate the filesystem (all the folders/directories and files) to your BC installation (see previous post for instructions on how to navigate).

Once there, enter the following command, and confirm with Enter.
Code: [Select]
dir /B /O:N /S >> listing.txt
Wait till you see the next prompt.

Come back to this thread and click reply, and attach the file that has now appeared in your BC directory called 'listing.txt'
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #37 on: October 30, 2008, 05:19:34 PM »

i dont understand how to navigate to the BC directory in the command prompt, iv tried but i keep typing something wrong.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: BSOD problem(Again)
« Reply #38 on: October 30, 2008, 06:01:27 PM »
What is the path to your BC directory/folder?
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 CAPT joseph white

  • Posts: 108
  • Cookies: 1
Re: BSOD problem(Again)
« Reply #39 on: October 30, 2008, 07:34:30 PM »
C:\Program Files\Activision\Bridge Commander, thats the path.