Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Quad), 608 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 4 1 2 3 4
Re: ANet 1.3.0.1 public Beta [Re: Dark_samurai] #330380
06/27/10 11:16
06/27/10 11:16
Joined: Dec 2003
Posts: 988
Germany, Magdeburg
JoGa Offline
User
JoGa  Offline
User

Joined: Dec 2003
Posts: 988
Germany, Magdeburg
thanks for reply.
The model is in the right project folder, i use it in WED, too and some lines above, I unse this model with "ent_create...."
I searched for the mistake an found something:
First, i wrote instead of "enet_init();"
Code:
if((enet_init())==ANET_ERROR){exit;}


Maybe I initialised the Anet-plugin in a wrong way.
But it didn't exit, so i think the initialising is okay.
After that i wrote instead of "enet_init_server(used_port,max_players,"");"
Code:
if((enet_init_server(used_port,max_players,""))==ANET_ERROR){exit;}


used_port = 2300 and max_players = 4 as in your 3D-Chat-example and well, the engine quites. But I can't imagine, why - have you any ideas?
I read in your manual
Quote:
Rückgabe:
1 wenn alles geklappt hat
ANET_ERROR wenn ein Fehler aufgetreten ist

So there have to be a mistake in my way to create the server, but where? ^^
Thanks for helping!

EDIT:
I installed the "VC++ 2008 Redistributable Package" as on Anet-Faq remarked and the 3D-Chat-A7-exe does work on my PC.

Last edited by JoGa; 06/27/10 16:29.
Re: ANet 1.3.0.1 public Beta [Re: JoGa] #330551
06/28/10 12:10
06/28/10 12:10
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Hmmm... I can't see a problem here. If you want you can send me the project and I will look into it.

http://www.anet-plugin.com/contact_ger.htm (use the support mail address).


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: ANet 1.3.0.1 public Beta [Re: Dark_samurai] #330685
06/29/10 09:37
06/29/10 09:37
Joined: Nov 2002
Posts: 913
Berlin, Germany
S
SchokoKeks Offline
User
SchokoKeks  Offline
User
S

Joined: Nov 2002
Posts: 913
Berlin, Germany
Do you have installed OpenAL? Its needed for the Anet versions >= 1.3, but that information is missing from the manual or the anet homepage. If it isn't installed you'll get the message "failed to load DLL" on startup and in the acklog.txt.

Re: ANet 1.3.0.1 public Beta [Re: SchokoKeks] #330696
06/29/10 10:48
06/29/10 10:48
Joined: Dec 2003
Posts: 988
Germany, Magdeburg
JoGa Offline
User
JoGa  Offline
User

Joined: Dec 2003
Posts: 988
Germany, Magdeburg
Thanks for this notice, I installed it, but nothing changed.
Other examples from the Anet-page do work well.
I have sended Dark_samurai my Code and now I am excited laugh

New ANet homepage [Re: JoGa] #330703
06/29/10 12:38
06/29/10 12:38
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
@JoGa: Check your mails wink

I proudly want to introduce the new ANet homepage.
It has a much friendlier style now (not so dark as the old homepage) and it has a own workshop section where the old HowTo's and tutorials are now together.
I want to thank all the ANet users who spent screenshots for the user gallery (they all look great btw. laugh )!

The URL for the homepage is still the same, so have a look:
http://www.anet-plugin.com

If you have problems or if you find some typing mistakes, please contact me.

I hope you like it! laugh


The next thing on the list is the final release of the current beta version.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: New ANet homepage [Re: Dark_samurai] #330728
06/29/10 14:26
06/29/10 14:26
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
neat!
the links on the gallery are broken though, those pointing to external sites...


~"I never let school interfere with my education"~
-Mark Twain
Re: New ANet homepage [Re: Germanunkol] #330770
06/29/10 17:10
06/29/10 17:10
Joined: Nov 2002
Posts: 913
Berlin, Germany
S
SchokoKeks Offline
User
SchokoKeks  Offline
User
S

Joined: Nov 2002
Posts: 913
Berlin, Germany
Looks really good! The projects look really great, didn't even know about 2 of them. and didn't know that silas uses ANet. Great advertising for you! Hopefully, my game will also be added to the gallery in a few months wink.

one thing, could you update the FAQ that users also need OpenAL installed? currently its only referring to the VCC redist.

Re: New ANet homepage [Re: SchokoKeks] #331537
07/04/10 22:07
07/04/10 22:07
Joined: Jun 2008
Posts: 428
Rasch Offline
Senior Member
Rasch  Offline
Senior Member

Joined: Jun 2008
Posts: 428
Hi i´m trying to download the latest ANET Editon from here.

http://www.anet-plugin.com/downloads_eng.htm

But there´s no link on the download button. laugh

Re: New ANet homepage [Re: Rasch] #331568
07/05/10 06:25
07/05/10 06:25
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline
Senior Member
Razoron  Offline
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
He is making a new website. More features than the older.
I've got the lastest update.
http://razgames.de/wp-content/uploads/ANetDemo.zip
If you use a version with Unicode, 7.84-7.85
http://www.anet-plugin.com/downloads/ANet_beta.zip


Last edited by Razoron; 07/05/10 06:52.
Re: New ANet homepage [Re: Razoron] #331574
07/05/10 07:51
07/05/10 07:51
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Thanks for the report. It should work now again.

@Germanunkol: I tested the links with IE, Firefox and Chrome and they are all working for me. Please try to refresh the page, maybe an old version is in your cache or something like that...

The homepage is still not 100% working but I hope that I can fix the last problems the next days.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Page 3 of 4 1 2 3 4

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