Jump to content

Firespitter propeller plane and helicopter parts v7.1 (May 5th) for KSP 1.0


Snjo

Recommended Posts

Hi,

I'd like to ask how to get rid of the legacy parts? I searched the parts-folder but I couldn't find the right files to remove. I'm using the current ckan versions of firespitter, firespitter core, and firespitter resources config (v7.4.1. each).

Link to comment
Share on other sites

1 hour ago, LupinoArts said:

Hi,

I'd like to ask how to get rid of the legacy parts? I searched the parts-folder but I couldn't find the right files to remove. I'm using the current ckan versions of firespitter, firespitter core, and firespitter resources config (v7.4.1. each).

All in Firespitter\Parts\biPlane\ folder if CKAN version is the same as normal DL. You can search the files for *LEGACY* string to be sure, I've done this via Notepad++ search_in_files function.

Link to comment
Share on other sites

I have the following code:

MODULE
	{
		//name = ModuleAnimateGeneric
		name = FSanimateGeneric
		animationName = mk2ringrotation
		actionGUIName = Toggle Spin
		startEventGUIName = Spin
		endEventGUIName = Reverse
		actionGUIName = Toggle Rotation
		eventAvailableEditor = False
		availableInEVA = true
		startDeployed = True
		playAnimationOnEditorSpawn = False
		
	}

The animation is an endless animation.  I can't figure out how to stop it, and to keep it from being played until started.  Any suggestions?

Link to comment
Share on other sites

4 hours ago, linuxgurugamer said:

I have the following code:


MODULE
	{
		//name = ModuleAnimateGeneric
		name = FSanimateGeneric
		animationName = mk2ringrotation
		actionGUIName = Toggle Spin
		startEventGUIName = Spin
		endEventGUIName = Reverse
		actionGUIName = Toggle Rotation
		eventAvailableEditor = False
		availableInEVA = true
		startDeployed = True
		playAnimationOnEditorSpawn = False
		
	}

The animation is an endless animation.  I can't figure out how to stop it, and to keep it from being played until started.  Any suggestions?

It seems that from what I see in the Firespitter code (following in the Start function of the FSanimateGeneric  class):

            //set up animation state according to persistent values
            anim[animationName].layer = layer;
            anim[animationName].speed = animSpeed;
            anim.Play(animationName);
            anim[animationName].normalizedTime = animTime;  

 

It always starts playing.  Since it appears that this animation is an endless loop, the result is that it starts playing and never stops.

I'm not sure if this is fixable.  I tried using the standard ModuleAnimateGeneric, but it was even worse (crashed the editor)

Link to comment
Share on other sites

On 10/25/2016 at 5:05 AM, RoverDude said:

All things are possible.  Things are even more possible with a pull request :)

@RoverDude

I think I'm going to try to add a couple of fields to the FSanimateGeneric , to specify that the animation should not be started immediately, and an option to stop the animation. 

If I can get this working, I'll send it to you in a PR

Link to comment
Share on other sites

14 minutes ago, RoverDude said:

Sounds good - PRs are appreciated

I have it working, just a little tweaking.

I'll also be sending along an example of the three new fields I added.  That will probably be via PM, since I don't want to clutter up the PR with anything unnecessary.

I'll probably get it finished this evening.

Link to comment
Share on other sites

@RoverDude Just created a PR for you.

For anyone who's interested, this is what I've added to FSanimateGeneric:

Spoiler

Added 3 new fields to FSanimateGeneric:

// animationRampSpeed - used to have the animation
//     slowly ramp up and down.  Range is from 0 to 1
//     1 being instant, 0 being never.  0.001 seems to do it
//     in about 4-5 seconds
animationRampSpeed = 0.001

// startAnimSpeed - Speed of animation when first loaded.
startAnimSpeed = 0.5

// reverseAnimSpeed - Speed of animation when in reverse
//     Set to 0.0 for no movement when in reverse
reverseAnimSpeed = 0.1
 

 

Link to comment
Share on other sites

I'm having some trouble using the Swamp Engine, as it's producing so much heat that the vehicle starts exploding after a couple of minutes.  Since most other engines have a heatProduction of 30, would it be reasonable for me to assume that "heatProduction = 300" in the Swamp Engine's config is a typo?

Link to comment
Share on other sites

3 minutes ago, RoboRay said:

I'm having some trouble using the Swamp Engine, as it's producing so much heat that the vehicle starts exploding after a couple of minutes.  Since most other engines have a heatProduction of 30, would it be reasonable for me to assume that "heatProduction = 300" in the Swamp Engine's config is a typo?

Knock it down to 75, then give it a go. I'm pretty sure I had to do that with a few of Squad's, Firespitter, and other mod's engines. It happens.

Link to comment
Share on other sites

Dear Snjo,

after a silent update to 1.2.1 Firespitter 7.4.1 started crashing the game.

 

The following messages terminate KSP.log:

 

[ERR 23:51:44.459] Module FSpartDirectionGuide threw during OnStart: System.NullReferenceException:
  at (wrapper managed-to-native) UnityEngine.Material:Internal_CreateWithShader (UnityEngine.Material,UnityEngine.Shader)
  at UnityEngine.Material..ctor (UnityEngine.Shader shader) [0x00000] in <filename unknown>:0
  at Firespitter.info.FSpartDirectionGuide.createLineRenderer () [0x00000] in <filename unknown>:0
  at Firespitter.info.FSpartDirectionGuide.OnStart (StartState state) [0x00000] in <filename unknown>:0
  at Part.ModulesOnStart () [0x00000] in <filename unknown>:0


[LOG 23:51:44.464] FSengine: Added resource ElectricCharge, ratio 1
[LOG 23:51:44.464] creating linerenderer-1381150
[LOG 23:51:44.464] setting line properties-1381150
[ERR 23:51:44.465] Module FSpartDirectionGuide threw during OnStart: System.NullReferenceException:
  at (wrapper managed-to-native) UnityEngine.Material:Internal_CreateWithShader (UnityEngine.Material,UnityEngine.Shader)
  at UnityEngine.Material..ctor (UnityEngine.Shader shader) [0x00000] in <filename unknown>:0
  at Firespitter.info.FSpartDirectionGuide.createLineRenderer () [0x00000] in <filename unknown>:0
  at Firespitter.info.FSpartDirectionGuide.OnStart (StartState state) [0x00000] in <filename unknown>:0
  at Part.ModulesOnStart () [0x00000] in <filename unknown>:0
    
[LOG 23:51:44.470] IR: [ServoController] OnEditorShipModified finished successfully
[LOG 23:51:44.584] Autogen thumbnail for C:/Games/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../thumbs/default_SPH_sample.png from C:\Games\Steam\steamapps\common\Kerbal Space Program\saves\default\Ships\SPH\sample.craft

or

[LOG 22:11:16.797] Autogen thumbnail for C:/Games/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../thumbs/default_SPH_sample.png from C:\Games\Steam\steamapps\common\Kerbal Space Program\saves\default\Ships\SPH\sample.craft
[LOG 22:11:55.212] creating linerenderer-735306
[LOG 22:11:55.212] setting line properties-735306
[ERR 22:11:55.212] Module FSpartDirectionGuide threw during OnStart: System.NullReferenceException: 
  at (wrapper managed-to-native) UnityEngine.Material:Internal_CreateWithShader (UnityEngine.Material,UnityEngine.Shader)
  at UnityEngine.Material..ctor (UnityEngine.Shader shader) [0x00000] in <filename unknown>:0 
  at Firespitter.info.FSpartDirectionGuide.createLineRenderer () [0x00000] in <filename unknown>:0 
  at Firespitter.info.FSpartDirectionGuide.OnStart (StartState state) [0x00000] in <filename unknown>:0 
  at Part.ModulesOnStart () [0x00000] in <filename unknown>:0 

[ERR 22:11:55.238] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.238] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.238] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.248] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.248] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.249] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.260] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.260] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.260] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.269] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.270] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.270] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.279] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.279] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.279] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.357] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.357] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.357] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.371] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.371] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.371] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.380] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.381] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.381] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.418] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.418] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.418] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.430] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.430] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.431] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.437] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.438] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.438] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.446] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.446] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.446] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.456] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.457] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.457] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.473] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.474] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.474] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.491] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.491] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.491] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.506] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.506] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.507] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.522] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.523] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.523] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.540] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.540] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.540] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.557] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.557] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.557] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.574] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.574] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.574] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.590] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.590] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.590] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.606] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.606] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.607] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.623] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.623] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.624] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.640] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.641] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.641] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.656] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.657] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.657] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.673] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.673] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.673] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.691] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.691] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.691] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.707] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.707] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.707] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.723] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.723] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.723] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.741] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.741] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.741] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.757] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.757] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.757] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.774] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.774] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.774] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.790] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.790] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.790] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.807] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.807] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.807] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.823] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.823] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.823] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.840] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.840] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.840] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.857] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.857] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.857] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.873] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.873] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.873] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.890] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.890] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.890] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.907] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.907] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.907] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.923] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.923] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.924] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.940] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.940] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.940] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.956] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.957] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.957] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.974] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.974] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.974] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.991] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.991] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:55.991] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.008] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.008] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.008] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.023] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.023] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.024] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.040] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.040] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.040] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.057] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.057] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.057] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.074] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.074] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.074] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.090] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.091] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.091] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.108] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.108] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.108] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.124] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.124] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.124] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.141] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.141] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.141] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.157] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.157] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.157] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.174] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.174] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.174] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.191] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.191] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.191] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.207] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.207] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.207] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.224] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.224] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.224] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.240] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.241] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.241] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.257] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.258] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.258] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.273] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.274] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.274] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.290] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.291] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.291] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.307] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.307] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.307] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.323] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.323] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.324] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.340] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.340] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.340] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.357] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.357] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.357] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.374] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.374] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.374] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.390] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.390] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.391] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.407] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.408] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.408] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.424] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.424] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.424] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.441] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.441] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.441] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.457] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.458] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.458] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.475] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.475] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.475] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.508] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.508] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.508] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.524] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.524] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.524] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.542] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.543] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.543] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.557] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.557] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.558] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.575] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.575] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.575] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.591] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.591] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.591] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.608] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.608] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.608] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.624] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.624] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.624] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.641] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.658] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.658] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.658] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.674] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.674] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.674] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.708] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.708] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.708] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.724] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.725] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.725] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.741] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.741] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.741] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.758] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.758] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.758] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.774] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.775] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.775] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.808] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.808] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.808] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.824] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.824] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.824] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.858] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.858] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.858] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.874] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.874] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.875] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.891] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.891] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.891] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.908] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.908] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.924] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.924] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.925] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.942] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.942] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.942] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.958] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.958] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.958] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.974] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.975] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.975] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.991] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.992] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:56.992] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.008] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.009] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.009] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.024] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.024] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.024] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.041] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.041] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.041] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.058] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.058] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.058] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.075] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.075] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.075] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.091] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.091] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.091] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.108] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.108] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.108] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.124] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.125] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.125] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.142] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.142] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.142] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.159] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.159] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.159] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.175] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.175] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.176] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.191] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.192] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.192] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.208] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.208] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.208] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.225] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.225] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.226] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.241] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.242] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.242] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.259] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.259] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.259] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.275] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.275] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.275] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.291] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.292] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.292] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.308] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.308] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.325] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.325] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.325] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.342] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.342] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.342] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.358] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.358] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.358] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.375] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.375] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.375] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.391] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.392] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.392] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.409] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.409] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.409] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.424] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.425] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.425] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.442] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.443] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.443] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.458] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.458] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.459] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.475] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.475] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.476] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.508] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.508] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.508] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.525] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.525] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.525] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.541] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.542] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.542] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.558] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.559] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.559] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.575] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.575] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.575] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.591] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.592] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.592] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.608] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.609] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.609] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.625] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.625] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.625] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.658] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.658] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.658] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.676] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.676] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.676] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.710] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.710] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.710] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.725] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.725] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.725] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.742] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.742] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.742] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.758] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.759] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.759] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.775] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.775] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.775] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.809] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.809] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.809] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.825] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.825] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.825] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.859] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.859] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.859] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.875] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.875] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.876] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.892] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.892] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.892] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.925] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.925] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.925] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.942] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.942] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.942] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.958] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.958] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.959] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.975] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.976] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.976] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.992] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.992] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:57.992] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.009] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.009] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.009] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.025] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.025] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.025] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.041] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.042] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.042] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.059] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.059] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.059] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.076] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.076] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.076] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.092] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.093] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.093] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.109] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.109] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.109] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.126] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.126] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.127] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.142] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.142] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.142] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.162] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.176] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.177] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.177] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.193] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.193] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.193] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.209] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.209] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.209] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.226] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.226] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.226] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.242] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.242] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.242] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.259] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.259] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.259] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.275] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.276] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.276] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.309] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.326] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.326] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.326] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.342] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.342] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.342] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.359] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.359] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.360] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.376] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.376] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.376] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.392] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.392] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.392] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.409] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.409] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.409] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.426] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.426] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.426] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.442] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.442] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.442] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.460] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.460] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.460] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.476] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.476] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.476] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.492] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.509] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.509] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.509] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.526] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.526] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.526] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.542] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.542] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.542] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.559] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.559] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.559] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.576] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.576] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.576] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.592] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.592] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.592] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.609] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.609] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.609] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.626] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.626] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.626] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.642] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.643] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.659] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.659] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.660] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.677] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.677] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.677] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.692] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.693] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.709] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.709] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.709] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.726] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.726] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.726] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.742] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.743] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.743] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.760] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.760] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.760] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.776] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.776] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.777] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.792] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.793] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.793] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.809] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.809] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.809] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.826] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.826] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.826] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.842] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.859] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.859] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.859] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.877] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.877] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.877] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.892] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.893] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.893] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.909] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.926] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.926] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.927] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.943] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.943] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.943] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.960] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.960] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.960] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.977] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.977] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.977] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.993] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.993] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:58.993] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.010] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.010] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.010] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.027] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.027] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.027] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.043] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.044] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.044] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.060] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.060] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.060] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.077] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.077] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.077] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.093] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.094] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.094] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.110] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.110] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.110] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.127] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.127] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.127] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.144] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.144] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.144] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.160] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.160] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.160] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.181] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.181] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.181] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.194] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.194] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.194] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.210] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.210] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.210] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.227] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.227] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.227] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.243] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.243] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.243] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.260] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.260] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.260] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.276] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.277] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.277] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.293] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.310] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.310] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.310] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.327] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.327] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.327] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.343] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.343] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.343] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.360] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.360] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.360] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.377] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.377] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.377] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.393] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.394] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.394] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.410] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.410] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.410] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.427] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.427] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.427] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.443] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.443] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.444] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.460] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.460] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.460] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.477] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.477] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.477] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.494] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.494] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.494] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.511] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.511] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.511] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.527] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.527] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.527] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.543] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.543] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.544] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.560] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.561] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.561] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.577] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.577] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.577] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.594] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.594] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.594] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.610] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.610] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.610] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.627] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.627] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.627] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.661] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.661] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.661] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.677] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.677] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.678] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.694] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.694] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.694] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.710] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.710] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.710] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.727] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.727] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.727] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.743] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.744] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.744] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.760] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.760] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.760] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.777] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.777] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.777] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.794] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.794] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.794] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.811] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.811] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.811] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.827] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.827] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.827] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.844] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.844] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.844] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.860] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.860] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.860] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.877] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.877] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.877] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.894] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.894] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.894] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.910] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.910] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.911] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.927] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.927] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.927] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.944] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.944] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.944] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.960] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.961] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.961] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.977] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.977] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.978] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.994] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.994] LineRenderer.SetPosition index out of bounds!

[ERR 22:11:59.994] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.010] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.010] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.011] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.028] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.028] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.028] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.044] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.044] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.044] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.063] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.063] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.063] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.078] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.078] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.078] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.094] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.094] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.094] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.110] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.111] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.111] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.128] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.128] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.128] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.144] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.144] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.144] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.178] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.178] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.178] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.194] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.194] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.195] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.211] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.211] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.211] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.228] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.228] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.228] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.244] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.244] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.244] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.261] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.261] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.261] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.277] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.277] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.278] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.294] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.294] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.294] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.311] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.311] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.311] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.327] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.328] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.328] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.345] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.345] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.345] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.361] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.361] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.361] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.377] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.378] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.378] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.394] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.394] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.394] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.411] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.411] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.411] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.427] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.428] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.428] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.445] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.445] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.445] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.461] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.461] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.461] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.477] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.477] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.477] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.494] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.494] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.494] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.511] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.511] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.511] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.528] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.528] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.528] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.545] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.546] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.546] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.561] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.561] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.561] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.578] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.578] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.578] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.594] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.594] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.594] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.611] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.611] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.611] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.628] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.628] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.628] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.662] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.662] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.662] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.678] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.678] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.678] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.695] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.695] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.695] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.712] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.712] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.712] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.727] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.728] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.728] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.744] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.744] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.744] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.761] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.761] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.761] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.778] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.779] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.779] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.795] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.795] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.795] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.812] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.812] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.812] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.828] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.828] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.828] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.844] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.844] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.844] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.861] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.861] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.861] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.878] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.878] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.878] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.894] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.894] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.894] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.911] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.911] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.911] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.928] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.928] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.928] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.944] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.945] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.945] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.961] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.961] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.962] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.978] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.978] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.978] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.994] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.995] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:00.995] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.011] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.011] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.011] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.028] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.028] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.028] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.045] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.045] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.045] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.061] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.061] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.061] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.079] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.079] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.079] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.095] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.095] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.095] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.112] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.112] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.112] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.128] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.129] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.129] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.145] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.145] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.145] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.161] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.178] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.178] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.178] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.195] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.195] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.195] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.212] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.212] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.213] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.228] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.229] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.229] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.245] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.245] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.245] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.261] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.261] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.261] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.278] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.278] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.278] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.295] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.295] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.295] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.311] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.312] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.312] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.328] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.328] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.328] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.345] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.345] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.345] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.361] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.362] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.362] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.378] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.378] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.378] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.395] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.395] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.395] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.411] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.412] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.412] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.428] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.428] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.428] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.444] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.445] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.445] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.461] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.462] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.462] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.478] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.478] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.478] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.495] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.495] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.495] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.512] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.512] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.512] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.529] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.529] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.529] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.545] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.545] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.545] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.562] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.562] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.562] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.579] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.579] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.579] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.595] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.595] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.595] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.612] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.612] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.612] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.628] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.628] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.628] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.644] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.645] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.645] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.661] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.662] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.662] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.679] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.679] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.679] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.695] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.695] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.695] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.712] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.712] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.712] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.729] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.729] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.729] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.746] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.746] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.746] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.762] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.763] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.763] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.779] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.779] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.779] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.795] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.796] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.796] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.811] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.812] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.812] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.828] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.829] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.829] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.846] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.846] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.846] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.861] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.861] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.862] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.879] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.879] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.879] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.895] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.896] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.896] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.912] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.912] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.912] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.928] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.929] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.929] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.945] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.945] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.945] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.961] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.961] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.962] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.978] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.979] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.979] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.996] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.997] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:01.997] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.012] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.012] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.012] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.029] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.029] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.045] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.045] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.046] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.062] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.062] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.062] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.079] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.079] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.079] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.095] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.095] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.096] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.113] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.113] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.113] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.129] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.129] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.129] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.146] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.146] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.146] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.162] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.162] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.162] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.180] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.180] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.180] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.196] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.196] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.196] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.212] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.212] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.212] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.230] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.230] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.230] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.246] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.246] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.246] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.262] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.262] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.262] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.279] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.279] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.279] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.312] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.312] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.313] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.329] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.329] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.329] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.346] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.346] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.346] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.362] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.362] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.362] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.379] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.379] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.379] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.396] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.396] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.396] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.412] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.412] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.412] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.429] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.429] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.429] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.446] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.446] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.447] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.463] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.463] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.463] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.479] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.479] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.479] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.496] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.496] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.496] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.513] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.513] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.513] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.530] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.530] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.530] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.546] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.546] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.547] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.562] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.562] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.563] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.579] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.580] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.580] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.596] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.597] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.597] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.613] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.613] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.613] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.630] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.630] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.630] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.646] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.646] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.646] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.663] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.663] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.663] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.680] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.680] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.680] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.696] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.696] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.697] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.713] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.713] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.713] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.732] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.732] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.732] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.747] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.747] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.747] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.763] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.763] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.763] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.779] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.780] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.780] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.796] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.796] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.796] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.813] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.813] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.813] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.829] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.830] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.830] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.863] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.863] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.863] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.880] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.880] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.880] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.913] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.913] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.913] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.930] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.930] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.930] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.946] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.946] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.946] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.963] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.963] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.963] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.981] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.981] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.981] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.996] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.996] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:02.997] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.013] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.013] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.013] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.047] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.047] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.048] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.063] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.063] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.063] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.080] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.080] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.080] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.096] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.097] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.097] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.113] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.113] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.113] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.130] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.130] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.130] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.146] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.146] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.147] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.163] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.163] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.163] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.197] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.197] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.197] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.213] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.214] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.214] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.232] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.232] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.232] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.247] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.247] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.247] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.263] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.263] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.263] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.280] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.280] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.280] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.313] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.314] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.314] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.330] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.331] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.331] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.347] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.347] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.347] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.363] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.363] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.363] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.380] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.380] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.380] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.397] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.397] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.397] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.413] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.413] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.414] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.430] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.430] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.430] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.447] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.447] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.447] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.464] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.464] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.464] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.480] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.481] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.481] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.497] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.497] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.497] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.513] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.513] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.513] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.530] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.530] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.530] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.547] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.547] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.547] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.563] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.563] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.563] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.580] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.580] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.580] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.597] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.597] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.597] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.613] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.613] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.614] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.630] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.630] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.630] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.647] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.647] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.647] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.663] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.664] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.664] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.681] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.681] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.681] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.697] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.697] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.697] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.714] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.714] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.714] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.730] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.730] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.731] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.748] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.748] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.748] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.764] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.764] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.764] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.781] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.781] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.781] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.797] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.798] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.798] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.814] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.814] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.814] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.830] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.830] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.830] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.863] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.863] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.863] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.880] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.880] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.880] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.914] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.914] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.914] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.931] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.931] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.931] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.947] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.947] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.947] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.963] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.963] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.964] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.980] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.980] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.981] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.997] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.997] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:03.997] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.014] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.014] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.014] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.030] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.047] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.047] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.047] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.065] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.065] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.065] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.081] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.081] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.081] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.098] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.098] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.098] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.114] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.114] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.114] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.131] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.131] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.131] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.147] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.147] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.147] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.163] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.164] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.164] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.199] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.199] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.199] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.215] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.215] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.215] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.231] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.231] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.231] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.248] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.248] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.248] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.264] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.264] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.264] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.281] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.281] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.281] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.297] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.314] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.314] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.314] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.330] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.330] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.331] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.348] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.348] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.348] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.364] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.364] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.365] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.381] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.381] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.381] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.397] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.397] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.398] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.414] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.414] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.414] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.432] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.432] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.432] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.447] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.448] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.448] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.464] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.464] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.464] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.481] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.481] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.481] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.497] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.498] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.498] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.515] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.515] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.515] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.531] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.531] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.531] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.547] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.548] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.548] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.564] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.564] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.564] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.581] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.581] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.581] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.597] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.598] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.598] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.614] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.614] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.614] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.631] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.631] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.632] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.648] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.649] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.649] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.664] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.664] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.665] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.682] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.682] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.682] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.698] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.698] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.698] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.714] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.714] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.714] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.731] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.731] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.731] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.748] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.748] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.748] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.764] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.764] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.765] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.781] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.781] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.781] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.798] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.798] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.798] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.815] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.815] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.815] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.831] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.831] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.831] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.847] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.848] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.864] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.864] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.864] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.881] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.881] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.881] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.897] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.898] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.898] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.916] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.916] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.916] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.932] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.932] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.932] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.948] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.948] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.949] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.965] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.965] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.965] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.981] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.982] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.982] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.998] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.998] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:04.998] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.015] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.015] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.015] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.032] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.032] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.032] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.048] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.048] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.048] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.065] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.065] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.065] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.082] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.082] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.082] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.098] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.098] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.098] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.115] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.115] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.115] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.132] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.132] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.132] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.149] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.149] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.149] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.165] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.165] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.165] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.182] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.183] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.183] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.199] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.199] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.199] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.215] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.215] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.216] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.232] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.233] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.233] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.248] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.249] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.249] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.266] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.267] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.267] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.282] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.282] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.282] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.298] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.299] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.299] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.316] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.316] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.316] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.332] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.332] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.332] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.349] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.349] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.349] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.366] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.366] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.366] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.382] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.382] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.382] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.398] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.399] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.399] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.416] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.416] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.416] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.432] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.432] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.432] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.449] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.449] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.449] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.465] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.465] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.465] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.482] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.482] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.482] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.499] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.499] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.499] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.516] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.516] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.516] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.532] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.670] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.671] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.682] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.682] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.682] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.690] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.691] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.691] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.702] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.702] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.703] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.719] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.719] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.719] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.736] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.736] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.736] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.751] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.751] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.751] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.766] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.767] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.767] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.784] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.784] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.784] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.799] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.800] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.800] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.816] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.817] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.817] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.833] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.834] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.834] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.850] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.850] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.851] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.867] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.867] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.868] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.883] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.883] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.884] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.900] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.900] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.900] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.917] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.917] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.917] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.933] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.933] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.933] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.950] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.950] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.950] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.967] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.967] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.967] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.983] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.984] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:05.984] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.000] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.000] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.000] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.017] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.017] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.017] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.033] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.033] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.033] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.050] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.050] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.050] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.067] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.067] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.068] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.084] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.084] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.084] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.100] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.101] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.101] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.117] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.118] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.118] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.134] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.134] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.134] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.150] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.150] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.151] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.167] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.167] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.167] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.184] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.184] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.184] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.200] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.200] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.200] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.218] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.218] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.218] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.233] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.233] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.234] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.250] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.250] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.251] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.267] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.267] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.267] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.284] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.284] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.284] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.300] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.300] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.300] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.317] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.317] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.317] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.334] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.334] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.334] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.350] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.350] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.351] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.367] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.367] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.367] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.384] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.384] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.384] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.400] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.400] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.400] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.417] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.417] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.417] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.434] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.434] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.434] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.450] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.451] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.451] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.467] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.467] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.468] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.484] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.484] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.484] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.500] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.500] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.500] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.517] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.517] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.517] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.535] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.535] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.535] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.550] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.551] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.551] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.567] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.567] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.567] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.584] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.584] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.584] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.600] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.600] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.600] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.618] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.618] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.618] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.634] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.634] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.634] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.650] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.650] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.651] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.667] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.667] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.667] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.684] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.684] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.684] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.701] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.701] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.701] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.717] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.718] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.718] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.734] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.735] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.735] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.751] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.751] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.751] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.767] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.768] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.768] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.784] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.784] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.784] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.801] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.801] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.801] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.819] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.819] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.819] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.836] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.836] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.836] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.851] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.851] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.851] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.867] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.867] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.867] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.885] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.885] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.885] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.900] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.900] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.901] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.917] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.918] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.918] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.934] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.934] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.935] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.951] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.951] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.951] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.968] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.968] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.968] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.984] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.984] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:06.984] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.001] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.001] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.001] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.017] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.018] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.018] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.035] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.035] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.036] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.052] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.052] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.052] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.067] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.068] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.068] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.084] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.085] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.085] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.100] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.100] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.101] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.118] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.118] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.118] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.134] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.134] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.134] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.151] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.151] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.151] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.167] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.168] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.168] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.184] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.185] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.185] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.200] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.201] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.201] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.218] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.218] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.218] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.234] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.235] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.235] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.251] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.251] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.251] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.268] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.268] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.269] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.284] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.284] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.285] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.301] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.301] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.301] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.317] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.318] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.318] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.335] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.335] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.335] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.351] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.351] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.351] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.367] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.368] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.368] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.384] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.384] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.384] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.401] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.401] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.401] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.418] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.418] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.419] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.435] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.435] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.435] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.452] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.452] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.452] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.468] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.468] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.469] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.485] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.485] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.485] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.501] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.501] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.502] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.518] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.518] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.518] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.535] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.535] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.535] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.552] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.552] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.552] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.568] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.569] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.569] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.585] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.585] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.585] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.602] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.602] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.602] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.618] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.618] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.619] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.635] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.635] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.635] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.651] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.652] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.652] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.669] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.669] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.670] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.685] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.685] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.685] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.702] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.702] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.702] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.718] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.719] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.719] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.735] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.736] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.736] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.752] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.752] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.753] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.768] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.769] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.769] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.786] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.786] LineRenderer.SetPosition index out of bounds!

[ERR 22:12:07.786] LineRenderer.SetPosition index out of bounds!

[LOG 22:12:07.788] FScopterRotorMain added to ship - part count: 53
    
[LOG 22:12:07.788] IR: [ServoController] OnPartAttach finished successfully

[LOG 22:12:07.794] IR: [ServoController] OnEditorShipModified finished successfully

 

Every use of FSengine crashes the game. Every launch of an existing craft simply explodes it.

 

There are NO other mods parts in craft. No IR parts used. Only stock and FS.

Link to comment
Share on other sites

I'm having some problems with the wheels in Firespitter (7.4.1) in KSP 1.2.1.

  • The fighter plane landing gear (also the tail gear), when extended on the runway, exert a forward acceleration (±0.2m/s/s) on the craft that cannot be countered with braking, wheel engine activation or modifying its settings. 
  • The biplane gear pair also shows an accelerating force, but way less and it can be stopped by enabling the brakes.
  • The biplane single landing gear sinks partly into the runway. 
  • The bomber landing gear is extremely bouncy and crashes my airplane upon runway deployment.
  • None of the wheels appear to have traction when their engine is enabled.
  • The swivelling helicopter gear has no contextual menu in edit mode, nor can it be raised. It also twists in odd directions when deploying from the editor to the runway.
  • The Firespitter wheel alignment guide is not working and generates a NRE in the log.

Other than that there are no errors in my log. There is a warning that "wheels need to be attached to a rigid body to function"; this happens for all types of Firespitter wheels.

Link to comment
Share on other sites

7 hours ago, Antikris77 said:

I'm having some problems with the wheels in Firespitter (7.4.1) in KSP 1.2.1.

 

 

On 11/4/2016 at 6:28 PM, Murican_Jeb said:

Firespitter isn't updated for 1.2.1...

 

Link to comment
Share on other sites

MODULE
    {
        name = FStextureSwitch2
        textureNames = Lionhead_Aerospace_Inc/CircularPanel/CircularPanel000;Lionhead_Aerospace_Inc/CircularPanel/CircularPanel010;
        objectNames = CircularPanel
        textureDisplayNames = Black;Blue;
        mapNames = Lionhead_Aerospace_Inc/CircularPanel/CircularPanel001;Lionhead_Aerospace_Inc/CircularPanel/CircularPanel001;
        useFuelSwitchModule = false
        nextButtonText = Next Texture
        prevButtonText = Previous Texture
        moduleID = 1
    }
}

what am i doing wrong here? 

the panel001 are the nrm maps. the 000 and the 010 are the dds texture files. 

the next and previous texture buttons show up in the editor and the fstextureswitch box shows up in the right click in parts editor. 

missing something to make them actually change the textures. 

Link to comment
Share on other sites

5 hours ago, Antikris77 said:

 

I was just being specific. The problems as described were present in 1.2.0 already.

Well, you still don't use Firespitter with 1.2.1.

What are you people even doing these days...

Link to comment
Share on other sites

Firespitter 7.4.2 for 1.2.1 still crashes the game on FS1 rotor.

 

IR: OnEditorLoad called
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModuleSAS]: No ModuleCommand found in fsgyroscope. SAS services won't be available.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

creating linerenderer-761496
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

setting line properties-761496
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Module FSpartDirectionGuide threw during OnStart: System.NullReferenceException: 
  at (wrapper managed-to-native) UnityEngine.Material:Internal_CreateWithShader (UnityEngine.Material,UnityEngine.Shader)
  at UnityEngine.Material..ctor (UnityEngine.Shader shader) [0x00000] in <filename unknown>:0 
  at Firespitter.info.FSpartDirectionGuide.createLineRenderer () [0x00000] in <filename unknown>:0 
  at Firespitter.info.FSpartDirectionGuide.OnStart (StartState state) [0x00000] in <filename unknown>:0 
  at Part.ModulesOnStart () [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

FSengine: Added resource ElectricCharge, ratio 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

creating linerenderer-762024
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

setting line properties-762024
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Module FSpartDirectionGuide threw during OnStart: System.NullReferenceException: 
  at (wrapper managed-to-native) UnityEngine.Material:Internal_CreateWithShader (UnityEngine.Material,UnityEngine.Shader)
  at UnityEngine.Material..ctor (UnityEngine.Shader shader) [0x00000] in <filename unknown>:0 
  at Firespitter.info.FSpartDirectionGuide.createLineRenderer () [0x00000] in <filename unknown>:0 
  at Firespitter.info.FSpartDirectionGuide.OnStart (StartState state) [0x00000] in <filename unknown>:0 
  at Part.ModulesOnStart () [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Autogen thumbnail for C:/Games/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../thumbs/default_SPH_sample-11.png from C:\Games\Steam\steamapps\common\Kerbal Space Program\saves\default\Ships\SPH\sample-11.craft
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Crash!!!
SymInit: Symbol-SearchPath: 

 

Edited by _Astra_
log added
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

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...