Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Anyone have Eclipse Origins.Net ??


therehere3
 Share

Recommended Posts

Hello!

Does anyone have Eclipse Origins .Net from jcsnider?

[http://www.eclipseorigins.com/community/index.php?/topic/112097-eclipse-originsnet/](http://www.eclipseorigins.com/community/index.php?/topic/112097-eclipse-originsnet/)

I need this really bad since I hate VB6, but I would love to use higher versions of VB :)  <3
Link to comment
Share on other sites

> [https://codeload.github.com/jcsnider/Orion-Game-Engine/zip/master](https://codeload.github.com/jcsnider/Orion-Game-Engine/zip/master)
>
>  
>
> Orion Engine :P

> ```
>
> https://github.com/jcsnider/Orion-Game-Engine
> ```

Have you guys tried it?

I am getting this error when running client:

A first chance exception of type 'System.BadImageFormatException' occurred in Orion Client.exe

However server runs properly.

Do we know how to fix this?
Link to comment
Share on other sites

If your wanting to use it, You should be able to figure something small like this out.

> No neve tried  but for nogutek like u se it's working :)

Such a helpful post, So glad you provided us some mighty insight.
Link to comment
Share on other sites

> If your wanting to use it, You should be able to figure something small like this out.
>
>  
>
>  
>
>  
>
>  
>
> Such a helpful post, So glad you provided us some mighty insight.

Hey bud. You could of lived and made our lives easier without you posting this completely unnecessary and negative post. If this is such a small problem. Go ahead and tell me how to do this, unless your too "small" for this problem also…
Link to comment
Share on other sites

I was simply stating that if 1 error is preventing you from using the engine, Then it might not be a good idea to use it. I would help but I don't have vb10 installed. Let me download it and I'll get back to you.

Edit:

![](http://puu.sh/gYo1O/f74d61e68a.png)

Right-click your EXE project in the Solution Explorer window. Properties, Build tab, change the Platform target setting from AnyCPU to x86.
Link to comment
Share on other sites

> I was simply stating that if 1 error is preventing you from using the engine, Then it might not be a good idea to use it. I would help but I don't have vb10 installed. Let me download it and I'll get back to you.
>
>  
>
>  
>
> Edit:
>
> ![](http://puu.sh/gYo1O/f74d61e68a.png)
>
> Right-click your EXE project in the Solution Explorer window. Properties, Build tab, change the Platform target setting from AnyCPU to x86.

Wouldn't that not all some computer to use the client then? :/
Link to comment
Share on other sites

> It basically forces the client to run in 86 (32bit) and not use 64bit. I think its because some .dll's are for 32 bit systems.

Yup.  You can't have a library in your final build that runs in x86 and another that runs in AnyCPU; they all have to match.  It's called congruency.
Link to comment
Share on other sites

> Quote
> ![](http://puu.sh/gYJKm/740f1aa29a.png)

This is why, Read it and fix it :) Its the 3 sfmlner's that are erroring:

sfmlnet-audio-2

sfmlnet-graphics-2

sfmlnet-window-2

All "complaining" about architecture of project build and the architecture of the references I listed above. This should be enough information for you to fix it.
Link to comment
Share on other sites

> This is why, Read it and fix it :) Its the 3 sfmlner's that are erroring:
>
> sfmlnet-audio-2
>
> sfmlnet-graphics-2
>
> sfmlnet-window-2
>
> All "complaining" about architecture of project build and the architecture of the references I listed above. This should be enough information for you to fix it.

Yes, that was enough information. I would just like to take this time to thank you so much for staying with me to help me out:) I really appreciate it.
Link to comment
Share on other sites

> Np, It didn't take much, I haven't used VB2010 since around 2013 but yeah. Good luck on the project and keep us updated :).

Thank you very much!:)

I am going to start my project by completely reprogramming the entire client from scratch.

This will take awhile, but I am doing this for my knowledge. Once I completely reprogrammed the client. I will start developing a 2D MMORPG.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...