NicolasGuilloux / blade-shadow-beta

Various documentation and tools for Shadow on Linux maintained by community
MIT License
119 stars 21 forks source link

app-update.yml missing on first login #46

Closed pierreverd closed 4 years ago

pierreverd commented 4 years ago

Describe the bug On first login

System

Configuration

To Reproduce Just on login

Error on console

shadow-preprod
Checking for update
Found version 5.0.314 (url: ShadowBeta-5.0.314.AppImage)
Downloading update from ShadowBeta-5.0.314.AppImage
Error: Error: ENOENT: no such file or directory, open '/opt/Shadow Beta/resources/app-update.yml'
    at Promise.longStackTracesCaptureStackTrace [as _captureStackTrace] (webpack-internal:///1182:411:19)
    at ret (eval at makeNodePromisifiedEval (webpack-internal:///1196), <anonymous>:8:21)
    at eval (webpack-internal:///294:625:70)
    at Generator.next (<anonymous>)
    at Generator.tryCatcher (webpack-internal:///17:16:23)
    at PromiseSpawn._promiseFulfilled (webpack-internal:///1194:97:49)
    at eval (webpack-internal:///1194:201:15)
    at AppImageUpdater.loadUpdateConfig (webpack-internal:///294:626:7)
    at Lazy.eval (webpack-internal:///294:221:58)
    at Lazy.get value [as value] (webpack-internal:///1234:17:27)
    at eval (webpack-internal:///294:703:52)
    at Generator.next (<anonymous>)
    at Generator.tryCatcher (webpack-internal:///17:16:23)
    at PromiseSpawn._promiseFulfilled (webpack-internal:///1194:97:49)
    at eval (webpack-internal:///1194:201:15)
    at AppImageUpdater.getOrCreateDownloadHelper (webpack-internal:///294:721:7)
    at eval (webpack-internal:///294:756:51)
    at Generator.next (<anonymous>)
    at Generator.tryCatcher (webpack-internal:///17:16:23)
    at PromiseSpawn._promiseFulfilled (webpack-internal:///1194:97:49)
    at eval (webpack-internal:///1194:201:15)
    at AppImageUpdater.executeDownload (webpack-internal:///294:821:7)
    at AppImageUpdater.executeDownload (webpack-internal:///616:52:18)
    at AppImageUpdater.doDownloadUpdate (webpack-internal:///1266:110:17)
    at AppImageUpdater.downloadUpdate (webpack-internal:///294:597:19)
    at eval (webpack-internal:///294:556:55)
    at Generator.next (<anonymous>)
    at Generator.tryCatcher (webpack-internal:///17:16:23)

Screenshots

image

vainfo

 vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Coffee Lake - 2.1.0
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Simple            : VAEntrypointEncSlice
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointEncSliceLP
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointEncSliceLP
      VAProfileH264MultiviewHigh      : VAEntrypointVLD
      VAProfileH264MultiviewHigh      : VAEntrypointEncSlice
      VAProfileH264StereoHigh         : VAEntrypointVLD
      VAProfileH264StereoHigh         : VAEntrypointEncSlice
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointEncPicture
      VAProfileVP8Version0_3          : VAEntrypointVLD
      VAProfileVP8Version0_3          : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain               : VAEntrypointEncSlice
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileHEVCMain10             : VAEntrypointEncSlice
      VAProfileVP9Profile0            : VAEntrypointVLD
      VAProfileVP9Profile0            : VAEntrypointEncSlice
      VAProfileVP9Profile2            : VAEntrypointVLD
pierreverd commented 4 years ago

Complete report: https://nicolasguilloux.eu/hostbin/661075626

NicolasGuilloux commented 4 years ago

Hi!

This is quite funny. You start the AppImage and the application checks the /opt/ShadowBeta path which makes no sense. The bug appears to be already fixed though, so everything should work fine now. If you see this bug again, feel free to open this issue again.

Thanks for the bug report <3