SightstoneOfficial / LegendaryClient

LegendaryClient, rebooted
68 stars 59 forks source link

Crashed by the new release LegendaryClient #64

Closed SilverHand0 closed 10 years ago

SilverHand0 commented 10 years ago

Hi, I just download the new release LegendaryClient in https://github.com/eddy5641/LegendaryClient/releases .

But, when I start the client I got a instant crash.

I can see the log "starting Patcher..." and then got a crashed.

The previous version is starting successfully, but It said "[5:21 AM] Checking if League of Legends is Up-To-Date [5:21 AM] League of Legends is not Up-To-Date. Please Update League Of Legends" even my LoL client is latest.

I'm so glad you if you leave a comment sir.

Thanks for reading. I hope I can use the Legendary Client.

SilverHand0 commented 10 years ago

Okay, I think that was one of my desktop problem. I tried to use LegendaryClient on my laptop. Now I can open "LegendaryClient.exe", but another problem comes out.

During "extracting DataDragon" like 40%, I got a crash. :(

Do I need manually to install something ?

eddy5641 commented 10 years ago

Send me the LegendaryClient.log file

SilverHand0 commented 10 years ago

K, I just sent log file to your Gmail. Check it.

eddy5641 commented 10 years ago

(9/11/2014 11:36 AM) [UNHANDLEDEXCEPTION]: An unhandled exception was thrown

(9/11/2014 11:36 AM) [UNHANDLEDEXCEPTION]: The remote server returned an error: (404) Not Found.

(9/11/2014 11:36 AM) [UNHANDLEDEXCEPTION]: at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at System.Net.WebClient.DownloadString(String address) at LegendaryClient.Windows.PatcherPage.b__0() in c:\Users\Betty\Desktop\Coding\LegendaryClient\LegendaryClient\Windows\PatcherPage.xaml.cs:line 531 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

Exact line of code: string Release = UpdateClient.DownloadString("http://l3cdn.riotgames.com/releases/live/projects/lol_air_client/releases/releaselisting_NA");

Swiched to: string Release = UpdateClient.DownloadString("http://l3cdn.riotgames.com/releases/live/projects/lol_air_client/releases/releaselisting");

eddy5641 commented 10 years ago

Try going to this link: "http://l3cdn.riotgames.com/releases/live/projects/lol_air_client/releases/releaselisting"

SilverHand0 commented 10 years ago

I'm not at home now, I'll try later. Thx for helping.

SilverHand0 commented 10 years ago

Okay, I had fixed that problem. :D

But, I have an another problem, when I try to login on NA server. It says "Unable to get Auth Key"

Pic : http://i.imgur.com/w4TJmuu.jpg

I sent a log file to your email again.

eddy5641 commented 10 years ago

Sometimes you have to restart or re-login to legendaryclient because it does not try to login 3 times [server lag things]

SilverHand0 commented 10 years ago

Oh, yeah. I got it. That's was my problem.

And is Spectate feature available now?

Cuz, I can't use that feature, it causes crash :(

eddy5641 commented 10 years ago

use internal static void LaunchSpectatorGame(string SpectatorServer, string Key, int GameId, string Platform) { string GameDirectory = GetGameDirectory(); var p = new System.Diagnostics.Process(); p.StartInfo.WorkingDirectory = GameDirectory; p.StartInfo.FileName = Path.Combine(GameDirectory, "League of Legends.exe"); //p.StartInfo.FileName = Location; p.StartInfo.Arguments = "\"8394\" \"" + RootLocation + "LoLLauncher.exe" \"\" \"spectator " + SpectatorServer

On Sat, Sep 13, 2014 at 4:27 AM, lolvbet notifications@github.com wrote:

Oh, yeah. I got it. That's was my problem.

And is Spectate feature available now?

Cuz, I can't use that feature.

— Reply to this email directly or view it on GitHub https://github.com/eddy5641/LegendaryClient/issues/64#issuecomment-55491204 .