New game error

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
Xium
Posts: 16
Joined: Fri Jun 17, 2022 1:12 pm

New game error

Post by Xium »

MissingMethodException: DaggerfallWorkshop.DaggerfallBillboard/<AnimateBillboard>d__23 DaggerfallWorkshop.DaggerfallBillboard.get_Summary()
at (wrapper delegate-invoke) <Module>.invoke_void_PlayerEnterExit/TransitionEventArgs(DaggerfallWorkshop.Game.PlayerEnterExit/TransitionEventArgs)
at DaggerfallWorkshop.Game.PlayerEnterExit.RaiseOnTransitionDungeonInteriorEvent (DaggerfallWorkshop.StaticDoor staticDoor, DaggerfallWorkshop.DaggerfallDungeon daggerfallDungeon) [0x00011] in <d0275bf2c7274c16b0f9895a02995993>:0
at DaggerfallWorkshop.Game.PlayerEnterExit.StartDungeonInterior (DaggerfallConnect.DFLocation location, System.Boolean preferEnterMarker, System.Boolean importEnemies) [0x000d1] in <d0275bf2c7274c16b0f9895a02995993>:0
at DaggerfallWorkshop.Game.Utility.StartGameBehaviour.StartNewCharacter () [0x00131] in <d0275bf2c7274c16b0f9895a02995993>:0
at DaggerfallWorkshop.Game.Utility.StartGameBehaviour.InvokeStartMethod () [0x00051] in <d0275bf2c7274c16b0f9895a02995993>:0
at DaggerfallWorkshop.Game.Utility.StartGameBehaviour.Update () [0x00014] in <d0275bf2c7274c16b0f9895a02995993>:0

Loads the area, I hear music for a second, game freezes, the starting text/info isn't loading; is that the billboard thingy? Pretty sure the error is coming from there somewhre.

User avatar
BadLuckBurt
Posts: 948
Joined: Sun Nov 05, 2017 8:30 pm

Re: New game error

Post by BadLuckBurt »

What version of DFU are you using and which mods? It looks like one of your mods is outdated
DFU on UESP: https://en.uesp.net/w/index.php?title=T ... fall_Unity
DFU Nexus Mods: https://www.nexusmods.com/daggerfallunity
My github repositories with mostly DFU related stuff: https://github.com/BadLuckBurt

.

Xium
Posts: 16
Joined: Fri Jun 17, 2022 1:12 pm

Re: New game error

Post by Xium »

the new 0.13.5

"Title": "Daggerfall Expanded Textures",
"Title": "Location Loader",
"Title": "Ambient Weather",
"Title": "Animator",
"Title": "DREAM - CINEMATICS",
"Title": "DREAM - COMMONERS",
"Title": "Bestiary",
"Title": "Bestiary - DREAM Patch",
"Title": "DREAM - HANDHELD",
"Title": "DREAM - HUD & MENU",
"Title": "DREAM - MOBS",
"Title": "DREAM - NPCs",
"Title": "Convenient Quest Log",
"Title": "DREAM - PAPERDOLL",
"Title": "DREAM - PORTRAITS",
"Title": "Daggerfall Skyshards",
"Title": "DREAM - SOUND",
"Title": "DREAM - SPRITES",
"Title": "DREAM - TEXTURES",
"Title": "HD Enhanced - Villagers",
"Title": "HD Enhanced - Villains - 1",
"Title": "HD Enhanced - Villains - 2",
"Title": "HD Enhanced - Villains - 3",
"Title": "HD Enhanced - Monsters",
"Title": "Races Framework",
"Title": "Races Orc",
"Title": "Fixed Dungeon Exteriors",
"Title": "BasicRoads",
"Title": "TravelOptions",
"Title": "Blessed Magic Compass",
"Title": "BloodFall",
"Title": "Handpainted Models - Buildings",
"Title": "Diverse Weapons",
"Title": "Handpainted Models - Main",
"Title": "Handpainted Models - Treasure piles",
"Title": "Realistic Wagon",
"Title": "Shield Module",
"Title": "Readied Spellcasting Hands",
"Title": "Sneak and Crouch Combined",
"Title": "Skulduggery - A Thief Overhaul",
"Title": "Torch Taker",
"Title": "HRP - NSFW Painted",
"Title": "Inventory Filter",
"Title": "Airships",
"Title": "Levitate Redone",
"Title": "DraftySecretDoors",
"Title": "Modern Dialogue",
"Title": "Mighty Foot",
"Title": "No Guild Loot Piles",
"Title": "No Equip Delay",
"Title": "Prostitutes And Lovers",
"Title": "RoleplayRealism",
"Title": "NoDiceStats",
"Title": "TemplesCurePoison",
"Title": "World Tooltips",
"Title": "Power Struggle",
"Title": "Unofficial Block, Location and Model Fixes",
"Title": "UBLaMF - Map Blocks addon",
"Title": "Riding Enemies",
"Title": "Tamriel Drugs",
"Title": "Telescope",

User avatar
BadLuckBurt
Posts: 948
Joined: Sun Nov 05, 2017 8:30 pm

Re: New game error

Post by BadLuckBurt »

That's quite the list :)

I don't know if all of them are compatible with 0.13.5, the Telescope one for example hasn't been updated in a while I believe. The one thing I do know from the error you posted is that the mod subscribes to the dungeon transition event so maybe try deactivating dungeon related stuff first.

I think the fastest way to find the mod that is giving you trouble is the binary approach:

Deactivate half your mods and see if the error occurs. If it does, deactivate half of your active mods again and check if the error is still there. If it is just keep deactivating half of your active mods until it stops, at that point you should know which mods are the possible cause.

If the error doesn't occur with half of your mods active, the faulty one is in the other half so instead of deactivating, activate half of your deactivated mods and check if the error occurs again. If not just keep activating half until the error comes back.

This should tell you relatively quick which mod is causing it.
DFU on UESP: https://en.uesp.net/w/index.php?title=T ... fall_Unity
DFU Nexus Mods: https://www.nexusmods.com/daggerfallunity
My github repositories with mostly DFU related stuff: https://github.com/BadLuckBurt

.

Xium
Posts: 16
Joined: Fri Jun 17, 2022 1:12 pm

Re: New game error

Post by Xium »

Twas the torch taker mod, booshlaka
Cheerz

User avatar
Arneb
Posts: 166
Joined: Sun Mar 08, 2020 9:38 pm

Re: New game error

Post by Arneb »

Xium wrote: Fri Jun 17, 2022 5:13 pm Twas the torch taker mod, booshlaka
Cheerz
Just FYI, that mod is outdated, you can substitute it with Darker Dungeons from the same author: it does what Torch Taker did and more.

Xium
Posts: 16
Joined: Fri Jun 17, 2022 1:12 pm

Re: New game error

Post by Xium »

Cheers, eventual got it working after a lot of dramas.

Post Reply