Jump to content

RainDreamer

Members
  • Posts

    2,335
  • Joined

  • Last visited

Everything posted by RainDreamer

  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.
  16. If each Samsung galaxy becomes an actual galaxy, and since millions of them have been manufactured on Earth, the combined mass on such a concentrated spot would probably just create a massive mega black hole.
  17. And also for eating disorders: http://io9.com/5989179/a-brain-implant-that-treats-severe-eating-disorders
  18. Hottest in terms of the destination, and fastest in terms of the speed that the space craft will zip through. Article: https://motherboard.vice.com/en_us/article/humanity-will-touch-the-sun-with-the-fastest-spacecraft-ever-made NASA mission website:http://solarprobe.jhuapl.edu It sounds so kerbal. 7 Venus fly bys, getting to within 5.9 million km at closet approach to the sun, zipping at ~200km/s. P.S: they call their data download speed "science downlink rate"
  19. https://www.nasa.gov/press-release/nasa-releases-software-catalog-granting-the-public-free-access-to-technologies-for There are all kinds of neat stuff you can use, whatever field you are in, and it's all free!
  20. South East Asia, not an island country. I wonder if I discovered a new species.
  21. https://vid.me/ijAR It's a rather interesting one. Golden and constantly tapping it's abdomen. Seems to be a hunter type instead of trapper since there is no nearby webs and with how it reacts to approaching ants by tracking them. Didn't see it attacks though. It's in Asia but I can't remember where exactly I took this video.
  22. Rebooting: solving all problems, even the ones you have no idea about.
  23. If you find the system is unfair, you are welcome to PM us about your suggestions and how it can be improved. The rules are not perfect, but it has been tested through many rounds and so far it is what works the best for both the players and the GM team. We are trying to maintain that delicate balance.
  24. As someone who has been in relationships with the internet being my main way of communicating with the other person, I have mixed feelings about it. On one hand, I hate the assumption that I am wasting my mind and my time on the phone. I update myself with the news of places that are further than things I can see around me, I educate myself by searching for information that I am interested in at the very moment I think about it, I keep myself connected with people who matters to me through the internet and texting and always have a presence for them no matter where or when I was. The smartphone is a powerful piece of technology that represents not only an electronic device but an awe-inspiring nexus of knowledge and people available within a touch, and our grand parents can only dream of them when they were young. On the other hand, it's kind of like a third wheel when you are in a moment with someone and it just gets in the way and ruining the mood. But like a lot of things, I think uninvolved people are talking too much about it. What happens between people are for them to deal with. Looking at others and judge is just another way of being pretentious.
  25. Alright thanks, so technically I wasn't making a mistake in one of my poem, saying that things stay in orbit with just Mach 7, lol. Sometimes making scientifically accurate poems are hard.
×
×
  • Create New...