Page 1 of 1

Galactic Readiness doesn't change after mission

Posted: Tue Oct 18, 2016 9:17 pm
by Erem2k
Server is running on my PC, and I'm playing solo. However, every time I complete a mission, galaxy readiness rating remains static, though experience and credits are acquired successfully. Logs at zero level look fine as well.

Any idea where to start looking?

Re: Galactic Readiness doesn't change after mission

Posted: Sun Oct 23, 2016 1:29 pm
by Erik JS
So, if I got it right, you are receiving readiness, but it never changes after a mission. This is very odd because the way used to increase readiness is the same used to retrieve it, either both work or both fail together. I assume HTTP Handler is working, or else you'd see a red line about it.

Change log level to 3 and post lines where "[Http Handler][GaW]" appears (should be a gold colored line followed by a dark-blue one). Enter a mission and complete it, then fail it (or fail it, then complete it). Look for "increaseRatings".

Re: Galactic Readiness doesn't change after mission

Posted: Sun Oct 23, 2016 3:58 pm
by Erem2k
Correct, I receive it, but map stays at 50% all the time, both in SP and MP. Http handler appears to be working, code below

Mission completed:

Code: Select all

2016.10.23 18:38:24 [Http Handler][GaW] Request: authentication/sharedTokenLogin?auth=6346F7AD&type=1&make=1
2016.10.23 18:38:24 [Http Handler][GaW] authentication/sharedTokenLogin - Erem2k
...
2016.10.23 18:38:24 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=0
2016.10.23 18:38:24 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:38:26 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:38:26 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:38:36 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:38:36 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:38:59 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:38:59 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:43:34 [Http Handler][GaW] Request: galaxyatwar/increaseRatings/6346F7AD?dinc=0&rinc|0=300&rinc|1=300&rinc|2=1000&rinc|3=300&rinc|4=300
2016.10.23 18:43:34 [Http Handler][GaW] galaxyatwar/increaseRatings - Erem2k
...
2016.10.23 18:43:46 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:43:46 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
Mission failed:

Code: Select all

2016.10.23 18:33:08 [Http Handler][GaW] Request: authentication/sharedTokenLogin?auth=6346F7AD&type=1&make=1
2016.10.23 18:33:08 [Http Handler][GaW] authentication/sharedTokenLogin - Erem2k
...
2016.10.23 18:33:08 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=0
2016.10.23 18:33:08 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:33:10 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:33:10 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:33:20 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:33:20 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:33:41 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:33:41 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
...
2016.10.23 18:34:36 [Http Handler][GaW] Request: galaxyatwar/increaseRatings/6346F7AD?dinc=0&rinc|0=0&rinc|1=0&rinc|2=0&rinc|3=0&rinc|4=0
2016.10.23 18:34:36 [Http Handler][GaW] galaxyatwar/increaseRatings - Erem2k
...
2016.10.23 18:34:48 [Http Handler][GaW] Request: galaxyatwar/getRatings/6346F7AD?wa=1
2016.10.23 18:34:48 [Http Handler][GaW] galaxyatwar/getRatings - Erem2k
Logs look alright, though it keeps happening
https://postimg.org/gallery/36mfu6vfe/

Not sure if it's related, but ME3PlayerDataEditor is unable to open my PSE profile due to "profile error", even a freshly created one. Progress saves just fine, but that's may be a clue

Re: Galactic Readiness doesn't change after mission

Posted: Sun Oct 23, 2016 5:07 pm
by Erik JS
What about the readiness file? (player\gaw\6346F7AD.txt)

I just remembered that PSE returns 50% readiness by default if the file is not found or can't be created.

Re: Galactic Readiness doesn't change after mission

Posted: Sun Oct 23, 2016 5:20 pm
by Erem2k
Was read-only for some reason, that fixed it
Thanks a lot!