3dMVM Question: Previously Working Code Now Producing Error

Hello!

I have a question about an error I'm getting when I run my 3dMVM script. This script ran perfectly fine in 2021, but now seems to be having an issue with my quantitative variable specification.

Now, the script fails for any gltcode that uses my quantitative variable (i.e., -gltCode 4 'TaskVal : +1*SocialLike MemBias : ' \), throwing an error like Inappropriate coding in test No.4!

If we remove all other contrasts that include the qvar and try to run with something like -gltCode 4 'TotalBias :' \, we get an error that says Error in outList[[1]][[n]] : subscript out of bounds

I've attached the beginning of by script and a sample of the dataTable below. Let me know if you require any further information from me. Thank you so much in advance!

With gratitude,
Camille

3dMVM 																																					\
 -prefix 3dMVM.FB.Social_MemBias_Subtraction_060923 																		    						\
 -wsVars 'TaskVal'																																		\
 -bsVars 'MemBias'																																		\
 -qVars 'MemBias'																																		\
 -num_glt 6																																				\
-gltLabel 1 SocialLike_Correct.V.Incorrect 								-gltCode 1 'TaskVal : +1*SocialLike'											\
-gltLabel 2 SocialDislike_Correct.V.Incorrect 							-gltCode 2 'TaskVal : +1*SocialDislike'											\
-gltLabel 3 SocialLike.V.SocialDislike_Correct.V.Incorrect 			    -gltCode 3 'TaskVal : +1*SocialLike -1*SocialDislike'				    		\
-gltLabel 4 SocialLike_Correct.V.Incorrect_MemBias 				        -gltCode 4 'TaskVal : +1*SocialLike MemBias : '									\
-gltLabel 5 SocialDislike_Correct.V.Incorrect_MemBias 			        -gltCode 5 'TaskVal : +1*SocialDislike MemBias : '								\
-gltLabel 6 SocialLike.V.SocialDislike_Correct.V.Incorrect_MemBias      -gltCode 6 'TaskVal : +1*SocialLike -1*SocialDislike MemBias : '				\
-dataTable																										                        				\
Subj        TaskVal		     MemBias 		InputFile				     						                                        		        \
s010        SocialDislike    0.541  		$subjdata/s010/s010.results.social.1mm/stats.s010+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        		\
s010        SocialLike	     0.541			$subjdata/s010/s010.results.social.1mm/stats.s010+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		        		\
s013        SocialDislike	 0.542  		$subjdata/s013/s013.results.social.1mm/stats.s013+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        		\
s013        SocialLike	     0.542  		$subjdata/s013/s013.results.social.1mm/stats.s013+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		        		\
s015        SocialDislike    0.333  		$subjdata/s015/s015.results.social.1mm/stats.s015+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        		\
s015        SocialLike	     0.333  		$subjdata/s015/s015.results.social.1mm/stats.s015+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		        		\
s028        SocialDislike    0.658  		$subjdata/s028/s028.results.social.1mm/stats.s028+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        		\
s028        SocialLike	     0.658  		$subjdata/s028/s028.results.social.1mm/stats.s028+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		        		\
s036        SocialDislike    0.525  		$subjdata/s036/s036.results.social.1mm/stats.s036+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        		\
s036        SocialLike	     0.525  		$subjdata/s036/s036.results.social.1mm/stats.s036+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		        		\
s5051       SocialDislike    0.630  		$subjdata/s5051/s5051.results.social.1mm/stats.s5051+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        	\
s5051       SocialLike	     0.630  		$subjdata/s5051/s5051.results.social.1mm/stats.s5051+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		    		\
s5054       SocialDislike    0.625  		$subjdata/s5054/s5054.results.social.1mm/stats.s5054+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        	\
s5054       SocialLike	     0.625  		$subjdata/s5054/s5054.results.social.1mm/stats.s5054+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		    		\
s5058       SocialDislike    0.684 		    $subjdata/s5058/s5058.results.social.1mm/stats.s5058+tlrc'[FB.Dislike.Win.V.Lose_GLT#0_Coef]'	        	\
s5058       SocialLike	     0.684 		    $subjdata/s5058/s5058.results.social.1mm/stats.s5058+tlrc'[FB.Like.Win.V.Lose_GLT#0_Coef]'		    		\
etc.

Hi Gang - I am uploading our 3dMVM script and individual level data for a handful of subjects. We are getting an error we think is related to GLTs 4-6. In 4 and 5 we are trying to assess activation in one of our two experimental conditions as it relates to MemBias (a continuous variable). We realize that GLT 6 is going to be redundant with what is automatically output by 3dMVM, so that one is less important. This script works fine when we remove the GLTs. We are very appreciative of your help!!! Hope you are doing well!