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

crash while using pipette tool in compact view (playing pyanodon modpack) #484

Closed
OokRuud opened this issue Feb 9, 2025 · 2 comments
Closed
Labels

Comments

@OokRuud
Copy link

OokRuud commented Feb 9, 2025

Problem Description

while playing the PY modpack and setting up a factory with the pipette tool in compact view it crashes.

it happend repeatedly starting from the last savegame

it seems related to bug report #472

crash image

Image

log report

factorio-current.log

last save before crash

py- 009 - simple circuits.zip

Reproduction

I was placing the buildings needed
while picking up a building from compact view and placing it, it crashed.
it happened several times when starting over

@searcher-123
Copy link

searcher-123 commented Feb 26, 2025

to fix it you may in util\cursor.lua
after
do
if not blueprint_entity then goto skip_cursor end

add a line
if not blueprint_entity.control_behavior then goto skip_cursor end

searcher-123 added a commit to searcher-123/FactoryPlanner that referenced this issue Feb 26, 2025
@ClaudeMetz
Copy link
Owner

Thanks for the nice report, this is a duplicate of #439, which has recently been fixed.

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

No branches or pull requests

3 participants