Jump to content

AlaskanGrizzly

Members
  • Posts

    450
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by AlaskanGrizzly

  1. Could you send me your 'KneeboardBuilder.exe.Config' file from the Kneeboard Builder folder? Thanks!
  2. Version 1.7.0.2 Released Version 1.7.0.2 is now available. -Fixed crash due to leftover 'CaucusBase' folder in DCS 2.5 installations. -Fixed error and crash when trying to set standalone Flaming Cliffs aircraft profiles. -Added basic error catching for unhandled errors. Hopefully this will fix a few of the common errors causing crashes for people. Feel free to throw any problems at me here at the forums or via email at s13solutions@gmail.com. Also, I have received a large number of bug and crash reports over the last several months so if I have forgotten about you and haven't fixed your problem please send me a reminder.
  3. It is possible to remove the maps themselves but I have not found a way to remove the blank kneeboard pages that remain. If you don't mind having 4 or 5 blank pages in your kneeboard I can let you know how to do it.
  4. Can you send me your windows error logs right after you try running Kneeboard Builder? For windows 10: Right click on the start menu -> computer management -> expand 'event viewer' -> expand 'windows logs' -> click on application To save your all events: right click on application -> save all events as -> enter a name and save as an Event File (.evtx) To save a single event: right click on the event(s) you want to save -> save selected event -> enter a name and save as an Event File (.evtx) E-mail the logs to me at s13solutions@gmail.com.
  5. If you make a new profile for the profile it will have with the default settings. Don't make any modifications to the new profile and set it as the active profile using the taskbar icon. That will set the kneeboard back to its default location, size and colors.
  6. Those appear to be DCS bugs and not related to KBB.
  7. I'm still around. I've just been working a large amount of overtime in my RL job the last few months so I haven't had the energy to focus on anything else. Keeping up with all of the changes implemented with every beta version of DCS is a bit of a challenge, so I am waiting until it stabilizes more before working on fixing some of the KBB bugs. Deleting the folder “CaucasusBase” from “…\Eagle Dynamics\DCS World OpenBeta\Mods\terrains" should allow KBB to work with 2.5 in most cases. If you still have issues with it send me the windows error logs: For windows 10: Right click on the start menu -> computer management -> expand 'event viewer' -> expand 'windows logs' -> click on application To save your all events: right click on application -> save all events as -> enter a name and save as an Event File (.evtx) To save a single event: right click on the event(s) you want to save -> save selected event -> enter a name and save as an Event File (.evtx) E-mail the logs to me at s13solutions@gmail.com.
  8. Markeebo, Delete the folder “CaucasusBase” from “…\Eagle Dynamics\DCS World OpenBeta\Mods\terrains”. It is left over from the old openbeta and is not needed. That should stop the crash.
  9. Here is the path to the DCS World OpenBeta uninstall registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DCS World OpenBeta_is1
  10. I believe I have Kneeboard Builder setup to look up the DCS install path using the uninstall registry key for DCS World. I don't exactly remember why at the moment. I am also away from my computer so can't tell you where exactly that registry key is located, but I will look it up when I get home.
  11. Delete the folder “CaucasusBase” from “…\Eagle Dynamics\DCS World OpenBeta\Mods\terrains” and Kneeboard Builder should work normally.
  12. My apologies for the problems your are having. To clear all modified files back to their defaults go to Options -> Preferences and check the 'Lite Mode' option and close Kneeboard Builder. That should restore the original files. If it still doesn't work, you will need to run a DCS World Repair to restore the affected config files. One of the features I need to add to Kneeboard Builder is a better 'reset' function. The Custom Kneeboard Creation using Kneeboard Builder doesn't modify any of the base DCS World config files or any of the base files for any of your modules. The only folders it makes any changes to is the .../Saved Games/{DCS VERSION}/Kneeboard folder or the default kneeboard directory (I can't remember the path at the moment) if you are adding images there. However, customizing the Kneeboard Settings (Options -> Kneeboard Settings) will modify the init.lua file for the selected aircraft. (.../DCS World/Mods/aircraft/{Aircraft Module}/Scripts/Cockpit) Or a similar path I think Sometimes a DCS World update will require a newer version of the init.lua for some of the aircraft, but Kneeboard Builder continues to use the old one and weird things happen. I am not sure what things would change based solely on a campaign. I know the Charnwood campaign uses kneeboard images added directly to the missions, so maybe that has something to do with it. However, I have not had any issues yet using a custom kneeboard when flying Charnwood missions.
  13. Sorry about the problem you are having. I must have the folder structure setup wrong for the FC3 standalone planes. I don't own any of the standalone aircraft, so could you locate the correct directory for the 'device_init.lua' file in your F-15C installation path? ( I am assuming it will be somewhere like ...Eagle Dynamics/DCS World/Mods/aircraft/F15C/Cockpit/KneeboardLeft). Let me know the correct path and I'll put together a fix for it. Thanks for your help.
  14. Thanks. The download page at www.dcskneeboardbuilder.com has now been updated to version 1.7.0.1.
  15. Version 1.7.0.1 Released Version 1.7.0.1 is now available. -Fixed crash on load when Kneeboard Builder has wrong DCS World installation path -Fixed error and crash when trying to set "All" aircraft profiles Lets give this another shot. Hopefully this will fix the crash on load many of you are experiencing. If it still doesn't work for you let me know.
  16. Could you please look at your windows error logs right after you try running Kneeboard Builder and e-mail them to me. To view the error logs in windows 7: click on the start menu -> control panel -> system and security -> administrative tools -> event viewer-> expand 'windows logs' -> click on application. For windows 8 / 10: right click on the start menu -> computer management -> expand 'event viewer' -> expand 'windows logs' -> click on application To save your all events: right click on application -> save all events as -> enter a name and save as an Event File (.evtx) To save a single event: right click on the event(s) you want to save -> save selected event -> enter a name and save as an Event File (.evtx) E-mail the logs to me at s13solutions@gmail.com. Thanks.
  17. Thanks. Several users are reporting experiencing that problem.
  18. It appears that for some users Kneeboard Builder is not getting the correct DCS installation directory from the Registry. Haven't quite pinned down why that is, possibly old registry entries. In any case, I am working on modifying the initialization logic so that KB will ask for the correct directories when first started. In the mean time, this fix should work for anyone having this issue: 1) From the Kneeboard Builder folder open the ‘KneeboardBuilder.exe.Config’ in a text editor like Notepad++ or VS Code. 2) Between the ' </configSections> ' and ' <startup> ' tags add this code: <appSettings> <add key="DCSpath" value="D:\Program Files\Eagle Dynamics\DCS World\" /> <add key="SavedGamesPath" value="E:\Karl's Libraries\Saved Games" /> </appSettings> 3) Manually change the DCSpath and SavedGamesPath values to the correct DCS version paths for your system and save the file. 4) Try running Kneeboard Builder. If it loads up, first thing to do is go to Options -> Preferences, set the correct paths there as well, set your other preferred options and click ‘Save’. You should only have to do this the first time you run Kneeboard Builder. I recommend having a separate Kneeboard Builder installation for each version of DCS World you are using(1.5, 2.0 Beta, 2.0 Alpha).
  19. Can you send me your error logs right after it crashes? For windows 8 / 10: right click on the start menu -> computer management -> expand 'event viewer' -> expand 'windows logs' -> click on application To save your all events: right click on application -> save all events as -> enter a name and save as an Event File (.evtx) To save a single event: right click on the event(s) you want to save -> save selected event -> enter a name and save as an Event File (.evtx) E-mail the logs to me at s13solutions@gmail.com. Thanks.
  20. Version 1.7.0.0 Released Version 1.7.0.0 is now available. -Fixed crash when MiG-21 or AJS37 aircraft are not installed. -Removed ability to customize MiG-21 and AJS37 kneeboards temporarily. Hopefully this will fix the crashes many of you are experiencing. If it doesn't please let me know.
  21. Could you please look at your windows error logs right after you try running Kneeboard Builder and e-mail them to me. To view the error logs in windows 7: click on the start menu -> control panel -> system and security -> administrative tools -> event viewer-> expand 'windows logs' -> click on application. For windows 8 / 10: right click on the start menu -> computer management -> expand 'event viewer' -> expand 'windows logs' -> click on application To save your all events: right click on application -> save all events as -> enter a name and save as an Event File (.evtx) To save a single event: right click on the event(s) you want to save -> save selected event -> enter a name and save as an Event File (.evtx) E-mail the logs to me at s13solutions@gmail.com. Thanks.
  22. Probably since it is an untrusted .exe (it doesn't have a certificate). You may have to disable your windows defender or anti-virus temporarily. I promise there isn't anything nefarious coded into it.
  23. Hotfix for MiG-21 and AJS37 Crash This hotfix should stop the crash on startup that many of you are experiencing while I continue on working towards a permanent fix. It disables the MiG-21 and AJS37 custom kneeboard sizing and color scheme features. Adding custom images to the MiG-21 and AJS37 will still work though. This is a beta version of Kneeboard Builder that I haven't been able to thoroughly test. It has several other changes included as well, so please let me know if you run into any problems. (crossing my fingers you don't) Installation: Open the attached .zip file and copy the KneeboardBuilder.exe file to your Kneeboard Builder directory and overwrite the existing .exe file. When you start Kneeboard Builder be sure you select 'no' when it asks if you want to update. Turn off auto-updates in the Options-> Preferences menu to keep the program from asking you to update every time you start it. KneeboardBuilder 1.6.9.9 Hotfix.zip
  24. I apologize for the very long delay. I believe the issue is related to my work around code to get Kneeboard Builder to work with the MiG-21 and Viggen since their kneeboard logic is non-standard compared to the other modules. I've been getting hammered with mandatory overtime at work and I just haven't found the motivation lately to dig back through my code to fix it yet. (That and VR flying has kept me distracted too) It is on my to-do list though...
  25. flyco, Can you PM me your sptifire and uh-1h device_init.lua files (or e-mail them to s13solutions@gmail.com). Thanks.
×
×
  • Create New...