[Experimental 0.17.76][0.8.6 Angel's Petro Chemical Processing] crashes when reverse-factory is enabled

Infinite Ores, Refining, Ore Processing ...

Moderator: Arch666Angel

Post Reply
raziel23x
Inserter
Inserter
Posts: 23
Joined: Thu Jan 10, 2019 1:03 am
Contact:

[Experimental 0.17.76][0.8.6 Angel's Petro Chemical Processing] crashes when reverse-factory is enabled

Post by raziel23x »

https://www.dropbox.com/s/gfsygb9u74mse ... .45.13.png

the crash report in the screenshot basically says Failed to load Mods: The given sprite rectangle(left_top=0x0, right_bottom= 64x64) is outside the actual sprite size (left_top=0x0, right_bottom= 32x32). If this is being used as an icon you may need to define the icon_size property.: __angelspetrochem__/graphics/icons/num_1.png
Image

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: [Experimental 0.17.76][0.8.6 Angel's Petro Chemical Processing] crashes when reverse-factory is enabled

Post by kingarthur »

It looks like reverse factory is setting the icon size wrong on that image. Setting it at 64 pixel when it's only 32.

raziel23x
Inserter
Inserter
Posts: 23
Joined: Thu Jan 10, 2019 1:03 am
Contact:

Re: [Experimental 0.17.76][0.8.6 Angel's Petro Chemical Processing] crashes when reverse-factory is enabled

Post by raziel23x »

I have looked at the code in the mod and see nothing that sets num_1.png to the specifics

the closes i have came to was this in catgroups.lua

Code: Select all

--Hidden group and subgroup which contains the reverse recipes
	{
		type = "item-group",
		name = "recycling",
		icon = "__core__/graphics/questionmark.png",
		icon_size = 64,
		order = "z",
	},
I even downgraded back to 0.17.75 and it still crashes when i try so i do not know what gives
Image

Post Reply

Return to “Angels Mods”