<div dir="ltr">Hi Benjamin,<div><br></div><div>Can you please give me more details? Are your devices paired? </div><div>When you say that the application crashes you mean that your receive a SEGV error and it is forcibly closed?</div><div><br></div><div>It would be useful if you can take a look in the Event Viewer (open Run/Command terminal and write <b>eventvwr </b>command) , Windows Logs -> Application section and tell me the last related message with Subsurface application (if the application crashed it should be logged with Error level).</div><div><br></div><div>More useful it would be to start the application using gdb. If you don't have it you can download it from here [1]. I don't know if you ever use it before. To run the application you should:</div><div>- open Command Prompt</div><div>- run $PATH_TO_GDB\gdb.exe $PATH_TO_SUBSURFACE\subsurface.exe</div><div>- execute "run" command</div><div><br></div><div>This will start the application for you. Next you should do the exact steps and reproduce the problem. Finally you will receive some output which hopefully it would be useful to understand what is causing your crash.</div><div><br></div><div>Best wishes,</div><div>Claudiu</div><div><br></div><div>[1] - <a href="https://www.dropbox.com/s/a31qjio4d1bw84u/gdb.zip?dl=0">https://www.dropbox.com/s/a31qjio4d1bw84u/gdb.zip?dl=0</a></div></div>