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

when trying to resize image (CTRL+Shift+R) #1017

Open
temginson opened this issue Oct 2, 2024 · 3 comments
Open

when trying to resize image (CTRL+Shift+R) #1017

temginson opened this issue Oct 2, 2024 · 3 comments
Labels

Comments

@temginson
Copy link

Description
when trying to resize image it just comes up with unhandled exception object reference not set to an instance of an object

To Reproduce
just pressing (CTRL+Shift+R)

Additional Info
System.NullReferenceException: Object reference not set to an instance of an object.
at Pinta.ResizeCanvasDialog.SetAnchor(Anchor anchor) in D:\a\Pinta\Pinta\Pinta\Dialogs\ResizeCanvasDialog.cs:line 333
at Pinta.ResizeCanvasDialog..ctor() in D:\a\Pinta\Pinta\Pinta\Dialogs\ResizeCanvasDialog.cs:line 188
at Pinta.Actions.ResizeCanvasAction.Activated(Object sender, EventArgs e) in D:\a\Pinta\Pinta\Pinta\Actions\Image\ResizeCanvasAction.cs:line 46
at Pinta.Core.Command.<.ctor>b__29_0(SimpleAction o, ActivateSignalArgs args) in D:\a\Pinta\Pinta\Pinta.Core\Actions\Command.cs:line 63
at GObject.Closure.InternalCallback(IntPtr closure, IntPtr returnValuePtr, UInt32 nParamValues, IntPtr paramValuesData, IntPtr invocationHint, IntPtr userData)

Version
windows 10) and version of Pinta 2.2

@temginson temginson added the bug label Oct 2, 2024
@cameronwhite
Copy link
Member

Ah sorry, I think the development builds I linked you to were out of date
This should have been fixed by 975cbd0

I've updated the builds at https://github.com/PintaProject/Pinta/releases/tag/dev-preview-builds - could you download the updated build (should be Pinta-2.2-dev2018.exe) and try that?

@temginson
Copy link
Author

Now it won't launch at all either on my work pc or my gaming laptop at home

cameronwhite added a commit that referenced this issue Oct 7, 2024
@cameronwhite
Copy link
Member

Ah sorry, there was a recent bug that caused a missing dll on Windows. Can you try again with the latest build from https://github.com/PintaProject/Pinta/releases/tag/dev-preview-builds (should be Pinta-2.2-dev2022.exe)

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

2 participants