Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoolUpdater has stopped working #35

Open
DankiestCitra opened this issue Sep 13, 2021 · 9 comments
Open

CoolUpdater has stopped working #35

DankiestCitra opened this issue Sep 13, 2021 · 9 comments

Comments

@DankiestCitra
Copy link

The above message appears and there is an option to click "Close the program".

I have disabled all auto-updates, (Never and Do Nothing) but this annoying thing feels the need to launch by itself and throw that message whenever it feels like it.

After the message, I open the console and I see this:
"Error: Pulling metadata timed out
https://api.github.com/repos/MSCLoaderPro/MSCModLoaderPro/releases"

If this cannot be fixed, at least tell me how to stop these errors and messages. Even if this thing never auto-updates, I am fine with that. I'll update it manually myself.

@Tresquel
Copy link

Can you include the log.txt file so we can diagnose the error?

@DankiestCitra
Copy link
Author

DankiestCitra commented Sep 13, 2021

You mean output_log.txt?
I dont see any log.txt file in the game folder.
output_log.txt

@DankiestCitra
Copy link
Author

Is this being looked at?

@Tresquel
Copy link

Tresquel commented Sep 15, 2021

It seems that either SteamWorks.NET is causing the problem or your Minimap mod or your ModMenu mod but I don't know what could be wrong
line 328 [Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information.

Then it goes:
lines 332-336

Index is less than 0 or more than or equal to the list count.

Parameter name: index

0

and then it crashes:
line 340 InvalidOperationException: Steamworks is not initialized.

then a while later at line 428 it raises a ArgumentNull exception:
ArgumentNullException: Argument cannot be null.

then minimap mod and modmenu start crashing:
lines 441-455

System.NullReferenceException: Object reference not set to an instance of an object

  at Minimap.Minimap.MinimapTimeTexture () [0x00000] in <filename unknown>:0 

  at Minimap.Minimap.Update () [0x00000] in <filename unknown>:0 

  at MSCLoader.ModLoader.ModMenuUpdate () [0x00000] in <filename unknown>:0 

System.NullReferenceException: Object reference not set to an instance of an object

it seems like the minimap mod is trying to find the time texture and the mod menu can't check for updates over and over. this goes on thru lines 441-18447

its either your mods or you're just using a cracked version of MSC and steam works can't connect ? idk maybe someone else will know

right now i'm unable to pinpoint the problem

edit:
You said that in the console CoolUpdater times out so it's unable to connect to Github's servers

@Tresquel
Copy link

If u can try to remove the mod menu and the minimap mod and see if the problem still persists

@DankiestCitra
Copy link
Author

If u can try to remove the mod menu and the minimap mod and see if the problem still persists

There's no mod menu mod though. I have ModsShop installed. Do you mean that one?

@Tresquel
Copy link

Tresquel commented Sep 20, 2021

There's no mod menu mod though. I have ModsShop installed. Do you mean that one?

My bad, I didn't see that the "modmenu" is a part of MSCLoader.

Maybe when the minimap mod is trying to update it interferes with the loaders updater.

@DankiestCitra
Copy link
Author

Nah, I just deleted Minimap mod but its the same exact error.

@Tresquel
Copy link

Tresquel commented Sep 20, 2021

Well then I don't know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants