Jump to content

RainDreamer

Members
  • Posts

    2,335
  • Joined

  • Last visited

Reputation

850 Excellent

3 Followers

Profile Information

  • About me
    Capsule Communicator

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. The problem might be this. I have just gave up my save and reinstall everything, the observatory and telescopes works again. I have not accepted any contract related to search the sky or that.
  2. Figured it out, I was using the outputl.og, not the player.log Here are my logs again after I reinstall Research bodies: Research bodies log: https://pastebin.com/hUdt6hQr What I did, based on scene change: Main menu: Just load in right after reinstall Space center: Load in my current save, clicked on observatory, it works, everything looks normal Tracking station: Switching to my orbiting tarsier space telescope Flight: Flying tarsier space telescope, clicked research bodies button, nothing happens. Main menu: This was an accident, meant to go to space center. Space center: load in my save again, clicked on observatory, game hangs, can't click on anything else in the scene while observatory music plays, but tool bar button & hotkey like quicksave/quickload works. Space center: I use quick load to an earlier save, the game still hangs, can't click on anything except the toolbars & hotkey. I force quitted. ----------------------- Player.log - It's huge https://drive.google.com/open?id=1w8BixUzTKw9TFBeSOh492UQ8veB24F0q What stands out for me is this part: Uploading Crash Report ObjectDisposedException: Cannot write to a closed TextWriter. at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00008] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 at System.IO.StreamWriter.Write (System.Char[] buffer, System.Int32 index, System.Int32 count) [0x00078] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 at System.IO.TextWriter.WriteLine (System.String value) [0x00070] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 at RSTUtils.RSTLogWriter.Log (System.String Message, System.Object[] strParams) [0x00053] in <7e5dcbf41afd4507afa809c76a0df71a>:0 at ResearchBodies.ResearchBodies.OnDestroy () [0x0000a] in <7e5dcbf41afd4507afa809c76a0df71a>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object) (Filename: <ad04dee02e7e4a85a1299c7ee81c79f6> Line: 0) Uploading Crash Report NullReferenceException: Object reference not set to an instance of an object at ResearchBodies.ResearchBodiesController.OnDestroy () [0x000d3] in <7e5dcbf41afd4507afa809c76a0df71a>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object) I can't say I understand what that means, but it seems like something goes wrong there.
  3. Huh, I just noticed that. Both steam & CKAN is telling me I am using 1.8.1 though, so this is weird.
  4. So I have problem with research bodies: Telescope does nothing when clicking on research body button, and entering observatory cause hanging - the soundtrack of observatory continue but I cannot interact with anything else. The weird thing is that earlier in my save I used it normally. Edit: Also, apparently all planets that I haven't found appeared as well. Here are my logs: ResearchBodies.log - https://pastebin.com/gY1NwCS9 And below is the output_log.txt - too big for pastebin [snip]
  5. Virtual alloc remapping is an error that happens when you run out of ram, same thing happens to me if I tried to run KSP along with a ram eater like chrome.
  6. @linuxgurugamer & @zer0Kerbal So I rewrote the MM patch for Remote Tech, restoring the service bay to the drone pod while removing the antenna & giving it passive antenna of 1Mm, also included the drone antenna part in the patch as that has been missing (which is why it didn't work). Module Data Transmitter also have to be removed apparently, and module SPU should be SPU passive (I have no idea why since I copy from another remote tech patch, but it works). //DronePod @PART[DronePod]:NEEDS[RemoteTech]:FOR[OrbitalTug] { !MODULE[ModuleDataTransmitter] {} %MODULE[ModuleSPUPassive] {} %MODULE[ModuleRTAntennaPassive] { %OmniRange = 1000000 %TRANSMITTER { %PacketInterval = 0.3 %PacketSize = 2 %PacketResourceCost = 15.0 } } } ////////////////////////////////////////////////////// //DroneAntenna @PART[droneAntenna]:FOR[OrbitalTug]:NEEDS[RemoteTech] { !MODULE[ModuleDataTransmitter] {} %MODULE[ModuleRTAntenna] { %Mode0DishRange = 0 %Mode1DishRange = 90000000 %EnergyCost = 0.82 %DishAngle = 25.0 %TRANSMITTER { %PacketInterval = 0.2 %PacketSize = 2 %PacketResourceCost = 12.0 } } %MODULE[ModuleSPUPassive] {} } ///////////////////////////////////////////////////// //demolitionDroneKIS,impactDrone @PART[helperDrone,demolitionDroneTAC,demolitionDroneKIS]:NEEDS[RemoteTech]:FOR[OrbitalTug] { !MODULE[ModuleDataTransmitter] {} %MODULE[ModuleSPUPassive] {} %MODULE[ModuleRTAntennaPassive] { %OmniRange = 500000 %TRANSMITTER { %PacketInterval = 0.15 %PacketSize = 2 %PacketResourceCost = 12.0 } } } Also off topic, but you guys think you can make a stand alone carrier module without the push tug? That is way more than what I can do.
  7. I actually wrote a patch that somehow works despite basically being a copy of your patch, so it was weird... and might be just interaction with some other mods and/or load order. That said I have been trying to remove the antenna model you added for the drone pod (why disable the super useful service bay for the antenna when you have a separate antenna part already?) to no avail. I am not that good with MM patch and I haven't dare touch the main RT patch in the mod since it is managed by CKAN, so I have been writing a patch for a patch lol. I will now try messing a little bit with the MM patch you have and see if it somehow works and let you know.
  8. Digging up this old thread here for a question: The antenna doesn't work with remote tech for some reason. Any one know a reason why?
  9. So since recommendation is possible, I want to recommend the Kurzgesagt soundtracks, they fit perfectly with KSP: https://www.youtube.com/channel/UCgDfzIiPpEHMmpkvRYs7x9w
  10. Thanks for this, I am gonna look into making a module mananger patch for this so it works through updates of NFX until there is something better.
  11. Thanks for figuring this out, I was so confused about this problem for a while. So from what I understand though removing that line doesn't work right now?
  12. Any config for NFX antennas? I don't need the reflectors and feeders to work yet, just the simple dishes and rover antennas.
  13. Somehow missed that part, thanks! I was using Remote Tech, gonna check that.
  14. I have a problem with these antenna: Apparently they do not have any action or module to them that can be seen with right click from catalogue. They also doesn't show any line showing them being able to be used with reflectors. Is this because of new update? I just unlocked these recently and didn't play with them before. Or is it due to remote tech?
  15. Is mars' gravity light enough for a mass driver to lift it off? In 30 years we would probably got that tech down properly for space craft. That way we can just collect rocks and dirt for launch.
×
×
  • Create New...