Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
	Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
			
		
		
			- 
				
																			 robm80
- Posts: 161
- Joined: Sat May 03, 2014 7:15 am
						
						
													
							
						
									
						Post
					
								by robm80 » Tue Nov 18, 2014 10:09 pm
			
			
			
			
			Maybe try removing the space in the .exe name? 
BINGO !
Thanks, Rob
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 MadDogDean
- VIP Livecode Opensource Backer
  
- Posts: 36
- Joined: Thu Jan 03, 2013 6:33 pm
						
						
													
							
						
									
						Post
					
								by MadDogDean » Thu Nov 27, 2014 2:46 am
			
			
			
			
			Hi all, maybe a little late on this, but I ran into the same problem with LC 6.7. For some reason when I updated from LC 6.6.2 (working from from memory here), the 6.6.2 path entries were left in the Registry.
Search through the registry and correct all entries (.rev & .livecode associations) to point to the correct directory and all works fine. Or at least it did for me 
 
Cheers,
Dean
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 p.schelvis
- Posts: 17
- Joined: Wed Dec 04, 2013 1:52 pm
						
						
													
							
						
									
						Post
					
								by p.schelvis » Tue Mar 31, 2015 10:44 am
			
			
			
			
			I had the same problem  (windows 7 Home Premium, Service pack 1).
On another computer it worked fine.  The Windows registry-'s where different. 
I made the next .reg file: 
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\LiveCodeStack]
[HKEY_CLASSES_ROOT\LiveCodeStack\DefaultIcon]
@="C:\\Program Files\\RunRev\\LiveCode 7.0.4 (rc 1)\\LiveCode.exe,1"
[HKEY_CLASSES_ROOT\LiveCodeStack\Shell]
[HKEY_CLASSES_ROOT\LiveCodeStack\Shell\Open]
[HKEY_CLASSES_ROOT\LiveCodeStack\Shell\Open\Command]
@="\"C:\\Program Files\\RunRev\\LiveCode 7.0.4 (rc 1)\\LiveCode.exe\" \"%1\""
I run it on the computer with the problem. Used "Open with...." (right mouse click). I choosed Livecode and all works fine now.
Regards, Peter
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 newpie
- Livecode Opensource Backer
  
- Posts: 155
- Joined: Sat Jun 29, 2013 11:24 pm
						
						
													
							
						
									
						Post
					
								by newpie » Thu May 28, 2015 10:57 pm
			
			
			
			
			p.schelvis wrote:I had the same problem  (windows 7 Home Premium, Service pack 1).
On another computer it worked fine.  The Windows registry-'s where different. 
I made the next .reg file: 
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\LiveCodeStack]
[HKEY_CLASSES_ROOT\LiveCodeStack\DefaultIcon]
@="C:\\Program Files\\RunRev\\LiveCode 7.0.4 (rc 1)\\LiveCode.exe,1"
[HKEY_CLASSES_ROOT\LiveCodeStack\Shell]
[HKEY_CLASSES_ROOT\LiveCodeStack\Shell\Open]
[HKEY_CLASSES_ROOT\LiveCodeStack\Shell\Open\Command]
@="\"C:\\Program Files\\RunRev\\LiveCode 7.0.4 (rc 1)\\LiveCode.exe\" \"%1\""
I run it on the computer with the problem. Used "Open with...." (right mouse click). I choosed Livecode and all works fine now.
Regards, Peter
Thank you Peter for posting this. It is the only method that seemed to work for me.