#Lonn crashes on removing tiles

30 messages · Page 1 of 1 (latest)

ionic chasm
#
Error

Editor version: 0.9.0
Love2d version: 11.5.0 - Mysterious Mysteries
Operating system: Windows

structs/smart_drawing_batch.lua:234: bad argument #1 to 'insert' (table expected, got nil)


Traceback


[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'insert'
structs/smart_drawing_batch.lua:234: in function 'remove'
structs/smart_drawing_batch.lua:336: in function 'remove'
brushes.lua:178: in function 'updateRender'
brushes.lua:216: in function 'placeTile'
utils/brush_tool.lua:65: in function 'handleActionClick'
tools/rectangle.lua:93: in function 'mouseclicked'
input_devices/tool_device.lua:92: in function <input_devices/tool_device.lua:79>
input_device.lua:28: in function <input_device.lua:15>
scene_handler.lua:46: in function 'sendEvent'
input_handler.lua:80: in function <input_handler.lua:68>
main.lua:36: in function <main.lua:25>
[C]: in function 'xpcall'

Also it takes ~15 min to launch lonn and idk why (i only have aurora lonn plugin installed)

My lonn version: 0.9.0

#

I have almost the same setup on other pc but it worked correctly ._.

copper vortex
#

<@&683773388321456184>

quick cairn
#

can you try launching Lönn without any mods? that sounds really weird, ill look into it deeper later 😓

ionic chasm
#

The same issue (if i managed to lauch lonn without mods)

#

I cant just ignore this issue
Im not able to remove tiles, lol

#

(also crashes when i try deleting tiles via selection and del)

ionic chasm
#

Ill try earlier lonn versions tomorrow

quick cairn
#

what map are you testing this on? 🤔

ionic chasm
#

My custom one

#

Tried with a pair of other maps

#

(Another my map and microbiome from ssc)

quick cairn
#

secret santa collab 2024? 🤔

ionic chasm
#

Ye

ionic chasm
#

Installing earlier version didnt help at all

#

well
how to reinstall Love?

#

Wait
ive just re-moved all the mods excepting my one and lonn doesnt crash

#

hmm

#

One of these mods crashes my lonn and make it load 20 min :3

quick cairn
#

have fun figuring out which one it is :p

#

where is that binary searching command even suspicioushiro

ionic chasm
#

Im only gonna map on this pc so i dont have to)
All the dependencies of my map dont crash lonn catbus

quick cairn
#

well it would be nice to know what is erroring and causing issues so it doesnt affect others as well 😓

ionic chasm
#

agree

quick cairn
#

just move half of them out until you figure out which one it is, whenever you have time determineline

ionic chasm
#

well, it should be a lonn plugin, right?

#

binary search 🔥

quick cairn
#

bless binary search determineline

tawny epochBOT
#

A mod bisect is a way to find a misbehaving mod without having to check them one by one.
Here are steps on how to do it:

  1. Disable half of your enabled mods.
  2. Check to see if the issue persists.
  • If it does:
    • The mod that is causing the issue is still enabled. Disable half of your enabled mods.
  • If it doesn't:
    • The problematic mod has just been disabled. Enable the mods you just disabled, and disable the ones you had enabled.
  1. Repeat step 2 until you narrow your search to 1 mod.
lone bronze
#

that is the command