Windows build tool 1.4.2.2 broken? Error: Surprising path: /logger

Hi,

I did this multiple times with success the last months, but today nothing works on multiple windows versions. Could it be the client is corrupt?

c:\qq>meteor run
[[[[[ c:\qq ]]]]]

=> Started proxy.
=> Started MongoDB.
C:\Users\Administrator.DOMAIN.000\AppData\Local\.meteor\packages\less\2.6.5\plug
in.compileLessBatch.os\npm\node_modules\meteor\promise\node_modules\meteor-promi
se\promise_server.js:165
      throw error;
      ^

Error: Surprising path: /logger
    at toDosPath (C:\Users\Administrator.DOMAIN.000\AppData\Local\.meteor\packag
es\meteor-tool\1.4.1_1\mt-os.windows.x86_32\tools\static-assets\server\mini-file
s.js:35:13)
    at C:\Users\Administrator.DOMAIN.000\AppData\Local\.meteor\packages\meteor-t
ool\1.4.1_1\mt-os.windows.x86_32\tools\static-assets\server\mini-files.js:85:16
    at Array.map (native)
    at Function._.map._.collect (C:\Users\Administrator.DOMAIN.000\AppData\Local
\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_m
odules\underscore\underscore.js:97:56)
    at C:\Users\Administrator.DOMAIN.000\AppData\Local\.meteor\packages\meteor-t
ool\1.4.1_1\mt-os.windows.x86_32\tools\static-assets\server\mini-files.js:82:16
    at Resolver._joinAndStat (C:\tools\isobuild\resolver.js:141:18)
    at Resolver._resolveRelative (C:\tools\isobuild\resolver.js:176:19)
    at Resolver.resolve (C:\tools\isobuild\resolver.js:94:12)
    at C:\tools\isobuild\import-scanner.js:477:38
    at _.each._.forEach (C:\Users\Administrator.DOMAIN.000\AppData\Local\.meteor
\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\u
nderscore\underscore.js:87:22)
    at ImportScanner._scanFile (C:\tools\isobuild\import-scanner.js:476:5)
    at C:\tools\isobuild\import-scanner.js:358:14
    at ImportScanner.addNodeModules (C:\tools\isobuild\import-scanner.js:353:33)

    at C:\tools\isobuild\compiler-plugin.js:1059:32
    at Map.forEach (native)
    at handleMissing (C:\tools\isobuild\compiler-plugin.js:1057:18)
    at Function.computeJsOutputFilesMap (C:\tools\isobuild\compiler-plugin.js:10
69:5)
    at ClientTarget._emitResources (C:\tools\isobuild\bundler.js:930:8)
    at C:\tools\isobuild\bundler.js:701:12
    at C:\tools\utils\buildmessage.js:359:18
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at C:\tools\utils\buildmessage.js:352:34
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at C:\tools\utils\buildmessage.js:350:23
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at Object.enterJob (C:\tools\utils\buildmessage.js:324:26)
    at ClientTarget.make (C:\tools\isobuild\bundler.js:692:18)
    at C:\tools\isobuild\bundler.js:2586:14
    at C:\tools\isobuild\bundler.js:2675:20
    at Array.forEach (native)
    at Function._.each._.forEach (C:\Users\Administrator.DOMAIN.000\AppData\Loca
l\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_
modules\underscore\underscore.js:79:11)
    at C:\tools\isobuild\bundler.js:2674:7
    at C:\tools\utils\buildmessage.js:271:13
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at C:\tools\utils\buildmessage.js:264:29
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at C:\tools\utils\buildmessage.js:262:18
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at C:\tools\utils\buildmessage.js:253:23
    at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
    at Object.capture (C:\tools\utils\buildmessage.js:252:19)
    at bundle (C:\tools\isobuild\bundler.js:2567:31)
    at C:\tools\isobuild\bundler.js:2514:32
    at Object.withCache (C:\tools\fs\files.js:1585:12)
    at Object.exports.bundle (C:\tools\isobuild\bundler.js:2514:16)
    at C:\tools\runners\run-app.js:582:36
    at Function.run (C:\tools\tool-env\profile.js:489:12)
    at bundleApp (C:\tools\runners\run-app.js:572:34)
    at AppRunner._runOnce (C:\tools\runners\run-app.js:625:35)
    at AppRunner._fiber (C:\tools\runners\run-app.js:884:28)
    at C:\tools\runners\run-app.js:402:12

Hi, anyone please?

My feeling is that something is wrong with the meteor client. (When it has to download it… Two weeks ago I did the sameon amazon 2012R2 and today I also tried it on another windows 2012R2 without luck.)

I just do git clone https://github.com/QHose/QRSMeteor.git and then meteor run (if you do not mind the settings-json file, which normally only causes the error “google undefined”)

thanks

Hi, is the build tool broken?

Ok, we have the following resolution. (note it is windows 2012 r2, on a virtualized VMWare V-APP environment)

I did many tests and I think I found the pattern of when the QRSMeteor does not work in our vapp.
If the project is at the root of C:/ that does not seem to work, but if you move it into another folder, for example C:/m/QRSMeteor/ or on the user’s desktop then it is starting, not sure why?