Jump to content

[1.0.x] Habitat Pack v0.41


Porkjet

Recommended Posts

I'm having an issue with the docking ring storage container. The issue is in combination with Docking Port Alignment Indicator so I'm not sure which is at fault here, but the other add-on works fine with other docking ports so I'm starting here. The problem is that when targeting one of these docking ports, the Alignment Indicator seems to think the port's rotation is wrong. In this image you can see the indicator shows the port is vertical from all 3 of the docking ports, this is indicated by the orange circle which SHOULD appear centered if the controlled docking port is aiming in the appropriate direction. It however is centered when it clearly isn't (note: I'm controlling the tug from the standard port on the bottom, not the jr on the top)

Similarly, the Docking Port in Spaceplane Plus does the exact same thing, but only if I'm targeting it. It works fine if I'm controlling from it.

screenshot38.png

screenshot39-1.png

Any ideas?

Link to comment
Share on other sites

I'm having an issue with the docking ring storage container. The issue is in combination with Docking Port Alignment Indicator so I'm not sure which is at fault here, but the other add-on works fine with other docking ports so I'm starting here. The problem is that when targeting one of these docking ports, the Alignment Indicator seems to think the port's rotation is wrong. In this image you can see the indicator shows the port is vertical from all 3 of the docking ports, this is indicated by the orange circle which SHOULD appear centered if the controlled docking port is aiming in the appropriate direction. It however is centered when it clearly isn't (note: I'm controlling the tug from the standard port on the bottom, not the jr on the top)

Similarly, the Docking Port in Spaceplane Plus does the exact same thing, but only if I'm targeting it. It works fine if I'm controlling from it.

http://img.photobucket.com/albums/v445/Alshain/screenshot38.png

http://img.photobucket.com/albums/v445/Alshain/screenshot39-1.png

Any ideas?

It looks to me like the FLAT is missing its transforms. It's been awhile since I used that part but it used to work fine. (other than not having a set of transforms when it was first introduced)

My guess is Porkjet accidentally reverted to an earlier version that did not have transforms.

Tried to put a couple of them in orbit just now but KSP crashed during launch so that didn't happen. But my log has a bunch of docking transform errors:




[Docking Node Module]: WARNING - No control transform found with name Dock01

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/MacStandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)


[Docking Node Module]: WARNING - No control transform found with name Dock02

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/MacStandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)


[Docking Node Module]: WARNING - No control transform found with name Dock03


Error - Docking port hatch can not find its ModuleDockingNode docNodeTransformName: docNodeAttachmentNodeName

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/MacStandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)
([I]ad infinitum ad nauseum[/I])

Edited by Starwaster
Link to comment
Share on other sites

I'm having an issue with the docking ring storage container. The issue is in combination with Docking Port Alignment Indicator so I'm not sure which is at fault here, but the other add-on works fine with other docking ports so I'm starting here. The problem is that when targeting one of these docking ports, the Alignment Indicator seems to think the port's rotation is wrong. In this image you can see the indicator shows the port is vertical from all 3 of the docking ports, this is indicated by the orange circle which SHOULD appear centered if the controlled docking port is aiming in the appropriate direction. It however is centered when it clearly isn't (note: I'm controlling the tug from the standard port on the bottom, not the jr on the top)

Similarly, the Docking Port in Spaceplane Plus does the exact same thing, but only if I'm targeting it. It works fine if I'm controlling from it.

http://img.photobucket.com/albums/v445/Alshain/screenshot38.png

http://img.photobucket.com/albums/v445/Alshain/screenshot39-1.png

Any ideas?

Ok, (re-replying)

I've done a lot of poking at this (mainly because I helped Porkjet with some of the docking transforms on the FLAT originally) and I've found that yes, it is missing some of its transforms as I said earlier, but that's not why Docking Port Alignment is having problems. The problem is with Docking Port Alignment itself and not the FLAT part or the SP+ docking port.

Specifically the problem is that DPA is looking specifically at the part's transform directly, instead of calling GetTransform() on the target. That's a problem for parts with off-axis docking ports, or worse, multiple docking ports. (DPA is hard coded to look for the single stock off-axis port and compensate btw). I'd report this in the DPA thread if anyone is still maintaining it. They can look at the MechJeb code for an example of the correct way to handle parts like this.

Link to comment
Share on other sites

A couple of questions:

1) Did 0.4 make the PA550 a little shorter? All my craft using that part now don't quite join up!

2) Do you plan to ship a config for CLS with the habitat pack? This would be my preference as then you can keep it up to date with any changes that you make.

Link to comment
Share on other sites

Sry for late reply:

1) Yes indeed. Common request was to give it at least one 2.5m end cap, that looked bad tho, so instead I shrunk the cap down so that any 2.5m part would line up flush with the inflatable capsule.

2) Yes ok. I'll do this for the next update.

Link to comment
Share on other sites

Ok, (re-replying)

I've done a lot of poking at this (mainly because I helped Porkjet with some of the docking transforms on the FLAT originally) and I've found that yes, it is missing some of its transforms as I said earlier, but that's not why Docking Port Alignment is having problems. The problem is with Docking Port Alignment itself and not the FLAT part or the SP+ docking port.

Specifically the problem is that DPA is looking specifically at the part's transform directly, instead of calling GetTransform() on the target. That's a problem for parts with off-axis docking ports, or worse, multiple docking ports. (DPA is hard coded to look for the single stock off-axis port and compensate btw). I'd report this in the DPA thread if anyone is still maintaining it. They can look at the MechJeb code for an example of the correct way to handle parts like this.

Ok, I will go ahead and report it. I did notice that the Navball docking addon does work properly since I posted that. Thanks!

EDIT: Oh! I see you already have. Well nevermind then, I will just watch it closely!

Edited by Alshain
Link to comment
Share on other sites

Ok, I will go ahead and report it. I did notice that the Navball docking addon does work properly since I posted that. Thanks!

I already did, and I posted a code fix for it.. Taniwha replied that he had already submitted similar code for that and other fixes, but the author is occupied by IRL concerns right now and hasnt been able to incorporate the changes.

I'm mulling over the possibility of posting my fixed version of the dll as the license allows for it but need to figure out specifics

Link to comment
Share on other sites

I already did, and I posted a code fix for it.. Taniwha replied that he had already submitted similar code for that and other fixes, but the author is occupied by IRL concerns right now and hasnt been able to incorporate the changes.

I'm mulling over the possibility of posting my fixed version of the dll as the license allows for it but need to figure out specifics

Yeah I saw after I posted. Thanks for all the help. I saw your fix and since I am a C# developer I think I can recompile it for my personal usage with your fixes.

One other thing though. Back to my original screenshots, is it within the realm of your capabilities to edit the text on the targeting? So instead of 3 "Set Target" it would be "Set Target 02", "Set Target 03", 'Set Target 04" (based on the texture numbers)? I don't know if you can do that but it would be incredibly helpful if you can.

EDIT: Another little nuance I discovered. If you retract the FLAT, your ships stay docked and kind of "float" there in space still linked. Can you force an undock of all ports when a retract is initiated? Or alternatively, possibly "safer" option would be to not allow it to retract when a docking port is in use.

Edited by Alshain
Link to comment
Share on other sites

Yeah I saw after I posted. Thanks for all the help. I saw your fix and since I am a C# developer I think I can recompile it for my personal usage with your fixes.

One other thing though. Back to my original screenshots, is it within the realm of your capabilities to edit the text on the targeting? So instead of 3 "Set Target" it would be "Set Target 02", "Set Target 03", 'Set Target 04" (based on the texture numbers)? I don't know if you can do that but it would be incredibly helpful if you can.

EDIT: Another little nuance I discovered. If you retract the FLAT, your ships stay docked and kind of "float" there in space still linked. Can you force an undock of all ports when a retract is initiated? Or alternatively, possibly "safer" option would be to not allow it to retract when a docking port is in use.

I don't like saying that a thing can't be done.... but I'm not sure I can see a way to accomplish the first. Have to give it some thought and play with it in code.

Second one pretty sure that can be done. Probably require a new plugin as I can't think of any existing ones that can do the job. Or it might be more appropriate to modify the plugin that the inflatable habs already use. Have it go through all docking port modules and have it call the Undock() function, which is public. Seems fairly straightforward. Incidentally, while poking around at this, and especially when suddenly having to troubleshoot a pair of FLAT habs I had that got hit by the 'can't undock bug' it seems fairly obvious that Squad put in support for a single part to allow multiple ports on it even though they don't use it themselves. (one of the values in the save file docking port config stores the index of the docking port module on the other part that has been docked to. Without that, the FLAT would not have worked)

Link to comment
Share on other sites

what does this mod currently do,beside from pretty looking space colonization parts that could be used for nice space stations,what is the main difference between this and some other habitat mods, i am thinking of getting this but want to know if i should get this

Link to comment
Share on other sites

what does this mod currently do,beside from pretty looking space colonization parts that could be used for nice space stations,what is the main difference between this and some other habitat mods, i am thinking of getting this but want to know if i should get this

You just defined a parts pack, which is what this is. Try it out, it only has a handful of parts right now so it's not like it's going to collapse your system to install it. It has some uniqueness in the inflatable design.

Link to comment
Share on other sites

This mod looks great and I really want to use it but for some reason it causes my game to crash. ;.; Can any of you guys help me fix this? I've included the error log and in case it helps I've also included a list of other mods that I use.

Other Mods: KSP Interstellar, Kerbal Engineer Redux, Kerbal Joint Reinforcement, Kerbal Alarm Clock, Crew Manifest, Ferram Aerospace Research, Deadly Reentry, Environment Visual Enhancement, Kerbal Attachment System, Procedural Fairings,

and LazTek's Dragon v2 and Falcon 9 1.1

Unity Player [version: Unity 4.3.3f1_c8ca9b6b9936]

KSP.exe caused an Access Violation (0xc0000005)
in module KSP.exe at 0023:00e5a114.

Error occurred at 2014-06-26_184200.
C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP.exe, run by Jonathon.
66% memory in use.
0 MB physical memory [2558 MB free].
0 MB paging file [0 MB free].
0 MB user address space [372 MB free].
Read from location 00007ffc caused an access violation.

Context:
EDI: 0x002bef00 ESI: 0x00007ffc EAX: 0x00008000
EBX: 0x002bef8c ECX: 0x00000001 EDX: 0x00000000
EIP: 0x00e5a114 EBP: 0x002beed0 SegCs: 0x00000023
EFlags: 0x00010297 ESP: 0x002beec8 SegSs: 0x0000002b

Bytes at CS:EIP:
8b 44 8e fc 89 44 8f fc 8d 04 8d 00 00 00 00 03

Stack:
0x002beec8: 00000004 00007ffc 002bef08 00b2c7c9 ..........+.....
0x002beed8: 002bef00 00007ffc 00000004 00002000 ..+.......... ..
0x002beee8: 002bef8c 00001000 00007ffc 00002000 ..+.......... ..
0x002beef8: 00001000 00001000 002bef64 00000000 ........d.+.....
0x002bef08: 002bef64 00b3b4e7 002bef8c 00002000 d.+.......+.. ..
0x002bef18: 00001000 1e1c95f0 00002000 00000000 ......... ......
0x002bef28: 00000004 00002000 00001000 00008000 ..... ..........
0x002bef38: e4270040 0aaaaaac 00000002 00002000 @.'.......... ..
0x002bef48: 00000000 1e1c95f0 00002000 00001000 ......... ......
0x002bef58: 00001000 00000000 00000000 002befcc ..............+.
0x002bef68: 00b3c7ea 002bef8c 00000000 00000000 ......+.........
0x002bef78: 00000000 0ca42f30 b86ccf60 768aee61 ....0/..`.l.a..v
0x002bef88: 002befd8 00000004 00002000 00001000 ..+...... ......
0x002bef98: 00008000 00000000 0ca42f30 00000004 ........0/......
0x002befa8: 00002000 00000001 00001000 00000001 . ..............
0x002befb8: 1e1c95f0 00000000 0000000e 00001000 ................
0x002befc8: 0107e557 002befd8 00cdf480 00000001 W.....+.........
0x002befd8: 002bf018 058e7b54 1c4685d0 00000001 ..+.T{....F.....
0x002befe8: 058e7b00 00000000 002bf018 002bf634 .{........+.4.+.
0x002beff8: 002f1458 0ca42f30 058e7b39 b86ccf60 X./.0/..9{..`.l.
0x002bf008: 00000000 0ca42f30 002bf018 058e7b2c ....0/....+.,{..
0x002bf018: 002bf038 058e7b16 1c4685d0 00000001 8.+..{....F.....
0x002bf028: 002bf02c 002bf0a8 0ca42f30 00000000 ,.+...+.0/......
0x002bf038: 002bf0a8 1b08f403 1c4685d0 00000001 ..+.......F.....
0x002bf048: 00000000 00000000 1b08f218 1b08edf6 ................
0x002bf058: 1b08f218 00000000 002bf635 002f1458 ........5.+.X./.
0x002bf068: 197a0428 00000000 006ccf60 00000000 (.z.....`.l.....
0x002bf078: 1c4685d0 002bf148 1b08edf6 3f800000 ..F.H.+........?
0x002bf088: 3f800000 3f800000 3f77f7f8 b86ccf60 ...?...?..w?`.l.
0x002bf098: 002bf09c 002bf148 0ca42f30 00000000 ..+.H.+.0/......
0x002bf0a8: 002bf148 1b08edf6 b86ccf60 ba92ee80 H.+.....`.l.....
0x002bf0b8: 00000002 ba92eea0 00000003 01010000 ................
0x002bf0c8: 1021c5e0 002bf0e0 1007c371 0000002b ..!...+.q...+...
0x002bf0d8: 1007e557 ba831d20 002bf228 1007e58f W... ...(.+.....
0x002bf0e8: 00000001 05420072 1b08ed90 1b08e88c ....r.B.........
0x002bf0f8: 1b08ed90 00000000 002bf635 002f1458 ........5.+.X./.
0x002bf108: 19777da0 002bf150 00000000 0492df48 .}w.P.+.....H...
0x002bf118: ba831d20 002bf228 1b08e88c 002bf634 ...(.+.....4.+.
0x002bf128: b86ccf60 0ca42f30 002bf634 00000000 `.l.0/..4.+.....
0x002bf138: 002bf13c ba831d20 0492df48 00000000 <.+. ...H.......
0x002bf148: 002bf228 1b08e88c b86ccf60 0ca42f30 (.+.....`.l.0/..
0x002bf158: 00000000 053ed870 05851b01 ba8caaa0 ....p.>.........
0x002bf168: 0000002d 053ed870 002bf178 05851af4 -...p.>.x.+.....
0x002bf178: 002bf1b8 0497fd2c 00000010 ba928c16 ..+.,...........
0x002bf188: 002bf1b8 058508a6 ba928c16 0497fd2c ..+.........,...
0x002bf198: 00000020 053ed870 05851aa9 ba8caaa0 ...p.>.........
0x002bf1a8: 0ca42f30 b86ccf60 0497fd20 1a407460 0/..`.l. ...`t@.
0x002bf1b8: ba8b33f0 05870ac6 00928c16 1a407460 .3..........`t@.
0x002bf1c8: 00000000 00000000 00000000 00000000 ................
0x002bf1d8: 00000000 00000000 00000000 45bb8000 ...............E
0x002bf1e8: b687d370 0ca3f030 00000000 00000000 p...0...........
0x002bf1f8: 00000000 00000000 ba8caaac ba928bdc ................
0x002bf208: ba928bd0 00000001 0492df48 0ca3f0a8 ........H.......
0x002bf218: 002bf238 058d151b 00000001 0ca3f0a8 8.+.............
0x002bf228: 002bf2e8 1b08e3c2 b9d7c190 0ca3f0a8 ..+.............
0x002bf238: ba928bd0 00000001 00000000 002bf28f ..............+.
0x002bf248: 1b08e1f8 002bf420 197f1318 15b6f6a4 .... .+.........
0x002bf258: ba90f270 ba90f270 00000000 00000000 p...p...........
0x002bf268: 00000000 ba90f270 ba90f270 002bf298 ....p...p.....+.
0x002bf278: ba90f270 ba917ee8 b9ee4ec0 0107e58f p....~...N......
0x002bf288: 0ca3f0a8 01420072 b9ee4ec0 058c709d ....r.B..N...p..
0x002bf298: 00000000 ffffffff 00000000 00000000 ................
0x002bf2a8: 19753f50 002bf2f0 00000000 002bf420 P?u...+..... .+.
0x002bf2b8: 197f1318 002bf308 058c709d 00000010 ......+..p......
0x002bf2c8: 16907edc 00000006 002bf240 00000000 .~......@.+.....
0x002bf2d8: 002bf240 197f1318 002bf420 00000000 @.+..... .+.....
0x002bf2e8: 002bf308 058c709d b9d7c190 00000000 ..+..p..........
0x002bf2f8: 002bf308 058c7090 00000000 0585e5e8 ..+..p..........
0x002bf308: 002bf354 0585e629 b9d7c190 00000000 T.+.)...........
0x002bf318: 00000000 05862654 b9d7c190 002bf33c ....T&......<.+.
0x002bf328: 10001e2e 19753fb0 19753fb0 19753fb0 .....?u..?u..?u.
0x002bf338: 00000000 00000000 10001dd6 0525f5d8 ..............%.
0x002bf348: 19753fb0 002bf354 002bf358 002bf384 .?u.T.+.X.+...+.
0x002bf358: 100efede b9d7c190 002bf478 002bf420 ........x.+. .+.
0x002bf368: 058c7060 00010000 dbfa358c 19753fb0 `p.......5...?u.
0x002bf378: 41a00000 053d4e70 43820000 002bf3a8 ...ApN=....C..+.
0x002bf388: 1005d680 19753fb0 b9d7c190 002bf478 .....?u.....x.+.
0x002bf398: 002bf420 002bf420 04618938 dbfa358c .+. .+.8.a..5..
0x002bf3a8: 002bf3c4 00b25478 19753fb0 b9d7c190 ..+.xT...?u.....
0x002bf3b8: 002bf478 002bf420 002bf434 002bf400 x.+. .+.4.+...+.
0x002bf3c8: 00b9de15 04618938 b9d7c190 002bf450 ....8.a.....P.+.
0x002bf3d8: 002bf420 b9d7c190 002bf434 19753fb0 .+.....4.+..?u.
0x002bf3e8: 002bf408 00b9dc45 19754108 002bf410 ..+.E....Au...+.
0x002bf3f8: 002bf434 b9d7c190 002bf410 00b9df9e 4.+.......+.....
0x002bf408: 002bf420 00000000 002bf424 00b9e00c .+.....$.+.....
0x002bf418: 002bf420 dbfa36ac 00000000 002bf4cc .+..6........+.
0x002bf428: 00b1767f b9d7c190 dbfa36ac 0123d418 .v.......6....#.
0x002bf438: 04618938 b9d7c190 fffd6614 00000000 8.a......f......
0x002bf448: 002bf401 00000000 00000000 00000000 ..+.............
0x002bf458: 00000000 00000000 00000000 00000000 ................
0x002bf468: 00000000 00000000 00000000 00000000 ................
0x002bf478: 00000000 00000000 00000000 00000000 ................
0x002bf488: 00000000 00000000 00000000 00000000 ................
0x002bf498: 00000000 00000000 00000000 00000000 ................
0x002bf4a8: 00000000 00000000 00000000 00000000 ................
0x002bf4b8: 00000000 00000000 00000000 00000000 ................
0x002bf4c8: 00000000 002bf4e8 00b19bb2 002bf51c ......+.......+.
0x002bf4d8: dbfa36ac 00b1856b fffd6614 dbfa36ac .6..k....f...6..
0x002bf4e8: 002bf520 00b82a9b 002bf51c 00000000 .+..*....+.....
0x002bf4f8: 00000072 046186d4 00a652cb 002bf534 r.....a..R..4.+.
0x002bf508: 04470d28 00000072 04470d28 002bf52c (.G.r...(.G.,.+.
0x002bf518: 00a06e1a ffffd846 002bf568 00b8348d .n..F...h.+..4..
0x002bf528: dbfa358c 00000072 046186d4 002bf5cc .5..r.....a...+.
0x002bf538: dbfa358c 00000000 fffd6618 fffd6618 .5.......f...f..
0x002bf548: 00000014 00000002 002bf578 00a03025 ........x.+.%0..
0x002bf558: 00000014 00000004 dbfa368c 19753001 .........6...0u.
0x002bf568: 002bf5a8 00b84042 dbfa358c 00000072 [email protected]...
0x002bf578: 046186d4 002bf588 002bf5cc 197530b8 ..a...+...+..0u.
0x002bf588: d6ffb5a4 dbfa32b8 00000001 d702a31c .....2..........
0x002bf598: d702a31c 002bf5b0 ffffd846 002bf5b4 ......+.F.....+.
0x002bf5a8: 002bf604 00a74cb2 dbfa358c 00000072 ..+..L...5..r...
0x002bf5b8: 046186d4 002bf5cc 002bf9b4 1a5181b0 ..a...+...+...Q.
0x002bf5c8: baa65c80 00bd7f00 013e0d28 00b23c48 .\......(.>.H<..
0x002bf5d8: 002bf9b4 00000000 0000000f 00d864b3 ..+..........d..
0x002bf5e8: baa65c80 dbfa358c 1a6195e8 1a5181b0 .\...5....a...Q.
0x002bf5f8: 756f6c00 10007364 baa65c80 002bf618 .louds...\....+.
0x002bf608: 00d87389 dbfa358c 1a5181b0 00000000 .s...5....Q.....
0x002bf618: 002bf658 058bf627 baa65c80 1a5181b0 X.+.'....\....Q.
0x002bf628: 1005dce0 00000010 002bf658 002f14b0 ........X.+.../.
0x002bf638: 002f1458 1a6195e8 058bf609 1a5181b0 X./...a.......Q.
0x002bf648: 002bf9b4 1a6195e8 002bf658 058bf5fc ..+...a.X.+.....
0x002bf658: 002bf678 058bf5e4 baa65c80 1a5181b0 x.+......\....Q.
0x002bf668: 002bf9b4 1a6195e8 002bf678 05851364 ..+...a.x.+.d...
0x002bf678: 002bf6d8 058bf392 baa65c80 1a5181b0 ..+......\....Q.
0x002bf688: 1a4bd828 04929be0 b7333828 baa65fc0 (.K.....(83.._..
0x002bf698: 00000005 b7baced0 b7baced0 b7baced0 ................
0x002bf6a8: b7baced0 b7baced0 b7baced0 b7baced0 ................
0x002bf6b8: b7baced0 b7baced0 ba91b9a0 baa65c80 .............\..
0x002bf6c8: baa65c80 058bb287 19cbbc10 1b06b790 .\..............
0x002bf6d8: 002bf7c8 058bee6a 16909cd8 1a6195e8 ..+.j.........a.
0x002bf6e8: 1a5181b0 baa65fc0 00000001 04929be0 ..Q.._..........
0x002bf6f8: 00000001 15cdaec0 002bf734 05c73f58 ........4.+.X?..
0x002bf708: 05c728d0 baa65fc0 16909cd8 00aedbd3 .(..._..........
0x002bf718: 00000005 00000003 053da220 00000006 ........ .=.....
0x002bf728: 00000007 b9ee4ee0 b9ee4ee0 04929be0 .....N...N......
0x002bf738: 00000001 053da220 ba468f00 1a4974b0 .... .=...F..tI.
0x002bf748: 1a4974b0 42869c99 00000d78 00000000 .tI....Bx.......
0x002bf758: 002bf700 dbfa3134 00b03f70 00b03d70 ..+.41..p?..p=..
0x002bf768: 000038bc 1a6195e8 1a6195e8 00000001 .8....a...a.....
0x002bf778: 002bf801 00000000 b9ee4ee0 00000002 ..+......N......
0x002bf788: ba468f00 1a5181b0 ba468f00 bac74780 ..F...Q...F..G..
0x002bf798: 1a6195e8 0000000a dbfa3134 0123d418 ..a.....41....#.
0x002bf7a8: d8f3c38c b9e86940 000038bc 15ac2788 [email protected]...'..
0x002bf7b8: 002bf701 00000000 00000000 00000000 ..+.............
0x002bf7c8: 002bf7e8 1b06b784 16909cd8 00000001 ..+.............
0x002bf7d8: 00000000 00000000 00000000 00000000 ................
0x002bf7e8: 002bf830 1b06b7d9 16909cd8 00000001 0.+.............
0x002bf7f8: 00000000 00000000 002bf818 10001e2e ..........+.....
0x002bf808: 159ef680 159ef680 159ef680 00000000 ................
0x002bf818: 00000000 10001dd6 0525f5d8 159ef680 ..........%.....
0x002bf828: 002bf830 002bf834 002bf860 100efede 0.+.4.+.`.+.....
0x002bf838: 16909cd8 002bf944 002bf9b4 1b06b770 ....D.+...+.p...
0x002bf848: 00010000 00040000 159ef680 dbfa3134 ............41..
0x002bf858: 053d4e70 00b1875f 002bf884 1005d680 pN=._.....+.....
0x002bf868: 159ef680 16909cd8 002bf944 002bf9b4 ........D.+...+.
0x002bf878: 002bf9b4 155a3038 00040000 002bf8a0 ..+.80Z.......+.
0x002bf888: 00b25478 159ef680 16909cd8 002bf944 xT..........D.+.
0x002bf898: 002bf9b4 002bf900 002bf8dc 00b9de15 ..+...+...+.....
0x002bf8a8: 155a3038 16909cd8 002bf91c 002bf9b4 80Z.......+...+.
0x002bf8b8: 155a3038 164ede8c 155a3038 164ede8c 80Z...N.80Z...N.
0x002bf8c8: 00040000 002bf8e8 00b188b4 d8f3c350 ......+.....P...
0x002bf8d8: 162e2994 002bf8ec 00b9df9e 002bf9b4 .)....+.......+.
0x002bf8e8: 00000000 002bf9ac 00b18d38 002bf9b4 ......+.8.....+.
0x002bf8f8: 00000072 164dc6fc 0123d418 155a3038 r.....M...#.80Z.
0x002bf908: 16909cd8 000038c6 00000000 002bf901 .....8........+.
0x002bf918: 00000000 00000001 00000000 00000000 ................
0x002bf928: 00000000 00000000 00000000 00000000 ................
0x002bf938: 00000000 00000000 00000000 002bf91c ..............+.
0x002bf948: 00000000 00000000 00000000 00000000 ................
0x002bf958: 00000000 00000000 00000000 00000000 ................
0x002bf968: 00000000 00000001 00000000 00000000 ................
0x002bf978: 00000000 00000000 00000000 00000000 ................
0x002bf988: 00000000 00000000 00000000 00000001 ................
0x002bf998: 00000004 00000002 00000000 0121e158 ............X.!.
0x002bf9a8: 00000000 002bf9c0 00a1122d 00000000 ......+.-.......
0x002bf9b8: 00000020 002bfa58 002bf9ec 00a0cd1e ...X.+...+.....
0x002bf9c8: 164ede8c 00000020 002bfa58 164ea82c ..N. ...X.+.,.N.
0x002bf9d8: 04470dc4 dbfa1d54 164ea82c 00000000 ..G.T...,.N.....
0x002bf9e8: 00000001 002bfa3c 00b82d9d 00000020 ....<.+..-.. ...
0x002bf9f8: 002bfa58 00000001 1e302984 013b33c8 X.+......)0..3;.
0x002bfa08: db7df4d8 db7f2840 db7f9f90 0000001f ..}.@(..........
0x002bfa18: 80000000 dbfa13d4 000000ea 00d6d929 ............)...
0x002bfa28: 002bfa48 000110c1 ffffffff 0000385c H.+.........\8..
0x002bfa38: dbfa1d54 002bfacc 00b8a223 0121f324 T.....+.#...$.!.
0x002bfa48: 00000000 00000020 000186a0 00000001 .... ...........
0x002bfa58: 000186a0 00000001 00000000 0449d4a8 ..............I.
0x002bfa68: d74a3728 00000000 00b84b77 1e302964 (7J.....wK..d)0.
0x002bfa78: 00000000 77defd91 002bfae4 d74b9620 .......w..+. .K.
0x002bfa88: 0000ffb0 76948b81 05bf6f98 1e302984 .......v.o...)0.
0x002bfa98: 0000ffb0 00000024 04470dc4 d6e8775c ....$.....G.\w..
0x002bfaa8: d702a31c 04470dc4 d702a31c d702a31c ......G.........
0x002bfab8: 04470dc4 dbfa1380 d702a301 00007b42 ..G.........B{..
0x002bfac8: 013b33c8 002bfae0 00b8a339 00000001 .3;...+.9.......
0x002bfad8: d74a3764 d74a37a4 002bfafc 00b8a834 d7J..7J...+.4...
0x002bfae8: 00000001 d74a3764 d74a37a4 044c8554 ....d7J..7J.T.L.
0x002bfaf8: d74a3728 002bfb14 00b8b949 05bf6f98 (7J...+.I....o..
0x002bfb08: 044c8554 00000001 044c8554 002bfbe4 T.L.....T.L...+.
0x002bfb18: 00b8baf4 3d4ccccd 05bf6f98 00000001 ......L=.o......
0x002bfb28: 00000000 00b8826a 00000000 00000000 ....j...........
0x002bfb38: 75eb10ff fffffffe 75eb3eec 00a26428 ...u.....>.u(d..
0x002bfb48: 000005a8 044b6ad8 00000004 00000000 .....jK.........
0x002bfb58: 00a26456 044e22c0 044e2201 0449d8f8 Vd..."N.."N...I.
0x002bfb68: 00a1e652 00000000 00000000 00000000 R...............
0x002bfb78: 00000000 00000000 002bfb58 002bfb5c ........X.+.\.+.
0x002bfb88: 00000000 00000000 00000000 00000000 ................
0x002bfb98: 00000000 00000000 00000166 002bfbe0 ........f.....+.
0x002bfba8: 00a1ea62 00000003 00000013 00000000 b...............
0x002bfbb8: 75eb10ff 00000000 00000000 00000000 ...u............
0x002bfbc8: 80000000 00000000 00000001 00000001 ................
0x002bfbd8: 04499f3c 05bf6f98 012bfbf0 002bfc20 <.I..o....+. .+.
0x002bfbe8: 00be0feb 00000000 00000001 00000000 ................
0x002bfbf8: 00000010 00000001 000902be 000014fe ................
0x002bfc08: 138911bc 00000001 0004271f 00000211 .........'......
0x002bfc18: 000002bd 00000670 002bfd38 00be27fb ....p...8.+..'..
0x002bfc28: 00000000 00000000 fffde000 044718f0 ..............G.
0x002bfc38: 77e125df 002bfbd0 00000400 00000042 .%.w..+.....B...
0x002bfc48: 0000004f 0030c0e7 04472100 77dfe38c O.....0..!G....w
0x002bfc58: 77dfe0f2 0147baf8 00000000 0000000f ...w..G.........
0x002bfc68: 001b1eb8 6f6e6f00 6374652f 002bfc00 .....ono/etc..+.
0x002bfc78: 00e75719 00000000 0000000f 0000000f .W..............
0x002bfc88: 04471bcc 04471c04 04471c04 013bcb78 ..G...G...G.x.;.
0x002bfc98: 04471894 001b07d0 00000000 00000000 ..G.............
0x002bfca8: 0000004b 0000004f 001b0000 0409373c K...O.......<7..
0x002bfcb8: 044719b8 00000000 0147baf8 80000006 ..G.......G.....
0x002bfcc8: 0000005a 0000005f 49656e69 04472200 Z..._...ineI."G.
0x002bfcd8: 00000000 00000000 0121de2c 00000000 ........,.!.....
0x002bfce8: 0000000f 002bfd1c 00000000 616e614d ......+.....Mana
0x002bfcf8: 00646567 00e63843 00000000 00000007 ged.C8..........
0x002bfd08: 0000000f 00e63850 0409373c 6f6e6f4d ....P8..<7..Mono
0x002bfd18: 6e6f6d2f 6c642e6f 0000006c 0000000d /mono.dll.......
0x002bfd28: 0000000f 001b1eb8 00000000 00000000 ................
0x002bfd38: 002bfd50 00e2e9f8 00a00000 00000000 P.+.............
0x002bfd48: 00484f1c 0000000a 002bfde0 00e60370 .OH.......+.p...
0x002bfd58: 00a00000 00000000 00484f1c 0000000a .........OH.....
0x002bfd68: 768aa9af 00000000 00000000 fffde000 ...v............
0x002bfd78: 00000044 00482f86 00482f66 00482ed0 D..../H.f/H...H.
0x002bfd88: 00000000 00000000 00000000 00000000 ................
0x002bfd98: 00000000 00000000 00000000 00000000 ................
0x002bfda8: 00000000 00000000 00000000 002bfddc ..............+.
0x002bfdb8: 00e71724 c0000005 00000000 00000000 $...............
0x002bfdc8: 002bfd68 002be910 002bfe1c 00e61b40 h.+...+...+.@...
0x002bfdd8: 779bc877 00000000 002bfdec 75eb338a w..w......+..3.u
0x002bfde8: fffde000 002bfe2c 77e09f72 fffde000 ....,.+.r..w....
0x002bfdf8: 77c4ecb3 00000000 00000000 fffde000 ...w............
0x002bfe08: c0000005 75ed76f7 75ed76f7 002bfdf8 .....v.u.v.u..+.
0x002bfe18: 002be914 ffffffff 77e471f5 0030d7cf ..+......q.w..0.
0x002bfe28: 00000000 002bfe44 77e09f45 00e603c3 ....D.+.E..w....
0x002bfe38: fffde000 00000000 00000000 00000000 ................
0x002bfe48: 00000000 00e603c3 fffde000 00000000 ................
0x002bfe58: 00000000 00000000 00000000 00000000 ................
0x002bfe68: 00000000 00000000 00000000 00000000 ................
0x002bfe78: 00000000 00000000 00000000 00000000 ................
0x002bfe88: 00000000 00000000 00000000 00000000 ................
0x002bfe98: 00000000 00000000 00000000 00000000 ................
0x002bfea8: 00000000 00000000 00000000 00000000 ................
0x002bfeb8: 00000000 00000000 00000000 00000000 ................
0x002bfec8: 00000000 00000000 00000000 00000000 ................
0x002bfed8: 00000000 00000000 00000000 00000000 ................
0x002bfee8: 00000000 00000000 00000000 00000000 ................
0x002bfef8: 00000000 00000000 00000000 00000000 ................
0x002bff08: 00000000 00000000 00000000 00000000 ................
0x002bff18: 00000000 00000000 00000000 00000000 ................
0x002bff28: 00000000 00000000 00000000 00000000 ................
0x002bff38: 00000000 00000000 00000000 00000000 ................
0x002bff48: 00000000 00000000 00000000 00000000 ................
0x002bff58: 00000000 00000000 00000000 00000000 ................
0x002bff68: 00000000 00000000 00000000 00000000 ................
0x002bff78: 00000000 00000000 00000000 00000000 ................
0x002bff88: 00000000 00000000 00000000 00000000 ................
0x002bff98: 00000000 00000000 00000000 00000000 ................
0x002bffa8: 00000000 00000000 00000000 00000000 ................
0x002bffb8: 00000000 00000000 00000000 00000000 ................
0x002bffc8: 00000000 00000000 00000000 00000000 ................
0x002bffd8: 00000000 00000000 00000000 00000000 ................
0x002bffe8: 00000000 00000000 00000000 00000000 ................
0x002bfff8: 00000000 00000000 ........

Module 1
C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP.exe
Image Base: 0x00a00000 Image Size: 0x00b65000
File Size: 11288064 File Time: 2014-05-17_105526
Version:
Company:
Product:
FileDesc:
FileVer: 4.3.3.30826
ProdVer: 4.3.3.30826

Module 2
C:\windows\system32\xinput1_3.dll
Image Base: 0x00400000 Image Size: 0x00016000
File Size: 81768 File Time: 2007-04-04_225342
Version:
Company: Microsoft Corporation
Product: Microsoft® DirectX for Windows®
FileDesc: Microsoft Common Controller API
FileVer: 9.18.944.0
ProdVer: 9.18.944.0

Module 3
C:\windows\syswow64\CRYPT32.dll
Image Base: 0x75d40000 Image Size: 0x00120000
File Size: 1168384 File Time: 2013-10-05_155726
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Crypto API32
FileVer: 6.1.7601.18277
ProdVer: 6.1.7601.18277

Module 4
C:\windows\system32\dbghelp.dll
Image Base: 0x71190000 Image Size: 0x000eb000
File Size: 854016 File Time: 2010-11-20_232410
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows Image Helper
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 5
C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Mono\mono.dll
Image Base: 0x10000000 Image Size: 0x0022e000
File Size: 2100224 File Time: 2014-05-17_105532
Version:
Company:
Product:
FileDesc:
FileVer: 0.0.0.0
ProdVer: 0.0.0.0

Module 6
C:\Program Files (x86)\Steam\gameoverlayrenderer.dll
Image Base: 0x620c0000 Image Size: 0x000bc000
File Size: 728256 File Time: 2014-05-29_133648
Version:
Company: Valve Corporation
Product: Steam Game Overlay Renderer
FileDesc: Steam Game Overlay Renderer
FileVer: 2.25.32.45
ProdVer: 1.0.0.1

Module 7
C:\windows\system32\dsound.dll
Image Base: 0x667b0000 Image Size: 0x00072000
File Size: 453632 File Time: 2009-07-13_211514
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: DirectSound
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 8
C:\windows\system32\midimap.dll
Image Base: 0x66920000 Image Size: 0x00007000
File Size: 16896 File Time: 2009-07-13_211542
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft MIDI Mapper
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 9
C:\windows\system32\msacm32.drv
Image Base: 0x691b0000 Image Size: 0x00008000
File Size: 20992 File Time: 2009-07-13_211410
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft Sound Mapper
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 10
C:\windows\system32\ksuser.dll
Image Base: 0x691c0000 Image Size: 0x00004000
File Size: 4608 File Time: 2009-07-13_211536
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: User CSA Library
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 11
C:\windows\system32\wdmaud.drv
Image Base: 0x691d0000 Image Size: 0x00030000
File Size: 172032 File Time: 2010-11-20_232402
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Winmm audio system driver
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 12
C:\windows\system32\DDRAW.dll
Image Base: 0x695b0000 Image Size: 0x000e7000
File Size: 531968 File Time: 2009-07-13_211512
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft DirectDraw
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 13
C:\windows\system32\GLU32.dll
Image Base: 0x696a0000 Image Size: 0x00022000
File Size: 130048 File Time: 2009-07-13_211524
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: OpenGL Utility Library DLL
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 14
C:\windows\system32\OPENGL32.dll
Image Base: 0x696d0000 Image Size: 0x000c8000
File Size: 791552 File Time: 2009-07-13_211614
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: OpenGL Client DLL
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 15
C:\windows\system32\wbem\fastprox.dll
Image Base: 0x6e490000 Image Size: 0x00096000
File Size: 606208 File Time: 2010-11-20_232426
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: WMI Custom Marshaller
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 16
C:\windows\system32\atiumdva.dll
Image Base: 0x6f7e0000 Image Size: 0x00445000
File Size: 4448216 File Time: 2014-01-13_201140
Version:
Company: Advanced Micro Devices, Inc.
Product: Advanced Micro Devices, Inc. Radeon Video Acceleration Universal Driver
FileDesc: Radeon Video Acceleration Universal Driver
FileVer: 8.14.10.390
ProdVer: 8.14.10.390

Module 17
C:\windows\system32\AUDIOSES.DLL
Image Base: 0x6fc80000 Image Size: 0x00036000
File Size: 195584 File Time: 2010-11-20_232356
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Audio Session
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 18
C:\windows\system32\MMDevAPI.DLL
Image Base: 0x6fd00000 Image Size: 0x00039000
File Size: 213504 File Time: 2010-11-20_232352
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: MMDevice API
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 19
C:\windows\system32\atiumdag.dll
Image Base: 0x6fdb0000 Image Size: 0x005c1000
File Size: 5972080 File Time: 2014-01-13_201140
Version:
Company: Advanced Micro Devices, Inc.
Product: Advanced Micro Devices, Inc. Radeon DirectX Universal Driver
FileDesc: atiumdag.dll
FileVer: 9.14.10.963
ProdVer: 9.14.10.963

Module 20
C:\windows\system32\aticfx32.dll
Image Base: 0x70380000 Image Size: 0x000ef000
File Size: 969376 File Time: 2014-01-13_201140
Version:
Company: Advanced Micro Devices, Inc.
Product: AMD Inc. Radeon DirectX 11 Driver
FileDesc: aticfx32.dll
FileVer: 8.17.10.1191
ProdVer: 8.17.10.1191

Module 21
C:\windows\system32\atiu9pag.dll
Image Base: 0x70660000 Image Size: 0x00019000
File Size: 92304 File Time: 2014-01-13_201140
Version:
Company: Advanced Micro Devices, Inc.
Product: Advanced Micro Devices, Inc PowerXpress Vista User Mode Driver
FileDesc: atiu9pag.dll
FileVer: 8.14.1.6304
ProdVer: 8.14.1.6304

Module 22
C:\windows\system32\DCIMAN32.dll
Image Base: 0x70810000 Image Size: 0x00006000
File Size: 10240 File Time: 2013-06-06_005058
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: DCI Manager
FileVer: 6.1.7601.18177
ProdVer: 6.1.7601.18177

Module 23
C:\windows\system32\AVRT.dll
Image Base: 0x70aa0000 Image Size: 0x00007000
File Size: 14336 File Time: 2009-07-13_211500
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Multimedia Realtime Runtime
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 24
C:\windows\system32\d3d9.dll
Image Base: 0x70ae0000 Image Size: 0x001c3000
File Size: 1828352 File Time: 2010-11-20_232424
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Direct3D 9 Runtime
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 25
C:\windows\System32\fwpuclnt.dll
Image Base: 0x70e50000 Image Size: 0x00038000
File Size: 216576 File Time: 2013-10-11_220126
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: FWP/IPsec User-Mode API
FileVer: 6.1.7601.18283
ProdVer: 6.1.7601.18283

Module 26
C:\windows\system32\uxtheme.dll
Image Base: 0x72500000 Image Size: 0x00080000
File Size: 245760 File Time: 2009-07-13_211126
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft UxTheme Library
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 27
C:\windows\system32\dwmapi.dll
Image Base: 0x73390000 Image Size: 0x00013000
File Size: 67072 File Time: 2009-07-13_211514
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft Desktop Window Manager API
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 28
C:\windows\system32\rasadhlp.dll
Image Base: 0x734a0000 Image Size: 0x00006000
File Size: 11776 File Time: 2009-07-13_211614
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Remote Access AutoDial Helper
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 29
C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
Image Base: 0x734c0000 Image Size: 0x00027000
File Size: 145280 File Time: 2011-03-28_233114
Version:
Company: Microsoft Corp.
Product: Microsoft® CoReXT
FileDesc: Microsoft® Windows Live ID Namespace Provider
FileVer: 7.250.4232.0
ProdVer: 7.250.4232.0

Module 30
C:\windows\system32\DNSAPI.dll
Image Base: 0x734f0000 Image Size: 0x00044000
File Size: 270336 File Time: 2012-04-14_160950
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: DNS Client API DLL
FileVer: 6.1.7601.17570
ProdVer: 6.1.7601.17570

Module 31
C:\windows\System32\wship6.dll
Image Base: 0x735c0000 Image Size: 0x00006000
File Size: 10752 File Time: 2009-07-13_211622
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Winsock2 Helper DLL (TL/IPv6)
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 32
C:\windows\System32\wshtcpip.dll
Image Base: 0x735e0000 Image Size: 0x00005000
File Size: 9216 File Time: 2009-07-13_211622
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Winsock2 Helper DLL (TL/IPv4)
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 33
C:\windows\system32\MSWSOCK.dll
Image Base: 0x735f0000 Image Size: 0x0003c000
File Size: 231424 File Time: 2013-09-07_220400
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft Windows Sockets 2.0 Service Provider
FileVer: 6.1.7601.18254
ProdVer: 6.1.7601.18254

Module 34
C:\windows\system32\credssp.dll
Image Base: 0x73630000 Image Size: 0x00008000
File Size: 17408 File Time: 2014-03-04_051708
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Credential Delegation Security Package
FileVer: 6.1.7601.18409
ProdVer: 6.1.7601.18409

Module 35
C:\windows\system32\WINMM.dll
Image Base: 0x736f0000 Image Size: 0x00032000
File Size: 194048 File Time: 2010-11-20_232418
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: MCI API DLL
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 36
C:\windows\system32\webio.dll
Image Base: 0x73a00000 Image Size: 0x0004f000
File Size: 314880 File Time: 2012-04-14_161428
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Web Transfer Protocols API
FileVer: 6.1.7601.17725
ProdVer: 6.1.7601.17725

Module 37
C:\windows\system32\WINHTTP.dll
Image Base: 0x73a50000 Image Size: 0x00058000
File Size: 351232 File Time: 2010-11-20_232410
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows HTTP Services
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 38
C:\windows\system32\RpcRtRemote.dll
Image Base: 0x73ab0000 Image Size: 0x0000e000
File Size: 46080 File Time: 2010-11-20_232416
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Remote RPC Extension
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 39
C:\windows\system32\rsaenh.dll
Image Base: 0x73ac0000 Image Size: 0x0003b000
File Size: 242936 File Time: 2009-07-13_211756
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft Enhanced Cryptographic Provider
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 40
C:\windows\system32\CRYPTSP.dll
Image Base: 0x73b00000 Image Size: 0x00016000
File Size: 78848 File Time: 2009-07-13_211508
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Cryptographic Service Provider API
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 41
C:\windows\system32\WINNSI.DLL
Image Base: 0x73b40000 Image Size: 0x00007000
File Size: 16896 File Time: 2009-07-13_211620
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Network Store Information RPC interface
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 42
C:\windows\system32\IPHLPAPI.DLL
Image Base: 0x73b50000 Image Size: 0x0001c000
File Size: 103936 File Time: 2010-11-20_232434
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: IP Helper API
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 43
C:\windows\system32\VERSION.dll
Image Base: 0x73b70000 Image Size: 0x00009000
File Size: 21504 File Time: 2009-07-13_211618
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Version Checking and File Installation Libraries
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 44
C:\windows\system32\POWRPROF.dll
Image Base: 0x74280000 Image Size: 0x00025000
File Size: 145408 File Time: 2009-07-13_211614
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Power Profile Helper DLL
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 45
C:\windows\system32\d3d8thk.dll
Image Base: 0x742f0000 Image Size: 0x00006000
File Size: 11264 File Time: 2009-07-13_211510
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft Direct3D OS Thunk Layer
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 46
C:\windows\system32\MSACM32.dll
Image Base: 0x74330000 Image Size: 0x00014000
File Size: 72192 File Time: 2009-07-13_211544
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft ACM Audio Filter
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 47
C:\windows\system32\PROPSYS.dll
Image Base: 0x74350000 Image Size: 0x000f5000
File Size: 988160 File Time: 2010-11-20_232410
Version:
Company: Microsoft Corporation
Product: Windows® Search
FileDesc: Microsoft Property System
FileVer: 7.0.7601.17514
ProdVer: 7.0.7601.17514

Module 48
C:\windows\system32\dhcpcsvc.DLL
Image Base: 0x74460000 Image Size: 0x00012000
File Size: 61952 File Time: 2009-07-13_211512
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: DHCP Client Service
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 49
C:\windows\system32\wbemcomn.dll
Image Base: 0x74480000 Image Size: 0x0005c000
File Size: 363008 File Time: 2010-11-20_232410
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: WMI
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 50
C:\Program Files\WIDCOMM\Bluetooth Software\SysWOW64\BtMmHook.dll
Image Base: 0x744e0000 Image Size: 0x00036000
File Size: 198944 File Time: 2012-04-01_132226
Version:
Company: Broadcom Corporation.
Product: Bluetooth Software
FileDesc: Multimedia Keys Hook DLL
FileVer: 6.5.1.2700
ProdVer: 6.5.1.2700

Module 51
C:\windows\system32\NTDSAPI.dll
Image Base: 0x74520000 Image Size: 0x00018000
File Size: 90112 File Time: 2009-07-13_211612
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Active Directory Domain Services API
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 52
C:\windows\system32\wbem\wbemsvc.dll
Image Base: 0x74540000 Image Size: 0x0000f000
File Size: 47616 File Time: 2009-07-13_211618
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: WMI
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 53
C:\windows\system32\wbem\wbemprox.dll
Image Base: 0x74550000 Image Size: 0x0000a000
File Size: 29184 File Time: 2009-07-13_211618
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: WMI
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 54
C:\windows\system32\dhcpcsvc6.DLL
Image Base: 0x74890000 Image Size: 0x0000d000
File Size: 44032 File Time: 2012-10-09_134032
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: DHCPv6 Client
FileVer: 6.1.7601.17970
ProdVer: 6.1.7601.17970

Module 55
C:\windows\system32\HID.DLL
Image Base: 0x74900000 Image Size: 0x00009000
File Size: 22016 File Time: 2009-07-13_211526
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Hid User Library
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 56
C:\windows\syswow64\CRYPTBASE.dll
Image Base: 0x757c0000 Image Size: 0x0000c000
File Size: 36864 File Time: 2009-07-13_211508
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Base cryptographic API DLL
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 57
C:\windows\syswow64\SspiCli.dll
Image Base: 0x757d0000 Image Size: 0x00060000
File Size: 96768 File Time: 2014-04-11_221058
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Security Support Provider Interface
FileVer: 6.1.7601.18443
ProdVer: 6.1.7601.18443

Module 58
C:\windows\syswow64\CFGMGR32.dll
Image Base: 0x75860000 Image Size: 0x00027000
File Size: 145920 File Time: 2012-04-14_161238
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Configuration Manager DLL
FileVer: 6.1.7601.17621
ProdVer: 6.1.7601.17621

Module 59
C:\windows\syswow64\GDI32.dll
Image Base: 0x75890000 Image Size: 0x00090000
File Size: 311808 File Time: 2013-10-02_220046
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: GDI Client DLL
FileVer: 6.1.7601.18275
ProdVer: 6.1.7601.18275

Module 60
C:\windows\syswow64\SHLWAPI.dll
Image Base: 0x75920000 Image Size: 0x00057000
File Size: 350208 File Time: 2010-11-20_232350
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Shell Light-weight Utility Library
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 61
C:\windows\syswow64\NSI.dll
Image Base: 0x75990000 Image Size: 0x00006000
File Size: 8704 File Time: 2009-07-13_211612
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: NSI User-mode interface DLL
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 62
C:\windows\syswow64\ole32.dll
Image Base: 0x75a00000 Image Size: 0x0015c000
File Size: 1414144 File Time: 2010-11-20_232402
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft OLE for Windows
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 63
C:\windows\SysWOW64\sechost.dll
Image Base: 0x75d20000 Image Size: 0x00019000
File Size: 92160 File Time: 2009-07-13_211614
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Host for SCM/SDDL/LSA Lookup APIs
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 64
C:\windows\syswow64\WINTRUST.dll
Image Base: 0x75e70000 Image Size: 0x0002e000
File Size: 175104 File Time: 2013-07-09_005212
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Microsoft Trust Verification APIs
FileVer: 6.1.7601.18205
ProdVer: 6.1.7601.18205

Module 65
C:\windows\syswow64\kernel32.dll
Image Base: 0x75ea0000 Image Size: 0x00110000
File Size: 1114112 File Time: 2014-03-04_051618
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows NT BASE API Client DLL
FileVer: 6.1.7601.18409
ProdVer: 6.1.7601.18409

Module 66
C:\windows\syswow64\LPK.dll
Image Base: 0x75fb0000 Image Size: 0x0000a000
File Size: 25600 File Time: 2013-06-06_005702
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Language Pack
FileVer: 6.1.7601.18177
ProdVer: 6.1.7601.18177

Module 67
C:\windows\syswow64\USP10.dll
Image Base: 0x76010000 Image Size: 0x0009d000
File Size: 626688 File Time: 2014-04-24_220618
Version:
Company: Microsoft Corporation
Product: Microsoft(R) Uniscribe Unicode script processor
FileDesc: Uniscribe Unicode script processor
FileVer: 1.626.7601.18454
ProdVer: 1.626.7601.18454

Module 68
C:\windows\syswow64\ADVAPI32.dll
Image Base: 0x760b0000 Image Size: 0x000a0000
File Size: 640512 File Time: 2013-08-28_214818
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Advanced Windows 32 Base API
FileVer: 6.1.7601.18247
ProdVer: 6.1.7601.18247

Module 69
C:\windows\syswow64\DEVOBJ.dll
Image Base: 0x76160000 Image Size: 0x00012000
File Size: 64512 File Time: 2012-04-14_161238
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Device Information Set DLL
FileVer: 6.1.7601.17621
ProdVer: 6.1.7601.17621

Module 70
C:\windows\syswow64\MSCTF.dll
Image Base: 0x76180000 Image Size: 0x000cc000
File Size: 828928 File Time: 2009-07-13_211544
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: MSCTF Server DLL
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 71
C:\windows\syswow64\SETUPAPI.dll
Image Base: 0x76380000 Image Size: 0x0019d000
File Size: 1667584 File Time: 2010-11-20_232352
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows Setup API
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 72
C:\windows\syswow64\SHELL32.dll
Image Base: 0x76530000 Image Size: 0x00c4a000
File Size: 12874240 File Time: 2014-03-24_220956
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows Shell Common Dll
FileVer: 6.1.7601.18429
ProdVer: 6.1.7601.18429

Module 73
C:\windows\syswow64\OLEAUT32.dll
Image Base: 0x772b0000 Image Size: 0x0008f000
File Size: 571904 File Time: 2012-04-14_161318
Version:
Company: Microsoft Corporation
Product:
FileDesc:
FileVer: 6.1.7601.17676
ProdVer: 6.1.7601.17676

Module 74
C:\windows\syswow64\KERNELBASE.dll
Image Base: 0x77360000 Image Size: 0x00047000
File Size: 274944 File Time: 2014-03-04_051620
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows NT BASE API Client DLL
FileVer: 6.1.7601.18409
ProdVer: 6.1.7601.18409

Module 75
C:\windows\syswow64\msvcrt.dll
Image Base: 0x773b0000 Image Size: 0x000ac000
File Size: 690688 File Time: 2011-12-16_035300
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows NT CRT DLL
FileVer: 7.0.7601.17744
ProdVer: 6.1.8638.17744

Module 76
C:\windows\syswow64\WS2_32.dll
Image Base: 0x77460000 Image Size: 0x00035000
File Size: 206848 File Time: 2010-11-20_232356
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Windows Socket 2.0 32-Bit DLL
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 77
C:\windows\syswow64\MSASN1.dll
Image Base: 0x774a0000 Image Size: 0x0000c000
File Size: 34304 File Time: 2010-11-20_232350
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: ASN.1 Runtime APIs
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 78
C:\windows\syswow64\psapi.dll
Image Base: 0x774b0000 Image Size: 0x00005000
File Size: 6144 File Time: 2009-07-13_211614
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Process Status Helper
FileVer: 6.1.7600.16385
ProdVer: 6.1.7600.16385

Module 79
C:\windows\syswow64\USER32.dll
Image Base: 0x774c0000 Image Size: 0x00100000
File Size: 833024 File Time: 2010-11-20_232422
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Multi-User Windows USER API Client DLL
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 80
C:\windows\syswow64\IMM32.dll
Image Base: 0x775c0000 Image Size: 0x00060000
File Size: 119808 File Time: 2010-11-20_232426
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Multi-User Windows IMM32 API Client DLL
FileVer: 6.1.7601.17514
ProdVer: 6.1.7601.17514

Module 81
C:\windows\syswow64\RPCRT4.dll
Image Base: 0x77850000 Image Size: 0x000f0000
File Size: 663552 File Time: 2013-07-09_005234
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: Remote Procedure Call Runtime
FileVer: 6.1.7601.18205
ProdVer: 6.1.7601.18205

Module 82
C:\windows\syswow64\CLBCatQ.DLL
Image Base: 0x77940000 Image Size: 0x00083000
File Size: 522240 File Time: 2009-07-13_211504
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: COM+ Configuration Catalog
FileVer: 2001.12.8530.16385
ProdVer: 6.1.7600.16385

Module 83
C:\windows\SysWOW64\ntdll.dll
Image Base: 0x77dd0000 Image Size: 0x00180000
File Size: 1292192 File Time: 2013-08-28_215032
Version:
Company: Microsoft Corporation
Product: Microsoft® Windows® Operating System
FileDesc: NT Layer DLL
FileVer: 6.1.7601.18247
ProdVer: 6.1.7601.18247


== [end of error.log] ==

Link to comment
Share on other sites

Looks great, i like the design, but it's impossible to add any ladder on the habitat or on the gears for the kerbals to climb on board or to disembark.

The PA habitats are designed for use in space, not on planets. The F.L.A.T. is the one you are supposed to use on other planets.

Link to comment
Share on other sites

The PA habitats are designed for use in space, not on planets. The F.L.A.T. is the one you are supposed to use on other planets.

I think he's talking about the FLAT.

'gears' (sic)

He probably means that landing legs arrangement meant for the FLAT.

Link to comment
Share on other sites

I think he's talking about the FLAT.

'gears' (sic)

He probably means that landing legs arrangement meant for the FLAT.

Yes, if you put gears on this, how do you install lader?

Can you land it with parachutes?

If it's not on gear, do you need a ladder?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...