Jump to content

sobe

Members
  • Posts

    2234
  • Joined

  • Last visited

Everything posted by sobe

  1. Snoopy I have the same problem so at least it is not just me and my computer.
  2. Has anyone been able to export to a second screen the RWR in the F1EE?
  3. UPDATE: I am still trying to get the KB to work. I have now received a new error message stating that it could not find bin>dcs.exe. I went into the Bin folder and unchecked hidden files and confirmed that DCS.exe is in my bin folder. Very confusing.
  4. Jonsky7 changed the kb files on page 2 on jan 11th to update for some DCS changes.
  5. Xupicor Great idea and it works for me also. I was looking at the cost of using Adobe to do the converting, but it was expensive and I didn't trust the free conversion programs. So if you need to move the kneeboard to a second or third screen, I have attached a folder that does that for me. See line 33-34. If it does not work for you, you can take a look at the last post below. Something must have caused the KB to stop working because of a recent update by DCS. However, I am not capable of understanding the error message to correct the problem. Up to the developer I guess. Kneeboard reposition 2nd version.7z
  6. I am a little confused. What is the latest method to put the kneeboard on a 3rd screen?
  7. For the time being, as I cannot get kb to work, is their a file that I can change to move all Kneeboards to my third screen or do you have to do this for each plane?
  8. Rudel Chw. I have converted a PDF to PNG by using a conversion program. So where do I put the png file so it will appear in the game kneeboarding?
  9. This is not fair.
  10. Latest Issue; --------------------------- There was an error! --------------------------- Use Ctrl + C to copy this error and e-mail it to s13solutions@gmail.com : System.ArgumentNullException: Value cannot be null. Parameter name: path at System.IO.Directory.GetParent(String path) at KneeboardBuilder.Viewmodels.MainViewModel.BackupAircraftDefaultGroups(String _origPath) at KneeboardBuilder.Viewmodels.MainViewModel.LoadAircraftData() at KneeboardBuilder.Viewmodels.MainViewModel.Initilization() at KneeboardBuilder.Viewmodels.MainViewModel..ctor() at KneeboardBuilder.Views.MainView..ctor() --------------------------- OK ---------------------------
  11. bones1014 Is there one place where I can get the icon pictures for this lua? I have the XL model.
  12. I have white listed the KB exe in my Webroot software so that does not seem to be the issue.
  13. Where is the window app log?
  14. New issue. When I start an existing KB, it will not load. However, if I re-download KB and start from scratch, it works fine until I have to re-boot my computer, then it will not start again.
  15. I do not understand it, but this morning I reinstalled KB from the beginning and it works. I copied over some of the airplane folders to the new install.
  16. OK. Thanks.
  17. Here is my KB config file which is similar to your config. ?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="DpiSetting" value="300" /> <add key="DCSpath" value="F:\Eagle Dynamics\DCS World OpenBeta" /> <add key="SavedGamesPath" value="C:\Users\13057\Saved Games\DCS.openbeta" /> <add key="PriorVersion" value="False" /> <add key="PriorComponents" value="False" /> <add key="AllowUpdate" value="False" /> <add key="Notifications" value="False" /> <add key="DCSVersion" value="Custom" /> <add key="KeepClear" value="False" /> <add key="Mig21KeepClear" value="False" /> <add key="Mig21DefaultKneeboard" value="False" /> <add key="LiteMode" value="False" /> <add key="UserMods" value="True" /> <add key="DCSexeVersion" value="2.8.1.34667" /> </appSettings> </configuration> I have the KB group folder in E:\kneeboard>kneeboardBuilder>Kneeboard Groups. I went ahead and checked Admin privileges anyway. I went ahead and put KB in my program files in my c drive but got the same result. The loading screen comes on but in the task manager, the CPU goes to 0. What else can I provide you with?
  18. A slight change in the first two lines showing an error: --------------------------- There was an error! --------------------------- Use Ctrl + C to copy this error and e-mail it to s13solutions@gmail.com : System.ArgumentNullException: File name cannot be null. Parameter name: destFileName at System.IO.File.Copy(String sourceFileName, String destFileName) at KneeboardBuilder.Viewmodels.MainViewModel.ModifyDeviceInit(String _origInitPath, String _backupPath, String _aircraftname) at KneeboardBuilder.Viewmodels.MainViewModel.UpdateAll(String _dcsPath, DirectoryInfo _configPath, String _deviceInitPath, String _deviceIntBackupPath, ProfileModel _selectedProfile, String _aircraftName) at KneeboardBuilder.Viewmodels.MainViewModel.SetupKneeboard(String _dcsPath, String _dcsSavedGamesPath, String aircraftname, ProfileModel _selectedProfile) at KneeboardBuilder.Viewmodels.MainViewModel.UpdateDefaultKneeboards() at KneeboardBuilder.Viewmodels.MainViewModel..ctor() at KneeboardBuilder.Views.MainView..ctor() --------------------------- OK ---------------------------
  19. I am a Helios user and just started with the SD so I am not that familiar as to what to do. I have downloaded some profiles that work fine, but your download just confuses me with my lack of understanding. How do I know which one is for the F1?
  20. Bones1014 please see my comment on your dcs user upload.
  21. I cannot figure out what the error is from the above. What does this mean---System.ArgumentNullException: File name cannot be null. <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="DpiSetting" value="150" /> <add key="DCSpath" value="F:\Eagle Dynamics\DCS World OpenBeta" /> <add key="SavedGamesPath" value="C:\Users\13057\Saved Games\DCS.openbeta" /> <add key="PriorVersion" value="False" /> <add key="PriorComponents" value="False" /> <add key="AllowUpdate" value="False" /> <add key="Notifications" value="False" /> <add key="DCSVersion" value="OpenBeta" /> <add key="KeepClear" value="False" /> <add key="Mig21KeepClear" value="False" /> <add key="Mig21DefaultKneeboard" value="False" /> <add key="LiteMode" value="False" /> <add key="UserMods" value="False" /> <add key="DCSexeVersion" value="2.8.1.34667" /> </appSettings> </configuration>
  22. Rebooted and deleted the config file and reconfigured the KB but it still will not load. --------------------------- There was an error! --------------------------- Use Ctrl + C to copy this error and e-mail it to s13solutions@gmail.com : System.ArgumentNullException: File name cannot be null. Parameter name: destFileName at System.IO.File.Copy(String sourceFileName, String destFileName) at KneeboardBuilder.Viewmodels.MainViewModel.ModifyDeviceInit(String _origInitPath, String _backupPath, String _aircraftname) at KneeboardBuilder.Viewmodels.MainViewModel.UpdateAll(String _dcsPath, DirectoryInfo _configPath, String _deviceInitPath, String _deviceIntBackupPath, ProfileModel _selectedProfile, String _aircraftName) at KneeboardBuilder.Viewmodels.MainViewModel.SetupKneeboard(String _dcsPath, String _dcsSavedGamesPath, String aircraftname, ProfileModel _selectedProfile) at KneeboardBuilder.Viewmodels.MainViewModel.UpdateDefaultKneeboards() at KneeboardBuilder.Viewmodels.MainViewModel..ctor() at KneeboardBuilder.Views.MainView..ctor() --------------------------- OK ---------------------------
  23. I am still on windows 10. I get the start logo and then it just freezes. I deleted the config file and reconfigured it and still the freeze. Any suggestions?
  24. KB was working fine until I updated Windows last night. Today, KB will not load. Anyone else having this issue?
×
×
  • Create New...