SiliconStudio / xenko

Old repo for Xenko Game Engine. Please use https://github.com/xenko3d/xenko instead.
http://xenko.com
1.54k stars 345 forks source link

Error creating new project after update 1.1b #212

Closed begrs closed 9 years ago

begrs commented 9 years ago

Started the programm with normal permissions and got the following error. If i start the programm with administrative priveleges everything works, but i would prefer normal priveleges due to security reasons. The programm crashed at the first start after the update as i clicked the "new project" button.

Error: Paradox Version: 1.1.0-beta GameStudio Version: 4 User: XXXXXXXX (i removed this, shouldn't be in an error report) Current Directory: C:\Program Files\Paradox OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1 Command Line Args: Exception type: InvalidOperationException Exception message: Error while loading default package from [C:/Program Files/Paradox/GamePackages/Paradox.1.1.0-beta\Paradox.pdxpkg]: []: Error: Error while pre-loading package [C:\Program Files\Paradox\GamePackages\Paradox.1.1.0-beta\Paradox.pdxpkg]. System.BadImageFormatException: Die Datei oder Assembly "SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5596.31192, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden. Dateiname: 'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5596.31192, Culture=neutral, PublicKeyToken=null' bei System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte* ppBlob, Byte* pEndBlob, Int32\ pcNamedArgs) bei System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) bei System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit) bei System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit) bei SharpYaml.Serialization.AttributeRegistry.GetAttributes(MemberInfo memberInfo, Boolean inherit) bei SiliconStudio.Core.Yaml.YamlSerializer.AtributeRegistryFilter.GetAttributes(MemberInfo memberInfo, Boolean inherit) bei SharpYaml.Serialization.AssemblyRegistry.RegisterAssembly(Assembly assembly, IAttributeRegistry attributeRegistry) bei SharpYaml.Serialization.SerializerSettings.RegisterAssembly(Assembly assembly) bei SiliconStudio.Core.Yaml.YamlSerializer.CreateSerializer(Boolean keepOnlySealedOverrides, Serializer& localSerializer) bei SiliconStudio.Core.Yaml.YamlSerializer.GetYamlSerializer(Boolean keepOnlySealedOverrides) bei SiliconStudio.Core.Yaml.YamlSerializer.Deserialize(Stream stream) bei SiliconStudio.Assets.Serializers.AssetYamlSerializer.Load(Stream stream, String assetFileExtension) bei SiliconStudio.Assets.AssetSerializer.Load(Stream stream, String assetFileExtension) bei SiliconStudio.Assets.AssetSerializer.Load(String filePath) bei SiliconStudio.Assets.AssetSerializer.Load[T](String filePath) bei SiliconStudio.Assets.Package.Load(ILogger log, String filePath, PackageLoadParameters loadParametersArg)

WRN: Protokollierung der Assemblybindung ist AUS. Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert HKLM\Software\Microsoft\Fusion!EnableLog auf 1 festlegen. Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße. Sie können diese Funktion deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.

StackTrace: bei SiliconStudio.Assets.PackageStore..ctor(String installationPath, String defaultPackageName, String defaultPackageVersion) bei SiliconStudio.Assets.PackageStore.<.cctor>b4() bei System.Lazy1.CreateValue() bei System.Lazy1.LazyInitValue() bei System.Lazy`1.get_Value() bei SiliconStudio.Assets.PackageStore.get_Instance() bei SiliconStudio.Assets.Templates.TemplateManager.FindTemplates() bei SiliconStudio.Assets.Editor.ViewModel.Templates.TemplateCollectionViewModel..ctor(IViewModelServiceProvider serviceProvider, SessionContext sessionContext, TemplateScope scope, Boolean createSolution) bei SiliconStudio.Assets.Editor.View.TemplatesWindow..ctor(SessionContext sessionContext, TemplateScope type, Boolean createSolution) bei SiliconStudio.Assets.Editor.View.Services.EditorDialogService.CreateTemplateDialog(PackageSession session, TemplateScope type, Boolean createSolution) bei SiliconStudio.Assets.Editor.ViewModel.SessionViewModel.db.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei SiliconStudio.Assets.Editor.ViewModel.EditorViewModel.d19.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei SiliconStudio.Assets.Editor.ViewModel.EditorViewModel.<<.ctor>b4>da.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.b4(Object state) bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) bei System.Windows.Threading.DispatcherOperation.InvokeImpl() bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Windows.Threading.DispatcherOperation.Invoke() bei System.Windows.Threading.Dispatcher.ProcessQueue() bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) bei System.Windows.Threading.Dispatcher.Run() bei System.Windows.Application.RunDispatcher(Object ignore) bei System.Windows.Application.RunInternal(Window window) bei System.Windows.Application.Run(Window window) bei SiliconStudio.Paradox.GameStudio.Program.Main(String[] args)

begrs commented 9 years ago

I just realised, that the problem was not resolved with higher privs. There were no error, so i thought it did work, but i have not a single template to chose from. Also if i try to open the old JumpyJet example i created, i got this error: Paradox Version: 1.1.0-beta GameStudio Version: 4 Error Message: Unexpected exception User: XXXXXXXXX Current Directory: C:\Program Files\Paradox OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1 Command Line Args: Exception type: InvalidOperationException Exception message: No screen modes found StackTrace: bei SiliconStudio.Paradox.Games.GraphicsDeviceManager.FindBestDevice(Boolean anySuitableDevice) bei SiliconStudio.Paradox.Games.GraphicsDeviceManager.ChangeOrCreateDevice(Boolean forceCreate) bei SiliconStudio.Paradox.Games.GraphicsDeviceManager.SiliconStudio.Paradox.Games.IGraphicsDeviceManager.CreateDevice() bei SiliconStudio.Paradox.Games.GameBase.InitializeBeforeRun() bei SiliconStudio.Paradox.Games.GamePlatform.OnInitCallback() bei SiliconStudio.Paradox.Games.GameWindowDesktop.Run() bei SiliconStudio.Paradox.Games.GamePlatform.Run(GameContext gameContext) bei SiliconStudio.Paradox.Games.GameBase.Run(GameContext gameContext) bei SiliconStudio.Paradox.GameStudio.ParadoxViewService.ParadoxUIThread(Object projectSession) bei SiliconStudio.Core.Diagnostics.SafeAction.<>cDisplayClass4.b3(Object obj)

xen2 commented 9 years ago

Just to make sure, 32 or 64 bit OS?

ClausChristiansen commented 9 years ago

Same observation on Win8.1 64bit Selecting File -> New -> Sprite Fonts Sample Only select Windows as Platform This consistently results in a fatal error (pasted below) Note that the particular sample is not relevant. Paradox crashes with the fatal error on all project templates (including 'New Game')

Loading the created sln by File -> Open Recent -> SpriteFonts.sln also crashes with fatal error.

Doing exactly the same with v1.0 works just fine.

Pasted error: Paradox Version: 1.1.0-beta GameStudio Version: 4 Error Message: Unexpected exception User: ** Current Directory: C:\Program Files (x86)\Paradox OS Version: Microsoft Windows NT 6.2.9200.0 Command Line Args: Exception type: InvalidOperationException Exception message: No screen modes found StackTrace: ved SiliconStudio.Paradox.Games.GraphicsDeviceManager.FindBestDevice(Boolean anySuitableDevice) ved SiliconStudio.Paradox.Games.GraphicsDeviceManager.ChangeOrCreateDevice(Boolean forceCreate) ved SiliconStudio.Paradox.Games.GameBase.InitializeBeforeRun() ved SiliconStudio.Paradox.Games.GamePlatform.OnInitCallback() ved SiliconStudio.Paradox.Games.GameWindowDesktop.Run() ved SiliconStudio.Paradox.Games.GameBase.Run(GameContext gameContext) ved SiliconStudio.Paradox.Assets.Presentation.SceneEditor.SceneService.SceneParadoxThread(Object initializationSignal) ved SiliconStudio.Core.Diagnostics.SafeAction.<>cDisplayClass4.b3(Object obj)

xoofx commented 9 years ago

Sorry for the trouble. What are your GPU configuration and drivers? (we forgot to put it in the report)

xen2 commented 9 years ago

Scene editor was requiring a DX11 GPU. We changed that so that it fallbacks to DX10 if no DX11 device found (for next release, 1.1.1).

begrs commented 9 years ago

Sry i hadn't had internet for a while. Since i have Dx11 i am not sure if this will fix the problem for me.

For the record: Laptop Win 7 Professional 32bit (6.1 Build 7601) with latest updates System Language and Formats: German Pentium R Dual-COre CPU T4300 2.1 Ghz 2GB Ram Display: DirectX 11, Resolution: 1366 x 768 (60Hz, 32bit) Mobile Intel(R) 4 Series Express Chipset Family

here is the full dxdiag output, sry for the long post :)

------------------
System Information
------------------
Time of this report: 5/11/2015, 09:58:29
       Machine name: #############
   Operating System: Windows 7 Professional 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.150316-1654)
           Language: German (Regional Setting: German)
System Manufacturer: ASUSTeK Computer Inc.        
       System Model: K50IJ               
               BIOS: Default System BIOS
          Processor: Pentium(R) Dual-Core CPU       T4300  @ 2.10GHz (2 CPUs), ~2.1GHz
             Memory: 2048MB RAM
Available OS Memory: 2014MB RAM
          Page File: 990MB used, 3035MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
   User DPI Setting: Using System DPI
 System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
     DxDiag Version: 6.01.7601.17514 32bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: No problems found.
          Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D:    0/4 (retail)
DirectDraw:  0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay:  0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow:  0/6 (retail)

---------------
Display Devices
---------------
          Card name: Mobile Intel(R) 4 Series Express Chipset Family
       Manufacturer: Intel Corporation
          Chip type: Mobile Intel(R) 4 Series Express Chipset Family
           DAC type: Internal
         Device Key: Enum\PCI\VEN_8086&DEV_2A42&SUBSYS_18621043&REV_09
     Display Memory: 814 MB
   Dedicated Memory: 64 MB
      Shared Memory: 750 MB
       Current Mode: 1366 x 768 (32 bit) (60Hz)
       Monitor Name: PnP-Monitor (Standard)
      Monitor Model: unknown
         Monitor Id: AUO20EC
        Native Mode: 1366 x 768(p) (60.006Hz)
        Output Type: Internal
        Driver Name: igdumdx32.dll,igd10umd32.dll
Driver File Version: 8.15.0010.2302 (English)
     Driver Version: 8.15.10.2302
        DDI Version: 10
       Driver Model: WDDM 1.1
  Driver Attributes: Final Retail
   Driver Date/Size: 2/11/2011 19:09:48, 571904 bytes
        WHQL Logo'd: n/a
    WHQL Date Stamp: n/a
  Device Identifier: {D7B78E66-6902-11CF-0D7B-6838A9C2C535}
          Vendor ID: 0x8086
          Device ID: 0x2A42
          SubSys ID: 0x18621043
        Revision ID: 0x0009
 Driver Strong Name: oem4.inf:Intel.Mfg:iCNT0:8.15.10.2302:pci\ven_8086&dev_2a42
     Rank Of Driver: 00E62001
        Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C 
   Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
       D3D9 Overlay: Supported
            DXVA-HD: Supported
       DDraw Status: Enabled
         D3D Status: Enabled
         AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Lautsprecher (High Definition Audio-Gerät)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_0397&SUBSYS_10431111&REV_1000
        Manufacturer ID: 1
             Product ID: 65535
                   Type: WDM
            Driver Name: HdAudio.sys
         Driver Version: 6.01.7601.17514 (German)
      Driver Attributes: Final Retail
            WHQL Logo'd: n/a
          Date and Size: 11/20/2010 23:29:03, 304128 bytes
            Other Files: 
        Driver Provider: Microsoft
         HW Accel Level: Basic
              Cap Flags: 0x0
    Min/Max Sample Rate: 0, 0
Static/Strm HW Mix Bufs: 0, 0
 Static/Strm HW 3D Bufs: 0, 0
              HW Memory: 0
       Voice Management: No
 EAX(tm) 2.0 Listen/Src: No, No
   I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

---------------------
Sound Capture Devices
---------------------
            Description: Mikrofon (High Definition Audio-Gerät)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: HdAudio.sys
         Driver Version: 6.01.7601.17514 (German)
      Driver Attributes: Final Retail
          Date and Size: 11/20/2010 23:29:03, 304128 bytes
              Cap Flags: 0x0
           Format Flags: 0x0

            Description: Mikrofon (High Definition Audio-Gerät)
  Default Sound Capture: No
  Default Voice Capture: No
            Driver Name: HdAudio.sys
         Driver Version: 6.01.7601.17514 (German)
      Driver Attributes: Final Retail
          Date and Size: 11/20/2010 23:29:03, 304128 bytes
              Cap Flags: 0x0
           Format Flags: 0x0

-------------------
DirectInput Devices
-------------------
      Device Name: Maus
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: Tastatur
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB-Root-Hub
| Vendor/Product ID: 0x8086, 0x2938
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 11/27/2013 03:14:25, 258560 bytes
| Driver: usbd.sys, 11/27/2013 03:13:33, 6016 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ Standardtastatur (PS/2)
| Matching Device ID: *pnp0303
| Service: i8042prt
| Driver: i8042prt.sys, 7/14/2009 01:11:24, 80896 bytes
| Driver: kbdclass.sys, 7/14/2009 03:20:36, 42576 bytes
| 
+ Terminalserver-Tastaturtreiber
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/14/2009 01:11:24, 80896 bytes
| Driver: kbdclass.sys, 7/14/2009 03:20:36, 42576 bytes
| 
+ Standard-PS/2-Maus
| Matching Device ID: *pnp0f0e
| Service: i8042prt
| Driver: i8042prt.sys, 7/14/2009 01:11:24, 80896 bytes
| Driver: mouclass.sys, 7/14/2009 03:20:44, 41552 bytes
| 
+ Terminalserver-Maustreiber
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/20/2010 23:29:03, 53120 bytes
| Driver: sermouse.sys, 7/14/2009 01:45:08, 19968 bytes
| Driver: mouclass.sys, 7/14/2009 03:20:44, 41552 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 143.3 GB
Total Space: 200.1 GB
File System: NTFS
      Model: ST9320325AS ATA Device

      Drive: D:
      Model: Optiarc DVD RW AD-7580S ATA Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (German), 11/20/2010 23:29:03, 108544 bytes

--------------
System Devices
--------------
     Name: Atheros AR9285 Wireless Network Adapter
Device ID: PCI\VEN_168C&DEV_002B&SUBSYS_10891A3B&REV_01\001517FFFF24141200
   Driver: n/a

     Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_18671043&REV_03\3&11583659&0&E1
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (German), 11/20/2010 23:29:03, 153984 bytes

     Name: Intel(R) ICH9-Familie USB universeller Hostcontroller - 2936
Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_18671043&REV_03\3&11583659&0&EA
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:36, 24064 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_18671043&REV_03\3&11583659&0&E0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (German), 11/20/2010 23:29:03, 153984 bytes

     Name: Intel(R) ICH9-Familie USB universeller Hostcontroller - 2935
Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_18671043&REV_03\3&11583659&0&E9
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:36, 24064 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: High Definition Audio-Controller
Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_10431111&REV_03\3&11583659&0&D8
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (German), 11/20/2010 23:29:03, 108544 bytes

     Name: Intel(R) ICH9-Familie USB universeller Hostcontroller - 2934
Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_18671043&REV_03\3&11583659&0&E8
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:36, 24064 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: Intel(R) ICH9-Familie USB2 erweiterter Hostcontroller - 293C
Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_18671043&REV_03\3&11583659&0&D7
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:41, 43520 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: Standard AHCI 1.0 Serieller-ATA-Controller
Device ID: PCI\VEN_8086&DEV_2929&SUBSYS_18671043&REV_03\3&11583659&0&FA
   Driver: C:\Windows\system32\DRIVERS\msahci.sys, 6.01.7601.17514 (English), 11/20/2010 23:29:03, 28032 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (German), 7/14/2009 03:19:03, 42560 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 03:26:15, 21584 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.18231 (German), 8/5/2013 03:56:47, 133056 bytes

     Name: Mobile Intel(R) 4 Series Express Chipset Family
Device ID: PCI\VEN_8086&DEV_2A43&SUBSYS_18621043&REV_09\3&11583659&0&11
   Driver: n/a

     Name: Intel(R) ICH9-Familie USB2 erweiterter Hostcontroller - 293A
Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_18671043&REV_03\3&11583659&0&EF
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:41, 43520 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: Intel(R) ICH9M LPC Interface Controller - 2919
Device ID: PCI\VEN_8086&DEV_2919&SUBSYS_18671043&REV_03\3&11583659&0&F8
   Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 03:20:43, 13888 bytes

     Name: Mobile Intel(R) 4 Series Express Chipset Family
Device ID: PCI\VEN_8086&DEV_2A42&SUBSYS_18621043&REV_09\3&11583659&0&10
   Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 8.15.0010.2302 (English), 2/11/2011 19:12:16, 9036800 bytes
   Driver: C:\Windows\system32\igdumd32.dll, 8.15.0010.2302 (English), 2/11/2011 19:12:16, 4967424 bytes
   Driver: C:\Windows\system32\igkrng500.bin, 2/11/2011 19:10:50, 982240 bytes
   Driver: C:\Windows\system32\igcompkrng500.bin, 2/11/2011 19:10:52, 439308 bytes
   Driver: C:\Windows\system32\igfcg500m.bin, 2/11/2011 19:10:50, 92356 bytes
   Driver: C:\Windows\system32\iglhxs32.vp, 2/11/2011 19:42:52, 51636 bytes
   Driver: C:\Windows\system32\iglhxo32.vp, 2/11/2011 18:35:00, 60015 bytes
   Driver: C:\Windows\system32\iglhxc32.vp, 2/11/2011 18:35:00, 60226 bytes
   Driver: C:\Windows\system32\iglhxg32.vp, 2/11/2011 18:35:00, 60254 bytes
   Driver: C:\Windows\system32\iglhxa32.vp, 2/11/2011 18:35:00, 1090 bytes
   Driver: C:\Windows\system32\iglhxa32.cpa, 2/11/2011 18:35:00, 1921265 bytes
   Driver: C:\Windows\system32\iglhcp32.dll, 1.05.0002.0001 (English), 2/11/2011 18:35:00, 147456 bytes
   Driver: C:\Windows\system32\iglhsip32.dll, 1.05.0002.0001 (English), 2/11/2011 18:35:00, 208896 bytes
   Driver: C:\Windows\system32\hccutils.dll, 8.15.0010.2302 (English), 2/11/2011 18:40:48, 95232 bytes
   Driver: C:\Windows\system32\igfxsrvc.dll, 8.15.0010.2302 (English), 2/11/2011 18:41:12, 57856 bytes
   Driver: C:\Windows\system32\igfxsrvc.exe, 8.15.0010.2302 (English), 2/11/2011 19:26:30, 267800 bytes
   Driver: C:\Windows\system32\igfxpph.dll, 8.15.0010.2302 (English), 2/11/2011 18:41:30, 195584 bytes
   Driver: C:\Windows\system32\igfxcpl.cpl, 8.15.0010.2302 (English), 2/11/2011 18:41:30, 115200 bytes
   Driver: C:\Windows\system32\igfxdev.dll, 8.15.0010.2302 (English), 2/11/2011 18:40:38, 228864 bytes
   Driver: C:\Windows\system32\igfxdo.dll, 8.15.0010.2302 (English), 2/11/2011 18:40:56, 130048 bytes
   Driver: C:\Windows\system32\igfxtray.exe, 8.15.0010.2302 (English), 2/11/2011 19:26:32, 137752 bytes
   Driver: C:\Windows\system32\hkcmd.exe, 8.15.0010.2302 (English), 2/11/2011 19:26:26, 171032 bytes
   Driver: C:\Windows\system32\igfxress.dll, 8.15.0010.2302 (English), 2/11/2011 18:40:38, 828928 bytes
   Driver: C:\Windows\system32\igfxpers.exe, 8.15.0010.2302 (English), 2/11/2011 19:26:30, 172568 bytes
   Driver: C:\Windows\system32\igfxTMM.dll, 8.15.0010.2302 (English), 2/11/2011 18:41:30, 261632 bytes
   Driver: C:\Windows\system32\TVWSetup.exe, 1.00.0001.0000 (English), 2/11/2011 19:26:38, 8198680 bytes
   Driver: C:\Windows\system32\gfxSrvc.dll, 8.15.0010.2302 (German), 2/11/2011 18:40:42, 120320 bytes
   Driver: C:\Windows\system32\GfxUI.exe, 8.15.0010.2302 (German), 2/11/2011 19:26:22, 3157528 bytes
   Driver: C:\Windows\system32\GfxUI.exe.config, 2/11/2011 18:38:44, 151 bytes
   Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 2/11/2011 18:40:40, 4096 bytes
   Driver: C:\Windows\system32\igfxext.exe, 8.15.0010.2302 (English), 2/11/2011 19:26:28, 179224 bytes
   Driver: C:\Windows\system32\igfxexps.dll, 8.15.0010.2302 (English), 2/11/2011 18:41:28, 23552 bytes
   Driver: C:\Windows\system32\igfxrara.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:00, 84480 bytes
   Driver: C:\Windows\system32\igfxrchs.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:00, 81920 bytes
   Driver: C:\Windows\system32\igfxrcht.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:00, 81920 bytes
   Driver: C:\Windows\system32\igfxrdan.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:02, 84992 bytes
   Driver: C:\Windows\system32\igfxrdeu.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:02, 86016 bytes
   Driver: C:\Windows\system32\igfxrenu.lrc, 8.15.0010.2302 (English), 2/11/2011 18:40:38, 85504 bytes
   Driver: C:\Windows\system32\igfxresn.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:08, 86528 bytes
   Driver: C:\Windows\system32\igfxrfin.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:02, 85504 bytes
   Driver: C:\Windows\system32\igfxrfra.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:02, 86528 bytes
   Driver: C:\Windows\system32\igfxrheb.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:04, 84480 bytes
   Driver: C:\Windows\system32\igfxrita.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:04, 86016 bytes
   Driver: C:\Windows\system32\igfxrjpn.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:04, 82944 bytes
   Driver: C:\Windows\system32\igfxrkor.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:06, 82944 bytes
   Driver: C:\Windows\system32\igfxrnld.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:02, 86016 bytes
   Driver: C:\Windows\system32\igfxrnor.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:06, 85504 bytes
   Driver: C:\Windows\system32\igfxrplk.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:06, 86016 bytes
   Driver: C:\Windows\system32\igfxrptb.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:06, 85504 bytes
   Driver: C:\Windows\system32\igfxrptg.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:08, 86016 bytes
   Driver: C:\Windows\system32\igfxrrus.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:08, 86016 bytes
   Driver: C:\Windows\system32\igfxrsky.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:10, 86016 bytes
   Driver: C:\Windows\system32\igfxrslv.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:10, 85504 bytes
   Driver: C:\Windows\system32\igfxrsve.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:08, 85504 bytes
   Driver: C:\Windows\system32\igfxrtha.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:10, 84992 bytes
   Driver: C:\Windows\system32\igfxrcsy.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:00, 85504 bytes
   Driver: C:\Windows\system32\igfxrell.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:04, 86528 bytes
   Driver: C:\Windows\system32\igfxrhun.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:04, 85504 bytes
   Driver: C:\Windows\system32\igfxrtrk.lrc, 8.15.0010.2302 (English), 2/11/2011 18:44:10, 85504 bytes
   Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 2/11/2011 18:44:12, 139851 bytes
   Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 2/11/2011 18:44:14, 118687 bytes
   Driver: C:\Windows\system32\Gfxres.da-DK.resources, 2/11/2011 18:44:14, 114203 bytes
   Driver: C:\Windows\system32\Gfxres.de-DE.resources, 2/11/2011 18:44:16, 122651 bytes
   Driver: C:\Windows\system32\Gfxres.el-GR.resources, 2/11/2011 18:44:16, 178349 bytes
   Driver: C:\Windows\system32\Gfxres.es-ES.resources, 2/11/2011 18:44:18, 122869 bytes
   Driver: C:\Windows\system32\Gfxres.en-US.resources, 2/11/2011 18:43:58, 110156 bytes
   Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 2/11/2011 18:44:20, 118639 bytes
   Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 2/11/2011 18:44:20, 120742 bytes
   Driver: C:\Windows\system32\Gfxres.he-IL.resources, 2/11/2011 18:44:22, 133688 bytes
   Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 2/11/2011 18:44:22, 119558 bytes
   Driver: C:\Windows\system32\Gfxres.it-IT.resources, 2/11/2011 18:44:24, 125500 bytes
   Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 2/11/2011 18:44:24, 136343 bytes
   Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 2/11/2011 18:44:26, 123172 bytes
   Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 2/11/2011 18:44:28, 114794 bytes
   Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 2/11/2011 18:44:28, 119528 bytes
   Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 2/11/2011 18:44:30, 118351 bytes
   Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 2/11/2011 18:44:30, 120308 bytes
   Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 2/11/2011 18:44:32, 119009 bytes
   Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 2/11/2011 18:44:32, 165337 bytes
   Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 2/11/2011 18:44:34, 118000 bytes
   Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 2/11/2011 18:44:36, 114314 bytes
   Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 2/11/2011 18:44:36, 119302 bytes
   Driver: C:\Windows\system32\Gfxres.th-TH.resources, 2/11/2011 18:44:38, 189494 bytes
   Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 2/11/2011 18:44:38, 121115 bytes
   Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 2/11/2011 18:44:40, 102825 bytes
   Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 2/11/2011 18:44:40, 103986 bytes
   Driver: C:\Windows\system32\ig4icd32.dll, 8.15.0010.2302 (English), 2/11/2011 18:51:10, 11039744 bytes
   Driver: C:\Windows\system32\igd10umd32.dll, 8.15.0010.2302 (English), 2/11/2011 19:04:40, 4411392 bytes
   Driver: C:\Windows\system32\d3dx10_40.dll, 9.24.0950.2656 (English), 2/11/2011 18:35:00, 452440 bytes
   Driver: C:\Windows\system32\igdumdx32.dll, 8.15.0010.2302 (English), 2/11/2011 19:09:48, 571904 bytes
   Driver: C:\Windows\system32\igfxCoIn_v2302.dll, 1.02.0030.0000 (English), 2/11/2011 19:20:00, 81920 bytes

     Name: Intel(R) ICH9-Familie USB universeller Hostcontroller - 2939
Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_18671043&REV_03\3&11583659&0&D2
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:36, 24064 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: Intel(R) 82801 PCI-Brücke - 2448
Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_18671043&REV_93\3&11583659&0&F0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (German), 11/20/2010 23:29:03, 153984 bytes

     Name: Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller - 2A40
Device ID: PCI\VEN_8086&DEV_2A40&SUBSYS_18671043&REV_09\3&11583659&0&00
   Driver: n/a

     Name: Intel(R) ICH9-Familie USB universeller Hostcontroller - 2938
Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_18671043&REV_03\3&11583659&0&D1
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:36, 24064 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

     Name: Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller
Device ID: PCI\VEN_1969&DEV_1026&SUBSYS_14F51043&REV_B0\FF66A7DC90E6BAFF00
   Driver: n/a

     Name: Intel(R) ICH9 Family PCI Express Root Port 6 - 294A
Device ID: PCI\VEN_8086&DEV_294A&SUBSYS_294A8086&REV_03\3&11583659&0&E5
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (German), 11/20/2010 23:29:03, 153984 bytes

     Name: Intel(R) ICH9-Familie USB universeller Hostcontroller - 2937
Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_18671043&REV_03\3&11583659&0&D0
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/27/2013 03:13:36, 24064 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (German), 11/27/2013 03:13:46, 284672 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (German), 11/27/2013 03:14:25, 258560 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.18741
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.18741
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.18741
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.17037
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18741
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.18741
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18741
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.18741
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.18741
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.18741
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18741
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.18741
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.18741
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.18741
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.18741
Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.18741
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.18741
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.18741
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18741
NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.18741
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.18741
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.18741
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.18741
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.18741
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.18741
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.18741

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink-Konvertierung,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.18741
Cinepak Codec von Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
PCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.18741
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.18741
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.18741
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.18741

Audio Capture Sources:
Mikrofon (High Definition Audio,0x00200000,0,0,qcap.dll,6.06.7601.17514

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.18741

WDM Streaming Capture Devices:
HD Audio-Aufnahme (gemischt),0x00200000,1,1,ksproxy.ax,6.01.7601.17514
USB2.0 1.3M UVC WebCam,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

WDM Streaming Rendering Devices:
HD Audio-Kopfhörer/Lautsprecher,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514

Video Capture Sources:
USB2.0 1.3M UVC WebCam,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink-Konvertierung,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Lautsprecher (High Definition A,0x00200000,1,0,quartz.dll,6.06.7601.18741
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Lautsprecher (High Definition Audio-Gerät),0x00200000,1,0,quartz.dll,6.06.7601.18741

---------------
EVR Power Information
---------------
Current Setting: {16260968-C914-4AA1-8736-B7A6F3C5AE9B} (Power)
  Quality Flags: 2576
    Enabled:
    Force throttling
    Allow half deinterlace
    Allow scaling
    Decode Power Usage: 100
  Balanced Flags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 50
  PowerFlags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 0
xen2 commented 9 years ago

Should be good in 1.1.1, please let us know if it still happens.

alphaslug commented 9 years ago

I got error same as first post of this issue.

Windows 7 SP1 32bit Paradox Studio 1.1.0-beta and 1.1.1-beta

I think, This issue caused by some assemblies.

These assemblies target platform 64bit SiliconStudio.Paradox.Assimp.Translation.dll SiliconStudio.Paradox.Importer.Common.dll SiliconStudio.Paradox.Importer.Assimp.dll SiliconStudio.Paradox.Importer.FBX.dll

Paradox Version: 1.1.1-beta
GameStudio Version: 4
User: alpha
Current Directory: D:\Software\Silicon Studio Corp\Paradox\GamePackages\Paradox.1.1.1-beta\Bin\Windows-Direct3D11
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
Command Line Args: 
Exception type: InvalidOperationException
Exception message: Error while loading default package from [D:/Software/Silicon Studio Corp/Paradox/GamePackages/Paradox.1.1.1-beta\Paradox.pdxpkg]: []: Error: Error while pre-loading package [D:\Software\Silicon Studio Corp\Paradox\GamePackages\Paradox.1.1.1-beta\Paradox.pdxpkg]. System.BadImageFormatException: ファイルまたはアセンブリ 'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null'、またはその依存関係の 1 つが読み込めませんでした。間違ったフォーマットのプログラムを読み込もうとしました。
ファイル名 'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null' です。'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null'
   場所 System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
   場所 System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)
   場所 System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
   場所 System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
   場所 System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit)
   場所 System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
   場所 SharpYaml.Serialization.AttributeRegistry.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   場所 SiliconStudio.Core.Yaml.YamlSerializer.AtributeRegistryFilter.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   場所 SharpYaml.Serialization.AssemblyRegistry.RegisterAssembly(Assembly assembly, IAttributeRegistry attributeRegistry)
   場所 SharpYaml.Serialization.SerializerSettings.RegisterAssembly(Assembly assembly)
   場所 SiliconStudio.Core.Yaml.YamlSerializer.CreateSerializer(Boolean keepOnlySealedOverrides, Serializer& localSerializer)
   場所 SiliconStudio.Core.Yaml.YamlSerializer.GetYamlSerializer(Boolean keepOnlySealedOverrides)
   場所 SiliconStudio.Core.Yaml.YamlSerializer.Deserialize(Stream stream)
   場所 SiliconStudio.Assets.Serializers.AssetYamlSerializer.Load(Stream stream, String assetFileExtension)
   場所 SiliconStudio.Assets.AssetSerializer.Load(Stream stream, String assetFileExtension)
   場所 SiliconStudio.Assets.AssetSerializer.Load(String filePath)
   場所 SiliconStudio.Assets.AssetSerializer.Load[T](String filePath)
   場所 SiliconStudio.Assets.Package.Load(ILogger log, String filePath, PackageLoadParameters loadParametersArg)

警告: アセンブリ バインドのログ記録がオフにされています。
アセンブリ バインドのエラー ログを有効にするには、レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) を 1 に設定してください。
注意: アセンブリ バインドのエラー ログに関連するパフォーマンス ペナルティがあります。
この機能をオフにするには、レジストリ値 [HKLM\Software\Microsoft\Fusion!EnableLog] を削除します。

StackTrace:    場所 SiliconStudio.Assets.PackageStore..ctor(String installationPath, String defaultPackageName, String defaultPackageVersion)
   場所 SiliconStudio.Assets.PackageStore.<.cctor>b__4()
   場所 System.Lazy`1.CreateValue()
   場所 System.Lazy`1.LazyInitValue()
   場所 System.Lazy`1.get_Value()
   場所 SiliconStudio.Assets.PackageStore.get_Instance()
   場所 SiliconStudio.Assets.Templates.TemplateManager.FindTemplates()
   場所 SiliconStudio.Assets.Editor.ViewModel.Templates.TemplateCollectionViewModel..ctor(IViewModelServiceProvider serviceProvider, SessionContext sessionContext, TemplateScope scope, Boolean createSolution)
   場所 SiliconStudio.Assets.Editor.View.TemplatesWindow..ctor(SessionContext sessionContext, TemplateScope type, Boolean createSolution)
   場所 SiliconStudio.Assets.Editor.View.Services.EditorDialogService.CreateTemplateDialog(PackageSession session, TemplateScope type, Boolean createSolution)
   場所 SiliconStudio.Assets.Editor.ViewModel.SessionViewModel.<CreateNewSession>d__b.MoveNext()
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
   場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   場所 SiliconStudio.Assets.Editor.ViewModel.EditorViewModel.<NewSession>d__19.MoveNext()
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
   場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   場所 SiliconStudio.Assets.Editor.ViewModel.EditorViewModel.<<.ctor>b__0>d__6.MoveNext()
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
   場所 System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   場所 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   場所 System.Windows.Threading.DispatcherOperation.InvokeImpl()
   場所 System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   場所 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   場所 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   場所 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   場所 System.Windows.Threading.DispatcherOperation.Invoke()
   場所 System.Windows.Threading.Dispatcher.ProcessQueue()
   場所 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   場所 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   場所 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   場所 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   場所 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   場所 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   場所 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   場所 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   場所 System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   場所 System.Windows.Threading.Dispatcher.Run()
   場所 System.Windows.Application.RunDispatcher(Object ignore)
   場所 System.Windows.Application.RunInternal(Window window)
   場所 System.Windows.Application.Run(Window window)
   場所 SiliconStudio.Paradox.GameStudio.Program.Main(String[] args)
xen2 commented 9 years ago

Unfortunately, Paradox editor is 64 bit only for now (and unlikely to support 32 bit even later). Fixed issue in 1.1.1 is FindBestDevice crash.

alphaslug commented 9 years ago

Thank you for your reply. I understand.

begrs commented 9 years ago

Maybe theres the problem for me, since i have 32bit to. But if it isn't, the problem still persists with 1.1.1b

That's the error i get with 1.1.1b if i click on new project. The second is the output of the error console if i click Open.

Paradox Version: 1.1.1-beta
GameStudio Version: 4
User: XXXXXXXXXXXX
Current Directory: C:\Program Files\Paradox
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
Command Line Args: 
Exception type: InvalidOperationException
Exception message: Error while loading default package from [C:/Program Files/Paradox/GamePackages/Paradox.1.1.1-beta\Paradox.pdxpkg]: []: Error: Error while pre-loading package [C:\Program Files\Paradox\GamePackages\Paradox.1.1.1-beta\Paradox.pdxpkg]. System.BadImageFormatException: Die Datei oder Assembly "SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Dateiname: 'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null'
   bei System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
   bei System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)
   bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
   bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
   bei System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit)
   bei System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
   bei SharpYaml.Serialization.AttributeRegistry.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   bei SiliconStudio.Core.Yaml.YamlSerializer.AtributeRegistryFilter.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   bei SharpYaml.Serialization.AssemblyRegistry.RegisterAssembly(Assembly assembly, IAttributeRegistry attributeRegistry)
   bei SharpYaml.Serialization.SerializerSettings.RegisterAssembly(Assembly assembly)
   bei SiliconStudio.Core.Yaml.YamlSerializer.CreateSerializer(Boolean keepOnlySealedOverrides, Serializer& localSerializer)
   bei SiliconStudio.Core.Yaml.YamlSerializer.GetYamlSerializer(Boolean keepOnlySealedOverrides)
   bei SiliconStudio.Core.Yaml.YamlSerializer.Deserialize(Stream stream)
   bei SiliconStudio.Assets.Serializers.AssetYamlSerializer.Load(Stream stream, String assetFileExtension)
   bei SiliconStudio.Assets.AssetSerializer.Load(Stream stream, String assetFileExtension)
   bei SiliconStudio.Assets.AssetSerializer.Load(String filePath)
   bei SiliconStudio.Assets.AssetSerializer.Load[T](String filePath)
   bei SiliconStudio.Assets.Package.Load(ILogger log, String filePath, PackageLoadParameters loadParametersArg)

WRN: Protokollierung der Assemblybindung ist AUS.
Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) auf 1 festlegen.
Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße.
Sie können diese Funktion deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.

StackTrace:    bei SiliconStudio.Assets.PackageStore..ctor(String installationPath, String defaultPackageName, String defaultPackageVersion)
   bei SiliconStudio.Assets.PackageStore.<.cctor>b__4()
   bei System.Lazy`1.CreateValue()
   bei System.Lazy`1.LazyInitValue()
   bei System.Lazy`1.get_Value()
   bei SiliconStudio.Assets.PackageStore.get_Instance()
   bei SiliconStudio.Assets.Templates.TemplateManager.FindTemplates()
   bei SiliconStudio.Assets.Editor.ViewModel.Templates.TemplateCollectionViewModel..ctor(IViewModelServiceProvider serviceProvider, SessionContext sessionContext, TemplateScope scope, Boolean createSolution)
   bei SiliconStudio.Assets.Editor.View.TemplatesWindow..ctor(SessionContext sessionContext, TemplateScope type, Boolean createSolution)
   bei SiliconStudio.Assets.Editor.View.Services.EditorDialogService.CreateTemplateDialog(PackageSession session, TemplateScope type, Boolean createSolution)
   bei SiliconStudio.Assets.Editor.ViewModel.SessionViewModel.<CreateNewSession>d__b.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SiliconStudio.Assets.Editor.ViewModel.EditorViewModel.<NewSession>d__19.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SiliconStudio.Assets.Editor.ViewModel.EditorViewModel.<<.ctor>b__0>d__6.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
   bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Windows.Threading.DispatcherOperation.Invoke()
   bei System.Windows.Threading.Dispatcher.ProcessQueue()
   bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   bei System.Windows.Threading.Dispatcher.Run()
   bei System.Windows.Application.RunDispatcher(Object ignore)
   bei System.Windows.Application.RunInternal(Window window)
   bei System.Windows.Application.Run(Window window)
   bei SiliconStudio.Paradox.GameStudio.Program.Main(String[] args)

Note that i used the jumpyjet example from v1.0b, because i could'nt create a new project since then.

[]: Error: Error while pre-loading package [C:\Users\######\Documents\Paradox Projects\JumpyJet\JumpyJet/JumpyJet.pdxpkg]. System.BadImageFormatException: Die Datei oder Assembly "SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Dateiname: 'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null'
   bei System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
   bei System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)
   bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
   bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
   bei System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit)
   bei System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
   bei SharpYaml.Serialization.AttributeRegistry.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   bei SiliconStudio.Core.Yaml.YamlSerializer.AtributeRegistryFilter.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   bei SharpYaml.Serialization.AssemblyRegistry.RegisterAssembly(Assembly assembly, IAttributeRegistry attributeRegistry)
   bei SharpYaml.Serialization.SerializerSettings.RegisterAssembly(Assembly assembly)
   bei SiliconStudio.Core.Yaml.YamlSerializer.CreateSerializer(Boolean keepOnlySealedOverrides, Serializer& localSerializer)
   bei SiliconStudio.Core.Yaml.YamlSerializer.GetYamlSerializer(Boolean keepOnlySealedOverrides)
   bei SiliconStudio.Core.Yaml.YamlSerializer.Deserialize(Stream stream)
   bei SiliconStudio.Assets.Serializers.AssetYamlSerializer.Load(Stream stream, String assetFileExtension)
   bei SiliconStudio.Assets.AssetSerializer.Load(Stream stream, String assetFileExtension)
   bei SiliconStudio.Assets.AssetSerializer.Load(String filePath)
   bei SiliconStudio.Assets.AssetSerializer.Load[T](String filePath)
   bei SiliconStudio.Assets.Package.GetPackageIdFromFile(String filePath)
   bei SiliconStudio.Assets.PackageSession.PreLoadPackage(PackageSession session, ILogger log, String filePath, Boolean isSystemPackage, PackageCollection loadedPackages, PackageLoadParameters loadParameters)

WRN: Protokollierung der Assemblybindung ist AUS.
Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) auf 1 festlegen.
Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße.
Sie können diese Funktion deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.

[]: Error: Error while pre-loading package [C:\Users\#####\Documents\Paradox Projects\JumpyJet\SpaceEscape/SpaceEscape.pdxpkg]. System.BadImageFormatException: Die Datei oder Assembly "SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Dateiname: 'SiliconStudio.Paradox.Importer.Assimp, Version=1.0.5612.29715, Culture=neutral, PublicKeyToken=null'
   bei System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
   bei System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)
   bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
   bei System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
   bei System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit)
   bei System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
   bei SharpYaml.Serialization.AttributeRegistry.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   bei SiliconStudio.Core.Yaml.YamlSerializer.AtributeRegistryFilter.GetAttributes(MemberInfo memberInfo, Boolean inherit)
   bei SharpYaml.Serialization.AssemblyRegistry.RegisterAssembly(Assembly assembly, IAttributeRegistry attributeRegistry)
   bei SharpYaml.Serialization.SerializerSettings.RegisterAssembly(Assembly assembly)
   bei SiliconStudio.Core.Yaml.YamlSerializer.CreateSerializer(Boolean keepOnlySealedOverrides, Serializer& localSerializer)
   bei SiliconStudio.Core.Yaml.YamlSerializer.GetYamlSerializer(Boolean keepOnlySealedOverrides)
   bei SiliconStudio.Core.Yaml.YamlSerializer.Deserialize(Stream stream)
   bei SiliconStudio.Assets.Serializers.AssetYamlSerializer.Load(Stream stream, String assetFileExtension)
   bei SiliconStudio.Assets.AssetSerializer.Load(Stream stream, String assetFileExtension)
   bei SiliconStudio.Assets.AssetSerializer.Load(String filePath)
   bei SiliconStudio.Assets.AssetSerializer.Load[T](String filePath)
   bei SiliconStudio.Assets.Package.GetPackageIdFromFile(String filePath)
   bei SiliconStudio.Assets.PackageSession.PreLoadPackage(PackageSession session, ILogger log, String filePath, Boolean isSystemPackage, PackageCollection loadedPackages, PackageLoadParameters loadParameters)

WRN: Protokollierung der Assemblybindung ist AUS.
Sie können die Protokollierung der Assemblybindungsfehler aktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) auf 1 festlegen.
Hinweis: Die Protokollierung der Assemblybindungsfehler führt zu einer gewissen Leistungseinbuße.
Sie können diese Funktion deaktivieren, indem Sie den Registrierungswert [HKLM\Software\Microsoft\Fusion!EnableLog] entfernen.

[]: Error: An exception occurred while opening the solution: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei SiliconStudio.Paradox.GameStudio.Plugin.AssetBuilderService..ctor(PackageSession session, String buildDirectory, IBuildService buildService)
   bei SiliconStudio.Paradox.GameStudio.ParadoxViewService..ctor(PackageSession session, IViewModelServiceProvider serviceProvider, String buildDirectory, INotifyAssetChanged assetNotifier)
   bei SiliconStudio.Paradox.GameStudio.ParadoxGameStudio.InitializeSession(PackageSession session, IViewModelServiceProvider serviceProvider, INotifyAssetChanged assetNotifier)
   bei SiliconStudio.Assets.Editor.ViewModel.SessionViewModel.<>c__DisplayClass45.<.ctor>b__30()
   bei System.Windows.Threading.Dispatcher.Invoke[TResult](Func`1 callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
   bei System.Windows.Threading.Dispatcher.Invoke[TResult](Func`1 callback)
   bei SiliconStudio.Presentation.View.DispatcherService.Invoke[TResult](Func`1 callback)
   bei SiliconStudio.Assets.Editor.ViewModel.SessionViewModel..ctor(IViewModelServiceProvider serviceProvider, PackageSession session, EditorViewModel editor)
   bei SiliconStudio.Assets.Editor.ViewModel.SessionViewModel.<>c__DisplayClass23.<OpenSession>b__22()
   bei System.Windows.Threading.DispatcherOperation`1.InvokeDelegateCore()
   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
   bei System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
   bei System.Windows.Threading.Dispatcher.Invoke[TResult](Func`1 callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
   bei System.Windows.Threading.Dispatcher.Invoke[TResult](Func`1 callback)
   bei SiliconStudio.Presentation.View.DispatcherService.Invoke[TResult](Func`1 callback)
   bei SiliconStudio.Assets.Editor.ViewModel.SessionViewModel.<>c__DisplayClass23.<OpenSession>b__21()
xen2 commented 9 years ago

Thanks for the report. That matches what is expected: both Assimp & FBX won't work (since they are native x64 compiled).