[Need help] Problem with OpenSSL

06/28/2012 05:52 mody336#1
Ive been trying to run the ArcoOnline 5071 source and I've changed everything such as the database , user pass and all that and this is what i get when i login

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Thanks x.x
06/28/2012 05:56 Zeroxelli#2
Looks like you're trying to load the 32bit DLL on your 64bit system. Check out this thread: [Only registered and activated users can see links. Click Here To Register...]
06/28/2012 06:40 mody336#3
Thanks for trying to help but I've followed that guide and I have done it correctly in many sources before but it didnt effect this one , Seems to be something else

I even tried using the 64 bit dll and the error stopped showing but it only showed the packet number 1052 which is prolly the game connect packet or w.e
06/28/2012 06:49 Zeroxelli#4
In the top menus, do Build > Clean Solution and Build > Rebuild Solution, then try running it again.
06/28/2012 07:10 mody336#5
This is sad , I can't even find the Clean solution option anymore... I remember I seen it before :/
06/28/2012 07:15 Zeroxelli#6
[Only registered and activated users can see links. Click Here To Register...]

Edit: Will not show if you are debugging, I think.
06/28/2012 07:25 mody336#7
Cleaned the solution , Still same error >.> , I didn't find that option in the menu so i assigned a hotkey for it and cleaned
06/28/2012 07:27 Zeroxelli#8
Strange, and you're sure your system is not 64bit?
06/28/2012 07:40 mody336#9
It is 64 bit o.o , And I got the libeay32.dll 64 bit version. I even tried using it instead of the 32 bit one i had with the project but nothing >.>
06/28/2012 07:45 Zeroxelli#10
You have to both swap the files in the Debug folder, and also delete the reference inside the project, and add the new DLL. Then clean, and debug again.

Anywho, 11PM, too much work today. I'll check back in the morning
06/28/2012 20:07 mody336#11
I can't add the dll as reference it says make sure its an accessible and that its a valid assembly or COM component. Tried loads of other libeay32.dlls that i found working perfectly on other sources and i just cant add it to this project for some reason
06/28/2012 20:12 Zeroxelli#12
Not libeay32, ManagedOpenSSL.dll
06/28/2012 20:35 mody336#13
I did try that , It says the dll could not be added. please make sure that the file is accessible, and that its a valid assembly or COM component , Although that dll works perfectly fine with other sources , Also tried using another 32bit libeay dll that was working on another source and it worked on my 64 bit op but it didnt work with that source sadly :/
06/28/2012 20:39 Zeroxelli#14
Strange.. here's the DLL I'm using for my proxy.
06/28/2012 20:54 mody336#15
Is that a 64 bit dll? Because its exactly the same size as the one i got and it doesn't work either :/