Does this mean the download or the updateQuote:
It gets stuck at 20%
It's downloading / extracting datadragon. the first time you launch it it will take some time to patch
This could mean that gameStats_en_[Region].sqlite is nonexistent/not correctQuote:
Everytime i click on play the client crashes because of an unhandled SQLite exception here:
I added all references of SQLite and so on.Code:public static IntPtr Prepare2(IntPtr db, string query) { IntPtr stmt; var r = Prepare2(db, query, query.Length, out stmt, IntPtr.Zero); if (r != Result.OK) { throw SQLiteException.New(r, GetErrmsg(db)); } return stmt; }
Problem is exactly here:
in LoginPage.xaml.cs
Code:Client.Champions = (from s in Client.SQLiteDatabase.Table<champions>() orderby s.name select s).ToList();
goto
C:\Riot Games\League of Legends\RADS\projects\lol_air_client\releases\0.0. 1.80\deploy\assets\data\gameStats and copy gameStats_en_US.sqlite into the debug folder
[Only registered and activated users can see links. Click Here To Register...]
If that doesn't work, you are missing some ddragon files
For issues please contact me at [Only registered and activated users can see links. Click Here To Register...]
I will be able to check up on this link more often.
One of my testers reported this as well [an enemy has been slain]Quote:
its working for me but half the sound is missing
I have been looking into this bug for a bit now
Will add function to add friendsQuote:
Dude, what you're doing is amazing, I'd literally pay you to keep developing it. Any way to add a function to add friends to your friends list?
I haven't been thinking about donations
---------
If you need help because it is not working please put it into github [Only registered and activated users can see links. Click Here To Register...]
If you submit a bug report, I will add it to the readme before posting bugs and credit you for finding the bug
If you have an error please show the visual studio error to me, It will help