Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,767 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
[ANET] Problems with 7.84 #322364
05/06/10 13:07
05/06/10 13:07
Joined: Jun 2008
Posts: 428
Rasch Offline OP
Senior Member
Rasch  Offline OP
Senior Member

Joined: Jun 2008
Posts: 428
Hi,

i didn´t believe it till i tried. I experienced different errors since my last update to 7.84 Com. When creating entitys with enet_ent_create i sometimes got an SYS Error. Nothing worked. Now i tried my Villagers Project which worked perfectly in 7.82 and a error happended that never should.

So i decided to uninstall 7.84 and install 7.82 again. And what happended?

Right! It worked perfectly.

Dont know what this erros causes but there must be a bug between ANet and 7.84.

Someone else experienced this?

Re: [ANET] Problems with 7.84 [Re: Rasch] #322366
05/06/10 13:36
05/06/10 13:36
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
I'm already looking into that.

Thanks for the report!


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: [ANET] Problems with 7.84 [Re: Dark_samurai] #322509
05/07/10 16:07
05/07/10 16:07
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
Seems you allready know there's the bug, but we can confirm that we had problems here as well.

Have you checked new function names? BoH_Havoc mentioned that it seems A7.84 features new functions that have exactly the same names as some ANet functions.

Might be something else entirely though...


~"I never let school interfere with my education"~
-Mark Twain
Re: [ANET] Problems with 7.84 [Re: Germanunkol] #322617
05/08/10 13:41
05/08/10 13:41
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Germanunkol is right. One http function of gamestudio has exactly the same name as one of ANet. Though this will be changed in a higher gamestudio version.

But I think that there are also other problems so I'm taking a closer look to it currently.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: [ANET] Problems with 7.84 [Re: Dark_samurai] #322639
05/08/10 16:01
05/08/10 16:01
Joined: Jun 2008
Posts: 428
Rasch Offline OP
Senior Member
Rasch  Offline OP
Senior Member

Joined: Jun 2008
Posts: 428
Yeah there definetly is. How i told you.

I can tell you the problem more closer:

A chat.

In this chatroom with 7.82 there is the text.

Player "name" joined.
Name: hi
and so on..

With 7.84 there´s just a

n
p
a

Any letters. The player type in chat message with enter and send the whole string to the clients which recieve the string and copy it into the chat strings. I couldnt figure out what happended. Im just happy to still have 7.82. The only problem with 7.82 is that the great CSM Shadow sample dont work.

Hope you can fix it. Can´t Conitec help you with this problem? THey should know what they changed that maybe could create that errors.

Re: [ANET] Problems with 7.84 [Re: Rasch] #323065
05/11/10 13:22
05/11/10 13:22
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Good news: I know what the problem is. This problem occurs because the engine switched to UNICODE strings instead of the old ASCII strings. This causes the problem you currently have.
I have no clue how conitec ment to work with the new strings in external languages so I have to wait for an answer from them. I will contact you when the problem is solved.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: [ANET] Problems with 7.84 [Re: Dark_samurai] #323088
05/11/10 14:54
05/11/10 14:54
Joined: Jun 2008
Posts: 428
Rasch Offline OP
Senior Member
Rasch  Offline OP
Senior Member

Joined: Jun 2008
Posts: 428
alright thats great. Whyever they changed that i think it´s not necessary but ok ^^

Re: [ANET] Problems with 7.84 [Re: Rasch] #323373
05/13/10 17:37
05/13/10 17:37
Joined: Apr 2008
Posts: 594
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 594
Austria
The current ANET doesn't work for me either, there is something wrong with strings. But apparently only in ANET, my own plugin also uses ASCII strings and there's nothing changed. The engine is not "switched to Unicode"... frown

Re: [ANET] Problems with 7.84 [Re: Petra] #323381
05/13/10 18:22
05/13/10 18:22
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
The engine switched to unicode for sure, just look to the beta page.

I guess your plugin only uses the engine str_ functions and not converting all strings to char arrays and using the normal strcpy etc. functions. Using the normal str_ functions is not possible in ANet.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: [ANET] Problems with 7.84 [Re: Dark_samurai] #323403
05/13/10 21:53
05/13/10 21:53
Joined: Jun 2008
Posts: 428
Rasch Offline OP
Senior Member
Rasch  Offline OP
Senior Member

Joined: Jun 2008
Posts: 428
Good. Dou you already know when the bugs will be fixed and we can use the new version? laugh

Page 1 of 2 1 2

Moderated by  HeelX, Spirit 

Gamestudio download | 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