Community

 
Jump Menu:
Post Reply
Page 4 of 20  •  Prev 1 2 3 4 5 6 ... 20 Next
3 years ago  ::  Nov 16, 2010 - 10:23AM #31
ErrantMinion
Date Joined: Mar 5, 2009
Posts: 7
CB is dead, I get the same error no matter what I do.
When it loads, I get an option to recover or discard a character. Recover results in the error.
If I discard, I can pick from the three main menu options quick, custom, or load.
Quick and custom immediately produce the error.
Load produces the error as soon as I select the character.
System.ServiceModel.FaultException:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)  
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)  
at WotC.XAMLUtilities.PropertyUpdatePropertyData.GetPropertyValue[TValueType](IDataSource dataSource, TValueType& value) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\NotificationProperties\PropertyUpdatePropertyData.cs:line 278  
at stupid(Object )  
at WotC.XAMLUtilities.LazyAttribute.CreateValue(Object owner) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\Attributes\LazyAttribute.cs:line 52  
at WotC.XAMLUtilities.BaseEnsureValueAttribute.GetPropertyValue[T](Object owner, IDataSource dataSource, T& value) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\Attributes\BaseEnsureValueAttribute.cs:line 43  
at WotC.XAMLUtilities.PropertyUpdatePropertyData.GetPropertyValue[TValueType](IDataSource dataSource, TValueType& value) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\NotificationProperties\PropertyUpdatePropertyData.cs:line 289  
at WotC.WebServiceUtilities.Server.PerformanceCounterOperation.BeforeCall(String operationName, Object[] inputs) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\WebServiceUtilities.Server\PerformanceCounterBehavior.cs:line 346  
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InspectInputsCore(MessageRpc& rpc)  
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)  
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)  
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)  
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)  
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)  
at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)  
at WotC.CharBuilder.DataModel.D20Workspace.D20WorkspaceServiceClient.D20WorkspaceServiceClientChannel.EndApply(IAsyncResult result)  
at WotC.CharBuilder.DataModel.D20Workspace.D20WorkspaceServiceClient.WotC.CharBuilder.DataModel.D20Workspace.ID20WorkspaceService.EndApply(IAsyncResult result)  
at WotC.XAMLUtilities.GeneralHelpers.<>c__DisplayClasse`2.b__d(IAsyncResult ar)  
at WotC.XAMLUtilities.GeneralHelpers.<>c__DisplayClass5`1.<>c__DisplayClass7.<>c__DisplayClass9.b__3()


PS: You should fire the programmer that named a function 'stupid'
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:37AM #32
Darth_Jerrod
Date Joined: Jul 6, 2007
Posts: 1,174

During Assign Abilities:

Home Campaign,
Warpriest
Human

Chose point buy, spent points, hit reset, Chose Roll Dice, Chose choose array and picked the 16,14,14,11,10,10 and got this error message.

System.ServiceModel.FaultException: System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at System.Diagnostics.PerformanceCounter.set_CategoryName(String value)
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, Boolean readOnly)
   at stupid(Object )
   at WotC.XAMLUtilities.LazyAttribute.CreateValue(Object owner) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\Attributes\LazyAttribute.cs:line 52
   at WotC.XAMLUtilities.BaseEnsureValueAttribute.GetPropertyValue[T](Object owner, IDataSource dataSource, T& value) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\Attributes\BaseEnsureValueAttribute.cs:line 43
   at WotC.XAMLUtilities.PropertyUpdatePropertyData.GetPropertyValue[TValueType](IDataSource dataSource, TValueType& value) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\XAMLUtilities\NotificationProperties\PropertyUpdatePropertyData.cs:line 289
   at WotC.WebServiceUtilities.Server.PerformanceCounterOperation.BeforeCall(String operationName, Object[] inputs) in e:\DDiApps\trunk\CharBuilderEssentials\DDiApps\CharBuilderEssentials\trunk\WebServiceUtilities.Server\PerformanceCounterBehavior.cs:line 346
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InspectInputsCore(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
   at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
   at WotC.CharBuilder.DataModel.D20Workspace.D20WorkspaceServiceClient.D20WorkspaceServiceClientChannel.EndApply(IAsyncResult result)
   at WotC.CharBuilder.DataModel.D20Workspace.D20WorkspaceServiceClient.WotC.CharBuilder.DataModel.D20Workspace.ID20WorkspaceService.EndApply(IAsyncResult result)
   at WotC.XAMLUtilities.GeneralHelpers.<>c__DisplayClasse`2.b__d(IAsyncResult ar)
   at WotC.XAMLUtilities.GeneralHelpers.<>c__DisplayClass5`1.<>c__DisplayClass7.<>c__DisplayClass9.b__3()

"I sense your fear... It flows from you like a mighty river."
Darth Jerrod too Kyrr Starhopper
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:38AM #33
Darth_Jerrod
Date Joined: Jul 6, 2007
Posts: 1,174

  1. Backgrounds: When you click to view a background, the enviroment in the first description stays in subsequent background clicks.
    example if I choose BLEAKMIRE, the Creaping Vines, Insect Clouds etc etc stays in the description box when I chose Bezerker (Racial) but will change if I choose another geography selection then that one will stay in the description.
  2. Choose and Select Buttons: I have to click the buttons more than once to get them to accept, I do not know if this is lag (if it is lag it is unacceptable) either way the lag is slow.


"I sense your fear... It flows from you like a mighty river."
Darth Jerrod too Kyrr Starhopper
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:41AM #34
Kerrus
  • Dragon Slayer
Date Joined: Jan 29, 2008
Posts: 1,428
Oh, apparently the launch of the web CB also broke the forums because my layout is all ****ed up.
Oh Content, where art thou?
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:46AM #35
3beanchili
Date Joined: Sep 14, 2010
Posts: 18
Was none of this stuff tested? This is blowing my mind right now.
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:49AM #36
Vulithral
Date Joined: Oct 7, 2009
Posts: 12
Tried to add a deity for a fighter and i kept getting an error template not found message.  It's nifty it really is I just don't seem to care for it as much.  This kind of shoddy work could have been used for the offline CB
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:50AM #37
andrewgr
Date Joined: Aug 19, 2007
Posts: 65
Imported my character, wanted to change one of the Feats, so I clicked on it and then clicked on the "Deselect" button and it crashed.  The crash message starts off with "Error: Template Not Found".
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 10:58AM #38
BStormLA
Date Joined: Mar 23, 2008
Posts: 27
I'm unable to even launch the program. When I click any of the links to go to the new Character Builder all I get is the page inviting me to subscribe to DDI. I'm already a subscriber, and I'm logged in, so why is still it asking me to subscribe?

I'm seriously considering just doing a chargeback and writing off D&D completely.. it's becoming apparent that customer service and providing what was promised are not priorities.
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 11:00AM #39
3beanchili
Date Joined: Sep 14, 2010
Posts: 18
Like they say in the mmo world "You only get one launch."

I've seen the comparison mentioned between this new dnd and mmos, so I thought that an appropriate quote.

I have to say this launch is one of the more epic fails.

I hope that have it on G4's Attack of the Show's Epic Fail spot light.
Quick Reply
Cancel
3 years ago  ::  Nov 16, 2010 - 11:07AM #40
VampyresThrenody
Date Joined: Oct 21, 2006
Posts: 283
I'm not even able to load the CB. With both Chrome and Firefox it just tells me that "session has timed out. Would you like to log in?" After hitting accept about 3-4 times, I've given up...very likely won't be re-subbing until well after they get this working.
Quick Reply
Cancel
Page 4 of 20  •  Prev 1 2 3 4 5 6 ... 20 Next
Jump Menu:
 
    Viewing this thread :: 0 registered and 1 guest
    No registered users viewing