pietie Posted August 20, 2013 Author Posted August 20, 2013 Thanks for the effort with the video. Episodic games are a bit of a problem. I hacked the BTTF games onto my list and it generated fine if I publish it as a completely new system. The data is pulled from one of the Steam Big picture apis and they just return it as "Back to the Future - The Game" for all 5 episodes. I know it does the same for the monkey island episodes. I used the big picture names because it was giving me better names than the Steam Web API for some of the games on my list, but I think I'll switch it back as the web api actually gives you the episode names. Anyway...I don't think that's what caused your problem. From the video it looks like you merged with an existing list? If that's the case, can you perhaps provide me with your original xml file and your steam id? My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
Polemicist Posted August 20, 2013 Posted August 20, 2013 I thought Origin was the dark side. You don't have a Steam account??I actually haven't played a "proper" game in months Yeah have a steam account same name. But only play Tribes Ascend (again with same name) on it to the point that I hit level 40... Such a geek... Have not gone Origin yet. If I get a chance one day I'll go through a list of games and see what looks interesting.
gigapig Posted September 5, 2013 Posted September 5, 2013 Here is an entry from the generated xml. <game name="Alan Wake" SteamAppId="108710"> <description>Alan Wake</description> <genre>Action/Adventure</genre> <manufacturer>Remedy Entertainment</manufacturer> <year>2012</year> </game> In a future version of Hyperlaunch HQ, could Hyperlaunch HQ pull the SteamID directly into the SteamID field when setting up PCLauncher? Is Brolly already working on that, if it can be done? Thanks
pietie Posted September 13, 2013 Author Posted September 13, 2013 I've (finally) updated the app with some of the features I feel were missing. Most importantly there is now support for video. See the first post for more detail. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
djvj Posted September 13, 2013 Posted September 13, 2013 Nice update! "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."RocketLauncher's Official Home If you appreciate my work:My Apps:Window LoggerIdle Volume AdjusterExplorerRestorerRom Folder CleanerModule UpdaterMy Guides:How To Mod Guncons with Aimtrak
zeroone Posted October 3, 2013 Posted October 3, 2013 *deleted* I solved the issue. I made a silly error. Awesome program!
jhouff Posted October 10, 2013 Posted October 10, 2013 First off; awesome app! But call me crazy it's not downloading the background images like stated in the description. Am I missing something? Thanks!
pietie Posted October 12, 2013 Author Posted October 12, 2013 Have you checked if there was an errorlog created? The background image downloading is fairly straightforward. It simply uses the image they use on the steam store page. Some games might work different. Can you give me the steam app ids for some of your games? My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
keilmillerjr Posted October 29, 2013 Posted October 29, 2013 This app looks awesome! However, I can not remove an item from the "prune list". I press delete on my keyboard, and nothing happens. I am using a raspberry 66mhz imac keyboard. Maybe "windows" keyboards have slightly different keys? If so, I'd suggest an alternate key or way to remove the item from that list.
keilmillerjr Posted October 29, 2013 Posted October 29, 2013 I found the on screen keyboard located at C:\Windows\System32\osk.exe and it works. Temporary fix. The OSK app has the delete button represented in the same place on the screen as my actual keyboard. The physical key does work too. Hmm...
pietie Posted October 30, 2013 Author Posted October 30, 2013 This app looks awesome! However, I can not remove an item from the "prune list". I press delete on my keyboard, and nothing happens. I am using a raspberry 66mhz imac keyboard. Maybe "windows" keyboards have slightly different keys? If so, I'd suggest an alternate key or way to remove the item from that list. I'm not sure why your keyboard would send a different keycode. What OS are you using? I'll add a button you can click also...hopefully your left mouse button is the same as the rest of the world My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
keilmillerjr Posted October 31, 2013 Posted October 31, 2013 I'm not sure why your keyboard would send a different keycode. What OS are you using?I'll add a button you can click also...hopefully your left mouse button is the same as the rest of the world Windows 8. I appreciate the coming addition. Keep up the good work!
jerrolds Posted November 6, 2013 Posted November 6, 2013 Awesome! My Mame Arcade is almost complete - and wanted to add a Steam section. Question - will this work to non-steam games added to the Steam library? Can i config it in such a way that it would still fetch the correct artifacts?
pietie Posted November 6, 2013 Author Posted November 6, 2013 Currently it only works off your Steam profile and the games you have on there. I've been meaning to add the ability to load a list of custom steam app ids but haven't got around to it sorry. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
jerrolds Posted November 6, 2013 Posted November 6, 2013 No problem! Hopefully itll be added soon would be a great function. Keep up the good work.
gigapig Posted November 7, 2013 Posted November 7, 2013 pietie. Just so your aware, I did have some trouble grabbing video's at least all at once. Eventually I had to grab them in chunks (alphabetical) then save each time. It would hang up if I tried to grab all 125 videos at once. I finally got it all done, but thought you should know. Here's one of the logs. ____________________ 2013-10-12 18:09:36 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:10:37 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:27:04 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:27:16 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:28:00 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:29:44 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:34:24 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:36:17 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:36:21 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:36:32 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:48:03 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:55:56 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 18:56:12 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:15:10 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:15:19 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:18:27 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:20:14 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:43:11 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:43:13 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at MS.Internal.PtsHost.PtsHelper.ParaListFromSubtrack(PtsContext ptsContext, IntPtr subtrack, FSSUBTRACKDETAILS& subtrackDetails, FSPARADESCRIPTION[]& arrayParaDesc) at MS.Internal.PtsHost.ContainerParaClient.UpdateViewport(FSRECT& viewport) at MS.Internal.PtsHost.PtsHelper.UpdateViewportParaList(PtsContext ptsContext, FSPARADESCRIPTION[] arrayParaDesc, FSRECT& viewport) at MS.Internal.PtsHost.PtsHelper.UpdateViewportTrack(PtsContext ptsContext, FSTRACKDESCRIPTION& trackDesc, FSRECT& viewport) at MS.Internal.PtsHost.PtsPage.UpdateViewport(FSRECT& viewport) at MS.Internal.PtsHost.FlowDocumentPage.UpdateViewport(FSRECT& viewport, Boolean drawBackground) at MS.Internal.Documents.FlowDocumentFormatter.Arrange(Size arrangeSize, Rect viewport) at MS.Internal.Documents.FlowDocumentView.ArrangeOverride(Size arrangeSize) at System.Windows.FrameworkElement.ArrangeCore(Rect finalRect) at System.Windows.UIElement.Arrange(Rect finalRect) at System.Windows.ContextLayoutManager.UpdateLayout() at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg) at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget) at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Window.ShowHelper(Object booleanBox) at System.Windows.Window.Show() at System.Windows.Window.ShowDialog() at SteamWheelCreator.CreateNewSteamWheel.ShowDialog(SWCProject currentProject) at SteamWheelCreator.MainWindow.updateWheel_Click(Object sender, RoutedEventArgs e) ____________________ 2013-10-12 19:43:19 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 19:55:18 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.InvalidOperationException: There is an error in XML document (1548, 26). ---> System.Xml.XmlException: 'xsi' is an undeclared prefix. Line 1548, position 26. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos) at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) at System.Xml.XmlTextReaderImpl.AttributeNamespaceLookup() at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlReader.ReadEndElement() at System.Xml.Serialization.XmlSerializationReader.ReadEndElement() at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSWCProject.Read9_SWCProject(Boolean isNullable, Boolean checkType) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSWCProject.Read10_project() --- End of inner exception stack trace --- at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader) at SteamWheelCreator.MainWindow.loadProject_Click(Object sender, RoutedEventArgs e) ____________________ 2013-10-12 19:55:55 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.InvalidOperationException: There is an error in XML document (1548, 26). ---> System.Xml.XmlException: 'xsi' is an undeclared prefix. Line 1548, position 26. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg, Int32 lineNo, Int32 linePos) at System.Xml.XmlTextReaderImpl.LookupNamespace(NodeData node) at System.Xml.XmlTextReaderImpl.AttributeNamespaceLookup() at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlReader.ReadEndElement() at System.Xml.Serialization.XmlSerializationReader.ReadEndElement() at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSWCProject.Read9_SWCProject(Boolean isNullable, Boolean checkType) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSWCProject.Read10_project() --- End of inner exception stack trace --- at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader) at SteamWheelCreator.MainWindow.loadProject_Click(Object sender, RoutedEventArgs e) ____________________ 2013-10-12 20:01:13 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:01:13 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:35:22 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.ToArray() at SteamWheelCreator.WebRequestState.get_Data() at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:35:32 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:36:05 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:40:00 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:40:16 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:40:38 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:40:48 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:41:48 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 20:56:52 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:08:38 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.ToArray() at SteamWheelCreator.WebRequestState.get_Data() at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:08:39 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:08:43 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:09:56 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:10:21 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:11:39 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:11:49 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:11:57 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:18:46 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.IO.IOException: Unable to read data from the transport connection: Cannot access a disposed object. Object name: 'System.Net.Sockets.Socket'.. ---> System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Net.Sockets.Socket'. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult, SocketError& errorCode) at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) --- End of inner exception stack trace --- at System.Net.ConnectStream.EndRead(IAsyncResult asyncResult) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:40:24 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:41:20 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:42:22 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:42:40 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:42:44 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:53:28 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.NotSupportedException: No imaging component suitable to complete this operation was found. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x88982F50 --- End of inner exception stack trace --- at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle) at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy) at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource) at SteamWheelCreator.SelectVideoWindow.LoadGroupOfVideos(String groupName, String path) ____________________ 2013-10-12 21:56:40 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:56:50 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:58:40 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:58:45 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:58:52 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:59:27 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult) ____________________ 2013-10-12 21:59:29 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.EnsureCapacity(Int32 min) at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at SteamWheelCreator.WebRequestState.AddBuffer(Byte[] buffer, Int32 size) at SteamWheelCreator.HttpRequestWrapper.StreamReadCallback(IAsyncResult asyncResult)
pietie Posted November 7, 2013 Author Posted November 7, 2013 Yeah thanks I know about that. I was lazy when I wrote the downloading code so when you download too many large files at once it may cause an out of memory exception. I'll look into that as well. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
gigapig Posted November 7, 2013 Posted November 7, 2013 Yeah thanks I know about that. I was lazy when I wrote the downloading code so when you download too many large files at once it may cause an out of memory exception. I'll look into that as well. Thank you, it is a great addition to Hyperspin. I did a video guide which incorporates Steam Wheel Creator. I hope I did it justice.
zerojay Posted November 10, 2013 Posted November 10, 2013 Unfortunately, until the memory issue is fixed, this awesome program is pretty much unusable with my large Steam games list. Hope that you are able to tackle that somewhat soon.
pietie Posted November 13, 2013 Author Posted November 13, 2013 I did a video guide which incorporates Steam Wheel Creator. I hope I did it justice. Your videos are great thanks! I like that it shows the HL part as well. Although I noticed you did not show the video "cutting" feature. I hope there wasn't some error preventing you from using it? I personally like that feature the best as it allows me to reduce a 4min video to 35s of gaming action And you mentioned in the video the backgrounds aren't working for you...Some games might not have but I haven't came across any yet and something like Braid definitely has...it might be due to the memory issue. I'll post an update soon which will hopefully take care of that. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
pietie Posted November 13, 2013 Author Posted November 13, 2013 Unfortunately, until the memory issue is fixed, this awesome program is pretty much unusable with my large Steam games list. Hope that you are able to tackle that somewhat soon. I posted an update that should hopefully take care of this (see first post). I'd appreciate it if you could give it another try... My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
gigapig Posted November 13, 2013 Posted November 13, 2013 Your videos are great thanks! I like that it shows the HL part as well.Although I noticed you did not show the video "cutting" feature. I hope there wasn't some error preventing you from using it? I personally like that feature the best as it allows me to reduce a 4min video to 35s of gaming action And you mentioned in the video the backgrounds aren't working for you...Some games might not have but I haven't came across any yet and something like Braid definitely has...it might be due to the memory issue. I'll post an update soon which will hopefully take care of that. Thank you for the compliment. I was a little lazy when dealing with the video side of the process. Trying to gather over 120 video in chunks (as I mentioned previously) was time consuming, so I decided to leave them as is (which doesn't bother me.) But I will try this feature out of course. I have also tried the update, which now gathers the background art work as well. So thank you for the updates and continued support. I will do an update video at some stage to reflect the changes.
pietie Posted November 13, 2013 Author Posted November 13, 2013 I have also tried the update, which now gathers the background art work as well. Ah that's great, thanks for the update. My tools Steam wheel creator - Generate xml list from Steam profile with artwork and videos HyperSearch - Integrates search functionality with HyperSpin
Sonaeru Posted November 13, 2013 Posted November 13, 2013 First off, I'd like to say this app is incredible, and a product of some really wonderful work. I'm just having one problem: I keep getting a Zip File Error when I try to use the Steam wheel in Hyperspin. I can select the wheel and see all of the wheel images, but not a single theme or video is showing up. Any ideas? Edit: I'm slowly fixing this issue by unpacking and repacking every zip file associated with the wheel using "store" compression in 7zip. I'm thinking I might have screwed something up prior to running the wheel creator, because I've never had this problem with any of my other HS wheels. Thoughts?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.