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
86 user(s) are online (71 user(s) are browsing Forum)

Members: 0
Guests: 86

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 13 users playing Freelancer on 39 servers.
September. 29, 2023

Browsing this Thread:   1 Anonymous Users



 Bottom   Previous Topic   Next Topic  Register To Post

(1) 2 »


Modded Game Crashing Pre-Menu (Solved)
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
For a while, i've been having a problem with a mod i've been working on, where it crashes between the title card and the main menu. When this has happened before, it was the result of something incorrect or missing, but i've struggled to track down the cause.

Up til now, i've used FLScanII to root it out, and have fixed several other minor issues en-route, but though this has helped me narrow the issue down to probably being in the MISSIONS folder - maybe in factionprop.ini - i'm not versed enough in the errors FLScanII's giving me to know where to look past that.

The fact that the scan aborts looking at the MISSIONS folder at this point doesn't help, so all i've really got to go on is this:

Code:
[info] Checking faction_prop.ini
[fatal] Scan aborted: setting file not found in section system


Help would be appreciated, as this issue has effectively killed my enthusiasm for modding.

-Wixelt

Posted on: 2021/9/1 23:27
Top
Re: Modded Game Crashing Pre-Menu
Home away from home
Joined:
2009/8/16 2:58
From Qld, Aus.
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 2042
Offline
DATA\UNIVERSE\universe.ini has a [system] without a file = ....

Posted on: 2021/9/2 1:29
Top
Re: Modded Game Crashing Pre-Menu
Just can't stay away
Joined:
2012/8/10 14:03
Group:
Registered Users
Posts: 231
Offline
Putting aside that this clearly is an error I have my doubts that it can explain the crash at this early point.
FL seems to load the system files at a later point.

It's pretty hard to tell what causes such a crash without further info but the vast amount of crashes at this specific point are related to savegames being no longer compatible with the modded files. It would be worth a try to rename the savegame folder and try to load the game then.

Posted on: 2021/9/2 12:38
Top
Re: Modded Game Crashing Pre-Menu
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
Quote:

adoxa wrote:
DATA\UNIVERSE\universe.ini has a [system] without a file = ....

I have MultiUniverse as part of my mod files. Would its region entries in the Universe.ini not having a file directory trigger the error?

Quote:

SWAT_OP-R8R wrote:
Putting aside that this clearly is an error I have my doubts that it can explain the crash at this early point.
FL seems to load the system files at a later point.

It's pretty hard to tell what causes such a crash without further info but the vast amount of crashes at this specific point are related to savegames being no longer compatible with the modded files. It would be worth a try to rename the savegame folder and try to load the game then.

I read the issue with save files somewhere before, I think, and tried that. The mod presently doesn't have any save files attached to it and still crashes out, though thanks to how the Mod Manager handles seperating modded files, they're still there in a split off folder.

Posted on: 2021/9/2 14:30
Top
Re: Modded Game Crashing Pre-Menu
Home away from home
Joined:
2009/8/16 2:58
From Qld, Aus.
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 2042
Offline
Quote:

I have MultiUniverse as part of my mod files. Would its region entries in the Universe.ini not having a file directory trigger the error?

Yeah, that would do it.

As for your crash, could it be an intro? Nothing in the spew?

Posted on: 2021/9/2 15:38
Top
Re: Modded Game Crashing Pre-Menu
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
Quote:

Yeah, that would do it.

As for your crash, could it be an intro? Nothing in the spew?

If that's what's causing the fatal error, that might not be the cause of the crash, given I feel like i'd had MultiUniverse integrated for a while before the crashes started.

As for the spew, I did find this. Not sure why this line didn't stand out to me before when I looked since this seems like something that'd cause a crash:

Code:
E:\FL\Scratch\Source\RPCLocal\RPCServer.cpp(62) : *** ERROR: Connect - failed to LoadLibrary(server.dll)
E:\FL\Scratch\Source\DALib\DALib.cpp(376) : WARNING:General:******* DA SYSTEM: trailing references *******
E:\FL\Scratch\Source\DALib\DALib.cpp(376) : WARNING:General:******* DA SYSTEM: trailing references *******

Posted on: 2021/9/2 16:30
Top
Re: Modded Game Crashing Pre-Menu
Just can't stay away
Joined:
2012/8/10 14:03
Group:
Registered Users
Posts: 231
Offline

Quote:

The mod presently doesn't have any save files attached to it and still crashes out, though thanks to how the Mod Manager handles seperating modded files, they're still there in a split off folder.


You should double check that. When being launched, FL automatically creates a savegame if there is none. If you did changes to the modded content since that happened it still might be possible that such an incompatibility is the cause.

Posted on: 2021/9/2 16:33
Top
Re: Modded Game Crashing Pre-Menu
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
Quote:

You should double check that. When being launched, FL automatically creates a savegame if there is none. If you did changes to the modded content since that happened it still might be possible that such an incompatibility is the cause.

I tried renaming the entire Accts folder at one point to force the generation of a new one, and I still got a crash. I don't think the saves are the problem, or at least not the root issue.

Posted on: 2021/9/2 16:37
Top
Re: Modded Game Crashing Pre-Menu
Just can't stay away
Joined:
2012/8/10 14:03
Group:
Registered Users
Posts: 231
Offline
then more info is required

Posted on: 2021/9/2 16:52
Top
Re: Modded Game Crashing Pre-Menu
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
Quote:

SWAT_OP-R8R wrote:
then more info is required

I'm unsure what other info I have to provide at the moment. Originally there were several other significant errors FLScanII was picking up, but I managed to track down their causes and fix them, so what's been talked about on this thread is more or less all i've got to work with right now.

Edit: Also, I have discovered the cause of the error (thought it was the leftover files from another mod in my file backup that I missed previously, but it really was the MultiUniverse entry in universe.ini not naturally needing a file directory - adding one but leaving it blank removes the error), so now i'm just down to whatever's in FLSpew for whatever's causing my crash.

Posted on: 2021/9/2 18:34
Top
Re: Modded Game Crashing Pre-Menu
Home away from home
Joined:
2009/8/16 2:58
From Qld, Aus.
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 2042
Offline
Quote:
Code:
E:\FL\Scratch\Source\RPCLocal\RPCServer.cpp(62) : *** ERROR: Connect - failed to LoadLibrary(server.dll)

Well there's your problem - you have no EXE\server.dll. Heaven knows what else is missing, then, do a fresh install.

Posted on: 2021/9/3 1:07
Top
Re: Modded Game Crashing Pre-Menu
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
Quote:

adoxa wrote:
Quote:
Code:
E:\FL\Scratch\Source\RPCLocal\RPCServer.cpp(62) : *** ERROR: Connect - failed to LoadLibrary(server.dll)

Well there's your problem - you have no EXE\server.dll. Heaven knows what else is missing, then, do a fresh install.

That's confusing then, because if it is the server.dll that's the problem, the mod does actually have one, and Freelancer runs just fine when the mod's uninstalled, meaning a reinstall might not solve it. I'd assume then, that the problem is the server.dll in the mod being in error, but I feel like i've attempted to replace it with the wprking, vanilla one before, and since I don't think i've edited the server.dll during any other work on the mod (the closest I think would be my mixed success attempt to remove the level cap, which didn't touch the server.dll, as far as I remember) I assume I copied it over just in case.

Actually, if the server.dll is the issue, I might see what happens if I just remove it from the mod. Maybe having it there to overwrite the default one when I don't need it is the problem. Will see if this works and then edit here if it does.

Edit: Didn't work. I'm considering that reinstall, now, but still don't think it will solve the problem.

Posted on: 2021/9/3 10:54
Top
Re: Modded Game Crashing Pre-Menu

Joined:
2015/9/13 18:49
Group:
Registered Users
FLServer Admins
$$$ Supporters $$$
Senior Members
Posts: 23
Offline
If you have the .dll I wonder if its an access issue.

Are you running the game as Administrator?

Is the .dll blocked? See example screenshot.

Open in new window

Posted on: 2021/9/3 13:00
Top
Re: Modded Game Crashing Pre-Menu
Not too shy to talk
Joined:
2020/5/29 17:34
Group:
Registered Users
Posts: 64
Offline
Quote:

Raikkonen wrote:
If you have the .dll I wonder if its an access issue.

Are you running the game as Administrator?

Is the .dll blocked? See example screenshot.

The Server.dll in my mod doesn't seem to be blocked, and I set the freelancer.exe to run as Admin, but it didn't change anything. Good thought, though.

Posted on: 2021/9/3 13:20
Top
Re: Modded Game Crashing Pre-Menu
Home away from home
Joined:
2009/8/16 2:58
From Qld, Aus.
Group:
Registered Users
FLServer Admins
Trusted Speciality Developers
Senior Members
Posts: 2042
Offline
Could you post the mod's server.dll?

Posted on: 2021/9/3 13:32
Top
(1) 2 »