Upvote Upvoted 26 Downvote Downvoted
Spyro's log combiner
1
#1
0 Frags +

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
2
#2
3 Frags +

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
3
#3
18 Frags +

Don't tell b33p

Don't tell b33p
4
#4
2 Frags +

b33p has no purpose anymore :o

b33p has no purpose anymore :o
5
#5
0 Frags +

progress bar fills up but gives no result for me

progress bar fills up but gives no result for me
6
#6
0 Frags +
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.
7
#7
0 Frags +
pyro2skeejprogress bar fills up but gives no result for meI 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
8
#8
0 Frags +
skeejpyro2skeejprogress bar fills up but gives no result for meI 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
9
#9
1 Frags +

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
10
#10
0 Frags +
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.
11
#11
0 Frags +

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
12
#12
0 Frags +

Working fine for me.

Working fine for me.
13
#13
1 Frags +

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 :)
14
#14
0 Frags +
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
15
#15
0 Frags +

I uploaded a new version, it's available in the main post.

I uploaded a new version, it's available in the main post.
16
#16
4 Frags +

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)
17
#17
2 Frags +

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
Please sign in through STEAM to post a comment.