Visit Captain Sim web site  
  Welcome, Guest. Please Login or Register

 

Page Index Toggle Pages: 1 [2] 3 4  Send TopicPrint
 25 767 issues! (Read 46584 times)
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #15 - May 27th, 2012 at 1:11am
Print Post  
So basically it is down to a guessing game?  Undecided

Why do CS make products that become so difficult to use!

Surely a CS product has been tested before released!

Can't understand it.

I guess I am screwed with CS767 and just put it down as a lost cause and a waste of money!

Thanks for your attempted help! -- Much appreciated!

Greg
  

Back to top
 
IP Logged
 
Markoz
CS Team
*
Offline



Posts: 12373
Location: Victoria, Australia
Joined: Apr 24th, 2009
Gender: Male
Re: 767 issues!
Reply #16 - May 27th, 2012 at 3:40am
Print Post  
Hi Greg.

I don't know what to say. I have never had this problem with the 767, or any other Captain Sim product for that matter, at all.
I just install them and they work like they should. Undecided

Is FSX installed in the default location [i](C:\Program Files\Microsoft Games\Microsoft Flight simulator X or C:\Program Files (x86)\Microsoft Games\Microsoft Flight simulator X)? It could be possible that the problem is because of that. But that doesn't ,mean it is. I have never had FSX installed in the default location, not even when my OS was WinXP. FSX is installed on a separate HDD, well away from the default location.

Mark
  

Mark Fletcher



PC: i7 10700K @3.8/5.1GHz | 64GB DDR4 3200 | 12GB RTX 4070 Super | 32" LCD Monitor | 1TB SSD & 2x2TB SSD | Win 11 Pro - FSX/FSX-SE/P3D3/P3D4/P3D5/P3D6/MSFS2020
15.6" Gaming Laptop: i7 7700HQ | 32GB DDR4 | 6GB GTX 1060 | 256GB SSD & 1TB HDD | Win 10 Pro 64bit - FSX-SE/P3D4
Back to top
 
IP Logged
 
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #17 - May 27th, 2012 at 4:18am
Print Post  
Mine is just installed in C:\FSX

Greg
  

Back to top
 
IP Logged
 
Markoz
CS Team
*
Offline



Posts: 12373
Location: Victoria, Australia
Joined: Apr 24th, 2009
Gender: Male
Re: 767 issues!
Reply #18 - May 27th, 2012 at 7:18am
Print Post  
So it should be okay there.

The only thing that may or may not help, is to move those two 767 entries in the DLL.xml file further up the list. Like this:

<?xml version="1.0" encoding="Windows-1252" ?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>dll.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>Addon Manager</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>bglmanx.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>FsPassengersX</Name>
<Disabled>False</Disabled>
<Path>FsPassengers\bin\fspassengersx.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Object Placement Tool</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Visual Effects Tool</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Captain Sim 767 Menu</Name>
<Disabled>False</Disabled>
<Path>Captain_Sim\Captain_Sim.b767.menu.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Captain Sim 767 Sound</Name>
<Disabled>False</Disabled>
<Path>Captain_Sim\767\cs.sound.dll</Path>
</Launch.Addon>

<Launch.Addon>
<Name>other HUD interface</Name>
<Disabled>False</Disabled>
<Path>other\DLLs\other_HUD_interface.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
<Launch.Addon>
<Name>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>FSCopilot</Name>
<Disabled>False</Disabled>
<Path>Modules\FSCopilot.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>other Options</Name>
<Disabled>False</Disabled>
<Path>other\DLLs\PMDGOptions.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>other Events</Name>
<Disabled>False</Disabled>
<Path>other\DLLs\PMDGEvents.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>other Sounds</Name>
<Disabled>False</Disabled>
<Path>other\DLLs\PMDGSounds.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>GPS Module</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Modules\GPSModule.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
</SimBase.Document>


Start > Search Bar > %APPDATA%\Microsoft\FSX - Open the DLL.xml file with Notepad, highlight the Captain Sim 767 entries,

<Launch.Addon>
<Name>Captain Sim 767 Menu</Name>
<Disabled>False</Disabled>
<Path>Captain_Sim\Captain_Sim.b767.menu.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Captain Sim 767 Sound</Name>
<Disabled>False</Disabled>
<Path>Captain_Sim\767\cs.sound.dll</Path>
</Launch.Addon>


and move them up above

<Launch.Addon>
<Name>other HUD interface</Name>
<Disabled>False</Disabled>
<Path>other\DLLs\other_HUD_interface.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>


I now what the "other" is, it is just the forum protection renaming it as other. Wink

It might just be that something higher up the list prevents the 767 entries from working correctly. By putting the 767 entries ahead of the, it might stop them from causing any problems.

I'm running out of options that can help. So I feel like I am grasping at straw here, but I have to try. Sad

Mark
  

Mark Fletcher



PC: i7 10700K @3.8/5.1GHz | 64GB DDR4 3200 | 12GB RTX 4070 Super | 32" LCD Monitor | 1TB SSD & 2x2TB SSD | Win 11 Pro - FSX/FSX-SE/P3D3/P3D4/P3D5/P3D6/MSFS2020
15.6" Gaming Laptop: i7 7700HQ | 32GB DDR4 | 6GB GTX 1060 | 256GB SSD & 1TB HDD | Win 10 Pro 64bit - FSX-SE/P3D4
Back to top
 
IP Logged
 
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #19 - May 30th, 2012 at 6:14pm
Print Post  
Now I am speaking about not much I know here  Roll Eyes

But sometimes in the past when I used to install a "freeware" aircraft I was told to sometimes move "panel" and "effect" or was it "texture" files from one location to another and then I would see them.

Could this not be the case here? That the "Panel" and other folders are not where they are meant to be?

Greg
  

Back to top
 
IP Logged
 
Markoz
CS Team
*
Offline



Posts: 12373
Location: Victoria, Australia
Joined: Apr 24th, 2009
Gender: Male
Re: 767 issues!
Reply #20 - May 31st, 2012 at 2:57am
Print Post  
Hi Greg.

It's always a possibility that it did not install correctly and so the location of the files is wrong. Undecided

Download this tool from Flight1 - FSX/FS9 Registry Repair Tool - and run it.
After you have done that, reinstall the 767-300 (using "Run as administrator").

Another thing. Are you running FSX "as an administrator"? It's worth a try. Right click on the FSX shortcut and select "Run as administrator".

Mark
  

Mark Fletcher



PC: i7 10700K @3.8/5.1GHz | 64GB DDR4 3200 | 12GB RTX 4070 Super | 32" LCD Monitor | 1TB SSD & 2x2TB SSD | Win 11 Pro - FSX/FSX-SE/P3D3/P3D4/P3D5/P3D6/MSFS2020
15.6" Gaming Laptop: i7 7700HQ | 32GB DDR4 | 6GB GTX 1060 | 256GB SSD & 1TB HDD | Win 10 Pro 64bit - FSX-SE/P3D4
Back to top
 
IP Logged
 
reza
New Member
Offline



Posts: 4
Joined: May 31st, 2012
Re: 767 issues!
Reply #21 - May 31st, 2012 at 11:23pm
Print Post  
hi,
I also had the same problem, but I got it solved.
do but step by step. this way solves your problem.

1. go to your cpmputer and uninstall the complete game in your computer.
2. go to websit of capitansim and login.
3. go to your profile and to the products that you purchased.
4. klick on 767 Captain (767-300 Base Pack).
5. in the down left klick on the Extended Download Service.
6.Click this button if you wish to receive new download links:
Extended Download Service (EDS) and press get new links.

download it and install the game again.
this way definitely fix your problem.

to let us know if you succeeded.

thank you
Reza
  
Back to top
 
IP Logged
 
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #22 - Jun 2nd, 2012 at 3:42pm
Print Post  
Sorry for no replies. I haven't tried both your (Mark and Reza's) ideas yet. Will get around to it later today and report back!

Thanks for the help guys!

Much appreciated

And Mark, yes I have tried "Run as administrator" but still no luck there!

Greg
  

Back to top
 
IP Logged
 
Markoz
CS Team
*
Offline



Posts: 12373
Location: Victoria, Australia
Joined: Apr 24th, 2009
Gender: Male
Re: 767 issues!
Reply #23 - Jun 2nd, 2012 at 5:15pm
Print Post  
I think that reza is right in saying you should download the 767 installer again. I thought I had already suggested it, but I obviously haven't. My bad. Sad

So if that works, reza gets the pat on the back! Wink

Mark
  

Mark Fletcher



PC: i7 10700K @3.8/5.1GHz | 64GB DDR4 3200 | 12GB RTX 4070 Super | 32" LCD Monitor | 1TB SSD & 2x2TB SSD | Win 11 Pro - FSX/FSX-SE/P3D3/P3D4/P3D5/P3D6/MSFS2020
15.6" Gaming Laptop: i7 7700HQ | 32GB DDR4 | 6GB GTX 1060 | 256GB SSD & 1TB HDD | Win 10 Pro 64bit - FSX-SE/P3D4
Back to top
 
IP Logged
 
reza
New Member
Offline



Posts: 4
Joined: May 31st, 2012
Re: 767 issues!
Reply #24 - Jun 2nd, 2012 at 11:37pm
Print Post  
this work 100%. only you must do steb by step , wat i sayed.
  
Back to top
 
IP Logged
 
reza
New Member
Offline



Posts: 4
Joined: May 31st, 2012
Re: 767 issues!
Reply #25 - Jun 2nd, 2012 at 11:43pm
Print Post  
you must go to the  Extended Download Service.

this is different than normal link.


!!!!!!!!!!!!!!!!!!!!!!!! important  !!!!!!!!!!!!!!!!!!!!!!!!!!


!!!!!!!!!!!! Extended Download Service.!!!!!!!!!!!
   

and klick on ((((( get new links))))))

and install de game

let us know plz
  
Back to top
 
IP Logged
 
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #26 - Jun 3rd, 2012 at 2:09am
Print Post  
The file that I downloaded from the Extended Download Service, is the same name and same file size as I what I originally got!

Greg
  

Back to top
 
IP Logged
 
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #27 - Jun 3rd, 2012 at 2:43am
Print Post  
I did everything you suggested step by step ------ BUT... still have the same problems as before..  Undecided

So I am really stumped!
Greg

reza wrote on May 31st, 2012 at 11:23pm:
hi,
I also had the same problem, but I got it solved.
do but step by step. this way solves your problem.

1. go to your cpmputer and uninstall the complete game in your computer.
2. go to websit of capitansim and login.
3. go to your profile and to the products that you purchased.
4. klick on 767 Captain (767-300 Base Pack).
5. in the down left klick on the Extended Download Service.
6.Click this button if you wish to receive new download links:
Extended Download Service (EDS) and press get new links.

download it and install the game again.
this way definitely fix your problem.

to let us know if you succeeded.

thank you
Reza

  

Back to top
 
IP Logged
 
Markoz
CS Team
*
Offline



Posts: 12373
Location: Victoria, Australia
Joined: Apr 24th, 2009
Gender: Male
Re: 767 issues!
Reply #28 - Jun 3rd, 2012 at 3:22am
Print Post  
Something must be interfering with the install. I just don't know what is though. Sad
  

Mark Fletcher



PC: i7 10700K @3.8/5.1GHz | 64GB DDR4 3200 | 12GB RTX 4070 Super | 32" LCD Monitor | 1TB SSD & 2x2TB SSD | Win 11 Pro - FSX/FSX-SE/P3D3/P3D4/P3D5/P3D6/MSFS2020
15.6" Gaming Laptop: i7 7700HQ | 32GB DDR4 | 6GB GTX 1060 | 256GB SSD & 1TB HDD | Win 10 Pro 64bit - FSX-SE/P3D4
Back to top
 
IP Logged
 
GregM
Full Member
*
Offline



Posts: 27
Joined: May 18th, 2012
Re: 767 issues!
Reply #29 - Jun 3rd, 2012 at 4:24am
Print Post  
Ok... I was chatting with one of the guys on the VA I belong to (United) and he basically went through all that you said when uninstalling the CS767 and then reinstalling! We deleted all files belonging to CS767 (as it is the only CS product I own).

Anyway, I was then looking at the program ACE which has tabs on the top Fleet - Preflight and Tools.

I then noticed to the left it says in red "DEMO MODE" Activate Product.

So, after speaking to one of the pilots that does own this aircraft, he said that when he tried the aircraft before buying it (demo) it also had a blank panel and open windows.
So just logic tells me I am installing a DEMO version of the aircraft.

My question is firstly WHY do I have a DEMO version when I bought the aircraft?

Thanks in advance and hopefully this sheds some light on the problem!

Greg
  

Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 4 
Send TopicPrint
 
  « Board Index ‹ Board  ^Top