GithubHelp home page GithubHelp logo

woa-project / woa-deployer Goto Github PK

View Code? Open in Web Editor NEW
90.0 12.0 18.0 52.45 MB

WOA Deployer

License: MIT License

C# 94.77% PowerShell 5.23%
raspberry-pi-3 raspberry-pi windows-on-arm woa lumia windows deployment

woa-deployer's Issues

deployed fail

hi,
can you help me plz
my log is :
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.First[TSource](IEnumerable1 source, Func2 predicate)
at Deployer.Core.Scripting.Functions.Urls.GitHubLatestReleaseAsset.d__2.MoveNext() in d:\a\1\s\Source\Deployer.Core\Scripting\Functions\Urls\GitHubLatestReleaseAsset.cs:line 23
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CallSite.Target(Closure , CallSite , Object )
at SimpleScript.ReflectionMixin.d__0.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\ReflectionMixin.cs:line 19
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Core.Function.d__3.MoveNext() in d:\a\1\s\Source\Deployer.Core\Function.cs:line 29
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__8.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 67
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__9.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 77
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__8.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 61
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__9.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 77
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__5.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 43
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__4.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 28
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Core.WoaDeployer.d__14.MoveNext() in d:\a\1\s\Source\Deployer.Core\WoaDeployer.cs:line 71
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Core.WoaDeployer.d__11.MoveNext() in d:\a\1\s\Source\Deployer.Core\WoaDeployer.cs:line 43
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Gui.MainViewModel.<>c__DisplayClass9_0.<<-ctor>b__7>d.MoveNext() in d:\a\1\s\Source\Deployer.Gui\MainViewModel.cs:line 60

Add option to run custom scripts

It's already there for the command line tool, but we should have it in the GUI, too.
Also, allow the scripts to get an optional wim in case they need to deploy Windows.

Add a detection of Windows version

So people can't use deployer on obsolete versions of (Windows 7/8/8.1 or old releases of Windows 10).

It should only run inside Windows 10 with

  • PowerShell 5+
  • .NET Framework 4.6.1+

Is this still viable?

I'm a longtime Windows Mobile user, and I have a few 950/XLs I'd like to flash if this works well enough to be used as a phone OS...but I can't find any up-to-date info on compatibility. Does the LTE radio work reliably? What about SMS?

Error creating

Hello, I am getting this error. What is the problem and what do I have to do?

ERROR: Unsupported device Raspberry Pi 4. The required script isn´t present

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.