Sharpex2D 1.3.0 | 2D Game Framework

    • Beta
    • Open Source

    Es gibt 388 Antworten in diesem Thema. Der letzte Beitrag () ist von 3Angle.

      Würde für nen Mapdesigner gerne nur auf einem Panel rendern, damit ich mir keine komplette GUI schreiben muss.
      Hallo,

      gibt es eine einfache Möglichkeit, die Hintergrundfarbe in eine andere zu verändern? :)

      ~ Alex-Digital
      ~ Alex-Digital :D

      if(!Internet.VBP.Get<User>("Alex-Digital").IsOnline) this.Close(); :D
      ​SGL.Components.Get<GraphicsDevice>().ClearColor = Color.Purple; bzw. renderer.GraphicsDevice.ClearColor = Color.Purple;
      Tach nochma,

      bekomme unter Windows 7 x64 (Zielplattform f. Projekt ist x86) folgenden Fehler beim laden einer Texture2D über den ContentManager (DX10 und DX11):

      Quellcode

      1. Ein Ausnahmefehler des Typs "Sharpex2D.Content.Pipeline.ContentProcessorException" ist in Sharpex2D.Rendering.DirectX11.dll aufgetreten.
      2. Zusätzliche Informationen: DirectXTextureContentProcessor caused an error.

      Auslösende Zeile ist folgende:

      Quellcode

      1. tileset = new Tileset("test", 16, 16, content.Load<Texture2D>("gfx/ts.png"));

      Datei ist vorhanden, ganz normale PNG, funktioniert unter Windows 8.1 auch alles prima.

      Hier mein DxDiag-Log:
      Spoiler anzeigen

      Quellcode

      1. ------------------
      2. System Information
      3. ------------------
      4. Time of this report: 8/3/2014, 14:58:18
      5. Machine name: xxx
      6. Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140303-2144)
      7. Language: German (Regional Setting: German)
      8. System Manufacturer: LENOVO
      9. System Model: 0679
      10. BIOS: InsydeH2O Version 29CN40WW(V2.17)
      11. Processor: Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz (4 CPUs), ~2.7GHz
      12. Memory: 4096MB RAM
      13. Available OS Memory: 3958MB RAM
      14. Page File: 2834MB used, 5081MB available
      15. Windows Dir: C:\windows
      16. DirectX Version: DirectX 11
      17. DX Setup Parameters: None
      18. User DPI Setting: Using System DPI
      19. System DPI Setting: 96 DPI (100 percent)
      20. DWM DPI Scaling: Disabled
      21. DxDiag Version: 6.01.7601.17514 32bit Unicode
      22. ------------
      23. DxDiag Notes
      24. ------------
      25. Display Tab 1: No problems found.
      26. Sound Tab 1: No problems found.
      27. Input Tab: No problems found.
      28. --------------------
      29. DirectX Debug Levels
      30. --------------------
      31. Direct3D: 0/4 (retail)
      32. DirectDraw: 0/4 (retail)
      33. DirectInput: 0/5 (retail)
      34. DirectMusic: 0/5 (retail)
      35. DirectPlay: 0/9 (retail)
      36. DirectSound: 0/5 (retail)
      37. DirectShow: 0/6 (retail)
      38. ---------------
      39. Display Devices
      40. ---------------
      41. Card name: NVIDIA GeForce 310M
      42. Manufacturer: NVIDIA
      43. Chip type: N11M-GE2
      44. DAC type: Integrated RAMDAC
      45. Device Key: Enum\PCI\VEN_10DE&DEV_0A70&SUBSYS_396D17AA&REV_A2
      46. Display Memory: 2709 MB
      47. Dedicated Memory: 986 MB
      48. Shared Memory: 1723 MB
      49. Current Mode: 1366 x 768 (32 bit) (60Hz)
      50. Monitor Name: PnP-Monitor (Standard)
      51. Monitor Model: unknown
      52. Monitor Id: AUO22EC
      53. Native Mode: 1366 x 768(p) (60.042Hz)
      54. Output Type: Internal
      55. Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
      56. Driver File Version: 8.16.0011.8992 (English)
      57. Driver Version: 8.16.11.8992
      58. DDI Version: 10.1
      59. Driver Model: WDDM 1.1
      60. Driver Attributes: Final Retail
      61. Driver Date/Size: 5/12/2010 16:05:18, 9628776 bytes
      62. WHQL Logo'd: Yes
      63. WHQL Date Stamp:
      64. Device Identifier: {D7B71E3E-4930-11CF-3A57-66191DC2C535}
      65. Vendor ID: 0x10DE
      66. Device ID: 0x0A70
      67. SubSys ID: 0x396D17AA
      68. Revision ID: 0x00A2
      69. Driver Strong Name: oem11.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section060:8.16.11.8992:pci\ven_10de&dev_0a70&subsys_396d17aa
      70. Rank Of Driver: 00E60001
      71. Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
      72. Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
      73. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      74. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      75. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
      76. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
      77. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      78. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      79. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
      80. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
      81. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      82. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      83. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
      84. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
      85. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      86. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
      87. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
      88. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      89. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      90. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      91. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      92. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      93. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      94. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      95. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      96. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      97. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      98. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      99. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      100. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      101. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      102. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      103. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      104. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      105. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      106. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      107. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      108. {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      109. {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      110. {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      111. {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
      112. D3D9 Overlay: Supported
      113. DXVA-HD: Supported
      114. DDraw Status: Enabled
      115. D3D Status: Enabled
      116. AGP Status: Enabled
      117. -------------
      118. Sound Devices
      119. -------------
      120. Description: Lautsprecher (Conexant CX20671 SmartAudio HD)
      121. Default Sound Playback: Yes
      122. Default Voice Playback: Yes
      123. Hardware ID: HDAUDIO\FUNC_01&VEN_14F1&DEV_5069&SUBSYS_17AAC00B&REV_1003
      124. Manufacturer ID: 1
      125. Product ID: 100
      126. Type: WDM
      127. Driver Name: CHDRT64.sys
      128. Driver Version: 4.130.0000.0000 (German)
      129. Driver Attributes: Final Retail
      130. WHQL Logo'd: Yes
      131. Date and Size: 5/27/2011 03:03:06, 736896 bytes
      132. Other Files:
      133. Driver Provider: Conexant
      134. HW Accel Level: Basic
      135. Cap Flags: 0xF1F
      136. Min/Max Sample Rate: 100, 200000
      137. Static/Strm HW Mix Bufs: 1, 0
      138. Static/Strm HW 3D Bufs: 0, 0
      139. HW Memory: 0
      140. Voice Management: No
      141. EAX(tm) 2.0 Listen/Src: No, No
      142. I3DL2(tm) Listen/Src: No, No
      143. Sensaura(tm) ZoomFX(tm): No
      144. ---------------------
      145. Sound Capture Devices
      146. ---------------------
      147. Description: Mikrofon (Conexant CX20671 SmartAudio HD)
      148. Default Sound Capture: Yes
      149. Default Voice Capture: Yes
      150. Driver Name: CHDRT64.sys
      151. Driver Version: 4.130.0000.0000 (German)
      152. Driver Attributes: Final Retail
      153. Date and Size: 5/27/2011 03:03:06, 736896 bytes
      154. Cap Flags: 0x1
      155. Format Flags: 0xFFFFF
      156. -------------------
      157. DirectInput Devices
      158. -------------------
      159. Device Name: Maus
      160. Attached: 1
      161. Controller ID: n/a
      162. Vendor/Product ID: n/a
      163. FF Driver: n/a
      164. Device Name: Tastatur
      165. Attached: 1
      166. Controller ID: n/a
      167. Vendor/Product ID: n/a
      168. FF Driver: n/a
      169. Device Name: Bluetooth Remote Control HID Device
      170. Attached: 1
      171. Controller ID: 0x0
      172. Vendor/Product ID: 0xFFFE, 0xFFFE
      173. FF Driver: n/a
      174. Poll w/ Interrupt: No
      175. -----------
      176. USB Devices
      177. -----------
      178. + USB-Root-Hub
      179. | Vendor/Product ID: 0x8086, 0x3B34
      180. | Matching Device ID: usb\root_hub20
      181. | Service: usbhub
      182. |
      183. +-+ Generic USB Hub
      184. | | Vendor/Product ID: 0x8087, 0x0020
      185. | | Location: Port_#0001.Hub_#0002
      186. | | Matching Device ID: usb\class_09
      187. | | Service: usbhub
      188. ----------------
      189. Gameport Devices
      190. ----------------
      191. ------------
      192. PS/2 Devices
      193. ------------
      194. + Standardtastatur (PS/2)
      195. | Matching Device ID: *pnp0303
      196. | Service: i8042prt
      197. |
      198. + Terminalserver-Tastaturtreiber
      199. | Matching Device ID: root\rdp_kbd
      200. | Upper Filters: kbdclass
      201. | Service: TermDD
      202. |
      203. + ELAN PS/2 Port Smart-Pad
      204. | Matching Device ID: *etd0601
      205. | Upper Filters: ETD
      206. | Service: i8042prt
      207. |
      208. + Terminalserver-Maustreiber
      209. | Matching Device ID: root\rdp_mou
      210. | Upper Filters: mouclass
      211. | Service: TermDD
      212. ------------------------
      213. Disk & DVD/CD-ROM Drives
      214. ------------------------
      215. Drive: C:
      216. Free Space: 280.8 GB
      217. Total Space: 565.5 GB
      218. File System: NTFS
      219. Model: TOSHIBA MK6465GSX
      220. Drive: D:
      221. Free Space: 27.3 GB
      222. Total Space: 29.7 GB
      223. File System: NTFS
      224. Model: TOSHIBA MK6465GSX
      225. Drive: Q:
      226. Model: n/a
      227. Drive: F:
      228. Model: HL-DT-ST DVDRAM GT33N
      229. Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (German), , 0 bytes
      230. Drive: E:
      231. Model: DTSOFT Virtual CdRom Device
      232. Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (German), , 0 bytes
      233. --------------
      234. System Devices
      235. --------------
      236. Name: Intel(R) processor PCI Express Root Port - 0045
      237. Device ID: PCI\VEN_8086&DEV_0045&SUBSYS_391F17AA&REV_02\3&11583659&1&08
      238. Driver: n/a
      239. Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 3 - 3B46
      240. Device ID: PCI\VEN_8086&DEV_3B46&SUBSYS_38B217AA&REV_05\3&11583659&1&E2
      241. Driver: n/a
      242. Name: Intel(R) HM55 Express Chipset LPC Interface Controller - 3B09
      243. Device ID: PCI\VEN_8086&DEV_3B09&SUBSYS_38BE17AA&REV_05\3&11583659&1&F8
      244. Driver: n/a
      245. Name: Intel(R) processor DRAM Controller - 0044
      246. Device ID: PCI\VEN_8086&DEV_0044&SUBSYS_391E17AA&REV_02\3&11583659&1&00
      247. Driver: n/a
      248. Name: PCI Standard-Host-CPU-Brücke
      249. Device ID: PCI\VEN_8086&DEV_2D13&SUBSYS_392B17AA&REV_02\3&4F11E61&1&13
      250. Driver: n/a
      251. Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 2 - 3B44
      252. Device ID: PCI\VEN_8086&DEV_3B44&SUBSYS_38B117AA&REV_05\3&11583659&1&E1
      253. Driver: n/a
      254. Name: Broadcom 802.11n-Netzwerkadapter
      255. Device ID: PCI\VEN_14E4&DEV_4727&SUBSYS_051014E4&REV_01\4&1BB139FF&0&00E1
      256. Driver: n/a
      257. Name: PCI Standard-Host-CPU-Brücke
      258. Device ID: PCI\VEN_8086&DEV_2D12&SUBSYS_392B17AA&REV_02\3&4F11E61&1&12
      259. Driver: n/a
      260. Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 1 - 3B42
      261. Device ID: PCI\VEN_8086&DEV_3B42&SUBSYS_38B017AA&REV_05\3&11583659&1&E0
      262. Driver: n/a
      263. Name: Realtek PCIe FE Family Controller
      264. Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_392E17AA&REV_02\4&100907E&0&00E2
      265. Driver: n/a
      266. Name: QPI Physical 0 - 2D11
      267. Device ID: PCI\VEN_8086&DEV_2D11&SUBSYS_392B17AA&REV_02\3&4F11E61&1&11
      268. Driver: n/a
      269. Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C
      270. Device ID: PCI\VEN_8086&DEV_3B3C&SUBSYS_38AA17AA&REV_05\3&11583659&1&D0
      271. Driver: n/a
      272. Name: QPI Link 0 - 2D10
      273. Device ID: PCI\VEN_8086&DEV_2D10&SUBSYS_392B17AA&REV_02\3&4F11E61&1&10
      274. Driver: n/a
      275. Name: High Definition Audio-Controller
      276. Device ID: PCI\VEN_10DE&DEV_0BE3&SUBSYS_396D17AA&REV_A1\4&33B442C2&0&0108
      277. Driver: n/a
      278. Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34
      279. Device ID: PCI\VEN_8086&DEV_3B34&SUBSYS_38B817AA&REV_05\3&11583659&1&E8
      280. Driver: n/a
      281. Name: QuickPath Architecture System Address Decoder - 2D01
      282. Device ID: PCI\VEN_8086&DEV_2D01&SUBSYS_392B17AA&REV_02\3&4F11E61&1&01
      283. Driver: n/a
      284. Name: NVIDIA GeForce 310M
      285. Device ID: PCI\VEN_10DE&DEV_0A70&SUBSYS_396D17AA&REV_A2\4&33B442C2&0&0008
      286. Driver: n/a
      287. Name: Intel(R) Management Engine Interface
      288. Device ID: PCI\VEN_8086&DEV_3B64&SUBSYS_38A517AA&REV_06\3&11583659&1&B0
      289. Driver: n/a
      290. Name: Intel(R) Turbo Boost Technology Driver
      291. Device ID: PCI\VEN_8086&DEV_3B32&SUBSYS_38C017AA&REV_05\3&11583659&1&FE
      292. Driver: n/a
      293. Name: QuickPath Architecture Generic Non-core Registers - 2C62
      294. Device ID: PCI\VEN_8086&DEV_2C62&SUBSYS_392B17AA&REV_02\3&4F11E61&1&00
      295. Driver: n/a
      296. Name: High Definition Audio-Controller
      297. Device ID: PCI\VEN_8086&DEV_3B56&SUBSYS_38AF17AA&REV_05\3&11583659&1&D8
      298. Driver: n/a
      299. Name: Intel(R) 5 Series/3400 Series Chipset Family SMBus Controller - 3B30
      300. Device ID: PCI\VEN_8086&DEV_3B30&SUBSYS_38BF17AA&REV_05\3&11583659&1&FB
      301. Driver: n/a
      302. Name: Intel(R) 82801 PCI-Brücke - 2448
      303. Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_383F17AA&REV_A5\3&11583659&1&F0
      304. Driver: n/a
      305. Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 5 - 3B4A
      306. Device ID: PCI\VEN_8086&DEV_3B4A&SUBSYS_38B417AA&REV_05\3&11583659&1&E4
      307. Driver: n/a
      308. Name: Intel(R) 5 Series 4 Port SATA AHCI Controller
      309. Device ID: PCI\VEN_8086&DEV_3B29&SUBSYS_38C117AA&REV_05\3&11583659&1&FA
      310. Driver: n/a
      311. ------------------
      312. DirectShow Filters
      313. ------------------
      314. DirectShow Filters:
      315. WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
      316. WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
      317. WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
      318. MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
      319. Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
      320. WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
      321. WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
      322. Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
      323. Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
      324. WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,15.04.3555.0308
      325. Record Queue,0x00200000,1,1,WLXVAFilt.dll,15.04.3555.0308
      326. WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3555.0308
      327. WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,15.04.3555.0308
      328. WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,15.04.3555.0308
      329. WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,15.04.3555.0308
      330. WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3555.0308
      331. DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
      332. Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
      333. WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
      334. Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
      335. AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
      336. VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
      337. SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
      338. Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
      339. AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
      340. StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
      341. MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
      342. MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
      343. SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
      344. VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
      345. MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
      346. Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
      347. SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
      348. Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
      349. Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
      350. AVS Video Out,0x00200000,0,1,AVSVideoOutFilter3.ax,1.00.0000.0248
      351. MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
      352. DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
      353. Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
      354. AVS AudioSource4 Filter,0x00200000,0,1,AVSAudioSource4.ax,1.02.0001.0006
      355. Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
      356. ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
      357. Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
      358. MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
      359. Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17713
      360. Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
      361. Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
      362. File Writer,0x00200000,1,0,WLXVAFilt.dll,15.04.3555.0308
      363. VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
      364. WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
      365. VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
      366. File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
      367. iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
      368. iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
      369. DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
      370. Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17713
      371. AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
      372. RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
      373. Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
      374. WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
      375. MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
      376. DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
      377. SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
      378. Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
      379. MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
      380. Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
      381. StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
      382. Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
      383. Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17713
      384. AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
      385. AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
      386. Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
      387. MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
      388. Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
      389. File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
      390. AVS AudioSource Filter,0x00200000,0,1,AVSAudioSource.ax,1.01.0002.0010
      391. Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
      392. StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
      393. AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
      394. Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
      395. File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
      396. File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
      397. Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
      398. Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
      399. BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
      400. MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
      401. WDM Streaming Tee/Splitter Devices:
      402. Tee/Sink-to-Sink-Konvertierung,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      403. Video Compressors:
      404. WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
      405. WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
      406. MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
      407. DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
      408. MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
      409. Cinepak Codec von Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
      410. Intel IYUV Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
      411. Intel IYUV Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
      412. Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
      413. Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
      414. Audio Compressors:
      415. WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
      416. WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
      417. IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
      418. PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
      419. Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
      420. GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
      421. Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.06.7601.17713
      422. CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
      423. CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
      424. MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
      425. Audio Capture Sources:
      426. Mikrofon (Conexant CX20671 Smar,0x00200000,0,0,qcap.dll,6.06.7601.17514
      427. PBDA CP Filters:
      428. PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
      429. PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
      430. PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
      431. Midi Renderers:
      432. Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
      433. Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
      434. WDM Streaming Capture Devices:
      435. Conexant HD Audio capture,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      436. Conexant HD Audio capture,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      437. ,0x00000000,0,0,,
      438. CyberLink Webcam Splitter,0x00200000,0,1,ksproxy.ax,6.01.7601.17514
      439. Lenovo EasyCamera,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      440. WDM Streaming Rendering Devices:
      441. ,0x00000000,0,0,,
      442. ,0x00000000,0,0,,
      443. Conexant HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      444. BDA Network Providers:
      445. Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
      446. Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
      447. Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
      448. Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
      449. Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
      450. Video Capture Sources:
      451. CyberLink Webcam Splitter,0x00200000,0,1,ksproxy.ax,6.01.7601.17514
      452. Lenovo EasyCamera,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      453. Multi-Instance Capable VBI Codecs:
      454. VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
      455. BDA Transport Information Renderers:
      456. BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
      457. MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
      458. BDA CP/CA Filters:
      459. Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
      460. Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
      461. PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
      462. XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
      463. WDM Streaming Communication Transforms:
      464. Tee/Sink-to-Sink-Konvertierung,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
      465. Audio Renderers:
      466. Lautsprecher (Conexant CX20671 ,0x00200000,1,0,quartz.dll,6.06.7601.17713
      467. Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
      468. Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
      469. DirectSound: Lautsprecher (Conexant CX20671 SmartAudio HD),0x00200000,1,0,quartz.dll,6.06.7601.17713
      470. ---------------
      471. EVR Power Information
      472. ---------------
      473. Current Setting: {651288E5-A7ED-4076-A96B-6CC62D848FE1} (Balanced)
      474. Quality Flags: 2576
      475. Enabled:
      476. Force throttling
      477. Allow half deinterlace
      478. Allow scaling
      479. Decode Power Usage: 100
      480. Balanced Flags: 1424
      481. Enabled:
      482. Force throttling
      483. Allow batching
      484. Force half deinterlace
      485. Force scaling
      486. Decode Power Usage: 50
      487. PowerFlags: 1424
      488. Enabled:
      489. Force throttling
      490. Allow batching
      491. Force half deinterlace
      492. Force scaling
      493. Decode Power Usage: 0

      unter Dx9 läufts prima :/

      Edit: hab nochmal genau nachgeguckt: Der Fehler tritt im Konstruktor von DirectXTexture auf, genauer in dieser Zeile:

      Quellcode

      1. ​_bmp = new Bitmap(DirectXHelper.RenderTarget, size, tempStream, stride, bitmapProperties);

      Exception:

      Quellcode

      1. ​Eine Ausnahme (erste Chance) des Typs "SharpDX.SharpDXException" ist in SharpDX.dll aufgetreten.
      2. Zusätzliche Informationen: HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid Arguments], Message: Falscher Parameter.

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „creac“ ()

      Nee, ​Path.Combine versteht schon, was ich damit sagen will. Inwiefern kann es bei einer implizierten Konvertierung von DataStream in DataPointer zu Problemen kommen? Hab schon versucht, statt tempStream ​tempStream.DataPointer zu benutzen, letzteres ist aber vom Typ IntPtr. einen neuen DataPointer kann ich auch nicht so einfach erstellen, weil der Konstruktor einen IntPtr und und einen int Size verlangt, ​tempStream.Length wäre aber (logischerweise) vom Typ long.
      Es lag an der größe des Tilesets (128x15971), das war wohl einfach zu groß. Hab testhalber gerade einfach die ersten 128x256 px ausgeschnitten und es läuft. Wäre trotzdem interessant zu wissen, ob sich das beheben lässt, auch, wenn ich jetzt erstmal nen Workaround habe.

      ThuCommix schrieb:

      Vielleicht gibts da internal ein Out of Memory.. Keine Ahnung sorry.

      Passt schon... interessant ist halt, dass es unter Win8 super geklappt hat.
      Hab gerade noch einen Bug gefunden:

      github.com/ThuCommix/Sharpex2D…ng/DeviceSelector.cs#L103

      Diese Routine (SelectorMode.Highest) scheint mir fehlerhaft zu sein. Wenn ich unter Win8 ein Array in folgender Reihenfolge habe:

      DX11RenderDevice
      DX10RenderDevice
      DX9RenderDevice

      läuft der DeviceSelector alle Devices durch, sieht bei allen, dass die Platform supported ist, beendet die schleife nach dem DX9 Device und returned dieses. Das höchstverfügbare unter Win8 wäre aber natürlich DX11.

      edit: github.com/ThuCommix/Sharpex2D…ng/DeviceSelector.cs#L115 müsste dementsprechend dann so aussehen:

      C#-Quellcode

      1. ​if (renderer.IsPlatformSupported && renderer.PlatformVersion > result.PlatformVersion)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „enba“ ()

      ThuCommix schrieb:

      Hast du Github? - Wenn ja könntest du ja deinen fix hochladen :)

      Klar - Hab momentan aber die Sources nicht lokal da (habs mir nur in der WebView rausgesucht).
      Kann dir in Zukunft für sowas aber gerne PullRequests für sowas senden.