KiameV / rimworld-rimfridge

Adds refrigerated racks to keep food and other perishables cold.
MIT License
36 stars 37 forks source link

Error message when loading the mod #50

Closed ddy987 closed 3 years ago

ddy987 commented 3 years ago

https://gist.github.com/HugsLibRecordKeeper/ed856856f28d6cc3faceac4361dfb9ab

KiameV commented 3 years ago

Don't see any rimfridge specific errors in those logs. What's the error in game?

ddy987 commented 3 years ago

RimWorldWin64_M2qLj8epkb

ddy987 commented 3 years ago

I get these two red lines to pop up whenever I try to load RimFridge with my other mods.

KiameV commented 3 years ago

Thanks.

Are you on linux by chance? That's the only think I can think of that might be causing an issue but even then I've verified that the file's using ASCII + linux new line characters so even in that case there shouldn't be an issue.

If you open the Version.xml file does it have the following:

<?xml version="1.0" encoding="utf-8"?>

1.2.1.1 KiameV/rimworld-rimfridge

On Sun, Oct 11, 2020 at 7:48 PM ddy987 notifications@github.com wrote:

I get these two red lines to pop up whenever I try to load RimFridge with my other mods.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KiameV/rimworld-rimfridge/issues/50#issuecomment-706811514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGILGUVYHPVEP5YIO4CT5R3SKJN55ANCNFSM4SLQZWLA .

KiameV commented 3 years ago

Never mind it's likely the \r. I looked them up incorrectly the first time. I've updated the download on the release page. Let me know if that fixes the issue.

https://github.com/KiameV/rimworld-rimfridge/releases/download/current/RimFridge.zip

On Sun, Oct 11, 2020 at 8:54 PM Travis Offtermatt travisty2@gmail.com wrote:

Thanks.

Are you on linux by chance? That's the only think I can think of that might be causing an issue but even then I've verified that the file's using ASCII + linux new line characters so even in that case there shouldn't be an issue.

If you open the Version.xml file does it have the following:

<?xml version="1.0" encoding="utf-8"?>

1.2.1.1 KiameV/rimworld-rimfridge

On Sun, Oct 11, 2020 at 7:48 PM ddy987 notifications@github.com wrote:

I get these two red lines to pop up whenever I try to load RimFridge with my other mods.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KiameV/rimworld-rimfridge/issues/50#issuecomment-706811514, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGILGUVYHPVEP5YIO4CT5R3SKJN55ANCNFSM4SLQZWLA .

KiameV commented 3 years ago

^and also updated on steam

ddy987 commented 3 years ago

It's fixed! Thanks for the quick work!