opera-gaming / gxmods

Documentation for GX mods
781 stars 3.15k forks source link

Multiple Issues when updating the mod #173

Open Tintouin opened 10 months ago

Tintouin commented 10 months ago

Im updating my mode because of the shader{} bug but when I want to upload my zip I have many different issues appearing

When trying to apply any change

An error has occurred

When uploading a new version (.zip)

An error has occurred

When I want to apply pending changes

Sorry, but this release is currently not editable

Even after going through all of these errors I can get to upload a new version however but when I click the promote to public button I get

Sorry, but this release is currently not editable

Why does these errors occur even tho im following the very same method I used to update it back in the day ?

TBTS-2011 commented 10 months ago

Im updating my mode because of the shader{} bug but when I want to upload my zip I have many different issues appearing

When trying to apply any change

An error has occurred

When uploading a new version (.zip)

An error has occurred

When I want to apply pending changes

Sorry, but this release is currently not editable

Even after going through all of these errors I can get to upload a new version however but when I click the promote to public button I get

Sorry, but this release is currently not editable

Why does these errors occur even tho im following the very same method I used to update it back in the day ?


Hello there Tintouin!

It seems that you're facing some issues... well, I have got some solutions for you problem:

Problems that I face:

  1. I can successfully upload the .zip file as a mod_resource, but then fail to unzip the file in the Resource settings. There are no error messages displaying, but the button itself doesn't trigger the unzip action.

  2. When I try to upload then unzip the file to a mod_folder, I get an error after a while, and then no mod_resource instance is created.

Technical solutions for this problem:

Your file has a .zip name, but is not in zip format. Renaming a file doesn't change its content. Run file user_file_batch1.csv.zip to see what type of file this is. user_file_batch1.csv.zip: uuencoded or xxencoded text.

Run the following command:

uudecode user_file_batch1.csv.zip

This creates a file whose name is indicated in user_file_batch1.csv.zip. If you want to pick a different output file name:

uudecode -o user_file_batch1.csv.decoded user_file_batch1.csv.zip

The output file at this stage may, itself, be an archive. Run the file utility again on this file to see what it is. If you choose the automatic file name, it might give a clue.

I hope this might help you with your problem. But if it's not helpful, please contact us by commenting on any of our repositories and we will be right were you need support!

Have a good day pal!