Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Build is completely broken. Empty window on startup #2304

Open
3 tasks done
php4fan opened this issue Dec 9, 2023 · 1 comment
Open
3 tasks done

Nightly Build is completely broken. Empty window on startup #2304

php4fan opened this issue Dec 9, 2023 · 1 comment
Assignees
Labels
status: waiting for information More information must be provided before work can proceed type: imperfection Perceived defect in any part of project

Comments

@php4fan
Copy link

php4fan commented Dec 9, 2023

Describe the problem

I was using Arduino 2.2.1 and it mostly works.

Because of this, I downloaded the nightly build.

When I launch the nightly build, it starts, it loads the last sketch that I was working on, for a fraction of a second you can see it, and then the whole window of the Arduino IDE goes completely empty and doesn't respond.

image

To reproduce

Launch Arduino

Expected behavior

Should work

Arduino IDE version

2.2.2

Operating system

Linux

Operating system version

Manjaro Linux

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@php4fan php4fan added the type: imperfection Perceived defect in any part of project label Dec 9, 2023
@kittaakos kittaakos added the os: linux Specific to Linux operating system label Dec 11, 2023
@per1234 per1234 self-assigned this Dec 11, 2023
@per1234
Copy link
Contributor

per1234 commented Dec 12, 2023

Hi @php4fan. I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Open a command line terminal in the folder that contains the Arduino IDE installation.
  3. Invoke the Arduino IDE executable.
    For example, if you are using the "AppImage" package, the invocation would look like this:
    ./arduino-ide_<version>_Linux_64bit.AppImage
    
    (where <version> is the Arduino IDE version number)
    Or if you are using the ZIP package, the invocation would look like this:
    ./arduino-ide
    
    Debug output should now be printed to the PowerShell window as Arduino IDE starts (or fails to start).
  4. Wait for Arduino IDE to finish starting, or failing to start.
  5. Switch back to the terminal window if the Arduino IDE window took the focus.
  6. Use the mouse to select all the text in the terminal window. Make sure to scroll all the way up to the top.
  7. Press Ctrl+Shift+C to copy the selected text to the clipboard.
  8. Paste (Ctrl+V) the copied output in a reply to this GitHub issue thread.

Please let me know if you have any questions or problems while following those instructions.

@per1234 per1234 added status: waiting for information More information must be provided before work can proceed and removed os: linux Specific to Linux operating system labels Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants