Jump to content

[1.12.x] Trajectories v2.4.5 (2023-08-22) : atmospheric predictions


Kobymaru

Recommended Posts

1 hour ago, Spike88 said:

I'm also having the same issue where Trajectories is not showing up in game. I'm running 1.12.2.

 

Here is the log file: https://www.dropbox.com/s/20aib1sakhe76q7/Player.log?dl=0

 

I tried installing Blizzy's toolbar to see if it was an issue with just the stock one, and it's the same thing.

Install ZeroMiniAVC, you have at least one MiniAVC.dll in your folder, which breaks KSP (it's old)

Link to comment
Share on other sites

On 8/22/2021 at 2:46 PM, linuxgurugamer said:

Install ZeroMiniAVC, you have at least one MiniAVC.dll in your folder, which breaks KSP (it's old)

I have the same issue too.

I also have ZeroMiniAVC installed.

Link to comment
Share on other sites

On 8/22/2021 at 12:46 AM, linuxgurugamer said:

Install ZeroMiniAVC, you have at least one MiniAVC.dll in your folder, which breaks KSP (it's old)

Did so and still no dice on trajectories. Here is the updated log: https://www.dropbox.com/s/fe04af3pdgp1xq7/Player.log?dl=0

 

Also an aside, is ZeroMiniAVC supposed to kill AVC also? My understanding on AVC and MiniAVC is limited.

 

I will say you're one of the most helpful Linux.

Link to comment
Share on other sites

2 hours ago, Spike88 said:

Also an aside, is ZeroMiniAVC supposed to kill AVC also? My understanding on AVC and MiniAVC is limited.

No, there is nothing wrong the KSP-AVC, it was fixed when the problem occurred.

2 hours ago, Spike88 said:

Did so and still no dice on trajectories. Here is the updated log: https://www.dropbox.com/s/fe04af3pdgp1xq7/Player.log?dl=0

 

Also an aside, is ZeroMiniAVC supposed to kill AVC also? My understanding on AVC and MiniAVC is limited.

 

I will say you're one of the most helpful Linux.

You have an old version of Kronometer, which might be causing the problem.

New version was just released, available here:https://github.com/linuxgurugamer/Kronometer/releases/tag/1.12.0   or via CKAN

Link to comment
Share on other sites

1 hour ago, linuxgurugamer said:

No, there is nothing wrong the KSP-AVC, it was fixed when the problem occurred.

I ask because AVC no longer loads after I installed ZeroMiniAVC, I'm wondering if this is as intended.

1 hour ago, linuxgurugamer said:

You have an old version of Kronometer, which might be causing the problem.

New version was just released, available here:https://github.com/linuxgurugamer/Kronometer/releases/tag/1.12.0   or via CKAN

You know, I just checked for an updated version of Kronometer because I think it might be causing a problem with Moar's Avionics, and you swoop in and release a new version. I'll try it now.

 

Edit: Still no dice. Although updating Kronometer apparently fixed DPAI(which I didn't even realize was having issues) as I now get an icon for it on the stock toolbar. Here is the updated log: https://www.dropbox.com/s/20aib1sakhe76q7/Player.log?dl=0

Edited by Spike88
Link to comment
Share on other sites

1 hour ago, Spike88 said:

Edit: Still no dice. Although updating Kronometer apparently fixed DPAI(which I didn't even realize was having issues) as I now get an icon for it on the stock toolbar. Here is the updated log: https://www.dropbox.com/s/20aib1sakhe76q7/Player.log?dl=0

Your log is full of exceptions.

There are errors in there from EVE, Scatterer, TexturesUnlimited, CactEye2, ResearchBodies, GravityTurn (several pages),  KRASH, and while most are probably innocuous, they make it hard to find any real problems.

And I do see Trajectories running, and it says it's using the Blizzy toolbar.

Try removing the toolbar.dat file, sometimes Toolbar gets confused.

 

I'd suggest that you start by creating a new install, and add a few mods at a time.  

Link to comment
Share on other sites

19 minutes ago, linuxgurugamer said:

Your log is full of exceptions.

There are errors in there from EVE, Scatterer, TexturesUnlimited, CactEye2, ResearchBodies, GravityTurn (several pages),  KRASH, and while most are probably innocuous, they make it hard to find any real problems.

And I do see Trajectories running, and it says it's using the Blizzy toolbar.

Try removing the toolbar.dat file, sometimes Toolbar gets confused.

 

I'd suggest that you start by creating a new install, and add a few mods at a time.  

I ended up reinstalling KSP prior to you saying this and using CKAN to install versus manually.

Link to comment
Share on other sites

2 minutes ago, linuxgurugamer said:

and did that fix the problems?

I haven't tried yet, ended up taking the dog for a walk for a break before getting back into it. Working on it now, I'll let you know if it works out.

Link to comment
Share on other sites

I'm getting this error in my 1.12.1 game with Trajectories 2.4.1

 

[LOG 19:53:04.415] [Trajectories] v2.4.1 Starting
[ERR 19:53:04.420] Exception loading ScenarioModule Trajectories: System.TypeInitializationException: The type initializer for 'Trajectories.Settings' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at AssemblyLoader+LoadedAssembyList.GetPathByType (System.Type type) [0x00020] in <cd473063d3a2482f8d93d388d0c95035>:0
  at AssemblyLoader.GetPathByType (System.Type type) [0x00000] in <cd473063d3a2482f8d93d388d0c95035>:0
  at KSP.IO.IOUtils.GetFilePathFor (System.Type T, System.String file, Vessel flight) [0x00005] in <cd473063d3a2482f8d93d388d0c95035>:0
  at KSP.IO.PluginConfiguration.CreateForType[T] (Vessel flight) [0x00000] in <cd473063d3a2482f8d93d388d0c95035>:0
  at Trajectories.Settings..cctor () [0x00007] in <54b43012425c4547b2c53f8eb9f179ca>:0
   --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
  at Trajectories.Trajectories.OnLoad (ConfigNode node) [0x0000b] in <54b43012425c4547b2c53f8eb9f179ca>:0
  at ScenarioModule.Load (ConfigNode node) [0x0000e] in <cd473063d3a2482f8d93d388d0c95035>:0
  at ScenarioRunner.AddModule (ConfigNode node) [0x0005e] in <cd473063d3a2482f8d93d388d0c95035>:0

 

KSP Log: https://www.dropbox.com/s/d5qlbftp8ylukap/KSP.log?dl=0

Link to comment
Share on other sites

@mdapol I am getting the same exception in KSP 1.12.2 (KSP + BG&MH Extensions + Trajectories 2.4.1 + TacFuelBalancer 2.21.5.1) and I was able to get Trajectories working by uninstalling TacFuelBalancer, which you also have installed.

Link to comment
Share on other sites

I can also recreate the same exception with the following minimal setup:

- KSP 1.12.2
- Trajectories 2.4.1
- Toolbar 1.8.0.7
- MechJeb 2.12.3.0
- RCSBuildAid 1.0.6

Uninstalling a single one of them resolves the exception.

Edited by mhoram
fixed version number
Link to comment
Share on other sites

@mdapol

@mhoram

 

You probably have a MiniAVC.dll (or 2) somewhere.  Try installing ZeroMiniAVC which will remove them for you.

Regarding TacFuelBalancer, I know that it DOES have a MiniAVC.dll, since I haven't yet updated it.  Hope to get to that in the next day or do

 

7 hours ago, PiezPiedPy said:

@linuxgurugamerCheers fella ;) 

?????

Link to comment
Share on other sites

1 hour ago, linuxgurugamer said:

You probably have a MiniAVC.dll (or 2) somewhere

No MiniAVC.dll in my GameData directory, I made sure to test this setup in a fresh installation.

But I was able to resolve the Exception for me by installing ClickThroughBlocker and ToolbarControl.

Edited by mhoram
Link to comment
Share on other sites

20 hours ago, mhoram said:

No MiniAVC.dll in my GameData directory, I made sure to test this setup in a fresh installation.

But I was able to resolve the Exception for me by installing ClickThroughBlocker and ToolbarControl.

Ah.  Blizy toolbar depends on the ClickThroughBlocker

I'll update the Toolbar OP

Edited by linuxgurugamer
Link to comment
Share on other sites

On 8/26/2021 at 4:42 AM, mhoram said:

I can also recreate the same exception with the following minimal setup:

- KSP 1.12.2
- Trajectories 2.4.1
- Toolbar 1.8.0.7
- MechJeb 2.12.3.0
- RCSBuildAid 1.0.6

Uninstalling a single one of them resolves the exception.

@linuxgurugamer I have ZeroMiniAVC installed already.  That is not the issue.

@mhoram I also have ClickThroughBlocker and ToolbarControl installed already and still have the issue.

I will try uninstalling RCSBuildAid and TacFuelBalancer (separately) and see what happens.

I install everything via CKAN which should handle addon requirements like this (usually)

Edited by mdapol
Link to comment
Share on other sites

@linuxgurugamer  No success.  Uninstalled those mods and still get the same exception.

[LOG 08:52:12.154] [Trajectories] v2.4.1 Starting
[ERR 08:52:12.159] Exception loading ScenarioModule Trajectories: System.TypeInitializationException: The type initializer for 'Trajectories.Settings' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at AssemblyLoader+LoadedAssembyList.GetPathByType (System.Type type) [0x00020] in <cd473063d3a2482f8d93d388d0c95035>:0
  at AssemblyLoader.GetPathByType (System.Type type) [0x00000] in <cd473063d3a2482f8d93d388d0c95035>:0
  at KSP.IO.IOUtils.GetFilePathFor (System.Type T, System.String file, Vessel flight) [0x00005] in <cd473063d3a2482f8d93d388d0c95035>:0
  at KSP.IO.PluginConfiguration.CreateForType[T] (Vessel flight) [0x00000] in <cd473063d3a2482f8d93d388d0c95035>:0
  at Trajectories.Settings..cctor () [0x00007] in <54b43012425c4547b2c53f8eb9f179ca>:0
   --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
  at Trajectories.Trajectories.OnLoad (ConfigNode node) [0x0000b] in <54b43012425c4547b2c53f8eb9f179ca>:0
  at ScenarioModule.Load (ConfigNode node) [0x0000e] in <cd473063d3a2482f8d93d388d0c95035>:0
  at ScenarioRunner.AddModule (ConfigNode node) [0x0005e] in <cd473063d3a2482f8d93d388d0c95035>:0

As you can see, I have ZeroMiniAVC installed already.

 

[LOG 08:45:24.392] [AddonLoader]: Instantiating addon 'ZeroMiniAVC' from assembly 'ZeroMiniAVC'
[LOG 08:45:24.396] ZeroMiniAVC: Awake

 

Any more ideas?

KSP log here: https://www.dropbox.com/s/d5qlbftp8ylukap/KSP.log?dl=0

Link to comment
Share on other sites

I am using ZeroMiniAVC.  It runs every time I start KSP.  And everything I have is added from CKAN.  Still getting that exception.  There must be some other reason.

Edited by mdapol
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...