How can I access the log(s)?

Since apparently no one in the entire world is having the same problem as me, I would like to know how I can access some sort of text log or enable a command prompt log window so I can hopefully see something causing it. (connecting progress not even starting, and instead has a weird log-in progress dialog with no actual log-in thing.)

screenshots for people who would be able to make any sense of this: http://gyazo.com/35496372c51c23d9798604af7ce383e5 , and http://gyazo.com/3e77a949785bf2e1a87c7d05d85d73cf
look closely at the progress box and UI Inspector (if you know what UI Inspector is). The Login screenshot is just for a comparison. According to anything I look at it is supposed to say connecting.

I would like to know how I can access a log in hopes of finding something that could be causing this... :(

Is there some sort of variable I can put on the shortcut to enable logging? Does it already store logs (if so where)?
 
Last edited:
Client stores a log in the directory it runs from. It's called "TSO.common something.txt" IIRC.
Are you sure you're not behind a firewall? If you have Windows firewall or other such software enabled, you might need to add an exception for the client and/or open outgoing and incoming traffic on port 2106 and 2107.
 
Client stores a log in the directory it runs from. It's called "TSO.common something.txt" IIRC.
Are you sure you're not behind a firewall? If you have Windows firewall or other such software enabled, you might need to add an exception for the client and/or open outgoing and incoming traffic on port 2106 and 2107.
Created inbound rules for ALL TSO and PD related applications, and created inbound (TCP) and outbound (TCP) rules to specifically allow 2106 and 2107.

The log says:
Code:
2014.08.19-05.37.28:info: Received packet: 1
2014.08.19-05.37.28:info: Found matching PacketID!


2014.08.19-05.37.28:info: Received variable length packet!

2014.08.19-05.37.28:info: Received exact number of bytes for packet!

2014.08.19-05.37.28:info: Received packet: 4
2014.08.19-05.37.28:info: Found matching PacketID!


2014.08.19-05.37.28:info: Received variable length packet!

2014.08.19-05.37.28:info: Received exact number of bytes for packet!

2014.08.19-05.37.29:info: Received packet: 6
2014.08.19-05.37.29:info: Found matching PacketID!


2014.08.19-05.37.29:info: Received variable length packet!

2014.08.19-05.37.29:info: Received exact number of bytes for packet!

2014.08.19-05.37.29:info: Received packet: 7
2014.08.19-05.37.29:info: Found matching PacketID!


2014.08.19-05.37.29:info: Received variable length packet!

2014.08.19-05.37.29:info: Received exact number of bytes for packet!

2014.08.19-05.38.52:info: Received packet: 1
2014.08.19-05.38.52:info: Found matching PacketID!


2014.08.19-05.38.52:info: Received variable length packet!

2014.08.19-05.38.52:info: Received exact number of bytes for packet!

2014.08.19-05.38.52:info: Received packet: 4
2014.08.19-05.38.52:info: Found matching PacketID!


2014.08.19-05.38.52:info: Received variable length packet!

2014.08.19-05.38.52:info: Received exact number of bytes for packet!

2014.08.19-05.38.53:info: Received packet: 6
2014.08.19-05.38.53:info: Found matching PacketID!


2014.08.19-05.38.53:info: Received variable length packet!

2014.08.19-05.38.53:info: Received exact number of bytes for packet!

2014.08.19-05.38.53:info: Received packet: 7
2014.08.19-05.38.53:info: Found matching PacketID!


2014.08.19-05.38.53:info: Received variable length packet!

2014.08.19-05.38.53:info: Received exact number of bytes for packet!

2014.08.19-05.39.02:info: Received packet: 105
2014.08.19-05.39.02:info: Found matching PacketID!


2014.08.19-05.39.02:info: Received variable length packet!

2014.08.19-05.39.02:info: Received exact number of bytes for packet!

for the latest session(s). I only copied everything until the clear hourlly time change between sessions because otherwise this post would be huge, and all of it is practically the same anyway. (except it occasionally says "Received OnCharacterCreationProgress!")
 
Last edited:
Back
Top