View Single Post
Old 05-01-2016, 12:53 PM   #13
Innula
Junior Member
Innula began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jun 2013
Device: Nexus 7
I'll certainly try disabling things as BetterRed suggests, as soon as I get the time to.

However, there's something else I've noticed that may cast some light on the mystery -- I just don't know.

I use the editor Sublime Text 3 for coding, and it can check my syntax for me. Normally it's very quick but since I updated to Windows 10 it's really slow to complete. I mention this because these are the kind of debug messages I see.

Ignore the first few lines -- it's found 3 errors in the script "Wandering Robot 1.lsl" that I'm working on, and 2 things it wants to warn me about, and it's telling me where the script is saved and so on.

However, the references to Calibre 2 in the section beginning "[path:" are maybe significant.

I have no idea what the part of the message indicates, but Calibre is clearly something to do with it. Since Sublime Text's debugger has started running so slowly, and since it mentions Calibre, I wondered if there might be a connection.

If I can find a Sublime Text help group I'll ask there, too, what the message means, and report back here if there's anything interesting.

Code:
TOTAL:: Errors: 3  Warnings: 2
[Finished in 15.1s with exit code 3]
[cmd: ['C:\\Users\\Home\\AppData\\Roaming\\Sublime Text 3\\Packages\\LSL\\windows\\lslint.exe', '-p', 'C:\\Users\\Home\\Dropbox\\Wandering Robot\\Wandering Robot 1.lsl']]
[dir: C:\Users\Home\Dropbox\Wandering Robot]
[path: C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;
C:\Windows\System32\WindowsPowerShell\v1.0;
C:\Program Files\Calibre2;
C:\Program Files\Microsoft SQL Server\110\Tools\Binn;
C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;
C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0;
C:\Program Files\Microsoft SQL Server\120\Tools\Binn;
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;
C:\Program Files\Cepstral\bin;C:\Program Files (x86)\Cepstral\bin;
C:\Program Files (x86)\Skype\Phone\;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;
C:\Program Files\Microsoft DNX\Dnvm\;
C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
C:\WINDOWS\System32\WindowsPowerShell\v1.0\;
C:\Program Files (x86)\Calibre2\;
C:\Users\Home\AppData\Local\Programs\Python\Python35-32\Scripts\;
C:\Users\Home\AppData\Local\Programs\Python\Python35-32\]
Innula is offline   Reply With Quote