Code Monkey home page Code Monkey logo

Comments (8)

shiftkey avatar shiftkey commented on July 17, 2024

@oktonion thanks for the report!

GUI is not shown or is empty window

If you're seeing a white window but the main menu is still rendered the View | Toggle Developer Tools might be accessible - the Console tab might have some clues about the underlying error.

I used one of the first versions like 1.0.something and it worked like charm.

If you're able to figure out a known good version this will help trace back to which Electron version was working for you previously. We're on Electron 1.8.3 currently and the Electron binaries are built against Ubuntu 12.04 so it's likely something in the app that I haven't come across yet rather than an upstream breaking change.

IDK where are logs for Ubuntu

See if this folder exists on disk:

$ ls ~/.config/GitHub\ Desktop/logs/

from desktop.

oktonion avatar oktonion commented on July 17, 2024

Developer console output after a second launch:
Uncaught Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /opt/GitHubDesktop/resources/app/keytar.node) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:172:20) at Object.Module._extensions..node (module.js:598:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:172:20) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3) at Module.require (module.js:513:17) at require (internal/module.js:11:18) at Object.<anonymous> (file:///opt/GitHubDesktop/resources/app/renderer.js:14:341097) at t (file:///opt/GitHubDesktop/resources/app/renderer.js:1:115)

2018-06-21.desktop.production.log:
2018-06-21T08:37:07.876Z - info: [main] Received possible protocol arguments: 1 2018-06-21T12:36:22.324Z - info: [main] Received possible protocol arguments: 1 2018-06-21T13:24:26.001Z - info: [main] Received possible protocol arguments: 1

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

@oktonion thanks, this is the same as #29 - please follow along with that issue

from desktop.

oktonion avatar oktonion commented on July 17, 2024

@shiftkey I see that you closed issue #29 so I tried latest RC.
The issue is still there for me. When I try to run ver.1.3.2 release from terminal it still shows empty window. Then I tried to run it with sudo and that is what I've got:

/opt/GitHubDesktop/desktop --type=renderer --no-sandbox --service-pipe-token=5BDDAE2A29D3BA3070F58C47462298BF --lang=en-US --app-path=/opt/GitHubDesktop/resources/app --enable-experimental-web-platform-features --node-integration=true --webview-tag=true --no-sandbox --background-color=#fff --disable-blink-features=Auxclick --context-id=2 --enable-pinch --num-raster-threads=3 --enable-main-frame-before-activation --content-image-texture-target=0,0,3553;0,1,3553;0,2,3553;0,3,3553;0,4,3553;0,5,3553;0,6,3553;0,7,3553;0,8,3553;0,9,3553;0,10,3553;0,11,3553;0,12,3553;0,13,3553;0,14,3553;0,15,3553;0,16,3553;0,17,3553;1,0,3553;1,1,3553;1,2,3553;1,3,3553;1,4,3553;1,5,3553;1,6,3553;1,7,3553;1,8,3553;1,9,3553;1,10,3553;1,11,3553;1,12,3553;1,13,3553;1,14,3553;1,15,3553;1,16,3553;1,17,3553;2,0,3553;2,1,3553;2,2,3553;2,3,3553;2,4,3553;2,5,3553;2,6,3553;2,7,3553;2,8,3553;2,9,3553;2,10,3553;2,11,3553;2,12,3553;2,13,3553;2,14,3553;2,15,3553;2,16,3553;2,17,3553;3,0,3553;3,1,3553;3,2,3553;3,3,3553;3,4,3553;3,5,3553;3,6,3553;3,7,3553;3,8,3553;3,9,3553;3,10,3553;3,11,3553;3,12,3553;3,13,3553;3,14,3553;3,15,3553;3,16,3553;3,17,3553;4,0,3553;4,1,3553;4,2,3553;4,3,3553;4,4,3553;4,5,3553;4,6,3553;4,7,3553;4,8,3553;4,9,3553;4,10,3553;4,11,3553;4,12,3553;4,13,3553;4,14,3553;4,15,3553;4,16,3553;4,17,3553 --disable-accelerated-video-decode --enable-gpu-async-worker-context --service-request-channel-token=5BDDAE2A29D3BA3070F58C47462298BF --renderer-client-id=3 --shared-files=v8_natives_data:100,v8_snapshot_data:101: relocation error: /opt/GitHubDesktop/resources/app/keytar.node: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

Idk if I'm doing something wrong or the bug is still there so, please, could you clarify this problem?

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

@oktonion this should be resolved with the 1.3.3 update that I'm publishing today. Feel free to comment on #29 if you still spot something unexpected after that.

from desktop.

oktonion avatar oktonion commented on July 17, 2024

@shiftkey oh, so the problem is that I am the impatient one. =)
Thank you for the info anyway.

from desktop.

shiftkey avatar shiftkey commented on July 17, 2024

@oktonion the update is now available: https://github.com/shiftkey/desktop/releases/tag/release-1.3.3

from desktop.

oktonion avatar oktonion commented on July 17, 2024

@shiftkey that's perfect!

from 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.