Skip to content

Experiencing Issues Setting up the Development Environment on Windows #1195

@awood0727

Description

@awood0727

Most appropriate sub-area of Processing 4?

Build process

Processing version

4.4

Operating system

Windows 11

Bug description

Hello,

@SilasVM and I are Windows users (Windows 11), and are having difficulties building the repository. We have attempted to build the repository on VSCode and GitHub Codespaces, and we were able to make it up to step 5 on the Contributing Doc.
However, we came across this issue where we get a server error in both development environments, reporting ”Unable to run Gradle Task due to server error, View the ‘Gradle for Java’ output for details.

Image

Here’s a more in-depth error report from @SilasVM:

Image Image Image
  • @SilasVM also noted that it seems to be classified as a depreciation.

I would also like to add that the directions for VSCode may need to be updated.
Because, as of now, the directions state:

  1. Open the Gradle Tab
  2. Go to the Tasks
  3. Go to the compose desktop folder
  4. Find the run file and run that file

However, I had to:

  1. Open the Gradle Tab on VSCode’s sidebar
  2. Find and expand the Tasks folder
  3. Find and expand the help folder
  4. Find and run the tasks file (Tasks > help > tasks)
    Note: the run button would appear beside the file itself
  5. Wait for the tasks file to execute, and then a brand new list will appear on the Gradle tab
  6. Find and expand the app folder
  7. Find and expand the tasks folder
  8. Find and expand the compose desktop folder
  9. Find and execute the run file (app > compose desktop > run)
    Note: the run button would appear beside the file itself

If this looks good, I would like to update the contributing docs with the new information above.

Steps to reproduce this

  1. Clone the repository locally on a Windows device
  2. Open the folder in VSCode
  3. Open the Gradle Tab
  4. Go to the Tasks
  5. Go to the compose desktop folder
  6. Find the run file and run that file

snippet

No response

Additional context

No response

Would you like to work on the issue?

Yes, I’d like to help with this

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions