ArgumentException at MapSplitter.ResizeImage
Can someone help with this error? The minimap shows no image found, the full map with /map is fine however. What is going on?


2019-03-05-1551817740-001.png
If I remember correctly you have to modify the .cs file to get rid of that error. Search for the following line and comment it out.
destImage.SetResolution(image?.HorizontalResolution ?? pixels, image?.VerticalResolution ?? pixels);

//destImage.SetResolution(image?.HorizontalResolution ?? pixels, image?.VerticalResolution ?? pixels);​
This worked. Thank you so much