Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 21:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[GUIDE]How to set your project to 32bit only

Discussion on [GUIDE]How to set your project to 32bit only within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 01/24/2012, 13:55   #121
 
PlayingLess's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 115
Received Thanks: 2
Quote:
Originally Posted by Kiyono View Post
Your response makes no sense at all.
LOL this is the distinctive thing in me
PlayingLess is offline  
Old 01/28/2012, 16:31   #122
 
elite*gold: 0
Join Date: Dec 2010
Posts: 39
Received Thanks: 2
here is my question. I have the Visual Studio 2010 Ultimate edition. I followed your steps to the T. But after its saved i have no idea how i am supposed to run the project itself.

Im following Arco's guide here: <http://www.elitepvpers.com/forum/co2-pserver-guides-releases/384897-official-5165-faq-question-thread.html>

however i got the error and his instructions were a link to this thread. But i cant return the file back to an exe file and im curious if because im in a 64bit operating system ill even be able to run the exe file.

Im still new to alot of this and ive learned fairly alot in a matter of a couple days when i can get most of these programs for free and have them legit because of the college i attend.
gamefreak907 is offline  
Old 01/28/2012, 17:05   #123


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
The project is what you open in visual studio, the .exe is what the project produces, if you hit F5 then you will run what the project produces in debug mode, you should never need to decompile the .exe back into raw source code.
Korvacs is offline  
Thanks
1 User
Old 01/28/2012, 22:43   #124
 
elite*gold: 0
Join Date: Dec 2010
Posts: 39
Received Thanks: 2
after doing as you said i still had an issue.



So how do i go about this. From what i can tell it says something about GameWorker.cs and line 33.
and a few other files with lines. however the location it specified doesnt exist on my computer for 1 and for another im not sure exactly what its talking about?

As you can see in the background thats as far as the loading will go. I can type int he username and password and sit here for hours but it wont budge past that.

So what do you suggest?

I also thank you for shedding some light on my problem here.
gamefreak907 is offline  
Old 02/01/2012, 17:21   #125


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Doesn't look like your running a 32bit version of the server to me mate, try making the change and hitting F5 and see if it works like that.
Korvacs is offline  
Old 05/26/2012, 11:37   #126
 
elite*gold: 0
Join Date: May 2012
Posts: 7
Received Thanks: 0
Can u tell me plz what file i have to open in the visual studio? where is the file i have to open
kikioop is offline  
Old 05/31/2012, 19:57   #127
 
N.I.G.H.T.M.A.R.E's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 110
Received Thanks: 13
A tip perfect, very good, thank you
N.I.G.H.T.M.A.R.E is offline  
Old 07/15/2012, 19:33   #128
 
elite*gold: 0
Join Date: Jan 2011
Posts: 12
Received Thanks: 1
Well I'm using the Microsoft Visual Studio C# 2010 express version and I did everything listed that you should do to get the toolbar to appear where you can change the version from x64 to x32, but I cannot get it to appear and when I try the build settings and attempt to change the CPU type it has no options but "ANY". I don't know what to do.
Beast911 is offline  
Old 07/24/2012, 20:17   #129


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Have you tried reading this guide?
Korvacs is offline  
Old 09/14/2012, 20:56   #130
 
_MaryJuana's Avatar
 
elite*gold: 66
Join Date: Feb 2008
Posts: 948
Received Thanks: 495
Hey (:

I've followed your guide and solved my server errors, now seems everything fine so far but i still cant login because i get a small error on my project, i hope you can help me with that although its in german lol

screenshot:

_MaryJuana is offline  
Old 09/14/2012, 22:17   #131


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
You need to search for pinvoke, there are threads regarding that problem that contain the solution.
Korvacs is offline  
Old 09/14/2012, 22:35   #132
 
_MaryJuana's Avatar
 
elite*gold: 66
Join Date: Feb 2008
Posts: 948
Received Thanks: 495
Quote:
Originally Posted by Korvacs View Post
You need to search for pinvoke, there are threads regarding that problem that contain the solution.
i found some but they couldn't really help me >.<
_MaryJuana is offline  
Old 09/15/2012, 01:00   #133
 
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
Quote:
Originally Posted by _MaryJuana View Post
Hey (:

I've followed your guide and solved my server errors, now seems everything fine so far but i still cant login because i get a small error on my project, i hope you can help me with that although its in german lol

screenshot:

Replace your memcpy PInvoke with this:
Code:
        [DllImport("msvcrt.dll", EntryPoint = "memcpy", CallingConvention = CallingConvention.Cdecl, SetLastError = false)]
        private static extern void* memcpy(void* dest, void* src, uint count);
For more information:
I don't have a username is offline  
Thanks
1 User
Old 09/15/2012, 10:53   #134
 
_MaryJuana's Avatar
 
elite*gold: 66
Join Date: Feb 2008
Posts: 948
Received Thanks: 495
Quote:
Originally Posted by I don't have a username View Post
Replace your memcpy PInvoke with this:
Code:
        [DllImport("msvcrt.dll", EntryPoint = "memcpy", CallingConvention = CallingConvention.Cdecl, SetLastError = false)]
        private static extern void* memcpy(void* dest, void* src, uint count);
For more information:
thanks for that seems like its fixed but now i still cant connect to the server although i didint get any error message lol, it always stuck at logging into account server... =/
_MaryJuana is offline  
Old 09/15/2012, 11:36   #135
 
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
Are you using a correct client? Is your ports open? Hamachi? Using local IP?
I don't have a username is offline  
Reply


Similar Threads Similar Threads
[Project] New Private Server Project
12/04/2008 - CO2 Private Server - 25 Replies
yo im fireblaze new in co private servers old in c# i started on epvp because of the conquer section later i found out that there is a private server section to and i downloaded a source and saw that it is a c# source (a language that i know) i tryed to get connected to some private servers but it failed:p well the servers failed to keep the server online. my plan is this, i never know that private servers of conquer where possible (yeah i readed something on the internet about it and...



All times are GMT +2. The time now is 21:31.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.