2022-05-13, 03:29 PM 
	
	
	
		Thank you Craig for the nudge in the right direction. I uninstalled libicu50, which killed nextpvr, then i added the environment variable to the systemd file and all is perfect. 
-Iri
	
	
	
-Iri
| 
	 
		
		
		 2022-05-13, 03:29 PM 
	
	 
	
		Thank you Craig for the nudge in the right direction. I uninstalled libicu50, which killed nextpvr, then i added the environment variable to the systemd file and all is perfect.  
	
	
	
-Iri 
		
		
		 2022-09-14, 09:31 PM 
	
	 
	
		I was just having this issue on 5.2.5 before upgrading (to v6 w/ dotnet6), and came across this.   I.e. I fixed it by running (my icu is 71.1-1 atm): 
	
	
	
Code: CLR_ICU_VERSION_OVERRIDE="71.1" dotnet ~/NextPVR/NextPVRServer.dllThe suggestion was to use: Code: export CLR_ICU_VERSION_OVERRIDE=$(pacman -Q icu|awk '{split($0,a," ");print a[2]}' | awk '{split($0,a,"-");print a[1]}')But this should be simpler (def not as cool though   )Code: export CLR_ICU_VERSION_OVERRIDE=$(pacman -Q icu|sed s:.*\ ::|sed s:-[0-9]::) | 
| 
				
	 |