Request for testers - new process spawning code in Windows

Hi

PR #3539 needs to be tested in windows. I’m the author of the PR but I don’t have a windows machine, so I request that users with some free time test the build from the links below:

http://supercollider.s3.amazonaws.com/builds/supercollider/supercollider/win64/sequencableCollectionUnixCmdGetStdOut-latest.html

http://supercollider.s3.amazonaws.com/builds/supercollider/supercollider/win32/sequencableCollectionUnixCmdGetStdOut-latest.html

In order to test the build please run a couple of shell commands such as

["dir", "/w", "/p", "c:\\"].unixCmdGetStdOut
["dir", "/w", "/p", "c:\\"].unixCmd

"dir /w /p c:\\".unixCmdGetStdOut
"dir /w /p c:\\".unixCmd

Also, try installing quarks, as that will use git.

Thanks,
Miguel Negrão

The following is a test by using http://supercollider.s3.amazonaws.com/builds/supercollider/supercollider/win64/sequencableCollectionUnixCmdGetStdOut-latest.html

["dir", "/w", "/p", "c:\\"].unixCmdGetStdOut

returns

->  Volume in drive C is BOOTCAMP
 Volume Serial Number is D45E-850D

 Directory of c:\

drum_grooves.log       [Intel]                msdia80.dll
[PerfLogs]             [Program Files]        [Program Files (x86)]
[PSFONTS]              SmartCueNotes.log      [Temp]
TGEntryUtils.log       TGFinaleWrappers.log   TGInstsAndGroups.log
TGTools.log            TGToolsLE.log          TGUtils2004.log
[Users]                [Windows]              
               9 File(s)        909,673 bytes
               8 Dir(s)  49,517,744,128 bytes free

["dir", "/w", "/p", "c:\\"].unixCmd

returns

-> 812
 Volume in drive C is BOOTCAMP
 Volume Serial Number is D45E-850D

 Directory of c:\

drum_grooves.log       [Intel]                msdia80.dll
[PerfLogs]             [Program Files]        [Program Files (x86)]
[PSFONTS]              SmartCueNotes.log      [Temp]
TGEntryUtils.log       TGFinaleWrappers.log   TGInstsAndGroups.log
TGTools.log            TGToolsLE.log          TGUtils2004.log
[Users]                [Windows]              
               9 File(s)        909,673 bytes
               8 Dir(s)  49,517,740,032 bytes free

"dir /w /p c:\\".unixCmdGetStdOut

returns

->  Volume in drive C is BOOTCAMP
 Volume Serial Number is D45E-850D

 Directory of c:\

drum_grooves.log       [Intel]                msdia80.dll
[PerfLogs]             [Program Files]        [Program Files (x86)]
[PSFONTS]              SmartCueNotes.log      [Temp]
TGEntryUtils.log       TGFinaleWrappers.log   TGInstsAndGroups.log
TGTools.log            TGToolsLE.log          TGUtils2004.log
[Users]                [Windows]              
               9 File(s)        909,673 bytes
               8 Dir(s)  49,517,719,552 bytes free

"dir /w /p c:\\".unixCmd

returns

-> 4136
 Volume in drive C is BOOTCAMP
 Volume Serial Number is D45E-850D

 Directory of c:\

drum_grooves.log       [Intel]                msdia80.dll
[PerfLogs]             [Program Files]        [Program Files (x86)]
[PSFONTS]              SmartCueNotes.log      [Temp]
TGEntryUtils.log       TGFinaleWrappers.log   TGInstsAndGroups.log
TGTools.log            TGToolsLE.log          TGUtils2004.log
[Users]                [Windows]              
               9 File(s)        909,673 bytes
               8 Dir(s)  49,517,699,072 bytes free

Also, I installed a Quark by
"Canvas3D".include
and it works.

Hi prko,

Thanks ! It seems to be working fine then.

Cheers,
Miguel

I downloaded the 64bit version and ran the tests above in sequence with the following output:

->  Volume in drive C is OS
 Volume Serial Number is 4A39-F2E7

 Directory of c:\

[Apps]                battery_report.html   [DELL]
[Drivers]             [Intel]               [PerfLogs]
[Program Files]       [Program Files (x86)] [texlive]
[Users]               [Windows]             
               1 File(s)         46 648 bytes
              10 Dir(s)  35 575 234 560 bytes free

-> 1640
 Volume in drive C is OS
 Volume Serial Number is 4A39-F2E7

 Directory of c:\

[Apps]                battery_report.html   [DELL]
[Drivers]             [Intel]               [PerfLogs]
[Program Files]       [Program Files (x86)] [texlive]
[Users]               [Windows]             
               1 File(s)         46 648 bytes
              10 Dir(s)  35 575 234 560 bytes free
->  Volume in drive C is OS
 Volume Serial Number is 4A39-F2E7

 Directory of c:\

[Apps]                battery_report.html   [DELL]
[Drivers]             [Intel]               [PerfLogs]
[Program Files]       [Program Files (x86)] [texlive]
[Users]               [Windows]             
               1 File(s)         46 648 bytes
              10 Dir(s)  35 572 281 344 bytes free

-> 12024
 Volume in drive C is OS
 Volume Serial Number is 4A39-F2E7

 Directory of c:\

[Apps]                battery_report.html   [DELL]
[Drivers]             [Intel]               [PerfLogs]
[Program Files]       [Program Files (x86)] [texlive]
[Users]               [Windows]             
               1 File(s)         46 648 bytes
              10 Dir(s)  35 572 281 344 bytes free

Installing JITLibExtensions using Quarks.gui works fine!

Cheers!
Erik