operations configuration file hard crash

For new and upcoming OpenMW branches and ports; move fast and break things!
Post Reply
CalrissianTendra
Posts: 1
Joined: 01 Feb 2022, 06:27

operations configuration file hard crash

Post by CalrissianTendra »

I'm running OMW on my android fire hd8 (barely), and while I've had a bunch of mods installed for a while, I just got omwllf to merge their levelled lists. It requires your openmw.cfg file to contain all the fallback-archive=.bsa, data=''file directory'', and content=.esm/.esp in the same order as the mods/resources tabs in the app. However, when I have my openmw.cfg file in the omw/config directory and hit the play button, the app hard closes with the message, "operations configuration file contains an invalid line, followed by several boxed x symbols. If I move the openmw.cfg file out of the config folder, the app works. The solution would, of course, be simple: run OpenMW without the .cfg file, but then I've got to move the file back and forth when I want to run omwllf, which is a hastle, and I'm lazy.
Copied below is my openmw.cfg file. (For ease of transcribing mods into the .cfg, I renamed most of them that were not called by other .esp files by name.)
fallback-archive=Morrowind.bsa''
fallback-archive=Tribunal.bsa''
fallback-archive=Bloodmoon.bsa''
fallback-archive=PT_Data.bsa''
fallback-archive=TR_Data.bsa''

data=''storage/emulated/0/games/Morrowind/Data Files''

content=Morrowind.esm
content=Tribunal.esm
content=Bloodmoon.esm
content=Tamriel_Data.esm
content=OAAB_Data.esm
content=AATL_Data.esm
content=TR_Mainland.esm
content=Solstheim Tomb of the Snow Prince.esm
content=Sky_Main.esm
content=Tamrielic_Lore.esm
content=Patch for Purists.esm
content=addyarmor.esp
content=EBQ_Artifacts.esp
content=entertainers.esp
content=LeFemmeArmor.esp
content=master_index.esp
content=Expansion Delay.esp
content=Expansions Integrated.esp
content=TR_Factions.esp
content=TR_Travels.esp
content=BeastBase.esp
content=Diverse Khajiit.esp
content=TR_Dra-Vashai.esp
content=BTBGInecro.esp
content=BTBGIMerge.esp
content=BTBGI BeastBuff.esp
content=BTBGI PFP Patch.esp
content=BalMerch.esp
content=BeastNoSoulSummons.esp
content=BetterSound.esp
content=Better_Sounds_1.1_Patch_2.esp
content=BetterSounds2.esp
content=BFGSettings.esp
content=BmoonReBal.esp
content=DaedricBoundEquip.esp
content=hardalcohol.esp
content=Lake Fjalding.esp
content=MoArtifactsIE.esp
content=TL-MoAIE.esp
content=TL-MoAIEGifts.esp
content=TLInsurance.esp
content=TLWings.esp
content=NVRSigns.esp
content=OAAB T&T.esp
content=OAABShack.esp
content=PFPExtra.esp
content=PFPTypos.esp
content=Siege.esp
content=snow armor.esp
content=Speechcraft.esp
content=TOTSP_PFP.esp
content=TOTSPCI.esp
content=TOTSPSpiders.esp
content=TReBal.esp
content=Ware6House.esp
content=BalanceR&B.esp
content=SamarysTomb.esp
content=MWAC.esp
content=ncgdMW.omwaddon
content=ncgdMW2.omwaddon
content=ncgdMW3.omwaddon
User avatar
Mantar
Posts: 38
Joined: 17 Jul 2020, 23:32

Re: operations configuration file hard crash

Post by Mantar »

Code: Select all

fallback-archive=Morrowind.bsa''
fallback-archive=Tribunal.bsa''
fallback-archive=Bloodmoon.bsa''
fallback-archive=PT_Data.bsa''
fallback-archive=TR_Data.bsa''
Those quotes don't look right.
Andreaa23
Posts: 3
Joined: 17 Nov 2022, 07:50

Re: operations configuration file hard crash

Post by Andreaa23 »

Mantar wrote: 01 Feb 2022, 18:34

Code: Select all

fallback-archive=Morrowind.bsa''
fallback-archive=Tribunal.bsa''
fallback-archive=Bloodmoon.bsa''
fallback-archive=PT_Data.bsa''
fallback-archive=TR_Data.bsa''
Those quotes don't look right.
Do you know where the error is and how to fix it?
slope game
Last edited by Andreaa23 on 17 Nov 2022, 08:12, edited 1 time in total.
User avatar
Mantar
Posts: 38
Joined: 17 Jul 2020, 23:32

Re: operations configuration file hard crash

Post by Mantar »

Well I'd start by removing those quote marks. Everything else looks like a valid entry.
Post Reply