WagicProject / wagic

Wagic the Homebrew
Other
349 stars 78 forks source link

Fix for PSP/Android and added new sets M20/MH1/SS2/C19 and fixed UST/V17 sets #1022

Closed Vitty85 closed 5 years ago

Vitty85 commented 5 years ago

Implemented the Image downloader for Android and corrected several build issues for PSP and Android.

Plloi commented 5 years ago

Please stop opening new pull requests every time you you push commits to the tip of the old one, just add them to the existing, and maybe comment on the changes.

Vitty85 commented 5 years ago

I was not sure you were taking in consideration.

I hope you can find time to merge one day (if you find it interesting of course).

See you.

-- Inviato da iPhone

Il giorno 4 set 2019, alle ore 15:54, Shaun Hammill notifications@github.com ha scritto:

Please stop opening new pull requests every time you you push commits to the tip of the old one, just add them to the existing, and maybe comment on the changes.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

xawotihs commented 5 years ago

Wagic project is not very active these days, but you motivated me to spend some time on it again. I've just fixed the Travis CI and will try to merge your changes one by one in the main branch in the following days.

Vitty85 commented 5 years ago

I’m glad to be helpful, I find this project interesting and enjoyable.

Hope to see you soon.

-- Inviato da iPhone

Il giorno 4 set 2019, alle ore 18:18, Xawotihs notifications@github.com ha scritto:

Wagic project is not very active these days, but you motivated me to spend some time on it again. I've just fixed the Travis CI and will try to merge your changes one by one in the main branch in the following days.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Vitty85 commented 5 years ago

I will close this pull and open a new one with tabs replaced by 4 spaces

Vitty85 commented 4 years ago

Hi,

I noticed Travis-CI disconnected from Wagic Repo... I tried to activate it again but i don't belong to organization members so basically i don't have these rights, can you help me? If you don't have time maybe you can give those privileges to me and i can try to do by myself.

Thanks, see you soon.

Il giorno mer 4 set 2019 alle ore 18:29 Vittorio Alfieri < vittorioalfieri@gmail.com> ha scritto:

I’m glad to be helpful, I find this project interesting and enjoyable.

Hope to see you soon.

-- Inviato da iPhone

Il giorno 4 set 2019, alle ore 18:18, Xawotihs notifications@github.com ha scritto:

Wagic project is not very active these days, but you motivated me to spend some time on it again. I've just fixed the Travis CI and will try to merge your changes one by one in the main branch in the following days.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WagicProject/wagic/pull/1022?email_source=notifications&email_token=AMVK66BHXE3R4G7EWTX7SO3QH7NVBA5CNFSM4ITK2IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD54ENHI#issuecomment-527976093, or mute the thread https://github.com/notifications/unsubscribe-auth/AMVK66BLEMMNY5HJIKTJ3PLQH7NVBANCNFSM4ITK2IPQ .

-- Ing. Vittorio Alfieri

xawotihs commented 4 years ago

I had notification on that this weekend and I think it's working now https://travis-ci.org/github/WagicProject/wagic

Vitty85 commented 4 years ago

Yes, i saw now the link with repository and the current build is OK on the master.

Thanks, see you soon.

Il giorno lun 30 mar 2020 alle ore 12:18 Xawotihs notifications@github.com ha scritto:

I had notification on that this weekend and I think it's working now https://travis-ci.org/github/WagicProject/wagic http://url

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/WagicProject/wagic/pull/1022#issuecomment-605913808, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVK66HPWVVFHQH6FRHLQR3RKBWYJANCNFSM4ITK2IPQ .

-- Ing. Vittorio Alfieri

Vitty85 commented 3 years ago

Hi,

I noticed this morning there is an error on Travis-CI.org about a python dependency:

0.66s$ sudo pip install pyjavaproperties 3182The directory '/home/travis/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 3183The directory '/home/travis/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 3184Collecting pyjavaproperties 3185/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning. 3186 SNIMissingWarning 3187/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. 3188 InsecurePlatformWarning 3189 Could not fetch URL https://pypi.python.org/simple/pyjavaproperties/: There was a problem confirming the ssl certificate: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed - skipping 3190 Could not find a version that satisfies the requirement pyjavaproperties (from versions: ) 3191No matching distribution found for pyjavaproperties 3192/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. 3193 InsecurePlatformWarning 3194The command "sudo pip install pyjavaproperties" failed and exited with 1 during . 3195 3196Your build has been stopped.

Il giorno lun 30 mar 2020 alle ore 12:18 Xawotihs notifications@github.com ha scritto:

Do you have any idea? Consider that i runa correct build just 11 hours ago and it was all ok then, nothing changed about that meanwhile...

Also, it would be great to migrate the build to Travi-CI.com since the support to Travis-CI.org will finish by the end 2020, i cannot do since i don't have any permission, can you help about this too?

Thanks a lot, see you soon.

I had notification on that this weekend and I think it's working now https://travis-ci.org/github/WagicProject/wagic http://url

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/WagicProject/wagic/pull/1022#issuecomment-605913808, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVK66HPWVVFHQH6FRHLQR3RKBWYJANCNFSM4ITK2IPQ .

-- Ing. Vittorio Alfieri

xawotihs commented 3 years ago

I did the migration to Travis-ci.com but the issue seems the same there...

Vitty85 commented 3 years ago

I saw, I guess we have to move to python3 and pip3, I’m doing some test on a branch, I will commit modifications if I can solve.

See you soon.

-- Inviato da iPhone

Il giorno 14 ott 2020, alle ore 17:18, Xawotihs notifications@github.com ha scritto:

 I did the migration to Travis-ci.com but the issue seems the same there...

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

Vitty85 commented 3 years ago

Hi,

Now it's ok, it seems it was a server side error when downloading the Python dependencies, no need for any modification for now.

See you soon.

Il giorno mer 14 ott 2020 alle ore 17:18 Xawotihs notifications@github.com ha scritto:

I did the migration to Travis-ci.com but the issue seems the same there...

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/WagicProject/wagic/pull/1022#issuecomment-708473027, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVK66C6JTTL5JJBUXYASIDSKW6N5ANCNFSM4ITK2IPQ .

-- Ing. Vittorio Alfieri

Vitty85 commented 3 years ago

Hi,

I saw we ran out of credits to build from travis-ci, i tried to contact support of Travis to demand free OSS credits but since i'm not the admin of the Wagic organization i'm not sure i can do it or not, can you ask the same too? Maybe you can be luckier than me.

Thanks. Regards.

Il giorno mer 14 ott 2020 alle ore 22:11 Vittorio Alfieri < vittorioalfieri@gmail.com> ha scritto:

Hi,

Now it's ok, it seems it was a server side error when downloading the Python dependencies, no need for any modification for now.

See you soon.

Il giorno mer 14 ott 2020 alle ore 17:18 Xawotihs < notifications@github.com> ha scritto:

I did the migration to Travis-ci.com but the issue seems the same there...

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/WagicProject/wagic/pull/1022#issuecomment-708473027, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVK66C6JTTL5JJBUXYASIDSKW6N5ANCNFSM4ITK2IPQ .

-- Ing. Vittorio Alfieri

-- Ing. Vittorio Alfieri

Vitty85 commented 3 years ago

Hi, found you think it’s possible to upgrade my role to admin on repo? I think in this way I will have more chances even to ask free oss credit to Travis-CI.com

Thanks, hope to hear you soon.

-- Inviato da iPhone

Il giorno 14 ott 2020, alle ore 17:18, Xawotihs notifications@github.com ha scritto:

 I did the migration to Travis-ci.com but the issue seems the same there...

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.