Terminus: After clicking `Close and never show again` on the `Welcome` page, several serious faults occurred.

Created on 25 May 2020  路  3Comments  路  Source: Eugeny/terminus

Version: 1.0.111
Platform: win32 10.0.18363
Plugins: clickable-links

After I click the Close and never show again button,

  • The tab bar is moved to the bottom, although the value is Top in the settings:

    image

  • A strange horizontal line appears on the tab bar:

    image

  • The appearance of the settings page becomes very strange:

    image

    image

  • When I click the GitHub button and the Report a problem button, it no longer works:

    image

This is the configuration when the issue occurs:

terminal:
  profile: default-(powershell-core)
  ligatures: true
  font: Fira Code
  bell: visual
  colorScheme:
    name: Material
    foreground: '#eceff1'
    background: 'rgba(38, 50, 56, 1)'
    selection: null
    cursor: '#FFCC00'
    colors:
      - '#000000'
      - '#D62341'
      - '#9ECE58'
      - '#FAED70'
      - '#396FE2'
      - '#BB80B3'
      - '#2DDAFD'
      - '#d0d0d0'
      - 'rgba(255, 255, 255, 0.2)'
      - '#FF5370'
      - '#C3E88D'
      - '#FFCB6B'
      - '#82AAFF'
      - '#C792EA'
      - '#89DDFF'
      - '#ffffff'
  environment: {}
hotkeys:
  shell: {}
  profile: {}
serial: {}
ssh: {}
appearance: {}
enableWelcomeTab: false
pluginBlacklist: []

Most helpful comment

C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:4283 ERROR TypeError: (0 , v4.v4) is not a function
    at HomeBaseService.enableAnalytics (homeBase.service.ts:49)
    at new HomeBaseService (homeBase.service.ts:21)
    at C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:11467
    ......
    at ZoneTask.invoke (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:492)
    at timer (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:3034)
    at sentryWrapped (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\dist\sentry.js:1882)
ERROR TypeError: Cannot read property 'appVersion' of undefined
    at Object.eval [as updateRenderer] (StartPageComponent.ngfactory.js:72)
    at Object.updateRenderer (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:32086)
    at checkAndUpdateView (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:31743)
    ......
    at ZoneTask.invoke (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:492)
    at timer (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:3034)
    at sentryWrapped (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\dist\sentry.js:1882)

Can this information help you?

All 3 comments

@Eugeny This looks like a recent glitch.

Please capture DevTools console logs at the time of the issue: https://github.com/Eugeny/terminus/wiki/Debug-logs

GitHub
A terminal for a more modern age. Contribute to Eugeny/terminus development by creating an account on GitHub.
C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:4283 ERROR TypeError: (0 , v4.v4) is not a function
    at HomeBaseService.enableAnalytics (homeBase.service.ts:49)
    at new HomeBaseService (homeBase.service.ts:21)
    at C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:11467
    ......
    at ZoneTask.invoke (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:492)
    at timer (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:3034)
    at sentryWrapped (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\dist\sentry.js:1882)
ERROR TypeError: Cannot read property 'appVersion' of undefined
    at Object.eval [as updateRenderer] (StartPageComponent.ngfactory.js:72)
    at Object.updateRenderer (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:32086)
    at checkAndUpdateView (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\@angular\core\bundles\core.umd.js:31743)
    ......
    at ZoneTask.invoke (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:492)
    at timer (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\node_modules\zone.js\dist\zone.js:3034)
    at sentryWrapped (C:\Users\XXX\AppData\Local\Programs\Terminus\resources\app.asar\dist\sentry.js:1882)

Can this information help you?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Calinou picture Calinou  路  15Comments

drsm79 picture drsm79  路  14Comments

kbrucej picture kbrucej  路  19Comments

csrgxtu picture csrgxtu  路  31Comments

smithomaster picture smithomaster  路  19Comments