Jump to content

PGTART

Members
  • Posts

    60
  • Joined

  • Last visited

Reputation

5 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @Gargamel Don't put words in my mouth that i never spoke, dont frame me. I'm into development as well, when I see poor designs or broken stuff, i'll improve it, that's work what coders 'should' do. I can only guess that current development is too much driven at 'new markets', and they're forgetting something valuable. Their current market, I don't know the wages of the coders, but i would assume that a game like KSP, could have a continuous income, and serious Fan developers. So use part of the income for continuously improving, and make KSP2 or KSP 1.5.0 In development one cannot be stuck by poor decisions (only by poor management), just let coders do what they are best at.
  2. Its not a point... properly caching is the answer. i can easily copy 10 gig in under a minute between SSD's, while these Mods are only 700mb. It also means i kan put 10Gig in under a minute in memory too (as i do often when editing video) With a proper caching mechanism this game could load in a minute. The absence of such a caching system, requires the game to load and convert and to verify stuff, each game start. Sadly it seams of no interest to ksp devs.
  3. Just for the fun of it, take some large video file, ea 1Gig or so, and copy it to another disk, and time this. Since disk IO is slow (yes even SSD), (as compared to running CPU memory instructions). If all were optimal coded and if some caching mechanism was used, that time can be, "if all was well coded", be the time the game would need to load. I'm speaking here as a developer, i'd advice KSP devs to create such a caching system. For most files its not needed to read line by line the settings, eventually once red its a binary blob of data (save that, and offer to load from that). With some exceptions ea save games. Also check the code for other dependancies (intializations of core parts) that could cause loading delays.
  4. Some analysis, i wrote a program to read filesize as per type in all mod dirs (coded in C#). The total was just 720MB, as i told earlier i do video editing, for me thats a small size. Performing a copy or so of a file that size takes just a few secconds. On a system width 24GB of memory copying that to memory is even faster (only 1 time disk IO). Well some data has to be copied to GPU as well ..but that wouldnt explain the huge delays. (if.... it's done properly). Analysis shows filetype , the size, and the count of that type Here is the result : .dds 399,00 Mb 1036 .mu 149,00 Mb 1114 .png 120,00 Mb 711 .wav 45,00 Mb 53 .mbm 26,00 Mb 33 .ksp 11,00 Mb 155 .tif 10,00 Mb 1 .ogg 10,00 Mb 254 .dll 6,00 Mb 43 .pdf 3,00 Mb 1 .cfg 3,00 Mb 1341 .tga 1,00 Mb 14 .pdb 1,00 Mb 8 .truecolor 321,00 Kb 28 .txt 271,00 Kb 76 .mdb 196,00 Kb 5 .md 66,00 Kb 4 .log 22,00 Kb 1 .version 17,00 Kb 30 .craft 15,00 Kb 1 ._cfg 8,00 Kb 2 .nocfg 6,00 Kb 2 .xml 3,00 Kb 9 .Bac 1,00 Kb 1 .config 0,00 Kb 2 .meta 0,00 Kb 1 .pos 0,00 Kb 5 Total size of it all = 792,00 Mb
  5. Well the list of mods has been changed over time, and its just slow ever. There dont seam to be conflicts in the mod combinations either. Its the way how this program works, how it deals with loading data. Jst do one binary blob data cache load, and dont do 100;s of partial file loads. Ask user if some mods should be excluded from cache but keep it just one file. The cache could be compressed on disk (unpacking is often faster then disk IO itself). Unless mods are added/updated cache could load once in memory and start game (as like a VM was pauzed and started again)
  6. Sorry for my relate reply but these problems i see are NOT related to hardware. Nor software drivers, or antivirus (..but if it would be, then fix THAT dependency). This PC was bought for Video Editing, 8 cores 3 GHz and SSD's Nvidea graphics etc. I bought History expansion pack, i support the game. I rather think its time that the devs start to think of optimizing this game. Also its slow when moving into or leaving Vab, this game has issues Here a list of installed mods, I dont see a reason to blame it on Mod Usage (ea game would be boring without them). "ModuleManager" "ShuttleLiftingBodyCormorantAeronology" "NearFuturePropulsion" "MechJeb2" "USI-EXP" "USI-LS" "CommunityTechTree" "KIS" "KSP-AVC" "MechJebEmbeddedUniversalFree" "NearFutureElectrical-Core" "USI-FTT" "RasterPropMonitor" "PrakasaAeroworks" "Karbonite" "CommunityResourcePack" "TweakScale" "USI-MKSLite" "USITools" "SmokeScreen" "Firespitter" "NearFutureSolar-Core" "NearFutureProps" "KarbonitePlus" "InfernalRobotics" "ModularFlightIntegrator" "NearFutureSolar" "KAS" "InfernalRobotics-LegacyParts" "FerramAerospaceResearch" "USI-UKS-Shared" "USI-Core" "FirespitterCore" "USI-SRV" "NearFutureSpacecraft" "RasterPropMonitor-Core" "Chatterer" "NearFutureElectrical" "NearFutureConstruction" "FirespitterResourcesConfig" "B9PartSwitch"
  7. A game that is started frequently but killed often after 10 minutes when i lose all joy due to waiting. I wont blame the mods, without it the game is no fun either. How many people kill kspbecause of the long waitings ..
  8. i hope the extra funding by releasing this update will improve the game a bit more. But a next time just create proposals on patron or so, i think many people would like this game to work (a bit) better.
  9. Bought the latest version KSP, and loading time well it got even more worse. I think this game is so good because of the open mod community around it (it adds a lot joy to the game). But all those mods make it terrible slow to load. I can imagine loading textures into GPU takes some time, but i dont change mods, then why not keep the texture cash as one binary data blob on load it in all at once on start. The same goes for all added logic. Sure a "fresh" reload option should be in it as well (in cases of mod selection changes, or disk corruption), but well in simple the loading of the game could use some optimization development attention. (and no, disabling a single network card does not make a difference the game is just plain slow on loading, neither do i use hamachi vpn's) Loading the game takes about +5 minutes, often its a reason to turn of my pc because meanwhile i lost interest in the game, kinda sad but i just hate long waits on blazing fast computers. Oh and its on a fast SSD too, so it completely beats me why it is so slow (multitrack video editing for example requires more IO operations and works perfectly).
  10. well it never worked.. not sure what to do here are the logs. Unity Player [version: Unity 5.4.0p4_b15b5ae035b7] mono.dll caused an Access Violation (0xc0000005) in module mono.dll at 0033:9c0a0e18. Error occurred at 2017-05-26_215400. G:\SteamLibrary\steamapps\common\Kerbal Space Program\KSP_x64.exe, run by pgt 59% memory in use. 12175 MB physical memory [4923 MB free]. 36175 MB paging file [26798 MB free]. 134217728 MB user address space [134215402 MB free]. Read from location 00000000 caused an access violation. Context: RDI: 0x103aed30 RSI: 0x36bdf540 RAX: 0x00000000 RBX: 0x00000007 RCX: 0xfffffffe RDX: 0x00000069 RIP: 0x9c0a0e18 RBP: 0x00efdc70 SegCs: 0x00000033 EFlags: 0x00010206 RSP: 0x00efdb70 SegSs: 0x0000002b R8: 0x176db8e7 R9: 0x00efdce8 R10: 0x103aec70 R11: 0x00efdb00 R12: 0x103aedc0 R13: 0x00000053 R14: 0x784d3e40 R15: 0x00000001 Bytes at CS:EIP: 48 8b 10 48 8b ce 48 8b d8 e8 4e f7 ff ff 48 8b Stack: 0x00efdb70: 00000007 00000000 00efdc70 00000000 ........p....... 0x00efdb80: 36bdf540 00000000 103aed30 00000000 @..6....0.:..... 0x00efdb90: 00efdba0 00000000 000001d3 00000000 ................ 0x00efdba0: 04754d48 00000000 36bdf540 00000000 [email protected].... 0x00efdbb0: 3d56be50 00000000 00000001 00000000 P.V=............ 0x00efdbc0: 00000000 00000000 3d56be80 00000000 ..........V=.... 0x00efdbd0: 3d9487c0 00000000 9c171d48 00007ffb ...=....H....... 0x00efdbe0: 00000000 00000000 00000000 00000000 ................ 0x00efdbf0: 3d9487c0 00000000 9c01232d 00007ffb ...=....-#...... 0x00efdc00: 00000000 00000000 9c0175f4 00007ffb .........u...... 0x00efdc10: 3d56be68 00000000 04754d48 00000000 h.V=....HMu..... 0x00efdc20: 36bdf540 00000000 3d9487c0 00000000 @..6.......=.... 0x00efdc30: 00000001 00000000 9c01228b 00007ffb ........."...... 0x00efdc40: 0494c9c0 00000000 049310b0 00000000 ................ 0x00efdc50: 3d56be78 00000000 3d56be50 00000000 x.V=....P.V=.... 0x00efdc60: 0494c9c0 00000000 9c03223f 00007ffb ........?"...... 0x00efdc70: 00000030 00000000 9c037a6d 00007ffb 0.......mz...... 0x00efdc80: 3c1c61e0 00000000 0494c9c0 00000000 .a.<............ 0x00efdc90: affbf7ad 0000d40f 04dda336 00000000 ........6....... 0x00efdca0: 3a757fc8 00000000 00000000 00000000 ..u:............ 0x00efdcb0: 0e2acd18 00000000 3c1c61e0 00000000 ..*......a.<.... 0x00efdcc0: 3d56be50 00000000 3d56be60 00000000 P.V=....`.V=.... 0x00efdcd0: 00000000 00000000 9c0a1723 00007ffb ........#....... 0x00efdce0: 36bdf540 00000000 176db8e7 00000000 @..6......m..... 0x00efdcf0: 176db8bb 00000000 1021ed50 00000000 ..m.....P.!..... 0x00efdd00: 2e3bccd0 00000000 04754d48 00000000 ..;.....HMu..... 0x00efdd10: 00000000 00000000 9c0a538a 00007ffb .........S...... 0x00efdd20: 3d56be50 00000000 00efde20 00000000 P.V=.... ....... 0x00efdd30: 00000000 00000000 0e2acd18 00000000 ..........*..... 0x00efdd40: 29949500 00000000 9c053eca 00007ffb ...).....>...... 0x00efdd50: 3a757fc8 00000000 00efe988 00000000 ..u:............ 0x00efdd60: 049173c0 00000000 00000000 00000000 .s.............. 0x00efdd70: 361dd540 00000000 00000000 00000000 @..6............ 0x00efdd80: 00000000 00000000 04e52e21 00000000 ........!....... 0x00efdd90: 00000000 00000000 00000000 00000000 ................ 0x00efdda0: 00000000 00000000 3a757fc8 00000000 ..........u:.... 0x00efddb0: 00000000 00000000 00efe988 00000000 ................ 0x00efddc0: 049173c0 00000000 04dcb297 00000000 .s.............. 0x00efddd0: 3a7619d8 00000000 00000000 00000000 ..v:............ 0x00efdde0: 00efde20 00000000 00efdd90 00000000 ............... 0x00efddf0: 00000000 00000000 04754d48 00000000 ........HMu..... 0x00efde00: 2e3bccd0 00000000 3a757fc8 00000000 ..;.......u:.... 0x00efde10: 3a757fc8 00000000 29949500 00000000 ..u:.......).... 0x00efde20: 00efde80 00000000 04e52cd1 00000000 .........,...... 0x00efde30: 2e1eb000 00000000 2e3a84c0 00000000 ..........:..... 0x00efde40: 00efde80 00000000 04ddaec8 00000000 ................ 0x00efde50: 00000000 00000000 3a757fc8 00000000 ..........u:.... 0x00efde60: 2e3bccd0 00000000 04754d48 00000000 ..;.....HMu..... 0x00efde70: 2e1eb000 00000000 2e3a84c0 00000000 ..........:..... 0x00efde80: 00efdf70 00000000 04e52391 00000000 p........#...... 0x00efde90: 00000074 00000000 00000000 00000000 t............... 0x00efdea0: 2e3a84c0 00000000 00efe550 00000000 ..:.....P....... 0x00efdeb0: 00000000 00000000 2e3ac380 00000000 ..........:..... 0x00efdec0: 3a7619d8 00000000 00000001 00000000 ..v:............ 0x00efded0: 29949500 00000000 3a757fc8 00000000 ...)......u:.... 0x00efdee0: 2e3bccd0 00000000 00000000 00000000 ..;............. 0x00efdef0: 2e3bccf8 00000000 9c16b8b8 00007ffb ..;............. 0x00efdf00: 2e1eb000 00000000 00000000 00000000 ................ 0x00efdf10: 049173c0 00000000 3a757f78 00000000 .s......x.u:.... 0x00efdf20: 2e3bccf8 00000000 3d8ecda0 00000000 ..;........=.... 0x00efdf30: 00efdf70 00000000 3a757fc8 00000000 p.........u:.... 0x00efdf40: 2e3bccd0 00000000 04754d48 00000000 ..;.....HMu..... 0x00efdf50: 00000000 00000000 2e1eb000 00000000 ................ 0x00efdf60: 2e3a84c0 00000000 00000000 00000000 ..:............. 0x00efdf70: 00efdfc0 00000000 4482626e 00000000 ........nb.D.... 0x00efdf80: 00efdfc0 00000000 00efdf30 00000000 ........0....... 0x00efdf90: 00efe550 00000000 04754d48 00000000 P.......HMu..... 0x00efdfa0: 2e3a84c0 00000000 00000001 00000000 ..:............. 0x00efdfb0: 29949500 00000000 3a757fc8 00000000 ...)......u:.... 0x00efdfc0: 00efe060 00000000 44825fed 00000000 `........_.D.... 0x00efdfd0: 3d8ecda0 00000000 00efe060 00000000 ...=....`....... 0x00efdfe0: 3d603710 00000000 00efe550 00000000 .7`=....P....... 0x00efdff0: 00efe060 00000000 78237700 00000000 `........w#x.... 0x00efe000: 782376a0 00000000 2e386f30 00000000 .v#x....0o8..... 0x00efe010: 2e3bccd0 00000000 00000089 00000004 ..;............. 0x00efe020: 2e3edaa0 00000000 784d3e80 00000000 ..>......>Mx.... 0x00efe030: 00efe620 00000000 04754d48 00000000 .......HMu..... 0x00efe040: 00efe550 00000000 2e1eb000 00000000 P............... 0x00efe050: 2e3a84c0 00000000 3d8ecda0 00000000 ..:........=.... 0x00efe060: 00efe0b0 00000000 44825e03 00000000 .........^.D.... 0x00efe070: 049173c0 00000000 04e05d56 00000000 .s......V]...... 0x00efe080: 049173c0 00000000 0475a020 00000000 .s...... .u..... 0x00efe090: 2e3a84c0 00000000 2e386f30 00000000 ..:.....0o8..... 0x00efe0a0: 00000000 00000000 31bbda00 00000000 ...........1.... 0x00efe0b0: 00efe140 00000000 44825a9a 00000000 @........Z.D.... 0x00efe0c0: 784d3e80 00000000 9c16b8b8 00007ffb .>Mx............ 0x00efe0d0: 0e2bc518 00000000 2e3a84c0 00000000 ..+.......:..... 0x00efe0e0: 784d3e80 00000000 00efe620 00000000 .>Mx.... ....... 0x00efe0f0: 31bbda00 00000000 784d3e80 00000000 ...1.....>Mx.... 0x00efe100: 00efe140 00000000 784d3e80 00000000 @........>Mx.... 0x00efe110: 00efe620 00000000 04754d48 00000000 .......HMu..... 0x00efe120: 00efe550 00000000 2e1eb000 00000000 P............... 0x00efe130: 31bbda00 00000000 3d8ecda0 00000000 ...1.......=.... 0x00efe140: 00efe190 00000000 4482597d 00000000 ........}Y.D.... 0x00efe150: 00efe190 00000000 00efe100 00000000 ................ 0x00efe160: 00efe550 00000000 04754d48 00000000 P.......HMu..... 0x00efe170: 00efe620 00000000 00000000 00000000 ............... 0x00efe180: 0e2bc518 00000000 31bbda00 00000000 ..+........1.... 0x00efe190: 00efe1f0 00000000 4483484d 00000000 ........MH.D.... 0x00efe1a0: 00efe1f0 00000000 44834505 00000000 .........E.D.... 0x00efe1b0: 00efe200 00000000 3d8df920 00000000 ........ ..=.... 0x00efe1c0: 2e1eb000 00000000 784d3e80 00000000 .........>Mx.... 0x00efe1d0: 2e1eb000 00000000 3bfc3d58 00000000 ........X=.;.... 0x00efe1e0: 3bfc3d58 00000000 31bbda00 00000000 X=.;.......1.... 0x00efe1f0: 00efe230 00000000 448343c2 00000000 0........C.D.... 0x00efe200: 00efe250 00000000 04ddead6 00000000 P............... 0x00efe210: 04754d48 00000000 00000000 00000000 HMu............. 0x00efe220: 00000000 00000000 04dd71f0 00000000 .........q...... 0x00efe230: 00efe2c0 00000000 04dd725b 00000000 ........[r...... 0x00efe240: 2e386f60 00000000 31bbda00 00000000 `o8........1.... 0x00efe250: 00efe290 00000000 9c01232d 00007ffb ........-#...... 0x00efe260: 0e2130b8 00000000 44834360 00000000 .0!.....`C.D.... 0x00efe270: 00efe550 00000000 9c012af8 00007ffb P........*...... 0x00efe280: 31bbda00 00000000 00000000 00000000 ...1............ 0x00efe290: 00000000 00000000 9c01228b 00007ffb ........."...... 0x00efe2a0: 0e2bc518 00000000 0e2bc518 00000000 ..+.......+..... 0x00efe2b0: 04dd71f0 00000000 00efe300 00000000 .q.............. 0x00efe2c0: 00efe300 00000000 9c134ffb 00007ffb .........O...... 0x00efe2d0: 0e2bc518 00000000 00000000 00007ffb ..+............. 0x00efe2e0: 3d8ecda0 00000000 0e2bc518 00000000 ...=......+..... 0x00efe2f0: 00000000 00000000 9c01228b 00007ffb ........."...... 0x00efe300: 04754d48 00000000 36d06bc0 00000000 HMu......k.6.... 0x00efe310: 04dd71f0 00000000 3d8ecda0 00000000 .q.........=.... 0x00efe320: 049178d0 00000000 31bbda00 00000000 .x.........1.... 0x00efe330: 00efe550 00000000 00efe620 00000000 P....... ....... 0x00efe340: 00000000 00000000 36d06bc0 00000000 .........k.6.... 0x00efe350: 00000000 00000000 3694eb70 00000000 ........p..6.... 0x00efe360: 04754d48 00000000 0e215208 00000000 HMu......R!..... 0x00efe370: 00000000 00000000 3d8df920 00000000 ........ ..=.... 0x00efe380: 049178d0 00000000 31bbda00 00000000 .x.........1.... 0x00efe390: 00efe700 00000000 00000000 00000000 ................ 0x00efe3a0: 36c6ffc8 00000000 04931810 00000000 ...6............ 0x00efe3b0: 00000000 00000000 00efe430 00000000 ........0....... 0x00efe3c0: 04931810 00000000 00000000 00000000 ................ 0x00efe3d0: 00000018 00000000 00000030 00000000 ........0....... 0x00efe3e0: 00000008 00000000 2e3a84c0 00000000 ..........:..... 0x00efe3f0: 36f6b870 00000000 9c03348a 00007ffb p..6.....4...... 0x00efe400: 00000000 00000000 00efe520 00000000 ........ ....... 0x00efe410: 00000003 00000000 9c0966d5 00007ffb .........f...... 0x00efe420: 0e2acd18 00000000 00000000 00007ff6 ..*............. 0x00efe430: 00000000 00000000 00efe5d0 00000000 ................ 0x00efe440: affbc8ed 0000d40f 00000000 00000000 ................ 0x00efe450: 00efe500 00000000 00000000 00000000 ................ 0x00efe460: 36f6b870 00000000 fffe563e 00000000 p..6....>V...... 0x00efe470: 8b046250 00000000 00efe550 00000000 Pb......P....... 0x00efe480: 00efe620 00000000 0e2bc518 00000000 .........+..... 0x00efe490: 31bbda00 00000000 9c088341 00007ffb ...1....A....... 0x00efe4a0: affbc88d 0000d40f 04754d48 00000000 ........HMu..... 0x00efe4b0: 0e2bc518 00000000 16a2b001 00007ff6 ..+............. 0x00efe4c0: 00efe550 00000000 1654517d 00007ff6 P.......}QT..... 0x00efe4d0: 00efe580 00000000 00000000 00000000 ................ 0x00efe4e0: 8b0451c0 00000000 00000000 00000000 .Q.............. 0x00efe4f0: 8b045100 00000000 16a2b001 00007ff6 .Q.............. 0x00efe500: 0e2bc518 00000000 16a2b001 00007ff6 ..+............. 0x00efe510: 8b046510 00000000 16545481 00007ff6 .e.......TT..... 0x00efe520: 00efe580 00000000 16495c81 00007ff6 .........\I..... 0x00efe530: 0e2bc518 00000000 16a2b001 00007ff6 ..+............. 0x00efe540: 31bbda00 00000000 16499ae1 00007ff6 ...1......I..... 0x00efe550: 00000000 00000000 176cdd66 00000000 ........f.l..... 0x00efe560: 1725cc2d 00007ff6 00000000 00000000 -.%............. 0x00efe570: 0e2bc518 00000000 16a2b001 00007ff6 ..+............. 0x00efe580: 17268568 00007ff6 0e2bc518 00000000 h.&.......+..... 0x00efe590: 16a2b001 00007ff6 31bbda00 00000000 ...........1.... 0x00efe5a0: fffe563e 00000000 00000000 00000000 >V.............. 0x00efe5b0: 00000000 00000000 00000000 00000000 ................ 0x00efe5c0: 8b040101 00000000 00000000 00000000 ................ 0x00efe5d0: 00000000 00000000 00000000 00000000 ................ 0x00efe5e0: 00000000 00000000 00000000 00000000 ................ 0x00efe5f0: 00000000 00000000 00000000 00000000 ................ 0x00efe600: 00000000 00000000 00000000 00000000 ................ 0x00efe610: 00000000 00000000 00000000 00000000 ................ 0x00efe620: 00000000 00000000 00000000 00000000 ................ 0x00efe630: 00000000 00000000 00000000 00000000 ................ 0x00efe640: 00000000 00000000 00000000 00000000 ................ 0x00efe650: 00000000 00000000 00000000 00000000 ................ 0x00efe660: 00000000 00000000 00000000 00000000 ................ 0x00efe670: 00000000 00000000 00000000 00000000 ................ 0x00efe680: 00000000 00000000 00000000 00000000 ................ 0x00efe690: 00000000 00000000 00000000 00007ff6 ................ 0x00efe6a0: 31bbda00 00000000 1649c7d8 00007ff6 ...1......I..... 0x00efe6b0: 8b046510 00000000 8b0451c0 00000000 .e.......Q...... 0x00efe6c0: 00000000 00000000 00000000 00000000 ................ 0x00efe6d0: fffe5640 00000000 00000315 00000000 @V.............. 0x00efe6e0: 8b046250 00000000 36f6b870 00000000 Pb......p..6.... 0x00efe6f0: 00000072 00000000 1649cb97 00007ff6 r.........I..... 0x00efe700: 8b046510 00000000 8b046510 00000000 .e.......e...... 0x00efe710: 00000000 00000000 00000315 00000000 ................ 0x00efe720: 8b0451c0 00000000 164f8ccb 00007ff6 .Q........O..... 0x00efe730: 00000072 00000000 8b046510 00000000 r........e...... 0x00efe740: 00efe800 00000000 4436d0f0 00000000 ..........6D.... 0x00efe750: 8b046440 00000000 00000072 00000000 @d......r....... 0x00efe760: 00000072 00000000 36f6b870 00000000 r.......p..6.... 0x00efe770: 00000000 00000000 164a1c1f 00007ff6 ..........J..... 0x00efe780: 8b0451c0 00000000 00000072 00000000 .Q......r....... 0x00efe790: 36f6b870 00000000 00000000 00000000 p..6............ 0x00efe7a0: 00efe819 00000000 164f8f15 00007ff6 ..........O..... 0x00efe7b0: 00efe8c0 00000000 fffe5640 00000000 ........@V...... 0x00efe7c0: 00000000 00000000 00efe7e0 00000000 ................ 0x00efe7d0: 00efe820 00000000 00efe8c0 00000000 ............... 0x00efe7e0: 44966080 00000000 00000001 00000000 .`.D............ 0x00efe7f0: 00000001 00000000 00000001 00000000 ................ 0x00efe800: 44966060 00000000 00000001 00007ff6 ``.D............ 0x00efe810: 00000001 00000000 00000001 00000000 ................ 0x00efe820: 00000000 00000000 fffe564e 00000000 ........NV...... 0x00efe830: 00000000 00000000 0000000f 00000000 ................ 0x00efe840: 8b046250 00000000 fffe564e 00000000 Pb......NV...... 0x00efe850: 2e1eb000 00000000 00eff440 00000000 ........@....... 0x00efe860: 2e3a84c0 00000000 8b0451c0 00000000 ..:......Q...... 0x00efe870: 00efe8c9 00000000 164050cd 00007ff6 .........P@..... 0x00efe880: fffe564e 00000000 36f6b870 00000000 NV......p..6.... 0x00efe890: 00000000 00000000 2e3a84c0 00000000 ..........:..... 0x00efe8a0: 2e6af7e0 00000000 2e1eb000 00000000 ..j............. 0x00efe8b0: 36b766d8 00000000 3a710178 00000000 .f.6....x.q:.... 0x00efe8c0: 00efe900 00000000 44824ec7 00000000 .........N.D.... 0x00efe8d0: 00000000 00000000 0000000f 00000000 ................ 0x00efe8e0: 00efe920 00000000 04dd3b62 00000000 .......b;...... 0x00efe8f0: 44824d33 00000000 2e0103c0 00000000 3M.D............ 0x00efe900: 00eff440 00000000 3645dac8 00000000 @.........E6.... 0x00efe910: 00eff500 00000000 78238090 00000000 ..........#x.... 0x00efe920: 00efe9f0 00000000 16625faa 00007ff6 ........._b..... 0x00efe930: 2e3a84c0 00000000 36941c70 00000000 ..:.....p..6.... 0x00efe940: 2e3a84c0 00000000 2e3c0f40 00000000 ..:.....@.<..... 0x00efe950: 0000002e 00000034 04e51eeb 00000000 ....4........... 0x00efe960: 3227ec40 00000000 166247fb 00007ff6 @.'2.....Gb..... 0x00efe970: 2e6af7e0 00000000 00eff440 00000000 ..j.....@....... 0x00efe980: 2e0103c0 00000000 04911d60 00000000 ........`....... 0x00efe990: 049173c0 00000000 04e04a45 00000000 .s......EJ...... 0x00efe9a0: 00efe9f0 00000000 36941c70 00000000 ........p..6.... 0x00efe9b0: 00efe9f0 00000000 00efe960 00000000 ........`....... 0x00efe9c0: 00eff500 00000000 2e3a84c0 00000000 ..........:..... 0x00efe9d0: 00eff440 00000000 2e1eb000 00000000 @............... 0x00efe9e0: 3227ec40 00000000 2e1eb000 00000000 @.'2............ 0x00efe9f0: 00efea30 00000000 04e51e35 00000000 0.......5....... 0x00efea00: 00eff500 00000000 2e3a84c0 00000000 ..........:..... 0x00efea10: 00eff440 00000000 2e1eb000 00000000 @............... 0x00efea20: 2e3a84c0 00000000 78238090 00000000 ..:.......#x.... 0x00efea30: 00efea90 00000000 448340d9 00000000 [email protected].... 0x00efea40: 32217348 00000000 2e1eb000 00000000 Hs!2............ 0x00efea50: 00efea90 00000000 04e237e2 00000000 .........7...... 0x00efea60: 3a56e4d8 00000000 00000000 00000000 ..V:............ 0x00efea70: 2e322d20 00000000 00eff440 00000000 -2.....@....... 0x00efea80: 2e0103c0 00000000 32217348 00000000 ........Hs!2.... 0x00efea90: 00efeae0 00000000 44833f86 00000000 .........?.D.... 0x00efeaa0: 00efeae0 00000000 36198800 00000000 ...........6.... 0x00efeab0: 00eff440 00000000 2e322d20 00000000 @....... -2..... 0x00efeac0: 00000000 00000000 2e1eb000 00000000 ................ 0x00efead0: 00eff440 00000000 32274208 00000000 @........B'2.... 0x00efeae0: 00efed90 00000000 44821dcb 00000000 ...........D.... 0x00efeaf0: 175d8b00 00007ff6 341ca830 00000000 ..].....0..4.... 0x00efeb00: 00000000 bf800000 00000000 00007ff6 ................ 0x00efeb10: 0000004e 00000000 9c164d19 00007ffb N........M...... 0x00efeb20: 0000000a 00000000 8b1169c0 00000000 .........i...... 0x00efeb30: 2e0103c0 00000000 c0000000 bff0cccc ................ 0x00efeb40: e0000000 bff2147a 2e0103c0 00000000 ....z........... 0x00efeb50: 00000000 bff00000 00000000 00000000 ................ 0x00efeb60: 294bfd90 00000000 2e0103c0 00000000 ..K)............ 0x00efeb70: 32217428 00000000 2ef962a0 00000000 (t!2.....b...... 0x00efeb80: 35a65b00 00000000 9c088e0c 00007ffb .[.5............ 0x00efeb90: 0000007e 00000000 9c164d19 00000000 ~........M...... 0x00efeba0: 297055c8 00000000 00000003 00000002 .Up)............ 0x00efebb0: 32217348 00000000 04911d60 00000000 Hs!2....`....... 0x00efebc0: 00000000 00000000 9c088e0c 00007ffb ................ 0x00efebd0: 0000007e 00000000 00000000 00000000 ~............... 0x00efebe0: 00000010 00000010 29712848 00000000 ........H(q).... 0x00efebf0: 78238090 00000000 04911d60 3f800000 ..#x....`......? 0x00efec00: 31bbdb00 00000000 29709140 00000000 [email protected]).... 0x00efec10: 322732a0 00000000 00000000 00000000 .2'2............ 0x00efec20: 00000000 00000000 00000000 00000000 ................ 0x00efec30: 00000000 00000000 00000000 00000000 ................ 0x00efec40: 00000000 00000000 00000000 00000000 ................ 0x00efec50: 00000000 00000000 00000000 00000000 ................ 0x00efec60: bf90a3d7 bf866666 bcf5c28f 00000000 ....ff.......... 0x00efec70: 00000000 bf800000 00000000 00000000 ................ 0x00efec80: 36941c70 00000000 04766d70 00000000 p..6....pmv..... 0x00efec90: 322143d8 00000000 00eff500 00000000 .C!2............ 0x00efeca0: bf90a3d7 bf866666 bcf5c28f 00000000 ....ff.......... 0x00efecb0: bf90a3d7 bf866666 bcf5c28f 00000000 ....ff.......... 0x00efecc0: 00000000 bf800000 00000000 00000000 ................ 0x00efecd0: 00000000 bf800000 00000000 00000000 ................ 0x00efece0: bf90a3d7 bf866666 bcf5c28f 00000000 ....ff.......... 0x00efecf0: 00000000 bf800000 00000000 00000000 ................ 0x00efed00: 322732b4 00000000 32521394 00000000 .2'2......R2.... 0x00efed10: 322732a0 00000000 04772ec0 00000000 .2'2......w..... 0x00efed20: 00efed90 00000000 04dd79b6 00000000 .........y...... 0x00efed30: 00eff440 00000000 04754d48 00000000 @.......HMu..... 0x00efed40: 34fdd460 00000000 00eff4d0 00000000 `..4............ 0x00efed50: 00efed90 3f800000 00000000 00000000 .......?........ 0x00efed60: 00eff440 00000000 04754d48 00000000 @.......HMu..... 0x00efed70: 00eff500 00000000 34fdd460 00000000 ........`..4.... 0x00efed80: 00eff4d0 00000000 36941c70 00000000 ........p..6.... 0x00efed90: 00eff020 00000000 4481f45b 00000000 .......[..D.... 0x00efeda0: 363e4a38 00000000 00000133 00000000 8J>6....3....... 0x00efedb0: 00000001 00000000 3a620398 00000000 ..........b:.... 0x00efedc0: 2e885f14 00000000 35a65b00 00000000 ._.......[.5.... 0x00efedd0: 34fdd460 00000000 00000000 00000000 `..4............ 0x00efede0: 00eff470 00000000 00000004 00000000 p............... 0x00efedf0: 00efee40 00000000 04de0c43 00000000 @.......C....... 0x00efee00: 00000001 00000000 3a620398 00000000 ..........b:.... 0x00efee10: 049173c0 00000000 04dc2eb5 00000000 .s.............. 0x00efee20: 00000004 00000000 781d28f0 00000000 .........(.x.... 0x00efee30: 101fcce8 00000000 3be808c0 00000000 ...........;.... 0x00efee40: 00efee90 00000000 04de0b82 00000000 ................ 0x00efee50: 00efeeb0 00000000 04e23880 00000000 .........8...... 0x00efee60: 00efeea0 00000000 04dc2eb5 00000000 ................ 0x00efee70: 34fddaa0 00000000 781d28f0 00000000 ...4.....(.x.... 0x00efee80: 781d28e0 00000000 00000001 00000000 .(.x............ 0x00efee90: 00efeee0 00000000 04de0a9f 00000000 ................ 0x00efeea0: 3be808c0 00000000 31bbdf00 00000000 ...;.......1.... 0x00efeeb0: 00efeef0 00000000 00000000 00000000 ................ 0x00efeec0: 00eff470 00000000 04754d48 00000000 p.......HMu..... 0x00efeed0: 3be808c0 00000000 3be80888 00000000 ...;.......;.... 0x00efeee0: 00efef30 00000000 04de09d7 00000000 0............... 0x00efeef0: 00efef60 00000000 44848252 00000000 `.......R..D.... 0x00efef00: 31acb000 00000000 36941c70 00000000 ...1....p..6.... 0x00efef10: 00efef60 00000000 3be80888 00000000 `..........;.... 0x00efef20: 781d28e0 00000000 00000001 00000000 .(.x............ 0x00efef30: 00efef70 00000000 04e22552 00000000 p.......R%...... 0x00efef40: 32217428 00000000 04754d48 00000000 (t!2....HMu..... 0x00efef50: 35a65b00 00000000 31acb000 00000000 .[.5.......1.... 0x00efef60: 3be80888 00000000 363e4a20 00000000 ...;.... J>6.... 0x00efef70: 00efefb0 00000000 44841c11 00000000 ...........D.... 0x00efef80: 00000000 00000000 04de8742 00000000 ........B....... 0x00efef90: 00000000 00000000 00eff470 00000000 ........p....... 0x00efefa0: 2ef962a0 00000000 2ef962a0 00000000 .b.......b...... 0x00efefb0: 35a65b00 00000000 34fdd460 00000000 .[.5....`..4.... 0x00efefc0: 32217428 00000000 2ef962a0 00000000 (t!2.....b...... 0x00efefd0: 35a65b00 00000000 00000001 00000000 .[.5............ 0x00efefe0: 00000000 00000000 35a65b00 00000000 .........[.5.... 0x00efeff0: 00000000 00000000 322732a0 00000000 .........2'2.... 0x00eff000: 00eff050 00000000 44841613 00000000 P..........D.... 0x00eff010: 373c9f30 00000000 16627641 00007ff6 0.<7....Avb..... 0x00eff020: 00eff080 00000000 04e885c9 00000000 ................ 0x00eff030: 00000000 00000000 1662303e 00007ff6 ........>0b..... 0x00eff040: 00000001 00000000 00eff500 00000000 ................ 0x00eff050: 00eff4d0 00000000 00eff4d0 00000000 ................ 0x00eff060: 00000000 00000000 00eff4d0 00000000 ................ 0x00eff070: 00eff440 00000000 04e88670 00000000 @.......p....... 0x00eff080: 00eff110 00000000 04e886e1 00000000 ................ 0x00eff090: 00000000 00000000 00eff500 00000000 ................ 0x00eff0a0: 00eff470 00000000 9c01232d 00007ffb p.......-#...... 0x00eff0b0: 00eff140 00000000 04e88570 00000000 @.......p....... 0x00eff0c0: 00eff500 00000000 00eff530 00000000 ........0....... 0x00eff0d0: 00000000 00000000 00000000 00000000 ................ 0x00eff0e0: 00eff500 00000000 9c01228b 00007ffb ........."...... 0x00eff0f0: 0e21d4b8 00000000 0e21d4b8 00000000 ..!.......!..... 0x00eff100: 04e88670 00000000 0e21d4b8 00000000 p.........!..... 0x00eff110: 00eff150 00000000 9c134ffb 00007ffb P........O...... 0x00eff120: 0e21d4b8 00000000 00000000 00000000 ..!............. 0x00eff130: 36941c70 00000000 0e21d4b8 00000000 p..6......!..... 0x00eff140: 00eff180 00000000 9c13500a 00007ffb .........P...... 0x00eff150: 04754d48 00000000 00000000 00000000 HMu............. 0x00eff160: 36941c70 00000000 36941c70 00000000 p..6....p..6.... 0x00eff170: 049178d0 00000000 00000000 00000000 .x.............. 0x00eff180: 00eff500 00000000 00eff440 00000000 ........@....... 0x00eff190: 36941c70 00000000 36941c70 00000000 p..6....p..6.... 0x00eff1a0: 049178d0 00000000 00000000 00000000 .x.............. 0x00eff1b0: 00eff530 00000000 00eff470 00000000 0.......p....... 0x00eff1c0: 36941c70 00000000 36941c70 00000000 p..6....p..6.... 0x00eff1d0: 049178d0 00000000 00000000 00000000 .x.............. 0x00eff1e0: 00eff560 00000000 00eff4a0 00000000 `............... 0x00eff1f0: 04dd71f0 00000000 36941c70 00000000 .q......p..6.... 0x00eff200: 049178d0 00000000 00000000 00000000 .x.............. 0x00eff210: 00eff590 00000000 00eff4d0 00000000 ................ 0x00eff220: 00eff630 00000000 9c01232d 00007ffb 0.......-#...... 0x00eff230: 3f800000 00000000 175bbbf0 00000000 ...?......[..... 0x00eff240: 00eff510 00000000 9c01228b 00007ffb ........."...... 0x00eff250: 23c430f0 00000000 00000000 00000000 .0.#............ 0x00eff260: 00000000 00000000 9c01228b 00007ffb ........."...... 0x00eff270: 0e9579c8 00000000 0e9579c8 00000000 .y.......y...... 0x00eff280: 04dd71f0 00000000 00eff2d0 00000000 .q.............. 0x00eff290: affbdabd 0000d40f 9c13500a 00007ffb .........P...... 0x00eff2a0: 0e9579c8 00000000 0000000a 00000000 .y.............. 0x00eff2b0: 00000001 00000000 164972f0 00007ff6 .........rI..... 0x00eff2c0: 35fb6a10 00000000 00eff500 00000000 .j.5............ 0x00eff2d0: 00eff440 00000000 0e21d4b8 00000000 @.........!..... 0x00eff2e0: 00000000 00000000 9c088341 00007ffb ........A....... 0x00eff2f0: 35fb6a10 00000000 16544ad2 00007ff6 .j.5.....JT..... 0x00eff300: 00eff470 00000000 0e21d4b8 00000000 p.........!..... 0x00eff310: 00eff500 00000000 1654517d 00007ff6 ........}QT..... 0x00eff320: 00eff3a0 00000000 8b0a7b60 00000000 ........`{...... 0x00eff330: 00000000 00000000 0e21d4b8 00000000 ..........!..... 0x00eff340: 00eff500 00000000 1654517d 00007ff6 ........}QT..... 0x00eff350: 0e21d4b8 00000000 17275b00 00007ff6 ..!......['..... 0x00eff360: 00eff500 00000000 16496fca 00007ff6 .........oI..... 0x00eff370: 8b118780 00000000 1654517d 00007ff6 ........}QT..... 0x00eff380: 0e21d4b8 00000000 17275b00 00007ff6 ..!......['..... 0x00eff390: 0e21d4b8 00000000 17275b00 00007ff6 ..!......['..... 0x00eff3a0: 17268568 00007ff6 0e21d4b8 00000000 h.&.......!..... 0x00eff3b0: 17275b00 00007ff6 00000000 00000000 .['............. 0x00eff3c0: 00008818 00000000 0e878f00 00000000 ................ 0x00eff3d0: 00000000 00000000 00000000 00000000 ................ 0x00eff3e0: 17270101 00007ff6 00000000 00000000 ..'............. 0x00eff3f0: 00000000 00000000 00eff4d0 00000000 ................ 0x00eff400: 00000000 00000000 00000000 00000000 ................ 0x00eff410: 00000000 00000000 00000000 00000000 ................ 0x00eff420: 00000000 00000000 00000000 00000000 ................ 0x00eff430: 00000000 00000000 00000000 00000000 ................ 0x00eff440: 34fdd460 00000000 00eff3f8 00000000 `..4............ 0x00eff450: 00000000 00000000 00000000 00000000 ................ 0x00eff460: 00000000 00000000 00000000 00000000 ................ 0x00eff470: 00000000 00000000 00000000 00000000 ................ 0x00eff480: 00000000 00000000 00000000 00000000 ................ 0x00eff490: 00000004 00000009 00000000 00000000 ................ 0x00eff4a0: 00000000 00000000 00000000 00000000 ................ 0x00eff4b0: 00000000 00000000 00000002 00000000 ................ 0x00eff4c0: 8b118780 00000000 16497258 00007ff6 ........XrI..... 0x00eff4d0: 00000000 00000000 8b118780 00000000 ................ 0x00eff4e0: 00000000 00000000 00000002 00000000 ................ 0x00eff4f0: 8afda9b0 00000000 164972b5 00007ff6 .........rI..... 0x00eff500: 00000000 00000000 8b118780 00000000 ................ 0x00eff510: 00000000 00000000 00000002 00000000 ................ 0x00eff520: 8afdaa60 00000000 164972b5 00007ff6 `........rI..... 0x00eff530: 00000000 00000000 8afda9b0 00000000 ................ 0x00eff540: 00000000 00000000 00000002 00000000 ................ 0x00eff550: 8b0a7b60 00000000 164972b5 00007ff6 `{.......rI..... 0x00eff560: 00000000 00000000 8afdaa60 00000000 ........`....... 0x00eff570: 00000000 00000000 00000000 00000000 ................ 0x00eff580: 16497080 00007ff6 1635f199 00007ff6 .pI.......5..... 0x00eff590: 00000000 00000000 03da9c30 00000000 ........0....... 0x00eff5a0: 02dca170 00000000 02dc7f10 00000000 p............... 0x00eff5b0: 0360c940 00000000 163ed34d 00007ff6 @.`.....M.>..... 0x00eff5c0: 00025372 00000000 ffffffff ffffffff rS.............. 0x00eff5d0: 00000000 00000000 00000000 00000000 ................ 0x00eff5e0: 02de4040 00000000 00000000 00000000 @@.............. 0x00eff5f0: 00000001 00000000 16290000 00007ff6 ..........)..... 0x00eff600: 00000000 00000000 00eff820 00000000 ........ ....... 0x00eff610: 00000000 00000000 00000000 00000000 ................ 0x00eff620: 00000001 00000000 1651673b 00007ff6 ........;gQ..... 0x00eff630: 00002214 00000000 00000002 00000000 .".............. 0x00eff640: 0000889c 00000000 00000000 00000000 ................ 0x00eff650: 00000708 00000000 00000000 00000000 ................ 0x00eff660: 00000001 00000000 d3fbe3a3 00007ffb ................ 0x00eff670: 00000708 00000000 165d3050 00007ff6 ........P0]..... 0x00eff680: 00000000 00000000 00000000 00000000 ................ 0x00eff690: 00000001 00000000 00000001 00000000 ................ 0x00eff6a0: 00000000 00000000 165d384a 00007ff6 ........J8]..... 0x00eff6b0: 00000708 00000000 00eff820 00000000 ........ ....... 0x00eff6c0: 00000000 00000000 00000000 00000000 ................ 0x00eff6d0: 00000001 00000000 00000008 00000000 ................ 0x00eff6e0: 00440eec 00000000 000000ff 00000000 ..D............. 0x00eff6f0: 00000001 00000000 11890f27 00000000 ........'....... 0x00eff700: 44582127 00000215 00000169 00000000 '!XD....i....... 0x00eff710: 00000000 00000000 165d6bee 00007ff6 .........k]..... 0x00eff720: 00000004 00000000 00eff820 00000000 ........ ....... 0x00eff730: 00000000 00000000 00000000 00000000 ................ 0x00eff740: 00000000 00000000 00000000 00007ff6 ................ 0x00eff750: 0000001d 00000000 16a85e57 00007ff6 ........W^...... 0x00eff760: 00000000 00007ff6 65646900 646e6957 .........ideWind 0x00eff770: 6c00776f 0000006c 00000000 00000000 ow.ll........... 0x00eff780: 0000000f 00000000 1c004121 01c0003f ........!A..?... 0x00eff790: 65726170 5748746e 1c00444e 01c0003f parentHWND..?... 0x00eff7a0: 0000000a 00000000 0000000f 00000000 ................ 0x00eff7b0: 000001ff 00000000 02b96e70 00000000 ........pn...... 0x00eff7c0: 00000000 00000000 d4170800 00007ffb ................ 0x00eff7d0: 00000000 00000000 0000000f 00000000 ................ 0x00eff7e0: 00000800 00000000 02b96ee0 00000000 .........n...... 0x00eff7f0: 02dd3580 00000000 16a97365 00007ff6 .5......es...... 0x00eff800: 00000042 00000000 0000004f 00000000 B.......O....... 0x00eff810: 00000000 00000000 02dd3490 00000000 .........4...... 0x00eff820: 02dd34e0 00000000 02dd34e0 00000000 .4.......4...... 0x00eff830: 6e7552e8 676e696e 02dcbc70 00000000 .Runningp....... 0x00eff840: 00000004 00000000 00000051 00000000 ........Q....... 0x00eff850: 0000005f 00000000 756e6547 49656e69 _.......GenuineI 0x00eff860: 02dcbaf0 00000000 00000000 00000000 ................ 0x00eff870: 00000050 00000000 0000005f 00000000 P......._....... 0x00eff880: 00000000 00000000 02dd3440 00000000 ........@4...... 0x00eff890: 00000488 00000000 0000004b 00000000 ........K....... 0x00eff8a0: 0000004f 00000000 16aa7b00 00007ff6 O........{...... 0x00eff8b0: 02b96e70 00000000 02b96e70 00000000 pn......pn...... 0x00eff8c0: 172354e8 06100800 170a806a bfebfbff .T#.....j....... 0x00eff8d0: 1754a760 00007ff6 02cf2a90 00000000 `.T......*...... 0x00eff8e0: 02cf0840 00000000 00000000 00000000 @............... 0x00eff8f0: 00000000 00000000 00000000 00000000 ................ 0x00eff900: 0000000f 00000000 00000000 00000000 ................ 0x00eff910: 00000000 00000000 00000000 00000000 ................ 0x00eff920: 00000000 00000000 16a8c344 00007ff6 ........D....... 0x00eff930: 00000000 00000000 00000000 00000000 ................ 0x00eff940: 16290000 00007ff6 00000000 00000000 ..)............. 0x00eff950: 00000000 00000000 00000000 00000000 ................ 0x00eff960: 00000068 00000000 01073ec4 00000000 h........>...... 0x00eff970: 01073ea4 00000000 01073db6 00000000 .>.......=...... 0x00eff980: 00000000 00000000 00000000 00000000 ................ 0x00eff990: 00000000 00000000 00000000 00000c01 ................ 0x00eff9a0: 00000001 00000000 00000000 00000000 ................ 0x00eff9b0: 00000000 00000000 00010001 00000000 ................ 0x00eff9c0: 00000000 00000000 00000000 00000000 ................ 0x00eff9d0: 00000000 00000000 d34b8364 00007ffb ........d.K..... 0x00eff9e0: 00000000 00000000 00000000 00000000 ................ 0x00eff9f0: 00000000 00000000 00000000 00000000 ................ 0x00effa00: 00000000 00000000 d41770d1 00007ffb .........p...... 0x00effa10: 00000000 00000000 00000000 00000000 ................ 0x00effa20: 00000000 00000000 00000000 00000000 ................ 0x00effa30: 00000000 00000000 d1124e20 00007ffb ........ N...... 0x00effa40: 00efccd0 00000000 00efccd0 00000000 ................ 0x00effa50: 00000000 00000000 00000000 00000000 ................ 0x00effa60: 00000000 00000000 00000000 00000000 ................ 0x00effa70: 00000000 00000000 00000000 00000000 ................ 0x00effa80: 00000000 00000000 00000000 00000000 ................ 0x00effa90: 00000000 00000000 00000000 00000000 ................ 0x00effaa0: 00000000 00000000 00000000 00000000 ................ 0x00effab0: 00000000 00000000 00000000 00000000 ................ 0x00effac0: 00000000 00000000 00000000 00000000 ................ 0x00effad0: 00000000 00000000 00000000 00000000 ................ 0x00effae0: 00000000 00000000 00000000 00000000 ................ 0x00effaf0: 00000000 00000000 00000000 00000000 ................ 0x00effb00: 00000000 00000000 00000000 00000000 ................ 0x00effb10: 00000000 00000000 00000000 00000000 ................ 0x00effb20: 00000000 00000000 00000000 00000000 ................ 0x00effb30: 00000000 00000000 00000000 00000000 ................ 0x00effb40: 00000000 00000000 00000000 00000000 ................ 0x00effb50: 00000000 00000000 00000000 00000000 ................ 0x00effb60: 00000000 00000000 00000000 00000000 ................ Module 1 C:\WINDOWS\SYSTEM32\xinput1_3.dll Image Base: 0x00400000 Image Size: 0x0001e000 File Size: 107368 File Time: 2007-04-04_195422 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 2 G:\SteamLibrary\steamapps\common\Kerbal Space Program\steam_api64.dll Image Base: 0x532d0000 Image Size: 0x0003e000 File Size: 235600 File Time: 2016-11-30_004406 Version: Company: Valve Corporation Product: Steam Client API FileDesc: Steam Client API FileVer: 3.42.61.66 ProdVer: 1.0.0.1 == [end of error.log] ==
  11. assuming the update is for everyone, as i never had the idea this game was finished. and asuming 2013 is a typo, it would be impossible to check that.
  12. well i'm on mun, and well i made, a different route slightly less steep just to give impression various starting ships who didnt work out... The one above never made at a time i didnt knew my ground samples where all on a steep crater wall. Below i finally knew how problematic it was. On the right, 2 small driving cars, and a base without wheels.. the small rovers tipped over couldnt get there On the left one huge driving base with 10 wheels, in the end it was only used as a return ship for the astronauts while the right side ship was mainly used to re-fuel from. but then a craft with low wheels and low heigth, and some protection against damage in case it tips over. Sometimes if feels so lonely out there, and the dangers rise so tall on the horizon... Feeling left all alone on the mun... and all i got was this lazy tshirt.... but what is that a wall in front of me ?? i feel like spiderman thanks to rover auto pilot i guess, bit for once this mission needed an end.. oh and i didnt turn at the end i drove back in reverse
  13. yes i updated module manager to 2.7.5 and community techtree, since then all nodes are empty with exception for what i had discovered ok restarted PC it works... not sure maybe todo with some disk cache or so and old dll's
  14. for a long while everything worked ok, didnt update the game and all the mods, but i missed some parts. so then i thought since comunity tech tree reveals them maybe i only update that one. And so i updated it and also updated module manager 2.7.2 now with exception for all the things i allready discovered, all other nodes are empty ??? ( not a few nodes but all nodes, suddenly nuclear engines etc are empty) I dont have something like hide undiscovered tech enabled, and i really miss everything beyond current, did something change ?. what can i do about it ?.
  15. How would a small flight suit look like ? (i've never seen it) i just got the point Beta, drove as far as i could and then i climbed the hill... (i was supriced the kerbal could do that, not sure if it was a bug but it worked). still though the other 2 are at even more impossible locations. I tried rover with rocket engines as well, but since its a deep crater, its a large wall and its still not easy with it.
×
×
  • Create New...