Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (1 invisible), 672 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 5 of 6 1 2 3 4 5 6
Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Excessus] #135745
06/19/07 11:44
06/19/07 11:44
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline OP
Expert
Excessus  Offline OP
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
I've created a test plugin that links to the gamestudio library and to the RakNet library and compiled it with MinGW. Could you guys (D3D?) try it and let me know if it runs on your systems that don't run RakGS without installing the VC++ redistributable libs?

I have a system without VC++ or the VC++ redistributable libraries installed, and this new plugin runs there, but it gave a false positive before.. So I'm just making sure. If it works out, I'll port RakGS over to MinGW. However, it might very well not work because it still essentially has the same dependencies.

The plugin can be downloaded here.

Thanks

Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Excessus] #135746
06/19/07 17:55
06/19/07 17:55
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
What do you mean with false positive? Anyways I tried the new plugin and here is the acklog. Looks like it works. RakGS and vcredist are removed.

Log of A7 Engine 7.03 run at Tue Jun 19 21:02:42 2007
Someone on Windows NT/2000/XP version 5.1 Build 2600
Options CBTEST.wdl -diag

App C:\Program Files\GStudio7\acknex.exe in C:\MyGame\testplugin\
MM mixer opened
DSOUND device opened
DI interface opened
Start Window opened
© Conitec . Dieburg . San Diego . www.conitec.net
A7 Engine - Commercial Edition V7.03 - May 24 2007
Development version

Mouse found
SB Live!-waveapparaat opened
NVIDIA GeForce 7600 GT pure T&L device 1ff9 detected
D3D device NVIDIA GeForce 7600 GT 1ff9 selected
Compiling CBTEST.WDL - [Esc] to abort....
CBTEST.dll opened
Running CBTEST.WDL
2 objects
D3D_Init Window: 640x480x32 -> Window: 1x640x480x32
Video memory found: 488 MB
Main started
Main loop..
Malfunction W1527: 50.......ok
1st frame - 499712K.. ok


smile
Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: D3D] #135747
06/19/07 19:15
06/19/07 19:15
Joined: Jun 2007
Posts: 10
R
Raven75 Offline
Newbie
Raven75  Offline
Newbie
R

Joined: Jun 2007
Posts: 10
It loads for me too. But I have the same Malfunction 50 Window, as you can see at log from D3D

Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: D3D] #135748
06/19/07 19:18
06/19/07 19:18
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline OP
Expert
Excessus  Offline OP
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
Thanks! It looks like we've finaly got this solved. I hope porting RakGS to MinGW will be painless.

By "false positive" I meant that my other test system (without VC++/vcredist) did load my plugin under some circumstances while it should not have. The problem seemed to have been solved, while in fact the plugin still did not load on some systems.

Could you (just to be entirely sure this isn't because the vcredist wasn't uninstalled properly) verify that: running RakGS without installing vcredist fails?

That's hopefully the last thing I will need your help with, regarding this problem. Thanks!

Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Excessus] #135749
06/19/07 19:27
06/19/07 19:27
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
Yes the vcredist was removed correctly. I had RakGS in a .rar archive and put it back for test. Now it crash the server again because it is missing the vcredist. This is a clean Windows XP SP2 system. With only the above installed.

Question. Am I supposed to learn RakGS with Lite-C or do I need to wait until you release new compiled beta in the near future? Also it will feature Lite-C not just C-Script right!?


smile
Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: D3D] #135750
06/19/07 19:32
06/19/07 19:32
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline OP
Expert
Excessus  Offline OP
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
Great! Thanks.

I'll release a MinGW compiled version on thursday. I've also started on RPCs and if there are no difficulties, I should be able to deliver an update on thursday or friday.

Quote:

It loads for me too. But I have the same Malfunction 50 Window, as you can see at log from D3D



Yes this is expected behaviour. I use that for output. The function that is in the plugin returns 50 and I use the error() function to output it. This means the test plugin (which is not RakGS!) works on your system.

Quote:

Question. Am I supposed to learn RakGS with Lite-C or do I need to wait until you release new compiled beta in the near future? Also it will feature Lite-C not just C-Script right!?



In fact, RakGS only works with Lite-C. You can start using the RakGS that is online right now, with the vcredist.exe. On thursday I'll release a version that doesn't require the vcredist, but it will be functionally equivalent to the current build. Then I'll release new versions with more functionality. I'm pretty sure it will be possible to keep the plugin backwards compatible.

Last edited by Excessus; 06/19/07 19:38.
Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Excessus] #135751
06/21/07 12:54
06/21/07 12:54
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline OP
Expert
Excessus  Offline OP
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
Ok I've successfully ported over to MinGW (using CodeBlocks as IDE). I'm not going to release it right now because there are some things to be fixed first. I'll release version 0.2 which includes fixes, some functions to make deserializing easyer, and remote procedure calls.

Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Excessus] #135752
06/26/07 09:53
06/26/07 09:53
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline OP
Expert
Excessus  Offline OP
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
I'm going on a trip to China (!!), I'm leaving in two hours. Unfortunately, I haven't been able to prepare a new release. I'll start working on this again in one month.

There is a bug in the current version. The SystemID returned to an event function is wrong (always 0) for the events: ID_DISCONNECTION_NOTIFICATION and ID_CONNECTION_LOST. This will be fixed.

In the next version: RAKGS_connect() will return a SystemID to the client we are connecting to. Installing the vcredist will no longer be necessary. Remote procedure calls will be implemented. More and more convenient serialization functions.

Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Excessus] #135753
07/30/07 16:18
07/30/07 16:18
Joined: Jun 2007
Posts: 10
R
Raven75 Offline
Newbie
Raven75  Offline
Newbie
R

Joined: Jun 2007
Posts: 10
Hi Excessus, i hope you had a nice trip to china, and can continue on rakgs .
Maybe you can tell us if there is a release planned in the near future?

tnx

Re: RakGS 0.1 Beta - RakNet for A7 / Lite-C! [Re: Raven75] #135754
07/30/07 16:40
07/30/07 16:40
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline OP
Expert
Excessus  Offline OP
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
Hi Raven75,
Had a great trip and hope to continue work on RakGS soon. I'm currently doing a small payd programming job (should be done tomorow). I will continue RakGS development after that, but, since I will soon live on my own and I don't expect to make serious money with RakGS, I'm also looking for more payd work. So I cannot spend all my time on RakGS.

I don't remember exactly what's left to do before the new release is done. I think I just have to finish RPCs.

Page 5 of 6 1 2 3 4 5 6

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1