Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Run at windows 10 Error #2

Open
iangithub opened this issue Jun 4, 2015 · 6 comments
Open

Run at windows 10 Error #2

iangithub opened this issue Jun 4, 2015 · 6 comments
Assignees
Labels

Comments

@iangithub
Copy link

WinJS Sample

in Visual Studio 2015 RC + Windows 10 (build 10030) run at windows any cpu with local machine , but receive as follow error message

'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/1.0)'.
'WWAHost.exe' (Script): Loaded 'ms-appx://com.microsoft.mdha.samples.winjstodo/www/scripts/frameworks/base.min.js'.
SourceMap C:\project\cordova-samples-master\todo-winjs\WinJsTodo\www\scripts\frameworks\base.min.js.map read failed: Could not find file 'C:\project\cordova-samples-master\todo-winjs\WinJsTodo\www\scripts\frameworks\base.min.js.map'.'WWAHost.exe' (Script): Loaded 'ms-appx://com.microsoft.mdha.samples.winjstodo/www/scripts/frameworks/ui.min.js'.
SourceMap C:\project\cordova-samples-master\todo-winjs\WinJsTodo\www\scripts\frameworks\ui.min.js.map read failed: Could not find file 'C:\project\cordova-samples-master\todo-winjs\WinJsTodo\www\scripts\frameworks\ui.min.js.map'.'WWAHost.exe' (Script): Loaded 'ms-appx://com.microsoft.mdha.samples.winjstodo/www/scripts/appBundle.js'.
The program '[6480] WWAHost.exe' has exited with code 3 (0x3).

@EduardoN
Copy link
Contributor

Hi, your error tells me the frameworks folder is not being created inside the www/scripts folder.
The framework folder is generated by the FetchRequirements.ps1 script that is executed before build. If you open the .jsproj file you will see a command running that powershell file at the end.

Can you please try to build the project without executing it and check if the www/scripts/frameworks folder is created and if it contains the base.min.js and ui.min.js files.
If not check if you have any error related to the execution of the FetchRequirements.ps1 script

@DaniloCouto
Copy link

Well I have a similar problem,
I've been participating a Ionic Project that has been developed on Android and IOS,
Sometime on the project development we need a windows phone version.
Well we used winstore-jscompat , and our code worked pretty well with some issues that can be fixed.
But after detecting some errors on cordova-plugin-file and cordova-plugin-media on Android and IOS and resolving then with removing and adding the plugins, We found some bizarre errors on trying to compile for WP (Universal).
Running on Windows 10 Phone Emulator:

'WWAHOST.EXE' (Script): Loaded 'Script Code (MSAppHost/2.0)'.
The program '[2988] WWAHOST.EXE' has exited with code 3 (0x3).

Running on Windows 8.1 Phone Emulator or Device:

'WWAHOST.EXE' (Script): Loaded 'Script Code (MSAppHost/2.0)'.
The program '[3280] WWAHOST.EXE' has exited with code 1 (0x1).

I use Visual Studio 2015 RC on WIndows 10

Well I just don't know what do.
I Hope that someone with good hearth could give me some direction ^^'
Thanks for the attention

@deryfebriantara
Copy link

same problem here..

'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/2.0)'.
'WWAHost.exe' (Script): Loaded 'ms-appx://com.mokapedia.mokagaleria/www/lib/swiper/dist/js/swiper.min.js'.
The program '[3996] WWAHost.exe' has exited with code 3 (0x3).

any update guys?

@jerroydmoore
Copy link

also encountered this error. Any update?

@tundak
Copy link

tundak commented May 1, 2017

Getting Same Error for Windows 10, but working for Windows 8.1, how you did resolve it ? any update ?

@shenburen
Copy link

So what happened?
What should we do?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants