I made a new version of my log combiner that allows you to actually own your own logs, as well as combine up to 5ish logs. (please note this limitation is not on me, logs.tf limits log files to 5MB, any more than that will not work)
https://i.imgur.com/VO3SSde.png
Whats new in 1.2?
-Fix a bug that causes the temp dir to not delete
-Allow use of Enter when entering logs
-Fix a bug that crashed when using a / in the name or map
Download: https://github.com/spyroo/LogCombinerUpdated/releases
You need Java 7(I think) for it to work. 
source: https://github.com/spyroo/LogCombinerUpdated
			 
			
		I made a new version of my log combiner that allows you to actually own your own logs, as well as combine up to 5ish logs. (please note this limitation is not on me, logs.tf limits log files to 5MB, any more than that will not work)
[img]https://i.imgur.com/VO3SSde.png[/img]
Whats new in 1.2?
-Fix a bug that causes the temp dir to not delete
-Allow use of Enter when entering logs
-Fix a bug that crashed when using a / in the name or map
Download: https://github.com/spyroo/LogCombinerUpdated/releases
You need Java 7(I think) for it to work. 
source: https://github.com/spyroo/LogCombinerUpdated
		
		
	 
	
		
		
		
		
							
				really glad that it's back... i couldnt find a copy of the old version for the longest time, and this one even has a new fancy look. good work bucko
			 
			
		really glad that it's back... i couldnt find a copy of the old version for the longest time, and this one even has a new fancy look. good work bucko
		
		
	 
	
		
		
		
		
							
				b33p has no purpose anymore :o
			 
			
		b33p has no purpose anymore :o
		
		
	 
	
		
		
		
		
							
				progress bar fills up but gives no result for me
			 
			
		progress bar fills up but gives no result for me
		
		
	 
	
		
		
		
		
							
				skeejprogress bar fills up but gives no result for me
I will look into it, does it fill all the way or stop right before the end? I had an edge case where logs.tf was resetting the connection when I tried to upload 5+ logs but wasn't able to find a solution.
			 
			
		[quote=skeej]progress bar fills up but gives no result for me[/quote] 
I will look into it, does it fill all the way or stop right before the end? I had an edge case where logs.tf was resetting the connection when I tried to upload 5+ logs but wasn't able to find a solution.
		
		
	 
	
		
		
		
		
							
				pyro2skeejprogress bar fills up but gives no result for me
I will look into it, does it fill all the way or stop right before the end? I had an edge case where logs.tf was resetting the connection when I tried to upload 5+ logs but wasn't able to find a solution.
all the way... i tried to combine about 10-15 logs
			 
			
		[quote=pyro2][quote=skeej]progress bar fills up but gives no result for me[/quote] 
I will look into it, does it fill all the way or stop right before the end? I had an edge case where logs.tf was resetting the connection when I tried to upload 5+ logs but wasn't able to find a solution.[/quote] 
all the way... i tried to combine about 10-15 logs
		
		
	 
	
		
		
		
		
							
				skeejpyro2skeejprogress bar fills up but gives no result for me
I will look into it, does it fill all the way or stop right before the end? I had an edge case where logs.tf was resetting the connection when I tried to upload 5+ logs but wasn't able to find a solution.
all the way... i tried to combine about 10-15 logs
Yeah, logs.tf is resetting the connection, I will look into it tonight
			 
			
		[quote=skeej][quote=pyro2][quote=skeej]progress bar fills up but gives no result for me[/quote] 
I will look into it, does it fill all the way or stop right before the end? I had an edge case where logs.tf was resetting the connection when I tried to upload 5+ logs but wasn't able to find a solution.[/quote] 
all the way... i tried to combine about 10-15 logs[/quote] 
Yeah, logs.tf is resetting the connection, I will look into it tonight
		
		
	 
	
		
		
		
		
							
				can someone point me in the right direction to get the proper version of java to use this? everything I seem to get doesn't work
			 
			
		can someone point me in the right direction to get the proper version of java to use this? everything I seem to get doesn't work
		
		
	 
	
		
		
		
		
							
				lucrativecan someone point me in the right direction to get the proper version of java to use this? everything I seem to get doesn't work
I have 1.8.0_40 installed, you can grab 1.8.0_71 or 1.8.0_72 here. Let me know if that works.
			 
			
		[quote=lucrative]can someone point me in the right direction to get the proper version of java to use this? everything I seem to get doesn't work[/quote] 
I have 1.8.0_40 installed, you can grab 1.8.0_71 or 1.8.0_72 [url=http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html]here.[/url] Let me know if that works.
		
		
	 
	
		
		
		
		
							
				Can't get it to run on windows 10, java install is fine afaik
http://i.imgur.com/Lnvg3kK.png
			 
			
		Can't get it to run on windows 10, java install is fine afaik
http://i.imgur.com/Lnvg3kK.png
		
		
	 
	
		
		
		
		
							
				Why don't you use FXML file with JavaFX? It's awesome and you can keep your code super-clean :)
			 
			
		Why don't you use FXML file with JavaFX? It's awesome and you can keep your code super-clean :)
		
		
	 
	
		
		
		
		
							
				NinjaDCCan't get it to run on windows 10, java install is fine afaik
http://i.imgur.com/Lnvg3kK.png
Looks like it isn't finding javafx. Try using the version of java I posted above, let me know if it doesn't work after that.
ZelubobaWhy don't you use FXML file with JavaFX? It's awesome and you can keep your code super-clean :)
I come from swing and this is really my first JavaFX application. I looked into using FXML but I didn't find many resources on it, and iirc it's new in Java 8u40(?), and I wanted to keep backwards compatibility. I am probably mistaken about that though.
btw source is available here: https://github.com/spyroo/LogCombinerUpdated
			 
			
		[quote=NinjaDC]Can't get it to run on windows 10, java install is fine afaik
http://i.imgur.com/Lnvg3kK.png[/quote] 
Looks like it isn't finding javafx. Try using the version of java I posted above, let me know if it doesn't work after that.
[quote=Zeluboba]Why don't you use FXML file with JavaFX? It's awesome and you can keep your code super-clean :)[/quote] 
I come from swing and this is really my first JavaFX application. I looked into using FXML but I didn't find many resources on it, and iirc it's new in Java 8u40(?), and I wanted to keep backwards compatibility. I am probably mistaken about that though.
btw source is available here: https://github.com/spyroo/LogCombinerUpdated
		
		
	 
	
		
		
		
		
							
				I uploaded a new version, it's available in the main post.
			 
			
		I uploaded a new version, it's available in the main post.
		
		
	 
	
		
		
		
		
							
				i know this is a swing in the dark but i'm having an issue where my combined logs don't have the correct round count due to us switching teams at half time (also i guess bumping this for all the rgl teams is prob pretty useful)
			 
			
		i know this is a swing in the dark but i'm having an issue where my combined logs don't have the correct round count due to us switching teams at half time (also i guess bumping this for all the rgl teams is prob pretty useful)
		
		
	 
	
		
		
		
		
							
				http://logs.tf/2355883#76561198071417593 i combined logs and people have negative playtime on the classes they played the most
			 
			
		http://logs.tf/2355883#76561198071417593 i combined logs and people have negative playtime on the classes they played the most