Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Donations
Monthly costs: -50€
Income (ads): +25€
Donations (last month): +40€

Current balance: -50€
(last updated 2013/06)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Poll
Would you be interested in Star Citizen modding?
Yes. 79% (233)
No, not interested in SC mods/modding. 7% (21)
No, not interested in SC in general. 13% (38)
Total Votes: 292
3 Comments
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Twitter
Collapse/Expand Who's Online
19 user(s) are online (9 user(s) are browsing Forum)

Members: 0
Guests: 19

more...
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 138 users playing Freelancer on 85 servers.
June. 20, 2013

Browsing this Thread:   1 Anonymous Users



 Bottom   Previous Topic   Next Topic  Register To Post



Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
Hi all,

Firstly, sorry for my English mispronounced.
I use a translator and I hope to be understood.

The launch of Flserver.exe, I clicked on the view window and then launch console.
Until that no worries, everything starts correctly only series and error or just mark it in red or yellow

Here, an example of a different line that I can have:

E: \ FL \ Scratch \ Source \ Common \ Systems.cpp (3008 ) : *** ERROR: Failed to insert basic "" into DB system due to invalid ID.
E: \ FL \ Scratch \ Source \ Common \ Systems.cpp (3003): *** ERROR: Failed to insert new base Into DB system ID due to collision.


E: \ FL \ Scratch \ Source \ Common \ Archetype.cpp (1643): *** WARNING: [Ship] nickname = 0xbfc8e309 value is not unique. Aborted second version.
E: \ FL \ Scratch \ Source \ Common \ GoodList.cpp (432): *** WARNING: Good (0x9fc381cd) nickname from different equipment


E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xa9e65443) missing hardpoint (HpTurret_S1_03) for item (0x8629504d)
E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xa9e65443) missing hardpoint (HpTurret_S1_04) for item (0x8629504d)


the existing program for the various problem analysis, exist there.

As I'm concerned, I can not find the problem

thank you

Posted on: 2012/8/2 16:11

Edited by THOR38150 on 2012/8/3 16:24:44
Report Top
Re: Error flserver.exe
Just can't stay away
Joined:
2008/2/17 19:44
From Virginia
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 318
Offline
Run datastorm, the errorlog will show you what half of those errors are.

Posted on: 2012/8/2 16:47
http://UnderVerse.us
http://FreelancerCommunity.net
Report Top
Re: Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
Quote:

DwnUndr wrote:
Run datastorm, the errorlog will show you what half of those errors are.
DwnUndr hello, I tried with Datastorm I find nothing with!

Posted on: 2012/8/2 18:05
Report Top
Re: Error flserver.exe
Quite a regular
Joined:
2009/7/16 5:43
From Germany
Group:
Registered Users
Posts: 153
Offline
use fldev to indentifie the crcd errors. ( fe. 0xa9e65443)

seems that u have some doubled entries.

the "missing hardpoint " parts could be base loadout related.
(fe. when u have tractor beams @base loadouts)
so double check them, cuz many error checkers just ignore them.

Posted on: 2012/8/2 18:28
Report Top
Re: Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
Quote:

***M.o.D.*** wrote:
use fldev to indentifie the crcd errors. ( fe. 0xa9e65443)

seems that u have some doubled entries.

the "missing hardpoint " parts could be base loadout related.
(fe. when u have tractor beams @base loadouts)
so double check them, cuz many error checkers just ignore them.
Hello, you have a link to FL Dev please!

Posted on: 2012/8/2 19:58
Report Top
Re: Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
sorry, I found thank you

Posted on: 2012/8/2 20:03
Report Top
Re: Error flserver.exe
Home away from home
Joined:
2009/8/16 2:58
From Qld, Aus.
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 1411
Offline
Quote:
THOR38150 wrote:
E: \ FL \ Scratch \ Source \ Common \ Systems.cpp (300 : *** ERROR: Failed to insert basic "" into DB system due to invalid ID.
E: \ FL \ Scratch \ Source \ Common \ Systems.cpp (3003): *** ERROR: Failed to insert new base Into DB system ID due to collision.

Sounds like maybe you've created a new system without a nickname and another system with the same nickname.

Quote:
E: \ FL \ Scratch \ Source \ Common \ Archetype.cpp (1643): *** WARNING: [Ship] nickname = 0xbfc8e309 value is not unique. Aborted second version.

Again, you can't just copy ships, you have to change names, too. This is the osiris, btw.

Quote:
E: \ FL \ Scratch \ Source \ Common \ GoodList.cpp (432): *** WARNING: Good (0x9fc381cd) nickname from different equipment

A [Good] entry must have the same nickname as its associated [Equipment] or [Commodity] (it might be called a warning, but FL will crash if it drops loot, for example).

Quote:
E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xa9e65443) missing hardpoint (HpTurret_S1_03) for item (0x8629504d)
E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xa9e65443) missing hardpoint (HpTurret_S1_04) for item (0x8629504d)

Apparently the dock_ring model does not have those hardpoints for the additional small_station_turrets (hm, yes it does, something else going on then).

Posted on: 2012/8/3 4:14
Report Top
Re: Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
Hello Adoxa

Thank you for giving me all the precision.

I'll have some other well, if you have time.

thank you

Posted on: 2012/8/3 16:13
Report Top
Re: Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xb5209b80 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x942b4442 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xb7dd5709 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x8bb69605 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xb4c44d43 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x8bb69605 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x9ca92a85 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xa08f7e89 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xa8c26789 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x9612ac0b value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xb8c6b005 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xabe6eac8 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x8a59b04a value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xa2635480 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x8f3cbb8f value is not unique. Aborted second version.
E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x977b948f value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x93ea5904 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xadb86644 value is not unique. Aborted second version.



E:\FL\Scratch\Source\Common\GoodList.cpp(432) : *** WARNING: Good (0x9fc381cd) nickname different from equipment
C:\work\builds\dalibs\dalibs-build\build\Src\RendComp\SphereMesh\SphereMeshArchetype.cpp(120) : WARNING : General : SphereMeshArchetype : load : material name not found! invalid sphere file?
E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock a) in object (0xa9e65443)

E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock b) in object (0xa9e65443)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpWeapon03) for item (0x9726ff4e)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpWeapon04) for item (0x92284b40)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpCM01) for item (0xa3161805)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpTorpedo01) for item (0xb07c3d83)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpWeapon02) for item (0xb95ce2cd)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpLicense) for item (0xba934184)

E:\FL\Scratch\Source\Common\CExternalEquip.cpp(142) : *** WARNING: CExternalEquip: Object (0xb6c3294c) missing hardpoint (HpTorpedo02) for item (0xbd8f2301



Posted on: 2012/8/4 9:55
Report Top
Re: Error flserver.exe
Quite a regular
Joined:
2009/7/16 5:43
From Germany
Group:
Registered Users
Posts: 153
Offline
Quote:
E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xb5209b80 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0x942b4442 value is not unique. Aborted second version.

E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = 0xb7dd5709 value is not unique. Aborted second version.

Code:
E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = no_fighter value is not unique. Aborted second version.  
E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = no_gunboat value is not unique. Aborted second version.  
E:\FL\Scratch\Source\Common\Archetype.cpp(1643) : *** WARNING: [Ship] nickname = no_battleship value is not unique. Aborted second version.

Again ur doubled nicknames.

Quote:
E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock a) in object (0xa9e65443) E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock b) in object (0xa9e65443)

Code:
E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock a) in object (dock_ring)
E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock b) in object (dock_ring)

The other hashes are unknown to me. (@vanilla fl)

Try searchin for Adoxa's tools createid & flunhash. Both of them can be found here -> KLICK

Put them in the same folder.
Create a hashes.dat file using createid.
Then create a text file containing ur error messages.
Now simply drag this file on the flunhash.exe
The error messages will now be decrypted in a seperate text file. (in the same folder as ur created one ( mostly the same file name with a doubled filetype ending (fe. errors.txt.txt)))

hope it kinda helps

Posted on: 2012/8/4 12:38

Edited by ***M.o.D.*** on 2012/8/4 12:43:47
Report Top
Re: Error flserver.exe
Just popping in
Joined:
2011/6/29 23:04
From French , Lyon
Group:
Registered Users
FLServer Admins
Posts: 17
Offline
Okay, thank you *** *** M.o.D.

Posted on: 2012/8/4 14:26

Edited by THOR38150 on 2012/8/4 20:03:04
Report Top