Git Product home page Git Product logo

Comments (4)

scottnonnenberg-signal avatar scottnonnenberg-signal commented on June 30, 2024

Would you be open to using the --enable-crash-reports command-line option, and the submitting your crash data (included in your debug log) once the crash happens again? We'd like to see the details of what's going on!

from signal-desktop.

bugith avatar bugith commented on June 30, 2024

Since v713 I get this when I click "Help" after update :

typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.ReactIs = {})); }(this, (function (exports) { 'use strict'; // The Symbol used to tag the ReactElement-like types. If there is no native Symbol // nor polyfill, then a plain number is used for performance. var hasSymbol = typeof Symbol === 'function' && Symbol.for; var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7; var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca; var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb; var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc; var

from signal-desktop.

ayumi-signal avatar ayumi-signal commented on June 30, 2024

@bugith Sorry for the issue, and thanks for the additional info. It's strange that you're seeing that.

On Linux immediately after updating via apt then the app may behave unexpectedly -- for example clicking links can cause the app to close. Is it possible you're experiencing a similar issue, and is it fixed after restarting the app? Debug logs would also help us to diagnose (View Menu -> Debug Log).

from signal-desktop.

bugith avatar bugith commented on June 30, 2024

Yes, it's fixed after app restart. In previous versions clicking "Help" made the app crash, also fixed after restart. Now it doesn't crash anymore but still require restart to show the release number.
Sorry I was not precise enough : the issue happens on click "Help/About", not only "Help".

from signal-desktop.

Related Issues (20)

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.