Setting up TeknoParrot for my retro YT channel ( www.youtube.com/@GentlemensPixelClub ) if anyone is interested and found a bug in TeknoParrot I believe.
 
	Previously in older versions of TeknoParrot I have five games setup and just went to setup Sega Rally 3 which would use SR3.XML. 
	When launching, the game just loaded the TeknoParrot GUI and nothing happened. 
	Deleted a previous working game ( Virtua Tennis 4 ) and readded, exactly the same problem. 
 
	My game roms are on a separate  disk and I am using the bottom option when importing which basically says leave in original location.
 
	I have done a check of the ArcadePC.XML and it looks like the import is now missing a step...
 
	On a working game we have...
 
<ApplicationPath>..\..\Emulation 2023\TeknoParrot\GameProfiles\GtiClub3.xml</ApplicationPath>
<CommandLine>--profile=GtiClub3.xml</CommandLine>
<Completed>false</Completed>
	...on Sega Rally 3 and Virtua Tennis 4, they both added to the data - but the <CommandLine>X</CommandLine> was missing.
 
	Once imported...
 
<ApplicationPath>..\..\Emulation 2023\TeknoParrot\GameProfiles\SR3.xml</ApplicationPath>
<Completed>false</Completed>
	...I then edited it to...
 
<ApplicationPath>..\..\Emulation 2023\TeknoParrot\GameProfiles\SR3.xml</ApplicationPath>
<CommandLine>--profile=SR3.xml</CommandLine>
<Completed>false</Completed>
	...and worked fine.
 
	Not sure if anybody else has seen this and not sure where to report a bug ( and a resolution ).  Running Windows 11 as well, happy to provide anything needed on my setup if this is an isolated bug.