snowl / LegendaryClient

Custom League of Legends client. No longer in development.
MIT License
43 stars 30 forks source link

Help #46

Closed Xplouder closed 10 years ago

Xplouder commented 10 years ago

I'd like to try out this client but since im kind noob with Visual Studio i might need some of your help. I downloaded the files from the repository but when i try compile to get the .exe in the release mode i get some code errors. Anyone can explain me what im doing wrong?

Ty

snowl commented 10 years ago

don't compile it in release mode

Xplouder commented 10 years ago

so? debug mode?

edit: in debug mode i get this exception: An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll

TheWebs commented 10 years ago

Just open project and press F5

Xplouder commented 10 years ago

again, the same exception... any reason for it?

TheWebs commented 10 years ago

From where did you downloaded your Legedary Client?

Xplouder commented 10 years ago

"Download ZIP" button from here https://github.com/Snowl/LegendaryClient.

Anyway i'm extracting the LoL folder into Debug folder to try again... i thought i could run the client without this folder.

TheWebs commented 10 years ago

Then it should work just fine. What VisualBasic do you have?

Xplouder commented 10 years ago

Microsoft Visual Studio Pro 2013

TheWebs commented 10 years ago

you must have like a redhighlight or something in your editor. Try looking for it and tell me where it is

Xplouder commented 10 years ago

this is my patcherpage.caml.cs http://pastebin.com/UaM4pR1V

theres a lot of errors due the comment part...


if i just press F5 this appear: An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll

TheWebs commented 10 years ago

There's mine that has no errors try it: http://pastebin.com/fyEbbU0U

TheWebs commented 10 years ago

But however i tried yours and it gave me no errors.

Xplouder commented 10 years ago

Ye is the same code... i dont get how you dont have errors when there is functions in comment lines and you call them on the first lines... i.e LogTextBox

TheWebs commented 10 years ago

I don't know maybe Net framework or something.. I think you missing something like that

Xplouder commented 10 years ago

Im just missing .net 4.0 but i have the 4.5 tho... gonna install it and test. Thanks for your help ;)

edit: Nvm, 4.5 includes 4.0 lol... im struck edit2: which version do you have? (MVS)

TheWebs commented 10 years ago

Visual Studio Ultimate 2013 And netframework 4.5 as you

Xplouder commented 10 years ago

http://pastebin.com/kr5k5Y4L This is what i get when i just press F5... the client open some time and then the exception appears.

TheWebs commented 10 years ago

are you from portugal?

Xplouder commented 10 years ago

Yup

TheWebs commented 10 years ago

Eu também joão XD

Xplouder commented 10 years ago

estava para tirar o directório só por ter la o nome mas depois pensei, que se lixe lol

TheWebs commented 10 years ago

cagativo..eu tou a tentar perceber de onde vem o erro mas eu tambem n sou assim tão pro em C#. tens skype? so pa n tar a spamar isto aqui ainda por cima em pt

Xplouder commented 10 years ago

add: DELETED

TheWebs commented 10 years ago

ja esta

snowl commented 10 years ago

you need to copy your gameStats_enUs.sqlite file from your league of legends installation into the bin folder

Xplouder commented 10 years ago

gonna try out later, thank you