GithubHelp home page GithubHelp logo

allar / lazyploy-launcher Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 7.0 88 KB

Custom Launcher/Frontend for UE4 to help automate build deployments

Home Page: http://allarsblog.com

License: MIT License

C# 1.93% C++ 97.55% C 0.35% Batchfile 0.16%

lazyploy-launcher's People

Contributors

allar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lazyploy-launcher's Issues

How to build the launcher without having the .sln

Hey Allar, I like the stuff you do, but right now I'm not sure how I should build the Lazyploy-Launcher when there's no sln, because I don't see it in Visual Studio then..
Thanks for this, it's awesome ๐Ÿ‘

This doesn't compile..

So another problem: This doesn't compile on my end. I get the following output (using 4.10):

1>------ Erstellen gestartet: Projekt: LazyployLauncher, Konfiguration: Development_Program x64 ------
1>  Performing 2 actions (4 in parallel)
1>  Module.LazyployLauncher.cpp
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\../GenericTask.h(71): error C2039: 'Canceling': is not a member of 'ELauncherTaskStatus'
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(6): note: see declaration of 'ELauncherTaskStatus'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\../GenericTask.h(71): error C2065: 'Canceling': undeclared identifier
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\../GenericTask.h(104): error C2039: 'Canceling': is not a member of 'ELauncherTaskStatus'
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(6): note: see declaration of 'ELauncherTaskStatus'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\../GenericTask.h(104): error C2065: 'Canceling': undeclared identifier
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(700): error C2259: 'SCookAndDeploy::StartCook::FGetNewBuildInfoTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(700): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(700): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(741): error C2259: 'FRefresCPPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(741): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(741): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(746): error C2259: 'FRefreshBPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(746): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(746): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(779): error C2259: 'FRefresCPPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(779): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(779): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(784): error C2259: 'FRefreshBPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(784): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(784): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(807): error C2259: 'FCopyDirTreeTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(807): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(807): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(861): error C2259: 'FRefresCPPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(861): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(861): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(866): error C2259: 'FRefreshBPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(866): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(866): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(898): error C2259: 'FRefresCPPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(898): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(898): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(903): error C2259: 'FRefreshBPBinariesTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(903): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(903): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(917): error C2259: 'FCopyDirTreeTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(917): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookAndDeploy.cpp(917): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(135): error C2039: 'Canceling': is not a member of 'ELauncherTaskStatus'
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(6): note: see declaration of 'ELauncherTaskStatus'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(135): error C2065: 'Canceling': undeclared identifier
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(135): error C2131: expression did not evaluate to a constant
1>  d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(135): note: failure was caused by non-constant arguments or reference to a non-constant symbol
1>  d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(135): note: see usage of 'Canceling'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(135): error C2051: case expression not constant
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(164): error C2039: 'Canceling': is not a member of 'ELauncherTaskStatus'
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(6): note: see declaration of 'ELauncherTaskStatus'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\STaskListRow.h(164): error C2065: 'Canceling': undeclared identifier
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\../GenericProcessTask.h(71): error C2039: 'Canceling': is not a member of 'ELauncherTaskStatus'
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(6): note: see declaration of 'ELauncherTaskStatus'
1>d:\_unreal engine 4\source\4.10\engine\source\programs\lazyploylauncher\private\widgets\../GenericProcessTask.h(71): error C2065: 'Canceling': undeclared identifier
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(190): error C2039: 'Canceling': is not a member of 'ELauncherTaskStatus'
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(6): note: see declaration of 'ELauncherTaskStatus'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(190): error C2065: 'Canceling': undeclared identifier
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(321): error C2259: 'FGenericProcessTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(321): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(321): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(330): error C2259: 'FGenericHttpUploadTask': cannot instantiate abstract class
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(330): note: due to following members:
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Programs\LazyployLauncher\Private\Widgets\SCookProgress.cpp(330): note: 'bool ILauncherTask::IsCancelling(void) const': is abstract
1>  D:\_Unreal Engine 4\Source\4.10\Engine\Source\Developer\LauncherServices\Public\Interfaces\ILauncherTask.h(89): note: see declaration of 'ILauncherTask::IsCancelling'
1>  -------- End Detailed Actions Stats -----------------------------------------------------------

What am I doing wrong?

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.