Post Reply 
 
Thread Rating:
  • 5 Votes - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Author Message
simix10 Offline
Newbie
*

Posts: 2
Joined: Jul 2012
Post: #121
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I have had the problem that after mission 7 in the normal campaign (not modern times) it won't start mission 8, it just returns me to mission 1, and i sure as hell do not want to start all over again for no bloody reason, i have contacted support and little can they do, but im quite sure what i need is a save file from mission 8.

Could anyone please be so kind to send a savefile from mission 8 to me, it doesnt matter if it is just started or nearly done, cause i will restart it anyway ofc.

*EDIT*

I just realised i posted this in the wrong thread, sorry.
(This post was last modified: 27-07-2012 12:23 PM by simix10.)
27-07-2012 12:11 PM
Find all posts by this user Quote this message in a reply
DDRJake Offline
Junior Member
**

Posts: 25
Joined: Dec 2010
Post: #122
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Hell of a lot of bugs here, I can "second" most of them. How about a patch?
31-07-2012 06:38 PM
Find all posts by this user Quote this message in a reply
Dicktator Offline
Going somewhere...
****

Posts: 165
Joined: Feb 2012
Post: #123
Exploitable road-laying glitch
I'm pretty sure someone else has noticed this, but I tried using the forum search function and got no results, so I'm posting anyway: ever since I started playing Tropico 4 I've noticed something weird; in my current version (1.05+MT) if you lay out roads in segments costing 60/100 pesos then immediately cancel the road construction by pressing backspace you get a full refund plus 20 pesos extra; if you layout->cancel a 80-peso segment you get 40 pesos extra; it does not work with 20 or 40-peso segments. So you can get quite a bit of money by laying out an 80-peso length of road and alternately mashing the left-click->bkspc buttons.

Sure, getting significant sums of money this way takes considerable amounts of time and manual dexterity, but "conjuring" a few thousand pesos for a critical expense at the start of a game can make a difference and more importantly does not register as a "cheat." Is it just me or is the road-laying system buggy?

EDIT: did a quick test on Tropico 4 v1.05 with MT to confirm.
(This post was last modified: 03-08-2012 03:54 PM by Dicktator.)
03-08-2012 03:26 PM
Find all posts by this user Quote this message in a reply
Vodahmin Offline
Junior Member
**

Posts: 26
Joined: Aug 2012
Post: #124
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I accepted the "Fertilize" mission, which was about issuing the Fertilize! edict, however doing it did not end the mission.

Screenshot available here.
(This post was last modified: 15-08-2012 06:12 PM by Vodahmin.)
15-08-2012 06:11 PM
Find all posts by this user Quote this message in a reply
Fidel deBooks Offline
Junior Member
**

Posts: 20
Joined: Aug 2012
Post: #125
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Having spent 3 days creating a pretty awesome challenge, came across this bug in the challenge editor. Wouldn't normally bother but it's a pivotal point to my challenge (amongst other building tests).

Using this conditional test

"if count(Ranch) greater or equal 4 then
.
.
end"

will trip as true when Organic Ranches >= 4 OR ordinary ranches >= 4 despite the fact they are 2 seperate buildings.

Only odd bit: Organic Ranches were "awarded" within the challenge before they were normally due.

Is the work around going to be to test if they are organic ranches first?

EDIT:
The following debug code I wrote proves the problem

...CODE...

testCount_R = count(Ranch)
testCount_OR = count(Organic Ranch)

On_Screen Notification 'Organic Ranch count=%d1 : Normal Ranch count=%d2', 'testCount_OR', 'testCount_R',''

...STOP CODE...

Screen display >>> Organic Ranch=1 : Normal Ranch=1

Only 1 organic ranch has been built. No other ranches exist.

Shared object ID's??? Bit sloppy Sad

PS: Further to this: the test "if buildings of type Ranch(AnimalFarm) are obsolete then" is returning TRUE..... (which is my work round obviously but golly gosh!!)
(This post was last modified: 21-08-2012 02:02 AM by Fidel deBooks.)
21-08-2012 01:27 AM
Find all posts by this user Quote this message in a reply
Ivko Offline
Junior Member
**

Posts: 28
Joined: Mar 2012
Post: #126
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Fidel deBooks, the Ranch label includes Organic Ranches by design, so this it not technically a bug, although I admit it is a little weird.

I'm sorry this causes problems for you, but it is made in this way because otherwise, if you give the player a task to build, say, 5 Ranches and they become obsolete, the task becomes impossible for the player. We decided that the safest approach is to include the Modern Times variant of the building in the "original" building labels.

If you wish to count separately, you could create your own label that includes the Ranches label, then restrict that label to include only objects NOT in the Organic Ranges label. This will give you a label for all Ranches without the Organic Ranches.
21-08-2012 06:52 AM
Find all posts by this user Quote this message in a reply
Fidel deBooks Offline
Junior Member
**

Posts: 20
Joined: Aug 2012
Post: #127
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Thx for the response Ivko.

Just tested the labelling idea you suggested, works fine. Checking for obsolete worked fine too but with your way I can set/test the var and ignore whether upgrades are active or not. Good idea.

Just a thought, the problem I had (and I'd go so far as to suggest that's why you guys also needed to double up your labelling) is because you cannot construct AND/OR conditional statements in the editor. Worth a thought for next version of challenge editor.

ME = programming lecturer back when code had to be -tight- and objects NEVER shared ID's Tongue


(21-08-2012 06:52 AM)Ivko Wrote:  Fidel deBooks, the Ranch label includes Organic Ranches by design, so this it not technically a bug, although I admit it is a little weird.

I'm sorry this causes problems for you, but it is made in this way because otherwise, if you give the player a task to build, say, 5 Ranches and they become obsolete, the task becomes impossible for the player. We decided that the safest approach is to include the Modern Times variant of the building in the "original" building labels.

If you wish to count separately, you could create your own label that includes the Ranches label, then restrict that label to include only objects NOT in the Organic Ranges label. This will give you a label for all Ranches without the Organic Ranches.
21-08-2012 10:52 PM
Find all posts by this user Quote this message in a reply
Lyubo_Haemimont Offline
Haemimont Games
****

Posts: 216
Joined: Feb 2009
Post: #128
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Can anyone having problems with the game not counting SWAT officers properly send a save? I didn't manage to find one in the forum.
22-08-2012 09:22 AM
Find all posts by this user Quote this message in a reply
vixy Offline
Newbie
*

Posts: 3
Joined: Aug 2012
Post: #129
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Hello,

Tropico 4 v1.05 has serious BUG, during the UPRISING the game crashes! It happens when El presidente is in the palace. Are you planning the patch fixing it?
22-08-2012 09:58 AM
Find all posts by this user Quote this message in a reply
weltall Offline
Posting Freak
*****

Posts: 430
Joined: Aug 2011
Post: #130
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I wanted to mention the bug of mission 6 where the mission is to raise and keep canned good over 200, I got into the loop of losing there too because the "Make money by exporting 30000 in canned goods" would not be added in my Canned goods index and I would get an instant game over. For me sadly stopping the factories did not help either since the docks were full of canned goods ready to be shipped out. So after a couple of loads I just fired everyone from my docks and of course nothing was getting exported and thankfully that helped me to pass that point.
30-08-2012 08:00 PM
Find all posts by this user Quote this message in a reply
DarkSoldier84 Offline
Newbie
*

Posts: 4
Joined: Sep 2012
Post: #131
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
* When Modern Times edicts are requested as challenges, the objective never registers as completed.
* Modern Times buildings can be requested in the regular and DLC campaigns where they are not available.
* Organic ranches describe work modes they don't have.
* Bio farms have work modes for all regular farm options instead of their own.
* Modern apartments are rotated 180 degrees from the regular apartment's orientation (i.e. the apartment face that appears to have the "front door" becomes the rear of a modern apartment when upgraded).
04-09-2012 07:03 AM
Find all posts by this user Quote this message in a reply
NuclearShadow Offline
Newbie
*

Posts: 3
Joined: Sep 2012
Post: #132
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
It seems there is a rather bad bug regarding subways and housing. This takes a bit of explanation.

In sandbox I converted my then 1000 population (now into the 800's) into a pure subway transportation service as traffic was getting way too bad. Religion and entertainment was suffering not because I didn't have enough services but because traffic was terrible. So I replaced every single parking lot with a subway station and adding many more subways.

Instantly shacks started popping up everywhere despite me having over 200 free housing left. and previously having no homeless before. So I added more subways closer to jobs and open housing and still no avail. Building housing right next to the work places had some effect but there are still shacks right next to the open housing and the workplace of the citizen. With a subway station next to it as well.

My citizens are currently being paid 50 so wages was not the issue to affording housing. I even issued the free housing edict but that had no effect. It seems that some citizens will simply choose to live in shacks no matter what if they aren't allowed to drive to work.

I have a save that I can upload if the devs wish to take a look at it.
06-09-2012 03:57 AM
Find all posts by this user Quote this message in a reply
Flippy Offline
Junior Member
**

Posts: 39
Joined: Aug 2012
Post: #133
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Where do you post the bugs for the Xbox version?

In normal Tropico 4, apartments don't get their housing quality improved when you add the air conditioning.

In Tropico 4: Modern Times, when you create a secret police HQ, the icon in the building shows MALE MINERS!! The spies are actually female, but that's what you see when you click on the HQ.
09-09-2012 07:31 PM
Find all posts by this user Quote this message in a reply
rosemarykw Offline
Junior Member
**

Posts: 12
Joined: May 2012
Post: #134
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I have noticed with modern times I am required to issue an edict when I do it doesn't register as completed.
Organic Ranches describe: depending on what work mode. There is no selectable work mode.
Secret Police show as miners no matter what building is selected to be secret police.
No one seems to be hired as swat team members unless hired/imported as skilled workers.
I have heaps of houses/apartments with no one in them and people still choose to live in shacks.

The first two of the bugs I have encountered are the main ones that are annoying and that hopefully will get fixed.
(This post was last modified: 06-11-2012 12:48 AM by rosemarykw.)
06-11-2012 12:39 AM
Find all posts by this user Quote this message in a reply
Pinstar Offline
Ring-tailed Industrialist
****

Posts: 156
Joined: Oct 2009
Post: #135
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I received the mission to upgrade all my apartments into modern apartments.

I accepted and paid 48,000 to upgrade them all (I had quite a few at this point)

However, as the wave of upgrades went on... they suddenly stopped. Only four of my houses were upgraded...the rest remained... now I either need to manual scrap them and rebuild as modern apartments or just live with the old ones taking up space...either way I'm out the upgrade fee.

http://steamcommunity.com/sharedfiles/fi...=108964869

"Everything in life is somewhere else, and you get there in a car."
— E.B. White

++Capitalist
++Intellectual
+Environmentalist
-Religious
-Nationalist
-Militarist
19-11-2012 02:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
The Offline
Newbie
*

Posts: 2
Joined: Jan 2013
Post: #136
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I Bought Tropic4 Gold Edition in in box and I can't play the modern times content of it though the title in the title screen it says "Tropico Modern Times" but I can't play the Modern Times campaign! can anyone help?
04-01-2013 10:57 PM
Find all posts by this user Quote this message in a reply
Timo Offline
Kalypso Media
**********
Administrators

Posts: 4,524
Joined: Apr 2009
Post: #137
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
What happens when you start the Modern Times campaign? Did you try re-installing?

El Presidente on Twitter | Official Tropico 4 Steam Community Group | Tropico 4 on Facebook
05-01-2013 12:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
The Offline
Newbie
*

Posts: 2
Joined: Jan 2013
Post: #138
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
No worries i'm good I checked the Tropico4 files and I was missing the "DLC" Folder and the file in it so I re-installed thanks!

I also found a bug where in one of the missions you have to say who is the conclave I think I don't remember, and the there were a set of side quests to give you clues when you complete them, during the third one it told me to build 3 private buildings so I did but the problem was it didn't count it In the index and I tried this in other missions in the campaign and found out those did not work either
(This post was last modified: 08-01-2013 12:03 AM by The.)
07-01-2013 11:47 PM
Find all posts by this user Quote this message in a reply
Garfield121 Offline
Newbie
*

Posts: 1
Joined: Feb 2013
Post: #139
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Whenever I try to load a previously saved sandbox game in modern times the load screen freezes and my Xbox stops responding, I have to unplug my Xbox when that happens just so it will turn off, why does this annoying problem occur?
09-02-2013 07:08 AM
Find all posts by this user Quote this message in a reply
Curundir Offline
Newbie
*

Posts: 5
Joined: Jan 2013
Post: #140
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Two bugs I encounter regularly: (after more then 100 hours of play)

- when the island has no oil industry, but an oil tanker sinks, the game hangs for about 30 seconds. Music continues, but all animations are paused, camera is frozen, and all menu's apart from the main menu are inaccessible. After thirty seconds the game goes on, presenting the option screen for managing the disaster.

- when given the option to upgrade apartments to modern apartment blocks, often not all of them upgrade. Just now I had a game with 10 apartments, I paid 39,000$, and only 4 apartments were upgraded... :-(
11-02-2013 08:22 PM
Find all posts by this user Quote this message in a reply
Curundir Offline
Newbie
*

Posts: 5
Joined: Jan 2013
Post: #141
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
And the "upgrade apartements" bug happened again.
This time I took screenshots:

Before upgrading
After upgrading
13-02-2013 10:13 PM
Find all posts by this user Quote this message in a reply
krista_9999 Offline
Newbie
*

Posts: 2
Joined: Feb 2013
Post: #142
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
appdata.dll not found or unsigned

When i go to play Tropico 4 i get the appdata.dll not found or unsigned. I have update my drivers and i have updated my windows and i still cant play. So if anyone knows any other ways i can get rid of this error please help.
16-02-2013 10:31 PM
Find all posts by this user Quote this message in a reply
flobou Offline
Newbie
*

Posts: 1
Joined: Feb 2013
Post: #143
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
Hi,

I just purchased the Vigilante DLC and I can't find it anywhere in the Menus.

I have had the game on STEAM for several months.
I already had the Modern Times and the Pirates expansions.

I have version 1.06 installed.

Everything else works fine but for this.

thanks for your help
17-02-2013 06:03 AM
Find all posts by this user Quote this message in a reply
redstorm Offline
Newbie
*

Posts: 5
Joined: Feb 2013
Post: #144
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I cant play 15 minutes without getting a crash to blue screen on tropico 4. Its getting tiresome. The game and all dlc released are bought on steam. Here comes the dxdiag:

------------------
System Information
------------------
Time of this report: 2/17/2013, 22:56:36
Machine name: LEPRICON
Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130104-1431)
Language: Swedish (Regional Setting: Swedish)
System Manufacturer: System manufacturer
System Model: System Product Name
BIOS: BIOS Date: 05/08/12 14:39:13 Ver: 06.10
Processor: Intel® Core™ i7-3770 CPU @ 3.40GHz (8 CPUs), ~3.4GHz
Memory: 16384MB RAM
Available OS Memory: 16338MB RAM
Page File: 2436MB used, 17995MB 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.
Sound Tab 2: No problems found.
Sound Tab 3: 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: NVIDIA GeForce GTX 670
Manufacturer: NVIDIA
Chip type: GeForce GTX 670
DAC type: Integrated RAMDAC
Device Key: Enum\PCI\VEN_10DE&DEV_1189&SUBSYS_118910B0&REV_A1
Display Memory: 4042 MB
Dedicated Memory: 1994 MB
Shared Memory: 2047 MB
Current Mode: 1920 x 1080 (32 bit) (60Hz)
Monitor Name: Allmän PnP-bildskärm
Monitor Model: E2260
Monitor Id: GSM57DF
Native Mode: 1920 x 1080(p) (60.000Hz)
Output Type: HD15
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
Driver File Version: 9.18.0013.1090 (English)
Driver Version: 9.18.13.1090
DDI Version: 11
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 12/29/2012 11:34:47, 18054312 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-52C9-11CF-4277-84311CC2C435}
Vendor ID: 0x10DE
Device ID: 0x1189
SubSys ID: 0x118910B0
Revision ID: 0x00A1
Driver Strong Name: oem24.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section062:9.18.13.1090:pci\ven_10de&dev_1189
Rank Of Driver: 00E02001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
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
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{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
{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
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{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
{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
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{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
{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
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{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
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled

-------------
Sound Devices
-------------
Description: Högtalare (Realtek High Definition Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.6662 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 6/19/2012 15:54:20, 4065296 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
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™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

Description: Realtek Digital Output (Realtek High Definition Audio)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.6662 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 6/19/2012 15:54:20, 4065296 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
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™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

Description: Realtek Digital Output(Optical) (Realtek High Definition Audio)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10438445&REV_1003
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.6662 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 6/19/2012 15:54:20, 4065296 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
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™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

---------------------
Sound Capture Devices
---------------------
Description: Mikrofon (Realtek High Definition Audio)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.6662 (English)
Driver Attributes: Final Retail
Date and Size: 6/19/2012 15:54:20, 4065296 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF

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

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

Device Name: Microsoft® SiderWinderTM X4 Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x045E, 0x0768
FF Driver: n/a

Device Name: Saiph 1800 Gaming Mouse
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x056E, 0x001D
FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB-rotnav (hub)
| Vendor/Product ID: 0x8086, 0x1E26
| Matching Device ID: usb\root_hub20
| Service: usbhub
|
+-+ Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x0024
| | Location: Port_#0001.Hub_#0002
| | Matching Device ID: usb\class_09
| | Service: usbhub
| |
| +-+ USB-enhet
| | | Vendor/Product ID: 0x056E, 0x001D
| | | Location: Port_#0008.Hub_#0004
| | | Matching Device ID: generic_hid_device
| | | Service: HidUsb
| | |
| | +-+ HID-kompatibel enhet
| | | | Vendor/Product ID: 0x056E, 0x001D
| | | | Matching Device ID: hid_device
| | | |
| | +-+
| | | | Vendor/Product ID: 0x056E, 0x001D
| | | | Matching Device ID: hid_device_system_mouse
| | | | Service: mouhid

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

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x045E, 0x0768
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
|
+ HID Keyboard Device
| Vendor/Product ID: 0x045E, 0x0768
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 31.1 GB
Total Space: 122.1 GB
File System: NTFS
Model: M4-CT128M4SSD2

Drive: D:
Free Space: 1555.0 GB
Total Space: 1907.7 GB
File System: NTFS
Model: ST2000DM001-9YN164

Drive: E:
Model: Optiarc DVD RW AD-5280S
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), , 0 bytes

--------------
System Devices
--------------
Name: Intel® 7 Series/C216 Chipset Family SMBus Host Controller - 1E22
Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_84CA1043&REV_04\3&11583659&0&FB
Driver: n/a

Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_84321043&REV_06\4&11EB9DBD&0&00E4
Driver: n/a

Name: High Definition Audio-styrenhet
Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_84451043&REV_04\3&11583659&0&D8
Driver: n/a

Name: NVIDIA GeForce GTX 670
Device ID: PCI\VEN_10DE&DEV_1189&SUBSYS_118910B0&REV_A1\4&BAB4994&0&0008
Driver: n/a

Name: Intel® 82801 PCI Bridge - 244E
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_84CA1043&REV_C4\3&11583659&0&E5
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_8086&DEV_1E18&SUBSYS_84CA1043&REV_C4\3&11583659&0&E4
Driver: n/a

Name: High Definition Audio-styrenhet
Device ID: PCI\VEN_10DE&DEV_0E0A&SUBSYS_118910B0&REV_A1\4&BAB4994&0&0108
Driver: n/a

Name: PCI standard ISA bridge
Device ID: PCI\VEN_8086&DEV_1E44&SUBSYS_84CA1043&REV_04\3&11583659&0&F8
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_84CA1043&REV_C4\3&11583659&0&E0
Driver: n/a

Name: Intel® Management Engine Interface
Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_84CA1043&REV_04\3&11583659&0&B0
Driver: n/a

Name: Intel® 7 Series/C216 Chipset Family SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_1E02&SUBSYS_84CA1043&REV_04\3&11583659&0&FA
Driver: n/a

Name: Intel® USB 3.0 Utbyggbar värdstyrenhet
Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_84CA1043&REV_04\3&11583659&0&A0
Driver: n/a

Name: Xeon® processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0151
Device ID: PCI\VEN_8086&DEV_0151&SUBSYS_84CA1043&REV_09\3&11583659&0&08
Driver: n/a

Name: Intel® 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_84CA1043&REV_04\3&11583659&0&D0
Driver: n/a

Name: Xeon® processor E3-1200 v2/3rd Gen Core processor DRAM Controller - 0150
Device ID: PCI\VEN_8086&DEV_0150&SUBSYS_84CA1043&REV_09\3&11583659&0&00
Driver: n/a

Name: Intel® 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_84CA1043&REV_04\3&11583659&0&E8
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_1B21&DEV_1080&SUBSYS_84891043&REV_03\4&17F33A27&0&00E5
Driver: n/a

------------------
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.17514
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,16.04.3503.0728
Record Queue,0x00200000,1,1,WLXVAFilt.dll,16.04.3503.0728
WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3503.0728
WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,16.04.3503.0728
WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,16.04.3503.0728
WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,16.04.3503.0728
WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3503.0728
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
MainConcept MPEG Demultiplexer,0x00800100,1,2,mc_demux_mp2_ds.ax,9.06.0008.3641
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
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.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DivX AAC Decoder,0x00800000,1,1,daac.ax,8.08.0000.41966
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
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.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
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.17835
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,9.00.0001.0021
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
DivX Demux Filter,0x00800002,0,3,DirectShowDemuxFilter.dll,1.00.0003.0136
File Writer,0x00200000,1,0,WLXVAFilt.dll,16.04.3503.0728
DivX Decoder Filter,0x00800000,1,1,DivXDec.ax,7.03.0000.0048
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
DivX Demux Filter (Unrestricted Edition),0x00200000,0,3,DirectShowDemuxFilter.dll,1.00.0003.0136
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.17835
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
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.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
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.17835
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
MainConcept Stream Parser,0x00400000,1,2,mc_demux_mp2_ds.ax,9.06.0008.3641
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.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
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.17713

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,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.17713
Cinepak-codec från Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
DivX 6.9.2 Codec (8 Logical CPUs),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
VP60® Simple Profile ,0x00200000,1,1,qcap.dll,6.06.7601.17514
VP61® Advanced Profile,0x00200000,1,1,qcap.dll,6.06.7601.17514
DivX 6.9.2 YV12 Decoder,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.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713

Audio Capture Sources:
Mikrofon (Realtek High Definiti,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.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713

WDM Streaming Capture Devices:
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HDA SPDIF Optical Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HDA SPDIF Out,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

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 Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Högtalare (Realtek High Definit,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Högtalare (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Realtek Digital Output(Optical) (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713
Realtek Digital Output(Optical),0x00200000,1,0,quartz.dll,6.06.7601.17713

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
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
(This post was last modified: 17-02-2013 11:14 PM by redstorm.)
17-02-2013 11:08 PM
Find all posts by this user Quote this message in a reply
thangto35 Offline
Newbie
*

Posts: 1
Joined: Mar 2013
Post: #145
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
During level 6 when I'm told the Canned Goods Index can't fall below 200 the game ends as the value of the index is always exactly 200.
What makes this even more infuriating is that the previous task is mean to add 300 to the index when it doesn't add any point at all.

My friends (a good 10) have also told me they are having similar issues. We are all on the Xbox 360 and judging by previous posts I think it may be isolated to it.

[Image: asia.jpg]
my blog site: y88, y8, y8y8
03-03-2013 03:52 PM
Find all posts by this user Quote this message in a reply
Antimony Offline
Newbie
*

Posts: 4
Joined: May 2012
Post: #146
RE: Tropico 4 - Modern Times - Bug Reports Thread (Version x.xx only!)
I am sure there is a bug with the Seven Star Hotel. I observed for 10 years(1990-2000). Those tourists never left Seven Star Hotel except when their vocation time out.
I only built a seven star hotel and some attractions on the island.
[Image: 8563385855_e2dc7e4c58_c.jpg]
[Image: 8563384967_d7b3c2c755_c.jpg]
even service quality of Ship-o-rant restaurant is much higher.Sad
[Image: 8563384569_8969d89220_c.jpg]
[Image: 8564487076_003d363c2f_c.jpg]
[Image: 8563385711_18fefbe4da_c.jpg]
17-03-2013 07:41 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

Contact Us | kalypso media :: website | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication