0.7.2 64 bit Freeze [RESOLVED]

Locked
User avatar
jayhova
Posts: 924
Joined: Wed Jul 19, 2017 7:54 pm
Contact:

0.7.2 64 bit Freeze [RESOLVED]

Post by jayhova »

Guard inside the mages guild; When you click on him the dialog box comes up but nothing is clickable. A couple of revisions ago there was no mouse pointer but you could jump out of the screen with esc. Now there is a mouse pointer but still nothing is clickable and esc won't get you out of the screen.

SAVE10.zip
(232.49 KiB) Downloaded 71 times
Remember always 'What would Julian Do?'.

User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: 0.7.2 64 bit Freeze

Post by pango »

Just tested and it triggers an exception:

Code: Select all

Got guild for faction id: 40, social group: Scholars, guild: MagesGuild
 
ArgumentOutOfRangeException: Argument is out of range.
Parameter name: There is no Order that matches the factionId: 40
  at DaggerfallWorkshop.Game.Guilds.KnightlyOrder.GetOrder (Int32 factionId) [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.Guilds.GuildManager.GetGuild (GuildGroups guildGroup, Int32 buildingFactionId) [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.TalkManager.GetNPCGreetingText () [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.UserInterface.DaggerfallTalkWindow.SetStartConversation () [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.UserInterface.DaggerfallTalkWindow.Setup () [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.UserInterfaceWindows.DaggerfallBaseWindow.Update () [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.UserInterfaceWindows.DaggerfallPopupWindow.Update () [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.UserInterface.DaggerfallTalkWindow.Update () [0x00000] in <filename unknown>:0 
  at DaggerfallWorkshop.Game.DaggerfallUI.Update () [0x00000] in <filename unknown>:0 
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

R.D.
Posts: 379
Joined: Fri Oct 07, 2016 10:41 am

Re: 0.7.2 64 bit Freeze

Post by R.D. »

Yep, I just sent in a PR for it.

User avatar
jayhova
Posts: 924
Joined: Wed Jul 19, 2017 7:54 pm
Contact:

Re: 0.7.2 64 bit Freeze

Post by jayhova »

COOL!!!! How many points do I get for generating an exception? Is it like finding the marble in the oatmeal? Do I get to drink from the fire hose?
Remember always 'What would Julian Do?'.

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: 0.7.2 64 bit Freeze [RESOLVED]

Post by Interkarma »

Resolved. Thank you for the report, and thank you Allofich/R.D. for the fix!

Locked