When trying to compile with the YYC compiler I get the errors.
Final Compile...Error : gml_Script_XServer_variable_local_get(0) : using uninitialised variable 'secure_mode'
Error : gml_Script_XServer_updateposition(97) : using uninitialised variable 'smoothSpeed'
Error : gml_Script_XServer_updateposition(98) : using uninitialised variable 'smoothSpeed'
How can I fix this? Do I just need to define secure_mode somewhere? and smoothSpeed?
Replies (5)
	
		
			
				
					Last message on 24 Mar 2020
				
				
					
				
			
		 
		
		
		
	
		
			
				
					Size43
					
					(Administrator)
					
					on
					22 Nov 2018, 20:45:41
				
				
					
				
			 
		 
		
			As jdev noted, the YYC is not supported right now.
However I did see that you can appearantly work around this error by setting the variables to 0 in create events.
		
		
	 
	
 
	
		
			
				
					BubbleDerp
					
					(Topicstarter)
					
					on
					19 Nov 2018, 01:21:17
				
				
					
				
			 
		 
		
			I am also using the all version but i did try windows with the same effect
		
		
	 
	
	
		
			
				
					jdev
					
					on
					19 Nov 2018, 14:18:58
				
				
					
				
			 
		 
		
			I think the YYC exports are not fully support by GameMaker Server, but I could be wrong.
		
		
	 
	
	
		
		
			So will gamemaker server support YYC?
		
		
	 
	
	
		
			
				
					Size43
					
					(Administrator)
					
					on
					24 Mar 2020, 12:05:06
				
				
					
				
			 
		 
		
			While I'm not going to officially support the YYC, I've heard that recent updates of GameMaker Server do happen work with the YYC, so I'd say: give it a try and see if it works for you.