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

Pinta doesn't start after installing on Windows #859

Closed
Lehonti opened this issue Jun 6, 2024 · 5 comments
Closed

Pinta doesn't start after installing on Windows #859

Lehonti opened this issue Jun 6, 2024 · 5 comments
Labels
Milestone

Comments

@Lehonti
Copy link
Contributor

Lehonti commented Jun 6, 2024

I tried downloading and installing the last development build of Pinta on my Windows machine, and I could not get it to run. Also, going to the installation folder and manually running ./Pinta.Exe does not report any error.

After trying several builds, I noticed that before a certain commit, Pinta runs fine, but after it, it doesn't. Also, the changes introduced by that commit don't seem to be anything that would make the application crash. Also, it runs fine on Ubuntu, so I don't think it's a crash.

I'm using Windows 11. This is how I'd reproduce it:

  • Remove installation(s) of Pinta
  • Download the zipped Windows installer Pinta.exe from the build artifacts, and install it. If it comes from this commit (or any commit after this one) it will fail to run; and if it comes from a commit before this one, it will run fine.
@Lehonti Lehonti added the bug label Jun 6, 2024
@badcel
Copy link
Contributor

badcel commented Jun 6, 2024

Perhaps this is ci related? (That around of the time of the commit something changed on the ci runner side?)

@cameronwhite
Copy link
Member

There was also this bug report on launchpad (https://bugs.launchpad.net/pinta/+bug/2065959) which suggested that the problems started earlier? But maybe something on the CI side was reverted and then reapplied later.

Is there any output if you try launching Pinta.exe from a console? I'm not sure offhand if Windows will show console output for a GUI app, but maybe try Pinta.exe > output.txt 2>&1

@Lehonti
Copy link
Contributor Author

Lehonti commented Jun 6, 2024

Indeed, if I just run ./Pinta.exe it doesn't show any output.

Running ./Pinta.exe > output.txt 2>&1 creates an empty file output.txt.

@cameronwhite cameronwhite added this to the 2.2 milestone Jun 7, 2024
@cameronwhite
Copy link
Member

There was a missing dll dependency for the packaged GTK libraries, so this was probably triggered by an MSYS update at some point.
Please give the latest build a test to see if it works for you now. It's working for me on Windows 10 with the latest commit

@Lehonti
Copy link
Contributor Author

Lehonti commented Jun 7, 2024

Yes @cameronwhite, it runs now. Thanks for taking a look, and opening a related issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants