PropaneDragon / CimTools

Provides a series of helpful utilities to aid in creating mods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sprites not loading on Mac

boformer opened this issue · comments

It looks like the SpriteUtilities class does not work correctly on Mac OS X. Maybe because if the directory separator?

I was looking at that earlier actually. I'll get it fixed tomorrow if I can find the cause of the issue.

Are there any logs from Mac users?

Here is an image showing the relevant part of the stack trace: http://imgur.com/Xt0iVNB

The path is: Path.Combine(networkSkinsPluginInfo.modPath, "sprites.png").

Have I screwed up the logging or is it only looking in the root of the mod folder?