Trying to install three mods that want to edit the same file (entity_default.txt). The top mod on the merged list is green and get installed. But the other two mods below it are white and don't get installed. Edit: Actually the second mod listed gets installed, but its edits to the entity_default.txt aren't included. The bottom mod doesn't get installed at all.
This is the stderr.txt file:
Running PyLNP 0.12a (OS: osx, Compiled: True)
WARNING: JSONConfiguration: File PyLNP.json does not exist
Exception in Tkinter callback
Traceback (most recent call last):
File "lib-tk/Tkinter.py", line 1410, in __call__
File "python_lnp/tkgui/mods.py", line 180, in add_to_installed
File "python_lnp/tkgui/mods.py", line 198, in perform_merge
File "python_lnp/core/mods.py", line 154, in merge_all_mods
File "python_lnp/core/mods.py", line 181, in merge_a_mod
File "python_lnp/core/mods.py", line 209, in merge_folder
File "python_lnp/core/mods.py", line 247, in merge_file
File "python_lnp/core/mods.py", line 287, in merge_line_list
File "python_lnp/core/mods.py", line 300, in three_way_merge
IndexError: list index out of range
Exception in Tkinter callback
Traceback (most recent call last):
File "lib-tk/Tkinter.py", line 1410, in __call__
File "python_lnp/tkgui/mods.py", line 180, in add_to_installed
File "python_lnp/tkgui/mods.py", line 198, in perform_merge
File "python_lnp/core/mods.py", line 154, in merge_all_mods
File "python_lnp/core/mods.py", line 181, in merge_a_mod
File "python_lnp/core/mods.py", line 209, in merge_folder
File "python_lnp/core/mods.py", line 247, in merge_file
File "python_lnp/core/mods.py", line 287, in merge_line_list
File "python_lnp/core/mods.py", line 300, in three_way_merge
IndexError: list index out of range
0
By the way, it gives the same error message when trying to only install two mods that want to edit the same file.