Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Random Image
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Who's Online
44 user(s) are online (26 user(s) are browsing Forum)

Members: 0
Guests: 44

more...
Collapse/Expand Donations
Monthly costs: -30€
Income (ads): +5€
Donations (last month): +0€

Current balance: 55€
(last updated 04/2021)

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

Thanks!
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 21 users playing Freelancer on 43 servers.
March. 30, 2023

Browsing this Thread:   1 Anonymous Users



 Bottom   Previous Topic   Next Topic  Register To Post



WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Home away from home
Joined:
2010/2/22 0:47
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 928
Offline
I'm getting the following error in FLSpew:

WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not found.

My guess is: this is about a patrol path. The game can't find either the begin or end location.

I get a crash around one base in particular. There doesn't seem anything wrong with the base setup files (Universe.ini, the BASE and ROOM files, mBases with a working msg_id_prefix etc.

Furthermore, I've linked all the gates and holes to themselves, so there are no gates or holes going nowhere.

FLScan and FLEC do not reprt any errors in the related files.

So, what can the trigger the error report and/or the crash that often happens when I'n around this base?

Thanks for your time!

Posted on: 2010/11/24 18:02
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Home away from home
Joined:
2010/2/22 0:47
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 928
Offline
What I should add: the system I'm working on is an adaption of an existing FL system (I used New Berlin as a template and I mirrored it); that's why I did not create every occuring path and locations of things myself.

I did, of course, look after the factions, reputations etc. when I transformed the system into something else.

Posted on: 2010/11/24 18:10
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Starport Admin
Joined:
2009/2/21 21:42
Group:
Webmasters
Registered Users
Posts: 3520
Offline
Actually, the THORN mention should point you directly to a path bug in a THN file.

Posted on: 2010/11/24 18:57
"Cynicism is not realistic and tough. It's unrealistic and kind of cowardly because it means you don't have to try."
-Peggy Noonan
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Home away from home
Joined:
2010/2/22 0:47
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 928
Offline
Quote:

FriendlyFire wrote:
Actually, the THORN mention should point you directly to a path bug in a THN file.

Really? I contemplated that, but I don't use any custom THN files in this system, so I assumed it must mean something else. Can't hurt to check though. Thanks!

Anyway, the crashes bother me more than the error message.

I found that my altered System now has patrolp_assault encounters for the Liberty Navy. Is that possible? Or could it be related to a crash? (It's a long time ago. Can't remember if certain encounter types are limited to certain factions, and vice versa)

Posted on: 2010/11/24 19:20
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Starport Admin
Joined:
2009/2/21 21:42
Group:
Webmasters
Registered Users
Posts: 3520
Offline
Patrol paths are likely to be your crash problem. It's probable that the warning message actually has nothing to do with the crash.

Do you have a FLServer log? Any other error message?

Otherwise I'd just try to remove/comment the paths and see how it reacts.

Posted on: 2010/11/25 0:45
"Cynicism is not realistic and tough. It's unrealistic and kind of cowardly because it means you don't have to try."
-Peggy Noonan
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Home away from home
Joined:
2008/6/2 10:17
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 1847
Offline
Just a hunch: message could be a mismatched room script.

e.g.:

[Room_Info]
set_script = Scripts\Bases\Br_01_Bar_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\Br_01_Bar_ambi_int_01.thn

Posted on: 2010/11/25 1:47
"C" for "Caterpillar"... "Cool"... "Cheesey"!
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Home away from home
Joined:
2010/2/22 0:47
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 928
Offline
Quote:

StarTrader wrote:
Just a hunch: message could be a mismatched room script.

e.g.:

[Room_Info]
set_script = Scripts\Bases\Br_01_Bar_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\Br_01_Bar_ambi_int_01.thn

Thanks!! Makes sense, though I didn't see any obvious mistakes. I will look into this in more detail when I have eliminated the crashing error.

Posted on: 2010/11/25 15:06
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Home away from home
Joined:
2010/2/22 0:47
Group:
Registered Users
$$$ Supporters $$$
Senior Members
Posts: 928
Offline
Quote:

FriendlyFire wrote:
Patrol paths are likely to be your crash problem. It's probable that the warning message actually has nothing to do with the crash.

Do you have a FLServer log? Any other error message?

Otherwise I'd just try to remove/comment the paths and see how it reacts.

Thanks, Yes this is what I'm gonna do now (removing the paths, adding them on by one)

Btw I don't have an error log except the often inadequate FLSpew (FLSpit enhanced). I haven't used FLserver for quite some time... Does it give more detailed error logs?

Posted on: 2010/11/25 15:10
Top
Re: WARNING:General:THORN: Failed to create event of type 8(START_PATH_MOTION). Secondary entity not fo
Not too shy to talk
Joined:
2009/7/21 11:33
From Copenhagen, Denmark
Group:
Registered Users
Posts: 92
Offline
Looks like a THN error to me

Posted on: 2010/11/26 17:18
Top