About SIE

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Timbab said:
[2015/03/09] Following Changes and Additions (88 new chunks covered) to my Templates:
  • Camera IFF -- Added default, updated & completed
  • Client Data File -- Added 1 missing chunk (VGEF), updated & completed
  • Client Effect CEF -- Added default, updated & completed
  • Combat Directory IFF MKR - Added Enum support, added default, added tag support, updated & completed
  • Effect EFT -- Added Enum support, added defaults, fixed unknowns, added tag support, updated & completed
  • Lightsaber Blade LSB -- Added added defaults, updated & completed
  • Planet PLN -- New & completed
  • Playback PST -- Added Enum support, added defaults, added tag support, added 1 missing chunk (FIPR), updated & completed? Might be missing more chunks
  • Portal Object POB - New & fairly complete
  • Shader SHT -- Added Enum support, added defaults, added tag support, updated & completed
  • Sound SND -- Added Enum support, added defaults, added a template so it shows up for 3D, updated & completed
  • Sprite SPR -- Updated & completed
  • Swoosh SWH -- Added Enum support, added defaults, updated & completed
  • Terrain Environment IFF -- Added 3 missing chunks
  • Texture Renderer TRT -- New, fairly complete, missing some unused chunks
Grab it here
These are really good and anyone doing SWG modding should absolutely be using them while we wait for fully fledged editors :p
 

Waverunner

New Member
Joined
Nov 5, 2012
Messages
10
RE: Sytner's Iff Editor 3

Added all the templates for asset_customization_manager.iff chunks in customization/

http://goo.gl/FgTdKM

And footprint/

http://goo.gl/nlIRJv
 

Timbab

Administrator
Staff member
Administrator
Moderator
Joined
Oct 6, 2010
Messages
1,057
Location
Magna Germania
RE: Sytner's Iff Editor 3

Nice to see more people being active. :)

To comment on:
Code:
// Somehow it's converted to a footprint, needs more research
// Also, it's related to height, if Height value is 10 in INFO chunk then there is only 10 c-strings
It's basically like painting with with characters.

Here is a guild hall:

Basically F is the actual structure and H is the hard surface/general reservation surrounding it. At least that's how I always understood it, haven't looked into it in forever now. Gonna be making a dedicated editor when I get around to it though, fairly simple. :)

Edit:

Another example to show it a bit clearer, the round small Naboo house:


I suppose they coulda used a tool to convert the model to that, or just had a fairly simple tool based on x*y blocks and then marking each either F or H, trying to make it look like the model. Also each character might represent a or multiple tiles in game, unsure.
 

Waverunner

New Member
Joined
Nov 5, 2012
Messages
10
RE: Sytner's Iff Editor 3

Thanks for that Timbab!

Have some more to share with a lot of templates related to some simple animation stuff. About 30 templates in total.

appearance/lat
appearance/mask
appearance/skeleton

Broken Link Removed -- Timbab

And seperate zip for 2 templates related to LoD's which aren't in the appearance/lod collection yet. INFO and PIVT chunks for DTLA 0007 to be exact.

appearance/lod (Only has the 2 templates mentioned)
Broken Link Removed -- Timbab

edit: Forgot to include APPR_0003_HPTS_HPNT for appearance/lod, so will just paste it
Code:
// Hardpoint Transforms Matrix
// META(CHUNKID:HPNT)

Struct[Hardpoint]{mat4x3[transforms],string[name]}
Hardpoint[Hardpoint, -1]
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

I haven't checked these out yet but great to see others getting involved - we're close to full coverage of files :)
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Updated to version 3.2.0.12. Changes:
  1. CRC entry list max line count is much higher
  2. Some tweaks/fixes to things for Timbab's templates
 

Waverunner

New Member
Joined
Nov 5, 2012
Messages
10
RE: Sytner's Iff Editor 3

Download links to all the templates I've made so far. About 20 new chunks from prior posting, updated a couple others as well.

  • appearance/ - Skeletal Appearance Templates (*.sat) - http://goo.gl/PDTKWC
  • appearance/lat - Logical Animation Table (*.lat) - http://goo.gl/LV8JVy
  • appearance/lod - 3 chunks relating to hardpoints and distances for Detail Appearance Templates (*.lod) - http://goo.gl/VND1nZ
  • appearance/mask - .iff transform mask files (only one chunk) -http://goo.gl/l0uYcz
  • appearance/mesh - Skeletal Mesh Generator Templates (*.mgn) - http://goo.gl/HEvhKo
  • appearance/skeleton - Skeleton Templates (*.skt) - http://goo.gl/k1aX0I
  • footprint/ - Structure Footprints (*.sfp) - http://goo.gl/Klfr3v
  • customization/ - Asset Customization Manager - http://goo.gl/3S5Ri9
All of these - http://goo.gl/UolMUI

That's probably as much as I'm gonna do. They're a lot of work lol.
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Good stuff! Added them to the OP.
 

Waverunner

New Member
Joined
Nov 5, 2012
Messages
10
RE: Sytner's Iff Editor 3

May be something small, or intended, but when not setting an Image for a plugin and viewing the about screen, it'll throw an exception. I'm assuming that it's not intended because the default icon shows in the main editor view when the getPluginIcon() method isn't implemented yet.

Code:
System.NotImplementedException: The method or operation is not implemented.
   at Waverunner.Swg.SIE.Plugins.TestingPlugin.get_PluginIcon()
   at ‪‭​‫​‪‏‬‪‮‌‬‌​‭​‎‬‫‎‫‬​‪‌‌‭‮.‌‬‭‫‫‮‪‍‫‍‬‌‭‮‪‎‏​‭‏‏‏‎‍‮(Object , EventArgs )
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
It took me like 3 years before I figured out that I had to extend from DockContent >.>

But, very nice and easy to use API. How would I go about the color scheme that coincides with the main editor so it's not a void? Sorry, I'm use to Java and the Swing and AWT api's theme system they have going.

 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Updated to version 3.2.0.13. Changes:
  1. (SDK) Default icon shown for plugins returning null on getPluginIcon()
  2. (SDK) Added IHost interface that will provide access to functionality in SIE, currently this allows opening a file from the repostitory
  3. (SDK) Added SDK folder with LibSIEPlugin sources and a very rudimentary STF sample form.
  4. (SDK) Added readme for SDK.
[hr]
Oh good work getting a plugin working without any resources on the SDK! I'm not surprised it took a while to notice the DockContent thing.

You'll need to implement getPluginIcon() but you can return null now if you wanted to display the default (it would've shown empty previously but shouldn't have thrown an exception if you implemented it and returned null).

There's no proper way of applying the colours unfortunately, I'm just setting them manually in the designer. I should implement a way of doing it I'm just trying to avoid keep spending time on this tool.
 

Waverunner

New Member
Joined
Nov 5, 2012
Messages
10
RE: Sytner's Iff Editor 3

Nice, thanks for the source code! I noticed that you have a class IffStream from the STF source. I don't see it in the object browser from VS nor .NET Reflector for LibSIEPlugin & LibSWBDotNet and the other libraries don't seem to be of .NET type (I think the namespace it's in is SWB.IO since that's the one I'm not finding). I'm guessing that it's a private class.

Right now I'm using a custom class I created dubbed IffFile that I converted over from some of my Java projects. Didn't have to make a ton of changes in order for it to work in C#, so it wasn't a huge issue as both the languages are fairly similar. It may be of issue though for those who have little knowledge of the IFF structures.

No need to worry about creating a way for the UI theme's, I just wanted to try out the API in case I ever have time to write an actual plugin. College on top of PSWG and extra curricular school activities has been restricting me lately. Also been studying for my Java certification next fall. Only now on spring break do I have the time to do this lol.

By the way, thanks for the tool, it truly is great. The viewer is superb, quite funny seeing object's do animations they weren't built for lol.
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Thanks, yeah I'm pleased with how the viewer and such turned out given that this whole thing is basically just a load of my old work thrown together in a hurry. I was/am planning for the SDK to include IffStream and a sample file that uses it such as snapshots. The only reason I haven't included it (and the rest of the source for that matter) is simply because it isn't particularly good. It needs some tidying up to form a proper base for people to work from and until your post I've assumed no one was really interested tbh. I completely agree though, it would be off-putting to new programmers in its current state.
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Updated to version 3.2.0.14. Changes:
  1. Restored the old functionality of "Extract" before the toc history updates were made. Also made a few improvements to make it more intuitive.
  2. Removed custom config file accidentally included in the previous release.
[hr]
Updated to version 3.2.0.15. Changes:
  1. Fixed bugged animations where skeletal appearance templates attach skeletons to other skeletons.
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Updated to version 3.2.0.18. Changes:
  1. Various fixes and improvements for the datatable editor
  2. Fixed support for beta 1-3 .tres
  3. Added more .tre names for era display (thanks to Timbab for making the list)
  4. Added the option to continue on missing .tre files
[hr]

Updated to version 3.2.0.19. Changes:
  1. Fixed/added default names for new files on certain editors
  2. Tabs now show the working file name with an icon to indicate the editor type
  3. Files are no longer prefixed with the archive name when opening from tree
 

wur

New Member
Joined
Oct 2, 2014
Messages
25
RE: Sytner's Iff Editor 3

I keep getting the same error as Hawkbs did, however I get it everytime I run the iff editor. Any idea on how to fix it? I tried downloading it again (newer version) but it didnt help. Still keeps crashing.
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

wur said:
I keep getting the same error as Hawkbs did, however I get it everytime I run the iff editor. Any idea on how to fix it? I tried downloading it again (newer version) but it didnt help. Still keeps crashing.
Exactly the same error as Hawkbs? What GPU do you have and which OS are you running?
 

wur

New Member
Joined
Oct 2, 2014
Messages
25
RE: Sytner's Iff Editor 3

Ran the pgm on Parallels Desktop running W8.1 on mac os x 10.10.2 on MacBook Pro with Retina mid-2012 that has a NVIDIA GeForce GT 650M.

Code:
Error is:
Problem signature:
  Problem Event Name:	CLR20r3
  Problem Signature 01:	Sytners Iff Editor.exe
  Problem Signature 02:	1.0.0.0
  Problem Signature 03:	55044924
  Problem Signature 04:	mscorlib
  Problem Signature 05:	4.0.30319.34209
  Problem Signature 06:	53489fcf
  Problem Signature 07:	2bd4
  Problem Signature 08:	25
  Problem Signature 09:	N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB
  OS Version:	6.3.9600.2.0.0.256.49
  Locale ID:	1044
  Additional Information 1:	ee89
  Additional Information 2:	ee897691609129cfb468afa41e8ecc46
  Additional Information 3:	8dc3
  Additional Information 4:	8dc38894e8adc46843e4b38dd180166a

DXDIAG report:
   Operating System: Windows 8.1 Pro N 64-bit (6.3, Build 9600) (9600.winblue_r8.150127-1500)
           Language: Norwegian (Bokmål) (Regional Setting: Norwegian (Bokmål))
System Manufacturer: Parallels Software International Inc.
       System Model: Parallels Virtual Platform
               BIOS: Default System BIOS
          Processor: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (2 CPUs), ~2.3GHz
             Memory: 8192MB RAM
Available OS Memory: 6044MB RAM
          Page File: 1798MB used, 5204MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
   User DPI Setting: Using System DPI
 System DPI Setting: 192 DPI (200 percent)
    DWM DPI Scaling: UnKnown
     DxDiag Version: 6.03.9600.17415 64bit Unicode
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

I'm not sure if anyone has been successful in running it on a VM. I guess it should work if it has proper DX10 support though. I'm curious what DXDIAG output you get in the drivers section?

 

wur

New Member
Joined
Oct 2, 2014
Messages
25
RE: Sytner's Iff Editor 3

Here is the Complete report:
Code:
------------------
System Information
------------------
Time of this report: 3/17/2015, 21:14:21
       Machine name: JOHNDOE5874
   Operating System: Windows 8.1 Pro N 64-bit (6.3, Build 9600) (9600.winblue_r8.150127-1500)
           Language: Norwegian (Bokmål) (Regional Setting: Norwegian (Bokmål))
System Manufacturer: Parallels Software International Inc.
       System Model: Parallels Virtual Platform
               BIOS: Default System BIOS
          Processor: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (2 CPUs), ~2.3GHz
             Memory: 8192MB RAM
Available OS Memory: 6044MB RAM
          Page File: 1798MB used, 5204MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
   User DPI Setting: Using System DPI
 System DPI Setting: 192 DPI (200 percent)
    DWM DPI Scaling: UnKnown
     DxDiag Version: 6.03.9600.17415 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: The file prl_sound.sys is not digitally signed, which means that it has not been tested by Microsoft's Windows Hardware Quality Labs (WHQL).  You may be able to get a WHQL logo'd driver from the hardware manufacturer.
          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: Parallels Display Adapter (WDDM)
       Manufacturer: Parallels
          Chip type: Virtual Adapter
           DAC type: Integrated RAMDAC
        Device Type: Full Device
         Device Key: Enum\PCI\VEN_1AB8&DEV_4005&SUBSYS_04001AB8&REV_00
     Display Memory: 1024 MB
   Dedicated Memory: 512 MB
      Shared Memory: 512 MB
       Current Mode: 2880 x 1800 (32 bit) (60Hz)
       Monitor Name: Generic Non-PnP Monitor
      Monitor Model: Parallels Vu
         Monitor Id: PRL5000
        Native Mode: 2880 x 1800(p) (59.998Hz)
        Output Type: HD15
        Driver Name: prl_umdd.dll,prl_umdd10.dll
Driver File Version: 8.15.0010.28859 (English)
     Driver Version: 10.1.28859.0
        DDI Version: 10.1
     Feature Levels: 10.1,10.0,9.3,9.2,9.1
       Driver Model: WDDM 1.1
Graphics Preemption: DMA
 Compute Preemption: DMA
           Miracast: Not Supported
Hybrid Graphics GPU: Not Applicable
     Power P-states: Not Applicable
  Driver Attributes: Beta Debug
   Driver Date/Size: 12/19/2014 10:02:26, 142568 bytes
        WHQL Logo'd: Yes
    WHQL Date Stamp: 
  Device Identifier: {D7B71458-0345-11CF-B309-0A24A0C2C535}
          Vendor ID: 0x1AB8
          Device ID: 0x4005
          SubSys ID: 0x04001AB8
        Revision ID: 0x0000
 Driver Strong Name: oem4.inf:e4bc28de2924396b:DDInstall64_6:10.1.28859.0:pci\ven_1ab8&dev_4005&subsys_04001ab8
     Rank Of Driver: 00E00001
        Video Accel: 
        DXVA2 Modes: 
   Deinterlace Caps: {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(IMC1,0x31434d49) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(IMC2,0x32434d49) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(IMC3,0x33434d49) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(IMC4,0x34434d49) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(S340,0x30343353) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5BDB4C2A-B67A-495F-B275-6DFC87C55F88}: Format(In/Out)=(S342,0x32343353) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
       D3D9 Overlay: Not Supported
            DXVA-HD: Not Supported
       DDraw Status: Enabled
         D3D Status: Enabled
         AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Speakers (Parallels Audio Controller)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: PCI\VEN_1022&DEV_746D&SUBSYS_04001AB8&REV_00
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: prl_sound.sys
         Driver Version: 10.01.0002.28859 (English)
      Driver Attributes: Beta Debug
            WHQL Logo'd: No
          Date and Size: 12/19/2014 10:02:24, 55528 bytes
            Other Files: 
        Driver Provider: Parallels
         HW Accel Level: Basic
              Cap Flags: 0xF1F
    Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 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: Microphone (Parallels Audio Controller)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: prl_sound.sys
         Driver Version: 10.01.0002.28859 (English)
      Driver Attributes: Beta Debug
          Date and Size: 12/19/2014 10:02:24, 55528 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

---------------------
Video Capture Devices
Error happened during getting video capture device info
---------------------
-------------------
DirectInput Devices
-------------------
      Device Name: Mouse
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: Keyboard
         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, 0x2658
| Matching Device ID: USB\ROOT_HUB
| Service: usbhub
| Driver: usbhub.sys, 7/24/2014 16:28:38, 419648 bytes
| Driver: usbd.sys, 5/31/2014 11:07:07, 27480 bytes

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

------------
PS/2 Devices
------------
+ Standard PS/2 Keyboard
| Matching Device ID: *PNP0303
| Service: i8042prt
| Driver: i8042prt.sys, 11/4/2014 07:54:54, 108544 bytes
| Driver: kbdclass.sys, 11/4/2014 20:25:09, 59712 bytes
| 
+ Parallels Mouse Synchronization Device
| Matching Device ID: ACPI\PNP0F03
| Upper Filters: prl_mouf
| Service: i8042prt
| Driver: prl_mouf.sys, 12/19/2014 10:02:20, 22248 bytes
| 
+ Parallels USB Mouse Synchronization Device
| Vendor/Product ID: 0x203A, 0xFFFC
| Matching Device ID: HID\VID_203A&PID_FFFC&MI_00
| Upper Filters: prl_mouf
| Service: mouhid
| Driver: prl_mouf.sys, 12/19/2014 10:02:20, 22248 bytes
| Driver: mouhid.sys, 11/4/2014 07:54:47, 30208 bytes
| Driver: mouclass.sys, 11/4/2014 20:25:09, 51008 bytes
| 
+ HID-compliant mouse
| Vendor/Product ID: 0x203A, 0xFFFC
| Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| Service: mouhid
| Driver: mouhid.sys, 11/4/2014 07:54:47, 30208 bytes
| Driver: mouclass.sys, 11/4/2014 20:25:09, 51008 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 51.8 GB
Total Space: 65.2 GB
File System: NTFS
      Model: Windows 8.1-0 SSD

      Drive: D:
      Model:  Virtual DVD-ROM
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (Norwegian (Bokmål)), 8/22/2013 09:46:35, 164352 bytes

--------------
System Devices
--------------
     Name: Intel(R) PRO/1000 MT Network Connection
Device ID: PCI\VEN_8086&DEV_100F&SUBSYS_04001AB8&REV_00\3&11583659&0&28
   Driver: C:\Windows\system32\DRIVERS\E1G6032E.sys, 8.04.0013.0000 (Norwegian (Bokmål)), 6/18/2013 15:45:28, 147584 bytes

     Name: Intel(R) P965/G965 Processor to I/O Controller - 29A0
Device ID: PCI\VEN_8086&DEV_29A0&SUBSYS_04001AB8&REV_02\3&11583659&0&00
   Driver: n/a

     Name: Intel(R) 82801FB/FBM USB Universal Host Controller - 2658
Device ID: PCI\VEN_8086&DEV_2658&SUBSYS_04001AB8&REV_02\3&11583659&0&E8
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.03.9600.17195 (English), 5/31/2014 07:30:09, 37376 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.03.9600.17195 (English), 5/31/2014 11:07:07, 440664 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.03.9600.17238 (English), 7/24/2014 16:28:38, 419648 bytes

     Name: Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C
Device ID: PCI\VEN_8086&DEV_265C&SUBSYS_04001AB8&REV_02\3&11583659&0&EF
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.03.9600.17195 (English), 5/31/2014 11:07:08, 89944 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.03.9600.17195 (English), 5/31/2014 11:07:07, 440664 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.03.9600.17238 (English), 7/24/2014 16:28:38, 419648 bytes

     Name: Parallels Memory Controller
Device ID: PCI\VEN_1AB8&DEV_4006&SUBSYS_40061AB8&REV_00\3&11583659&0&70
   Driver: C:\Windows\system32\DRIVERS\prl_memdev.sys, 12/19/2014 10:02:18, 21736 bytes

     Name: Intel(R) 82801 PCI Bridge - 244E
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_04001AB8&REV_F2\3&11583659&0&F0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17238 (English), 7/24/2014 16:28:35, 280384 bytes

     Name: Intel(R) ICH8 Family SMBus Controller - 283E
Device ID: PCI\VEN_8086&DEV_283E&SUBSYS_04001AB8&REV_02\3&11583659&0&FB
   Driver: n/a

     Name: Standard SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_2821&SUBSYS_04001AB8&REV_02\3&11583659&0&FA
   Driver: C:\Windows\system32\DRIVERS\storahci.sys, 6.03.9600.16384 (English), 8/22/2013 13:43:31, 107872 bytes

     Name: Intel(R) ICH8/ICH8R Family LPC Interface Controller - 2810
Device ID: PCI\VEN_8086&DEV_2810&SUBSYS_04001AB8&REV_02\3&11583659&0&F8
   Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.03.9600.16384 (English), 8/22/2013 13:43:49, 17248 bytes

     Name: DEC 21150 PCI to PCI bridge
Device ID: PCI\VEN_1011&DEV_0022&SUBSYS_00000000&REV_00\3&11583659&0&50
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17238 (English), 7/24/2014 16:28:35, 280384 bytes

     Name: Parallels Display Adapter (WDDM)
Device ID: PCI\VEN_1AB8&DEV_4005&SUBSYS_04001AB8&REV_00\4&14523280&0&0008
   Driver: C:\Windows\system32\DRIVERS\prl_kmdd.sys, 8.15.0010.28859 (English), 12/19/2014 10:02:18, 158952 bytes
   Driver: C:\Windows\system32\prl_umdd.dll, 8.15.0010.28859 (English), 12/19/2014 10:02:26, 142568 bytes
   Driver: C:\Windows\system32\prl_umdd10.dll, 8.15.0010.28859 (English), 12/19/2014 10:02:26, 136936 bytes
   Driver: C:\Windows\system32\prl_gldd.dll, 8.15.0010.28859 (English), 12/19/2014 10:02:16, 373992 bytes
   Driver: C:\Windows\SysWow64\prl_umdd.dll, 8.15.0010.28859 (English), 12/19/2014 10:02:46, 123112 bytes
   Driver: C:\Windows\SysWow64\prl_gldd.dll, 8.15.0010.28859 (English), 12/19/2014 10:02:38, 275176 bytes
   Driver: C:\Windows\SysWow64\prl_umdd10.dll, 8.15.0010.28859 (English), 12/19/2014 10:02:48, 122088 bytes

     Name: Intel(R) G35 Express Chipset PCI Express Root Port - 2981
Device ID: PCI\VEN_8086&DEV_2981&SUBSYS_00008086&REV_02\3&11583659&0&08
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17238 (English), 7/24/2014 16:28:35, 280384 bytes

     Name: Intel(R) 82801BA Ultra ATA Storage Controller - 244B
Device ID: PCI\VEN_8086&DEV_244B&SUBSYS_04001AB8&REV_05\3&11583659&0&F9
   Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.03.9600.16384 (English), 8/22/2013 13:43:44, 18272 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.03.9600.16384 (Norwegian (Bokmål)), 8/22/2013 13:43:32, 48992 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.03.9600.16384 (English), 8/22/2013 13:43:41, 26464 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.03.9600.16384 (Norwegian (Bokmål)), 8/22/2013 13:43:41, 199520 bytes

     Name: Parallels Audio Controller
Device ID: PCI\VEN_1022&DEV_746D&SUBSYS_04001AB8&REV_00\3&11583659&0&FC
   Driver: C:\Windows\system32\DRIVERS\prl_sound.sys, 10.01.0002.28859 (English), 12/19/2014 10:02:24, 55528 bytes
   Driver: C:\Windows\system32\drivers\drmk.sys, 6.03.9600.17415 (English), 10/29/2014 03:47:38, 89088 bytes
   Driver: C:\Windows\system32\drivers\portcls.sys, 6.03.9600.17415 (English), 10/29/2014 03:46:37, 272384 bytes
   Driver: C:\Windows\system32\WMALFXGFXDSP.dll, 6.03.9600.17415 (English), 10/29/2014 04:58:59, 1797944 bytes
   Driver: C:\Windows\system32\SysFxUI.dll, 6.03.9600.17415 (English), 10/29/2014 03:14:03, 378880 bytes

     Name: Parallels Tool Device
Device ID: PCI\VEN_1AB8&DEV_4000&SUBSYS_04001AB8&REV_00\3&11583659&0&18
   Driver: C:\Windows\system32\DRIVERS\prl_tg.sys, 10.01.0002.28859 (English), 12/19/2014 10:02:24, 28904 bytes

     Name: Renesas USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
Device ID: PCI\VEN_1033&DEV_0194&SUBSYS_04001AB8&REV_03\3&11583659&0&EE
   Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.03.9600.17393 (English), 10/7/2014 07:54:45, 189248 bytes
   Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.03.9600.17393 (English), 10/7/2014 07:54:45, 324928 bytes

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

DirectShow Filters:
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.03.9600.17415
DV Muxer,0x00400000,0,0,qdv.dll,6.06.9600.17415
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9600.17415
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9600.17415
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9600.17415
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9600.17415
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9600.17415
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9600.17415
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9600.17415
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9600.17415
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9600.17415
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9600.17415
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9600.17415
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9600.17415
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9600.17415
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9600.17415
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9600.17415
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9600.17415
DV Splitter,0x00600000,1,2,qdv.dll,6.06.9600.17415
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9600.17415
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9600.17415
Video Renderer,0x00800001,1,0,quartz.dll,6.06.9600.17415
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9600.17415
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9600.17415
Video Renderer,0x00400000,1,0,quartz.dll,6.06.9600.17415
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9600.17415
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9600.17415
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.03.9600.17415
File writer,0x00200000,1,0,qcap.dll,6.06.9600.16384
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9600.17415
Overlay Mixer2,0x00200000,1,1,,
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9600.17415
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9600.17415
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9600.17415
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9600.17415
Null Renderer,0x00200000,1,0,qedit.dll,6.06.9600.17415
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9600.17415
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9600.17415
Smart Tee,0x00200000,1,2,qcap.dll,6.06.9600.16384
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9600.17415
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9600.17415
Wave Parser,0x00400000,1,1,quartz.dll,6.06.9600.17415
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9600.17415
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9600.17415
File stream renderer,0x00400000,1,1,quartz.dll,6.06.9600.17415
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9600.17415
AVI Mux,0x00200000,1,0,qcap.dll,6.06.9600.16384
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9600.17415
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9600.17415
File Source (URL),0x00400000,0,1,quartz.dll,6.06.9600.17415
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.9600.16384
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9600.17415
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9600.17415

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

Video Compressors:
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9600.17415
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9600.17415

Audio Compressors:
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9600.17415
PCM,0x00200000,1,1,quartz.dll,6.06.9600.17415
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9600.17415
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9600.17415
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9600.17415
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9600.17415

Audio Capture Sources:
Microphone (Parallels Audio Controller),0x00200000,0,0,qcap.dll,6.06.9600.16384

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

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

WDM Streaming Capture Devices:
Parallels Sound Card,0x00200000,2,2,ksproxy.ax,6.03.9600.17415

WDM Streaming Rendering Devices:
Parallels Sound Card,0x00200000,2,2,ksproxy.ax,6.03.9600.17415

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

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

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

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

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

Audio Renderers:
Speakers (Parallels Audio Controller),0x00200000,1,0,quartz.dll,6.06.9600.17415
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9600.17415
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9600.17415
DirectSound: Speakers (Parallels Audio Controller),0x00200000,1,0,quartz.dll,6.06.9600.17415


----------------------------
Preferred DirectShow Filters
----------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>

{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec


---------------------------
Media Foundation Transforms
---------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]

<category>:
  <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>



--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]

No data


-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]

No data


--------------------------------
Media Foundation Scheme Handlers
--------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<URL type>, <handler CLSID>, <brief description>[, Preferred]

No data


-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]

<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>

No data

-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]

<transform CLSID>



------------------------
Disabled Media Sources
------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]

<media source CLSID>


---------------
EVR Power Information
---------------
Current Setting:     Unknown  Quality Flags: 0
    Enabled:
    Unknown    Decode Power Usage: 0
  Balanced Flags: 0
    Enabled:
    Unknown    Decode Power Usage: 0
  PowerFlags: 0
    Enabled:
    Unknown    Decode Power Usage: 0

---------------
Diagnostics
---------------

Windows Error Reporting:
+++ WER0 +++:
Fault bucket 90611862322, type 5

Event Name: PDUWICA

Response: Not available

Cab Id: 0



Problem signature:

P1: 49

P2: 1.6

P3: 6.3.0.0

P4: 2057

P5: 45

P6: 

P7: 

P8: 

P9: 

P10: 




+++ WER1 +++:
Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0



Problem signature:

P1: Sytners Iff Editor.exe

P2: 1.0.0.0

P3: 55044924

P4: mscorlib

P5: 4.0.30319.34209

P6: 53489fcf

P7: 2bd4

P8: 25

P9: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

P10: 




+++ WER2 +++:
Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0



Problem signature:

P1: Sytners Iff Editor.exe

P2: 1.0.0.0

P3: 55044924

P4: mscorlib

P5: 4.0.30319.34209

P6: 53489fcf

P7: 2bd4

P8: 25

P9: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

P10: 




+++ WER3 +++:
Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0



Problem signature:

P1: Sytners Iff Editor.exe

P2: 1.0.0.0

P3: 55044924

P4: mscorlib

P5: 4.0.30319.34209

P6: 53489fcf

P7: 2bd4

P8: 25

P9: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

P10: 




+++ WER4 +++:
Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0



Problem signature:

P1: Sytners Iff Editor.exe

P2: 1.0.0.0

P3: 55044924

P4: mscorlib

P5: 4.0.30319.34209

P6: 53489fcf

P7: 2bd4

P8: 25

P9: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

P10: 




+++ WER5 +++:
Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0



Problem signature:

P1: Sytners Iff Editor.exe

P2: 1.0.0.0

P3: 55044924

P4: mscorlib

P5: 4.0.30319.34209

P6: 53489fcf

P7: 2bd4

P8: 25

P9: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

P10: 




+++ WER6 +++:
Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0



Problem signature:

P1: Sytners Iff Editor.exe

P2: 1.0.0.0

P3: 55044924

P4: mscorlib

P5: 4.0.30319.34209

P6: 53489fcf

P7: 2bd4

P8: 25

P9: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB

P10: 




+++ WER7 +++:
Fault bucket 90464120343, type 5

Event Name: MpTelemetry

Response: Not available

Cab Id: 0



Problem signature:

P1: 2152759308

P2: unspecified

P3: ScanFile

P4: 4.6.305.0

P5: Windows Defender (77BDAF73-B396-481F-9042-AD358843EC24)

P6: unspecified

P7: unspecified

P8: 

P9: 

P10: 




+++ WER8 +++:
Fault bucket 90464120343, type 5

Event Name: MpTelemetry

Response: Not available

Cab Id: 0



Problem signature:

P1: 2152759308

P2: unspecified

P3: ScanFile

P4: 4.6.305.0

P5: Windows Defender (77BDAF73-B396-481F-9042-AD358843EC24)

P6: unspecified

P7: unspecified

P8: 

P9: 

P10: 




+++ WER9 +++:
Fault bucket 90464120343, type 5

Event Name: MpTelemetry

Response: Not available

Cab Id: 0



Problem signature:

P1: 2152759308

P2: unspecified

P3: ScanFile

P4: 4.6.305.0

P5: Windows Defender (77BDAF73-B396-481F-9042-AD358843EC24)

P6: unspecified

P7: unspecified

P8: 

P9: 

P10:
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
RE: Sytner's Iff Editor 3

Looks like it should be ok but I think the issue must be coming from the VM in some capacity assuming you have the prerequisites and everything is extracted right/has the proper permissions. I can't think of any other reason - that error pretty much means missing dlls or graphics issues. It won't happen for the kind of reasons that Hawkbs had it on the newer versions as LibSWB is forwarding and displaying those errors now.
 
Top Bottom