Notices
MEGAsquirt A place to collectively sort out this megasquirt gizmo

Warnings after upgrading TS

Thread Tools
 
Search this Thread
 
Old Sep 30, 2022 | 08:56 PM
  #1  
kenzo42's Avatar
Thread Starter
Elite Member
iTrader: (6)
 
Joined: Sep 2007
Posts: 2,017
Total Cats: 13
From: CA
Default Warnings after upgrading TS

I upgraded TS from 2.2.22 beta codebase to most recent TS lite 3.1.08 and I'm getting 38 warnings when loading my msq.

Any idea what might be causing this issue? Can I just proceed with the warnings?

I can't find an archive for the 2.2.22 beta for me to use. I have a 91 Miata with MS3P and have attached the MSQ. Thank you ya'll homies.

38 Warnings:
Warning: psConnector row:7, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:8, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:10, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:11, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:12, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:14, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:15, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:16, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:17, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:18, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:19, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:20, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:21, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:23, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:24, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:25, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:26, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:27, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:28, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:29, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:30, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:31, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:32, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:33, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:34, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:35, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:36, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:37, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:38, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:39, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:40, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:41, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:42, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:43, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:44, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:45, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:46, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Warning: psConnector row:47, col:0, Invalid value: 0.0, Set to the 1st valid value: 32.0
Attached Files
File Type: msq
CurrentTune.msq (177.8 KB, 29 views)
Old Oct 2, 2022 | 10:53 AM
  #2  
curly's Avatar
Cpt. Slow
iTrader: (25)
 
Joined: Oct 2005
Posts: 15,198
Total Cats: 1,398
From: Oregon City, OR
Default

Somewhere you’re going to have a table or line of code full of 32s. That’s your error. Old code allowed a minimum value of 0, new code only allows minimum 32. If it runs like it used to, you shouldn’t get the error any more and you can move on.
Old Oct 2, 2022 | 04:17 PM
  #3  
kenzo42's Avatar
Thread Starter
Elite Member
iTrader: (6)
 
Joined: Sep 2007
Posts: 2,017
Total Cats: 13
From: CA
Default

Originally Posted by curly
Somewhere you’re going to have a table or line of code full of 32s. That’s your error. Old code allowed a minimum value of 0, new code only allows minimum 32. If it runs like it used to, you shouldn’t get the error any more and you can move on.
Thanks Curly.
Old Oct 2, 2022 | 08:35 PM
  #4  
Lokiel's Avatar
All-round "Good Guy"
 
Joined: Dec 2009
Posts: 1,036
Total Cats: 266
From: Brisbane, AUSTRALIA
Default

You've probably worked this out already, but if not, lines 4152..4201 in your map define the psConnector data:

<constant cols="1" digits="0" name="psConnector" rows="48">
32.0
32.0
38.0
32.0
32.0
32.0
32.0
0.0
0.0
32.0
0.0
0.0
0.0
38.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
32.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
</constant>

Replace 0.0 with 32.0.
Old Oct 4, 2022 | 12:35 AM
  #5  
kenzo42's Avatar
Thread Starter
Elite Member
iTrader: (6)
 
Joined: Sep 2007
Posts: 2,017
Total Cats: 13
From: CA
Default

Originally Posted by Lokiel
You've probably worked this out already, but if not, lines 4152..4201 in your map define the psConnector data:

<constant cols="1" digits="0" name="psConnector" rows="48">
32.0
32.0
38.0
32.0
32.0
32.0
32.0
0.0
0.0
32.0
0.0
0.0
0.0
38.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
32.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
</constant>

Replace 0.0 with 32.0.
Thanks for locating it. I had no idea where to look.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
abenson100
MSPNP
7
Jan 31, 2016 08:03 PM
Bangbang
General Miata Chat
22
Jul 9, 2013 02:25 AM
hustler
MEGAsquirt
7
Sep 4, 2011 10:31 AM
Dlaitini
MEGAsquirt
16
May 21, 2010 10:39 PM
richard_ha
MEGAsquirt
0
Mar 21, 2007 09:29 PM




All times are GMT -4. The time now is 05:43 PM.