Shalfar Posted December 9, 2019 Share Posted December 9, 2019 24 minutes ago, linuxgurugamer said: Sorry https://www.dropbox.com/s/ocnvdkzxac5o73v/QuickStart-beta.zip?dl=0 With that one it almost works. I get no options during load, so I can't disable it or change where it is going to start, but once the game loads it goes into my latest save game. I tried moving the existing config.txt file to the root directory and then it works fine. Partially worked: https://drive.google.com/open?id=1x6uEHy0GSlJlUTF6YF3n5RYizLBrwF2H After copying config.txt to "c:/ ": https://drive.google.com/open?id=1B1VQz2xK2uuagOlb_bPsVJ-qCf-2nLdZ Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 9, 2019 Author Share Posted December 9, 2019 I'll go over the files later on. I put some additional debug statements in, so hopefully they will show me what's going on Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 10, 2019 Author Share Posted December 10, 2019 New release, QuickStart-2.2.0.9 Fixed initialization race condition which was causing nullrefs and errors on some systems Quote Link to comment Share on other sites More sharing options...
leatherneck6017 Posted January 9, 2020 Share Posted January 9, 2020 @linuxgurugamer QuickExit not working for me: "Access to the path C:\Config.txt is denied." Player log with only QuickExit and dependencies installed: https://www.dropbox.com/s/7pj7gpm7tcradhv/Player.log?dl=0 Quote Link to comment Share on other sites More sharing options...
leatherneck6017 Posted January 10, 2020 Share Posted January 10, 2020 On 1/8/2020 at 5:16 PM, leatherneck6017 said: @linuxgurugamer QuickExit not working for me: "Access to the path C:\Config.txt is denied." Player log with only QuickExit and dependencies installed: https://www.dropbox.com/s/7pj7gpm7tcradhv/Player.log?dl=0 @linuxgurugamer I did some testing with prior working versions, and it looks like this issue first appeared in QE version 2.2.0.5. Possibly related to this commit? https://github.com/linuxgurugamer/QuickMods/commit/f10d48edf78e71a1fb06bb4928cd80092baef1ac#diff-0e781df3c9250a0e137fd0c2c3e12976 Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 10, 2020 Author Share Posted January 10, 2020 (edited) 1 hour ago, leatherneck6017 said: @linuxgurugamer I did some testing with prior working versions, and it looks like this issue first appeared in QE version 2.2.0.5. Possibly related to this commit? https://github.com/linuxgurugamer/QuickMods/commit/f10d48edf78e71a1fb06bb4928cd80092baef1ac#diff-0e781df3c9250a0e137fd0c2c3e12976 No, the only thing that changed with that commit was location of initialization of vars. 2.2.0.5 was the first working version for 1.8 It's indirectly related, I'll fix it over the weekend Edited January 10, 2020 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 14, 2020 Author Share Posted January 14, 2020 BETA RELEASE, 1.4.0.7 Fixed location of config files Please let me know of any issues that you come across. Most especially, exceptions in any of these. Due the the Unity change and the way these mods were written, I had to do more work to fix the issues. Only available from here: https://github.com/linuxgurugamer/QuickMods/releases/tag/1.4.0.7 If no issues are reported by the weekend, I'll update this beta to be a full release Quote Link to comment Share on other sites More sharing options...
leatherneck6017 Posted January 14, 2020 Share Posted January 14, 2020 1 hour ago, linuxgurugamer said: Please let me know of any issues that you come across. Most especially, exceptions in any of these. Due the the Unity change and the way these mods were written, I had to do more work to fix the issues. It was cool watching you fix this on stream tonight. I'll try to get onto KSP tomorrow to test the beta. Quote Link to comment Share on other sites More sharing options...
leatherneck6017 Posted January 14, 2020 Share Posted January 14, 2020 @linuxgurugamer I'm happy to report that I've been using Exit, Start, Search, and GoTo for a couple of hours with no issues. Quote Link to comment Share on other sites More sharing options...
leatherneck6017 Posted January 19, 2020 Share Posted January 19, 2020 @linuxgurugamer Seems safe to say that this is ready for release. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 19, 2020 Author Share Posted January 19, 2020 35 minutes ago, leatherneck6017 said: @linuxgurugamer Seems safe to say that this is ready for release. I have to fix a couple of toolbar icons first Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 21, 2020 Author Share Posted January 21, 2020 (edited) New release, 1.4.0.7 Fixed location of config files Refactored all Quick mods to make the local paths consistent Edited January 28, 2020 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
steve_v Posted February 7, 2020 Share Posted February 7, 2020 (edited) Hey @linuxgurugamer, I have some QuickFeedback for QuickSearch 3.3.0.7, in that I have no icons appearing on the search buttons in R&D. Everything else (toolbar etc.) is okay. I see you changed the way relative paths are determined in this release, my guess is it's no longer cooperating with my slightly unusual setup, namely where GameData is a symlink managed by a silly little launcher I wrote: Spoiler KSP_Linux_1.8.1 ├── CKAN -> CKAN_Main ├── CKAN_Main │ ├── history │ └── Plugins ├── CKAN_Stock │ ├── history │ └── Plugins ├── CKAN_Testing ├── GameData -> GameData_Main ├── GameData_Main │ ├── 000_ClickThroughBlocker │ ├── 001_ToolbarControl │ ├── B9PartSwitch │ ├── BahaSP │ ├── BetterCrewAssignment │ ├── BetterTimeWarp │ ├── BonVoyage │ ├── CommNetAntennasInfo │ ├── CommunityCategoryKit │ ├── CommunityDeltaVMaps │ ├── CommunityResourcePack │ ├── CommunityTechTree │ ├── ConnectedLivingSpace │ ├── ContractConfigurator │ ├── ContractPacks │ ├── CriticalTemperatureGauge │ ├── CryoTanks │ ├── CustomBarnKit │ ├── CustomPreLaunchChecks │ ├── DangIt │ ├── DecouplerShroud │ ├── DeployableEngines │ ├── DMagicOrbitalScience │ ├── DynamicBatteryStorage │ ├── EasyBoard │ ├── EditorExtensionsRedux │ ├── EvaFuel │ ├── FerramAerospaceResearch │ ├── Firespitter │ ├── FShangarExtender │ ├── HeapPadder │ ├── HeatControl │ ├── HideEmptyTechTreeNodes │ ├── ImprovedAblator │ ├── Jenyaza │ ├── KAS │ ├── KeepItStraight │ ├── KEI │ ├── KerbalAtomics │ ├── KerbalAtomicsLH2NTRModSupport │ ├── KerbalHealth │ ├── KerbalJointReinforcement │ ├── KerbalOccupationColors │ ├── KerbetrotterLtd │ ├── KIS │ ├── KramaxAutoPilot │ ├── KRASH │ ├── KS3P │ ├── LightsOut │ ├── MagicSmokeIndustries │ ├── MapViewMonoSound │ ├── MechJeb2 │ ├── MiniAirbrakes │ ├── MK1CabinHatch │ ├── Mk2Expansion │ ├── Mk3Expansion │ ├── ModularFlightIntegrator │ ├── NearFutureConstruction │ ├── NearFutureElectrical │ ├── NearFutureElectricaNTRs │ ├── NearFutureLaunchVehicles │ ├── NearFutureProps │ ├── NearFutureSolar │ ├── NearFutureSpacecraft │ ├── OrbitalSurveyPlus │ ├── PlanetaryBaseInc │ ├── QuickMods │ ├── RCSBuildAid │ ├── RealChute │ ├── REPOSoftTech │ ├── ReStock │ ├── ReStockPlus │ ├── scatterer │ ├── ScienceRelay │ ├── SensiblePumpsCont │ ├── SpaceTuxIndustries │ ├── SpaceTuxSA │ ├── Squad -> ../GameData_Stock/Squad │ ├── StageRecovery │ ├── StationKeeping │ ├── StationPartsExpansionRedux │ ├── StockNoContracts │ ├── Strategia │ ├── SurfaceLights │ ├── ThunderAerospace │ ├── Trajectories │ ├── TriggerTech │ ├── TrimIndicator │ ├── UniversalStorage2 │ ├── UnKerballedStart │ ├── VectorRepurposed │ ├── WaypointManager │ ├── [x] Science! │ ├── ZeroMiniAVC │ └── zzzz_local ├── GameData_Stock │ └── Squad └── GameData_Testing └── Squad -> ../GameData_Stock/Squad Then again, it may have nothing to do with it. Just guessing. Player.log No biggie, just a heads-up, I can deal with missing icons. Edited February 7, 2020 by steve_v Might be wrong, might be not. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 7, 2020 Author Share Posted February 7, 2020 2 hours ago, steve_v said: Hey @linuxgurugamer, I have some QuickFeedback for QuickSearch 3.3.0.7, in that I have no icons appearing on the search buttons in R&D. Everything else (toolbar etc.) is okay. I see you changed the way relative paths are determined in this release, my guess is it's no longer cooperating with my slightly unusual setup, namely where GameData is a symlink managed by a silly little launcher I wrote: The way to test is to put it back the way the game is. I assume you are on a linux system. I can take a look at it, but not sure what I can do Quote Link to comment Share on other sites More sharing options...
steve_v Posted February 7, 2020 Share Posted February 7, 2020 6 hours ago, linuxgurugamer said: The way to test is to put it back the way the game is. Well whaddya know... No icons even without symlink silliness. Became a little caught up in another mod that was borking on symlinks, so kinda assumed that would have something to do with it. More coffee would undoubtedly have helped with the trying of obvious things too, but I obviously didn't think of that either. 6 hours ago, linuxgurugamer said: I assume you are on a linux system. Of course. 6 hours ago, linuxgurugamer said: I can take a look at it, but not sure what I can do I think this one is yours after all. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 7, 2020 Author Share Posted February 7, 2020 2 minutes ago, steve_v said: Well whaddya know... No icons even without symlink silliness. Became a little caught up in another mod that was borking on symlinks, so kinda assumed that would have something to do with it. More coffee would undoubtedly have helped with the trying of obvious things too, but I obviously didn't think of that either. Of course. I think this one is yours after all. Please make sure you have the latest version, and then I'll need a log file Quote Link to comment Share on other sites More sharing options...
steve_v Posted February 7, 2020 Share Posted February 7, 2020 8 minutes ago, linuxgurugamer said: I'll need a log file Sure. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 8, 2020 Author Share Posted February 8, 2020 New release QuickSearch, 3.3.0.8 Fixed missing icons Quote Link to comment Share on other sites More sharing options...
VoidSquid Posted February 9, 2020 Share Posted February 9, 2020 Hi there @linuxgurugamer, in the latest release the icon in the stock toolbar became just a white square, in Blizzy's toolbar it's a purple square. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 9, 2020 Author Share Posted February 9, 2020 4 minutes ago, VoidSquid said: Hi there @linuxgurugamer, in the latest release the icon in the stock toolbar became just a white square, in Blizzy's toolbar it's a purple square. It would help if you tell me which icon this is happening to Quote Link to comment Share on other sites More sharing options...
VoidSquid Posted February 9, 2020 Share Posted February 9, 2020 It's the Quick Search icon, my bad, sorry, forgot to mention this. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 9, 2020 Author Share Posted February 9, 2020 New release, QuickSearch 3.3.0.9 Fixed white/purple button on toolbar Quote Link to comment Share on other sites More sharing options...
VoidSquid Posted February 9, 2020 Share Posted February 9, 2020 (edited) Now that was blazing fast, wow! Will test and give you feedback as soon as I can get the new version via CKAN. Thanks a lot! EDIT: Icons are back, thanks again! Edited February 9, 2020 by VoidSquid Quote Link to comment Share on other sites More sharing options...
ThatHomelessGuy Posted February 14, 2020 Share Posted February 14, 2020 Does QuickIVA by any chance unset the iva toggle keybind at any point in its code? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted March 16, 2020 Author Share Posted March 16, 2020 New release QuickSearch 3.3.0.10 Thanks to user @dtoxic for the bug report Thanks for user @tivec for the following fixes: Fix Enter to search Fix history window to only show if allowed Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.