June 12, 201510 yr I finally got the conversion working with 1.1.12. I erased the worldwide addon and then reinstalled it. After I did this everything started to work. Don't know why this happened. One thing has me really puzzled. If I click on an airport in New Jersey and look at the job board, there are multiple jobs you can fly. I tried one and it worked fine. How is this possible? I thought there would only be jobs for Alaska and Hawaii since I did not think MS programmed more. Once again, thanks to everyone who made this possible. Now if we can get more aerocaches in, it would be great. Thanks very much.
June 12, 201510 yr I finally got the conversion working with 1.1.12. I erased the worldwide addon and then reinstalled it. After I did this everything started to work. Don't know why this happened. One thing has me really puzzled. If I click on an airport in New Jersey and look at the job board, there are multiple jobs you can fly. I tried one and it worked fine. How is this possible? I thought there would only be jobs for Alaska and Hawaii since I did not think MS programmed more. Once again, thanks to everyone who made this possible. Now if we can get more aerocaches in, it would be great. Thanks very much. Jobs are auto generated for every airport around the world depending on parking spaces. Kavinda J.D ^_^
July 25, 201510 yr Here's a small problem that actually bugged me since you introduced the feature: The option to show pending aerocaches only works occasionally for me. I believe it only works the first time I start up Flight after a PC reboot, and when I close Flight and restart it, the pending aerocaches don't show up in the list anymore. I noticed a difference in the xlive.log between when it's working and when it's not working: Working: ... Initializing SQL Connecting to Live SQL DB Found 350 aerocaches in the database Found 1 messages of the day in the database LSPServer: Listening for connections... XNetStartup WSAStartup Socket: create Result 51c: 0 Socket 51c: bind 0.0.0.0:1000 Result: 0 Device created Show Login UI Show Login UI Show Login UI Logging in... Connecting to Pending SQL DB XNetServerToInAddr 127.0.0.1, service 1297287375 XNetConnect 127.0.0.1 Socket: create Result 818: 0 Redirecting port 1000 to -16208 Socket 818: connect 127.0.0.1:49328 Result: WSAEWOULDBLOCK Received Method: SyncGFWLUserData Received Method: GetUserRewardsDelta Found 8 pending aerocaches in the database Hide UI Received Method: GetUserRewardsDelta Received Method: GetMarketplaceItemsWithDependencies Received Method: GetAerocachesByFilter Sending aerocache data: 350 found, and 8 not found Received Method: GetActiveMessageOfTheDayItems Received Method: GetUserUnlockableItemsDelta Received Method: GetUsersStatisticsV2 ... Not working: ... Initializing SQL Connecting to Live SQL DB Found 350 aerocaches in the database Found 1 messages of the day in the database LSPServer: Listening for connections... XNetStartup WSAStartup Socket: create Result 51c: 0 Socket 51c: bind 0.0.0.0:1000 Result: 0 Device created Show Login UI Logging in... Connecting to Pending SQL DB XNetServerToInAddr 127.0.0.1, service 1297287375 XNetConnect 127.0.0.1 Socket: create Result 59c: 0 Redirecting port 1000 to -16092 Socket 59c: connect 127.0.0.1:49444 Result: WSAEWOULDBLOCK Received Method: SyncGFWLUserData Received Method: GetUserRewardsDelta Received Method: GetUserRewardsDelta Received Method: GetMarketplaceItemsWithDependencies Received Method: GetAerocachesByFilter Sending aerocache data: 350 found, and 0 not found Received Method: GetActiveMessageOfTheDayItems Received Method: GetUserUnlockableItemsDelta Received Method: GetUsersStatisticsV2 Found 8 pending aerocaches in the database Hide UI Received Method: UpdateUserStats ... Apparently the aerocache data is being sent before the pending aerocaches are found in the database; can you implement a check to make sure the pending aerocaches are added to the aerocache data before it is being sent?
July 25, 201510 yr Author You are awesome, thank you! It looks like there is a timing dependency, where I log the user in and then load the pending aerocaches, and if Flight is too fast at loading, then it won't finish in time. I'll look at fixing that.
Create an account or sign in to comment