-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.8] Station Science continued (v2.6.0)
linuxgurugamer replied to tomf's topic in KSP1 Mod Releases
Nope, and not going to be any by me. Contact the Kerbalism people for info . If someone was to provide patches, I'd add them. In what way? Log file might be useful -
[1.12.x] KEI - Kerbin Environmental Institute
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Do you have all the dependencies installed? Are you in a career or science mode game? -
[1.12.x] Smart Parts Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Not really plannin gon it at this time -
[1.12.x] Probe Control Room Recontrolled
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Not sure, and frankly, this one is on life support. If there were more people using it, I'd spend some time, but it isn't worth my time right now,. Too many other mods to work on. No idea, and not planning on doing anything -
[1.12.*] KerBalloons Reinflated - Real Science?
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
This mod puts in it's own category in the left column. It's odd and not like any other mod -
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
linuxgurugamer replied to Gameslinx's topic in KSP1 Mod Releases
@Gameslinx Using version 2.0.3, still getting the Null ref when in orbit around the sun in JNSQ 194532 NullReferenceException: Object reference not set to an instance of an object 194533 at Grass.BodySwitchManager.Update () [0x00124] in <9c0f8064d71048f18e0c652f62c72a2c>:0 I looked at the code, and I'm going to guess that the problem is in the BodySwitchManager.cs, at this line: https://github.com/Gameslinx/Tessellation/blob/f1be27526799a7e877268f0f1aade1626803e1e3/BodySwitchManager.cs#L55 which is: float opacity = FlightGlobals.currentMainBody.pqsController.surfaceMaterial.GetFloat("_PlanetOpacity"); While you did add a test for currentMain Body != null, that really never happens, since the main body is now the Sun, but it probably doesn't have a pqsController. I can get you a log file if you want, but nothing else is visible. Once the vessel went from being in orbit around the Sun to being in orbit around Eve, the errors went away. You may also want to put a test for the scatter.Value being non-null here: foreach (KeyValuePair<PQ, QuadData> data in PQSMod_ParallaxScatter.quadList) { foreach (KeyValuePair<Scatter, ScatterCompute> scatter in data.Value.comps) { scatter.Value.Start(); } }- 3,166 replies
-
Already replied in chat, this is for anyone else interested. Since @DeadJohnwasn't sure if he was using my test dll, I rebuilt it and sent him another for him to test. Regarding this fix, as a service to the users of this mod, I attempted to do a fix which I then provided to the author on Github. I don't have any intentions (at this time) of adopting this mod, and any discussions of any fixes that I am attempting to make to it should NOT be discussed here. If you have any questions, contact me via PM. If you are also experiencing these nullrefs, contact me via PM to see if my fix can help. @cineboxandrew hasn't been around since August 8, that is not long enough for anyone to consider adopting this mod
- 409 replies
-
- decals
- totm july 2020
-
(and 2 more)
Tagged with:
-
According to CKAN, the last release is 0.2.10, on 3/13/2022, so if you are using the CKAN version, it's not the one with my fix. Looking at Github, no release has been done recently. Please verify you are using my test DLL and PM me directly with the log file
- 409 replies
-
- decals
- totm july 2020
-
(and 2 more)
Tagged with:
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
linuxgurugamer replied to Gameslinx's topic in KSP1 Mod Releases
@Gameslinx Been getting constant Null refs when maneuving a vessel in solar orbit. This was on a JNSQ save Specific error is: 486567 NullReferenceException: Object reference not set to an instance of an object 486568 at Grass.BodySwitchManager.Update () [0x00124] in <f5aa3929ed194e4097ca4907c9a52ef4>:0 Complete log file is here: https://www.dropbox.com/s/jsn2jygsuegozb3/Parallex.zip?dl=0- 3,166 replies
-
- 1
-
-
[1.12.x] Waypoint Manager - New Dependency added
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
so is it a problem or not? -
[1.12.x] 1869 Steampunk Mod - Back in Black! (and brass)
linuxgurugamer replied to Fengist's topic in KSP1 Mod Releases
Any chance to get this added to CKAN? -
[1.12.x] Waypoint Manager - New Dependency added
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Open an issue on github for this, include the pic, please