Skip to content

Crash rendering image/renderPlan #4315

@sentry

Description

@sentry

Sentry Issue: ASEPRITE-1XF

EXCEPTION_ACCESS_VIOLATION_READ / 0x2a2108dfc80: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ / 0x2a2108dfc80
  File "image_impl.h", line 51, in doc::ImageImpl<T>::address
    return (address_t)(getLineAddress(y) + x);
  File "primitives_fast.h", line 24, in doc::get_pixel_address_fast
    return (((ImageImpl<Traits>*)image)->address(x, y));
  File "image_iterator.h", line 105, in doc::ImageIteratorT<T>::operator++
    m_ptr = get_pixel_address_fast<ImageTraits>(m_image, m_x, m_y);
  File "render.cpp", line 198, in render::`anonymous namespace'::composite_image_without_scale<T>
    ++src_it;
  File "render.cpp", line 1440, in render::Render::renderImage
    compositeImage(
...
(34 additional frame(s) were not displayed)

Metadata

Metadata

Assignees

Labels

bugcrash reportIssue originated from a crash report / .dmp file

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions