Jump to content

blizzy78

Members
  • Posts

    2,475
  • Joined

  • Last visited

Everything posted by blizzy78

  1. That's a nice short list, so please do me a favor: Remove each of these mods, one at a time, then see if the problem goes away. Of course don't remove the Toolbar Plugin.
  2. 9/10 is okay. It just needs to be reproducible pretty reliably. Some bugs are due to race conditions, and those tend to be a bit elusive. I agree with everything else in your post.
  3. I think you misunderstood both Diazo and me, so I'll be clear here: We think that KSPField does not accept every type you can think of, but only primitive types like bool, string, and such. At least that's what I have been thinking Edit: Also, I believe it works when it's null, because null can be cast into any type.
  4. That's what I was trying to get at, sorry for not being more specific.
  5. I'm really getting into guessing-type terrain here, because I'm not at all familiar with it, but could this be the culprit? [KSPField(isPersistant = true)] private PartResourceList partRes = null; Meaning that you're trying to save a PartResourceList into the vessel? Again, I haven't used [KSPField] at all so far, so please disregard if I'm talking nonsense here.
  6. Did you have a look into your output_log.txt? While it's not logging the actual line where the exception occurred, it's logging the method where it did, so that should help you out a bit.
  7. Perhaps removing it does prevent another dependent plugin from loading, thus not triggering the bug. Or it might be a 64-bit KSP/Unity bug altogether. Please keep in mind that that version is expected to be having more bugs than the 32-bit version.
  8. Ah, it's that day again. Well, I've made some kind of Apollo-like mission to Minmus today, the first with KSP 0.24. So that's my tribute this year.
  9. Oh really? Yes, really. As sad as it may sound, there will always be bugs in software written by humans. Get over it.
  10. Glad it worked out. I have an installation checking routine in there, but it only checks for the DLL file. Perhaps I should add all the other files, too.
  11. It looks like there is something missing from that folder. Or what mike9606 said, but in that case, you should have seen a popup at KSP start.
  12. That should be a bug of Unity x64. It somehow holds down the right mouse button, leading to some confusion in Windows, where left and right buttons seem to be reversed. This can be fixed by clicking with the right mouse button on the desktop, then clicking left. After that, it should be back to normal.
  13. Ambient Light Adjustment 1.1.1 is now available for download. Note: If the download page is linking an older version for you, press F5 in your browser.
  14. Achievements 1.6.1 is now available for download. Note: If the download page is linking an older version for you, press F5 in your browser.
  15. Same here, except for an exception from the Active Texture Management plugin. But nothing related to the Toolbar Plugin.
  16. Thanks, now that's an actual helpful bug report right here. Also, it looks like Final Frontier needs to be changed rather than it being a bug in the Toolbar.
  17. This seems to be wrong. I have never used MonoBehaviour.enabled, and OnGUI() is still called.
  18. I think I will be modifying the plugin so that achievements will reward reputation now instead of science. Seems like a better fit to me now that we have it.
  19. Thanks, that is very helpful. Now if you could also upload your output_log.txt, that would be great.
×
×
  • Create New...