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

[BUG]Crash on Merge after File Select #391

Open
2 tasks done
LordChronoy opened this issue Sep 1, 2024 · 2 comments
Open
2 tasks done

[BUG]Crash on Merge after File Select #391

LordChronoy opened this issue Sep 1, 2024 · 2 comments
Labels
Bug Something isn't working Needs verification Needs to be verified whether fixed or not Triage PR/Issue needs to be triaged.

Comments

@LordChronoy
Copy link

Validations

  • I have checked for similar bug reports and could not find any.
  • I have tested and confirmed that this is an issue in an official branded build.

Describe the bug

One time i tryed out the File -> merge option multiple time right after another, where it worked . But now after i select the File it crashes ;-; . It does not change after I reinstalled or restarted it.

Reproduction

  1. Click "File" 2. Click "Merge" 3. Click "Photoshop Document" 4. Select File 5. Crash

System Architecture

x86_64

Operating System

Windows

Version

Version from the Website /02.sep.24

Logs

=== Args State ===

=== Exception ===
object.Exception@C:\Users\runneradmin\AppData\Local\dub\packages\psd-d\0.6.3\psd-d\source\psd\parser.d(187): Invalid file, must be a Photoshop PSD file. PSB's are not supported!

0x00007FF679D47113 in ImGuiInputTextState_GetSelectionStart
0x00007FF679D46E44 in ImGuiInputTextState_GetSelectionStart
0x00007FF679D4695D in ImGuiInputTextState_GetSelectionStart
0x00007FF679D3A5C1 in ImGuiInputTextState_GetSelectionStart
0x00007FF679D27DBE in ImGuiInputTextState_GetSelectionStart
0x00007FF679C0D52C in ImGuiDockNode_IsRootNode
0x00007FF679BD604E in igImAbs_Float
0x00007FF679CE2427 in pure nothrow @nogc @safe mir.numeric.mir_find_root_result!(real).mir_find_root_result mir.numeric.findRootImpl(real, real, real, real, real, real, uint, uint, scope real delegate(real) pure nothrow @nogc @safe, scope bool delegate(real, real) pure nothrow @nogc @safe)
0x00007FF679CE2311 in pure nothrow @nogc @safe mir.numeric.mir_find_root_result!(real).mir_find_root_result mir.numeric.findRootImpl(real, real, real, real, real, real, uint, uint, scope real delegate(real) pure nothrow @nogc @safe, scope bool delegate(real, real) pure nothrow @nogc @safe)
0x00007FF679B8AEE4
0x00007FF679BA104F
0x00007FF679C5D526 in ImGuiDockNode_IsSplitNode
0x00007FF679C5D3A1 in ImGuiDockNode_IsSplitNode
0x00007FF679D2ECA5 in ImGuiInputTextState_GetSelectionStart
0x00007FF679D2E95B in ImGuiInputTextState_GetSelectionStart
0x00007FF679D2EC06 in ImGuiInputTextState_GetSelectionStart
0x00007FF679DEB0B0 in ImGui_ImplOpenGL3_Shutdown
0x00007FFD9654257D in BaseThreadInitThunk
0x00007FFD97D2AF28 in RtlUserThreadStart

Additional Context

No response

@LordChronoy LordChronoy added Bug Something isn't working Triage PR/Issue needs to be triaged. labels Sep 1, 2024
@LunaTheFoxgirl
Copy link
Member

LunaTheFoxgirl commented Sep 1, 2024

The application crashes due to the psd attempting to be merged is of the PSB format. You can try re exporting from GIMP and make sure you export as PSD.
If the canvas is too large (over 30k on either axis) then it will always be a PSB. In which case please downscale your model.

@Richardn2002 Richardn2002 added the Needs verification Needs to be verified whether fixed or not label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Needs verification Needs to be verified whether fixed or not Triage PR/Issue needs to be triaged.
Projects
None yet
Development

No branches or pull requests

4 participants
@LunaTheFoxgirl @Richardn2002 @LordChronoy and others