View Single Post
Old 07-21-2016, 02:10 PM   #17
_Enio_
Marquis
 
_Enio_'s Avatar
 
Join Date: Aug 2007
Location: Germany
Posts: 1,843
_Enio_ will become famous soon enough
Default

pity, lets see what its doing just before/while its frozen with the strace utility.

  1. Get into char select, but windowed mode
  2. load up a shell and find out the Process id of the 'game' process (i.e. with ps or with top)
  3. Attach strace to the process by issuing 'strace -o <some_file_name> -p <the game PID>
  4. Press character select
  5. When game froze, wait some second and then cancel strace logging by issuing Ctrl+C on the shell where it is running
  6. The strace data is now in that file, it shouldnt contain private information, however to be sure, feel free to send me the link via pn. It might be big so uploading it or sharing via dropbox should work best.
__________________
Fix the Marksman subclass: Suggestion
_Enio_ no ha iniciado sesión   Reply With Quote