printz Posted August 2, 2017 (edited) Here is a new version of Eternity, 3.42.03, a point release update of Heimdal. It includes several new features and bug fixes from previous version, 3.42.02. Pick one of the following depending on whether you use Windows or macOS: Eternity Engine 3.42.03a "Heimdal" release 2 for Windows Eternity Engine 3.42.03a "Heimdal" release 2 for macOS The source code is located on Github. The new features are the following (excerpt from text file): Attached sector linked portals. You can apply a UDMF or ExtraData sector portal flag which makes the sector linked portal move with the surface, instead of remaining at a fixed height. This can be used to setup the effect of platforms moving up and down. On UDMF, set the "portal_ceil_attached" or "portal_floor_attached" boolean property on the sectors where the ceiling or floor portal is applied. On ExtraData, set the ATTACHEDPORTAL flag on portalflags.ceiling or portalflags.floor. New EMAPINFO field: "inter-levelname". While simple "levelname" only changes the name as seen in the automap (and may include the level number and other info), "inter-levelname" changes the name as seen in the intermission screen. Important: "levelpic" takes priority if both are set. Tall PNG graphics are now supported. New sector UDMF properties: scroll_ceil_x, scroll_ceil_y, scroll_ceil_type, scroll_floor_x, scroll_floor_y, scroll_floor_type. They setup scrolling in sectors. (from hotfix) Alt+F4 (Windows/Linux) or Cmd+Q (macOS) now quits the game instantly. Eternity wiki documentation updated. See the text file inside the ZIP or DMG download for the list of bug fixes. Edited August 4, 2017 by printz Hotfix 3 Quote Share this post Link to post
Altazimuth Posted August 2, 2017 (edited) I'll be making a pull request for the new properties into SLADE. Also I'm pretty happy with this release. Stability kinks ironed out, and a few little things that improve stuff in small ways. Also the attached portals are fucking awesome. Edited August 2, 2017 by Altazimuth 1 Quote Share this post Link to post
printz Posted August 3, 2017 (edited) I totally forgot to mention that I fixed the totally broken display of "Entering (next level)" in the intermission screen. Also you can now use EMAPINFO "interpic" to also replace Doom 1 and Heretic intermissions, if explicitly set. Also, FYI, the scrolling fields have the scale of (equivalent Boom trigger linedef vector) / 10. So to make the equivalent of length 128, use the 12.8 value in the UDMF sector scroll fields. Edited August 3, 2017 by printz 0 Quote Share this post Link to post
Diabolución Posted August 3, 2017 Is there any way of stretching the HUD, status bar and others elements for widescreen resolutions? While I like the idea of a Boom based source port with advanced features, this aspect restrains me, somehow, of using it as primary source port. 0 Quote Share this post Link to post
printz Posted August 3, 2017 Unless there's a problem, the status bar stays centered at the bottom of the screen. Is it different for you? By HUD, you mean the Boom style small text not appearing at the very edges of the wide screen? I'll see about that if it looks better extended. 0 Quote Share this post Link to post
Diabolución Posted August 3, 2017 In short, I mean what PrBoom+ does when I select 4:3 aspect ratio. Classic status bar is stretched without these annoying bricks, automap fills the entire screen except for the classic status bar and both Boom HUD / classic Doom messages appear at the very edge of the wide screen. 0 Quote Share this post Link to post
printz Posted August 3, 2017 I've sent a pull request to GZDBBF with the new editing features. 1 Quote Share this post Link to post
Diabolución Posted August 3, 2017 I have noticed one possible glitch. While this (with the -vanilla parameter) loads E5M1, music file played, sky assigned and name shown in the automap are actually the ones from E4M1. eternity -iwad doom.wad -file dtwid-le.wad -warp 5 1 -skill 4 -vanilla This works properly, without the -vanilla parameter. eternity -iwad doom.wad -file dtwid-le.wad -warp 5 1 -skill 4 Anyway, Eternity reports “Illegal instruction: 4” when exiting. Eternity for macOS, launched from the terminal after setting these environment variables: export DOOMWADDIR=$HOME/doom export ETERNITYBASE="/Applications/Eternity Engine.app/Contents/Resources/base" export ETERNITYUSER="$HOME/Library/Application Support/net.mancubus.Eternity-Engine/user" export PATH=$PATH:"/Applications/Eternity Engine.app/Contents/Resources" 0 Quote Share this post Link to post
printz Posted August 4, 2017 We've updated Eternity again with a hot fix! There was a bug with ACS scrolling in 3.42.03, so 3.42.03a fixes it. Also sneaked a new feature, instant quitting!! @Litrivin Does that wad have EMAPINFO? Maybe it has… -vanilla disables reading it, because Doom.exe doesn't recognize EMAPINFO, and indeed, E5M1 is called like E4M1 if you load it with Doom.exe (and has the AASTINKY sky). 2 Quote Share this post Link to post
Diabolución Posted August 5, 2017 Yes, this wad for Ultimate Doom does contain metadata compatible with Eternity for adding two extra episodes. Good to know, then. Regarding the crashes I have reported: if I enable endoom (showendoom=1 in eternity.cfg), Eternity will crash when exiting. It seems that endoom uses SDL software rendering and Eternity will crash when using it. In fact, if I enable SDL software rendering (i_videodriverid=0 in system.cfg) will crash when starting for sure. Crash report: Process: eternity [3142] Path: /Applications/Eternity Engine.app/Contents/Resources/eternity Identifier: eternity Version: ??? Code Type: X86-64 (Native) Parent Process: bash [2386] Responsible: Terminal [2384] User ID: 501 Date/Time: 2017-08-05 07:32:14.227 +0200 OS Version: Mac OS X 10.11.6 (15G1611) Report Version: 11 Anonymous UUID: 7E848668-7E6A-0E7E-9CA2-B8CC48C636AA Time Awake Since Boot: 190000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 eternity 0x00000001002fb585 SDL_DitherColors + 131 1 eternity 0x00000001002fe7fe SDL_SetVideoMode + 3086 2 eternity 0x000000010039b3e1 SDLVideoDriver::InitGraphicsMode() + 369 3 eternity 0x00000001003dbc71 I_InitGraphicsMode() + 161 4 eternity 0x00000001003dbb9b I_SetMode() + 283 5 eternity 0x0000000100518a6f D_DoomInit() + 32303 6 eternity 0x0000000100522d56 -[SDLMain applicationDidFinishLaunching:] + 118 7 com.apple.CoreFoundation 0x00007fff95ae3b0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 8 com.apple.CoreFoundation 0x00007fff95ae3a9f ___CFXRegistrationPost_block_invoke + 63 9 com.apple.CoreFoundation 0x00007fff95ae3a17 _CFXRegistrationPost + 407 10 com.apple.CoreFoundation 0x00007fff95ae3782 ___CFXNotificationPost_block_invoke + 50 11 com.apple.CoreFoundation 0x00007fff95aa0592 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922 12 com.apple.CoreFoundation 0x00007fff95a9f7e5 _CFXNotificationPost + 693 13 com.apple.Foundation 0x00007fff9492af9a -[NSNotificationCenter postNotificationName:object:userInfo:] + 66 14 com.apple.AppKit 0x00007fff85b2f355 -[NSApplication _postDidFinishNotification] + 297 15 com.apple.AppKit 0x00007fff85b2f0bf -[NSApplication _sendFinishLaunchingNotification] + 203 16 com.apple.AppKit 0x00007fff859e9d99 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557 17 com.apple.AppKit 0x00007fff859e9843 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 250 18 com.apple.Foundation 0x00007fff9497954d -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290 19 com.apple.Foundation 0x00007fff949793c7 _NSAppleEventManagerGenericHandler + 102 20 com.apple.AE 0x00007fff95863261 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531 21 com.apple.AE 0x00007fff95862fe8 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31 22 com.apple.AE 0x00007fff95862f04 aeProcessAppleEvent + 288 23 com.apple.HIToolbox 0x00007fff9ba72af9 AEProcessAppleEvent + 55 24 com.apple.AppKit 0x00007fff859e5290 _DPSNextEvent + 2245 25 com.apple.AppKit 0x00007fff859e4226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 26 com.apple.AppKit 0x00007fff859d8d80 -[NSApplication run] + 682 27 eternity 0x0000000100524206 main + 1286 28 eternity 0x000000010025d0a4 start + 52 Thread 1: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff9b891efa kevent_qos + 10 1 libdispatch.dylib 0x00007fff973aa165 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff973a9dcd _dispatch_mgr_thread + 52 Thread 3: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff9b8915e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8c79f578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8c79d341 start_wqthread + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff9b88afc6 semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x00007fff973afc67 _dispatch_semaphore_wait_slow + 149 2 libdispatch.dylib 0x00007fff973a9d1b _dispatch_worker_thread + 148 3 libsystem_pthread.dylib 0x00007fff8c79f99d _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff8c79f91a _pthread_start + 168 5 libsystem_pthread.dylib 0x00007fff8c79d351 thread_start + 13 Thread 10:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff9b88af72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9b88a3b3 mach_msg + 55 2 com.apple.audio.CoreAudio 0x00007fff969ea35e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98 3 com.apple.audio.CoreAudio 0x00007fff969ea2ec HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42 4 com.apple.audio.CoreAudio 0x00007fff969e86a9 HALC_ProxyIOContext::IOWorkLoop() + 1149 5 com.apple.audio.CoreAudio 0x00007fff969e815e HALC_ProxyIOContext::IOThreadEntry(void*) + 88 6 com.apple.audio.CoreAudio 0x00007fff969e8033 HALB_IOThread::Entry(void*) + 75 7 libsystem_pthread.dylib 0x00007fff8c79f99d _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff8c79f91a _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff8c79d351 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fabcc0bfc00 rcx: 0x0000000000000001 rdx: 0x00007fabcbe90d80 rdi: 0x00007fabcc912200 rsi: 0x0000000000000008 rbp: 0x00007fff5f9a2f60 rsp: 0x00007fff5f9a2f60 r8: 0x0000000000000003 r9: 0x00000000ffffffe0 r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x0000000000000320 r13: 0x00007fabcbc6f660 r14: 0x0000000000000008 r15: 0x0000000000000500 rip: 0x00000001002fb585 rfl: 0x0000000000010246 cr2: 0x0000000105dd5000 Logical CPU: 1 Error Code: 0x00000000 Trap Number: 6 Binary Images: 0x10025b000 - 0x1005e0ff7 +eternity (???) <495AD1E3-97A0-3C7E-82DC-B920B3382499> /Applications/Eternity Engine.app/Contents/Resources/eternity 0x1007e4000 - 0x10080dff7 +libc++abi.dylib (1) <1EEBEA0C-9742-3EBA-A487-544456DA26E1> /Applications/Eternity Engine.app/Contents/Resources/libc++abi.dylib 0x100843000 - 0x1008b1fff +libc++.1.dylib (1) <53673324-8A7C-3ABC-865C-DBA61B668C3A> /Applications/Eternity Engine.app/Contents/Resources/libc++.1.dylib 0x102e97000 - 0x102e97ff7 +cl_kernels (???) <F3A348B5-89FC-48A3-8693-BF2CAD30D065> cl_kernels 0x10330c000 - 0x103310fff com.apple.audio.AppleHDAHALPlugIn (274.12 - 274.12) <F5E4849C-6A2D-3D2C-AB3F-F608C0E49FD5> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x10571e000 - 0x10584effb com.apple.audio.units.Components (1.13 - 1.13) <69FC51F9-E779-3940-AA27-8F97A9849D51> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x7fff686f9000 - 0x7fff68730a47 dyld (360.22) <C8E77F6D-CE86-3C5B-8576-2584A799B51E> /usr/lib/dyld 0x7fff858f4000 - 0x7fff8599bfff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8599c000 - 0x7fff865c5ff7 com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff86909000 - 0x7fff8693afff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff86980000 - 0x7fff8698efff com.apple.opengl (12.1.0 - 12.1.0) <12EBDE6A-2F44-3429-8337-2BB36870BFD8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8698f000 - 0x7fff869a9ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib 0x7fff86dbc000 - 0x7fff86dbefff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff86dbf000 - 0x7fff86dc4fff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff86dc5000 - 0x7fff86deeffb libRIP.A.dylib (970) <BA17C96B-83CC-3835-8AFD-CB5A69D3D26F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff86e4d000 - 0x7fff86e58fff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib 0x7fff8701c000 - 0x7fff8719afff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff8719b000 - 0x7fff871e0ff3 libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff873c8000 - 0x7fff873fcff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff87cd2000 - 0x7fff87dfffff com.apple.CoreText (352.0 - 494.14) <93E0D8C3-D5DD-3EBB-9CC1-831C46572133> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff87e05000 - 0x7fff87eebfef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff88783000 - 0x7fff8878eff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib 0x7fff88fa6000 - 0x7fff88fa6fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff88fc7000 - 0x7fff88ff0fff libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib 0x7fff891e8000 - 0x7fff891f3ff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib 0x7fff891f4000 - 0x7fff8921dff7 libxpc.dylib (765.70.1) <4FB1311F-4032-3F56-BF0B-CFF45D78FB01> /usr/lib/system/libxpc.dylib 0x7fff8921e000 - 0x7fff8922fff7 libsystem_trace.dylib (201.10.3) <4F626911-011B-3E9C-8D61-C5EBA79013F0> /usr/lib/system/libsystem_trace.dylib 0x7fff892c4000 - 0x7fff8939affb com.apple.DiskImagesFramework (10.11.4 - 417.4) <FB30D069-648F-3FB2-AA55-FC603606C49E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8939b000 - 0x7fff8939cfff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8939d000 - 0x7fff8939fff7 libquarantine.dylib (80) <B3B7B630-9012-3DA3-9458-5C009625E606> /usr/lib/system/libquarantine.dylib 0x7fff893de000 - 0x7fff893defff com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff893f8000 - 0x7fff89411fe7 libcompression.dylib (28) <F83F421D-115D-3457-A9AA-1BEB5070A30B> /usr/lib/libcompression.dylib 0x7fff89418000 - 0x7fff89419fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff89443000 - 0x7fff8945eff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff8945f000 - 0x7fff894d6feb libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib 0x7fff894d7000 - 0x7fff894f0fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff89538000 - 0x7fff895c7ff7 libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib 0x7fff895c8000 - 0x7fff89933657 libobjc.A.dylib (680) <D55D5807-1FBE-32A5-9105-44D7AFE68C27> /usr/lib/libobjc.A.dylib 0x7fff89934000 - 0x7fff89938fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib 0x7fff89a0f000 - 0x7fff89aa5fff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff89fdd000 - 0x7fff89ff6fff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8a08a000 - 0x7fff8a08dff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8a09b000 - 0x7fff8a102fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8a103000 - 0x7fff8a149ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff8a20e000 - 0x7fff8a230fff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8a243000 - 0x7fff8a253fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff8a2b6000 - 0x7fff8a2b6fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib 0x7fff8a2e0000 - 0x7fff8a2f2fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib 0x7fff8a3b0000 - 0x7fff8a4d7fff com.apple.LaunchServices (728.13 - 728.13) <91147A89-9D0D-3272-AD05-48E2835BD8D5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8a4d8000 - 0x7fff8a546ff7 com.apple.ApplicationServices.ATS (377 - 394.4) <CB64C2B7-828A-3C4C-8F3C-72B78630CD94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8a674000 - 0x7fff8a6b5ff7 libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8a6b6000 - 0x7fff8a6c1fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8a6c7000 - 0x7fff8a777fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8a78c000 - 0x7fff8a7bfff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8a801000 - 0x7fff8a803fff libCGXType.A.dylib (970) <A931200A-B248-39EF-8A8B-311D881BE372> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8a9a4000 - 0x7fff8a9deff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8aa49000 - 0x7fff8aae9fff com.apple.Metadata (10.7.0 - 972.34) <B0137597-158A-3503-85C8-F55DB5D21BE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8aaea000 - 0x7fff8acf7fff libicucore.A.dylib (551.51.5) <2D3634CA-A87A-37A9-A3F4-C3E3106C2A33> /usr/lib/libicucore.A.dylib 0x7fff8acfd000 - 0x7fff8af97ff3 com.apple.security (7.0 - 57337.60.3) <4BF5CF26-6E34-35EC-8D41-58ED65F9BFB8> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8b125000 - 0x7fff8b125ff7 liblaunch.dylib (765.70.1) <96D7C3EE-82E2-39AB-870F-B317A030E86D> /usr/lib/system/liblaunch.dylib 0x7fff8b126000 - 0x7fff8b15dff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8b15e000 - 0x7fff8b169ff7 libkxld.dylib (3248.70.3) <BAD04BB1-5BFE-3D88-ADDE-23FED2DD2942> /usr/lib/system/libkxld.dylib 0x7fff8b16a000 - 0x7fff8b170fff com.apple.IOAccelerator (205.11 - 205.11) <3E86AB1B-C1CF-307D-900F-385C8D8C534A> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff8b174000 - 0x7fff8b201dd7 com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff8b21e000 - 0x7fff8b33bfff libsqlite3.dylib (216.4) <DC3D59E7-91A3-374F-957C-6699729CD82B> /usr/lib/libsqlite3.dylib 0x7fff8b33c000 - 0x7fff8b33cfff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8b352000 - 0x7fff8b35afff libGFXShared.dylib (12.1) <22F78420-D92E-3B5F-BA86-918A34289FCD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8b570000 - 0x7fff8b5a8ff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8b5e9000 - 0x7fff8b67efff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8b69c000 - 0x7fff8b6a1fff com.apple.DiskArbitration (2.7 - 2.7) <8CB47F4A-0FD2-343A-93C8-965174F6F24F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8b706000 - 0x7fff8b9acff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8b9f9000 - 0x7fff8b9fbfff libCVMSPluginSupport.dylib (12.1) <20BA72AF-C7C5-3551-8F59-E1AED5FC69F0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8baea000 - 0x7fff8baedffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib 0x7fff8bbe6000 - 0x7fff8bbfcff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8bbfd000 - 0x7fff8bcb7fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8bd2c000 - 0x7fff8bfb3fff com.apple.CFNetwork (760.6.5 - 760.6.5) <8A36BBA6-F100-3F39-9711-2FA49D412987> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8bfba000 - 0x7fff8bfc6fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8c047000 - 0x7fff8c0a5fff com.apple.CoreServices.OSServices (728.13 - 728.13) <477EA3F9-D13E-3D83-ABAD-4DC7DB134CF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8c171000 - 0x7fff8c198fff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8c38f000 - 0x7fff8c3ddfff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib 0x7fff8c3de000 - 0x7fff8c3faff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib 0x7fff8c78a000 - 0x7fff8c794fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8c79c000 - 0x7fff8c7a5ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib 0x7fff8c7a6000 - 0x7fff8cba8fff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8cba9000 - 0x7fff8cbd2fff com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff8cbd3000 - 0x7fff8cbdbfef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib 0x7fff8cd28000 - 0x7fff8cd3ffff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib 0x7fff8d8ec000 - 0x7fff8d903ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib 0x7fff8d91a000 - 0x7fff8d975ff7 libTIFF.dylib (1463) <5C02D055-02D3-37FE-AABC-487301080941> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8d976000 - 0x7fff8d985ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8d987000 - 0x7fff8d98aff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff8e005000 - 0x7fff8e01aff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff8e3f4000 - 0x7fff8e8b2fcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8e951000 - 0x7fff8e959fef libcldcpuengine.dylib (2.7.3) <745C41A3-CEC0-3BF5-91DC-FCB140A3DACE> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8e95a000 - 0x7fff8e95ffff com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8e98e000 - 0x7fff8e9bdffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib 0x7fff8e9be000 - 0x7fff8ea29ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8ea2a000 - 0x7fff8ea41ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib 0x7fff8ea42000 - 0x7fff8ea6cff7 libc++abi.dylib (307.4) <D24E06BF-6522-3C4A-BD0C-11C42BA4D8E8> /usr/lib/libc++abi.dylib 0x7fff8ea6d000 - 0x7fff8ea70ffb libdyld.dylib (360.22) <7C1BBC59-FA8A-3BDF-B209-02167832E7D1> /usr/lib/system/libdyld.dylib 0x7fff8ea71000 - 0x7fff8eae6fff com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8eae7000 - 0x7fff8eae9ff7 com.apple.securityhi (9.0 - 55006) <AC151C58-A7AD-3ECF-B15D-5E09FF94FC23> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8eafd000 - 0x7fff8ecc6ff7 com.apple.ImageIO.framework (3.3.0 - 1462) <1D8FF28C-5DBB-3D23-8CF0-75269C1CE84D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8f367000 - 0x7fff8f36fffb libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8f370000 - 0x7fff8f45fff7 libxml2.2.dylib (29.14) <02077D26-0AB0-347A-8AF2-FADE3CFC296C> /usr/lib/libxml2.2.dylib 0x7fff8f460000 - 0x7fff8f4e9ff7 com.apple.PerformanceAnalysis (1.0 - 1) <9C57BB91-46D6-3FB6-A5A2-8DB1CFE86B72> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8f701000 - 0x7fff8f702ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib 0x7fff8f795000 - 0x7fff8f796fff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib 0x7fff8f797000 - 0x7fff8f80bff3 com.apple.securityfoundation (6.0 - 55126) <3FF6D6E0-0C5D-385A-A97E-441D3947EFAB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8f80c000 - 0x7fff8f82bff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8f82e000 - 0x7fff8f86cff7 libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8f96a000 - 0x7fff8f976ff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9016a000 - 0x7fff9025cff7 libJP2.dylib (1463) <D107FF52-7FD6-3A5E-B40E-F3D0F1FF651D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff90877000 - 0x7fff908c3fff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff908fb000 - 0x7fff908fcfff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib 0x7fff90a00000 - 0x7fff90a08fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff92184000 - 0x7fff921f8ff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff925e6000 - 0x7fff927a6ffb libBLAS.dylib (1162.2) <B4C21826-5EB3-3C6D-B75D-CA4886E2B6A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff92fb2000 - 0x7fff92fdbff7 libxslt.1.dylib (14.5) <8E03110E-1529-3BE8-B5F4-052A47A1674C> /usr/lib/libxslt.1.dylib 0x7fff93911000 - 0x7fff939b5fff com.apple.Bluetooth (4.4.6 - 4.4.6f1) <D8ED953B-AD7D-3FE2-8631-E9CBCF6EBAB9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff93c35000 - 0x7fff93c45fff libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff93c46000 - 0x7fff93d26ff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff946a6000 - 0x7fff946aefff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib 0x7fff946fa000 - 0x7fff946fefff libGIF.dylib (1463) <3F84E60B-18E5-3897-8494-DFB1ACE76829> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff947d8000 - 0x7fff94922ff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff94923000 - 0x7fff94923fff libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff94924000 - 0x7fff94c78ff7 com.apple.Foundation (6.9 - 1259.31) <EBB5BE3F-1FE9-3231-B53B-149CDEE8BCA9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff94cb6000 - 0x7fff94d9cff7 libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib 0x7fff94d9d000 - 0x7fff94d9fff7 com.apple.xpc.ServiceManagement (1.0 - 1) <B4181284-D588-3A20-93F3-B4FA882BC9A8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff94da0000 - 0x7fff94df0ff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff94df1000 - 0x7fff9521ffff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff95224000 - 0x7fff95226fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff95341000 - 0x7fff95342ffb libSystem.B.dylib (1226.10.1) <160608FD-B79D-3B49-AFEA-53A10C0C86B3> /usr/lib/libSystem.B.dylib 0x7fff954fe000 - 0x7fff95506fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9550a000 - 0x7fff95526fff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9563a000 - 0x7fff95689ff7 com.apple.opencl (2.7.0 - 2.7.0) <DAEC71D4-E0E7-3E24-BB44-C977A798C575> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff9568a000 - 0x7fff956b5ffb libarchive.2.dylib (33.20.2.1.1) <BC764A1E-573A-3D95-A3CC-1758935ADC56> /usr/lib/libarchive.2.dylib 0x7fff95724000 - 0x7fff95724fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff9585b000 - 0x7fff958b0fff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff958c1000 - 0x7fff958c6ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib 0x7fff958c7000 - 0x7fff95936fff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff95960000 - 0x7fff9596bfff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff95995000 - 0x7fff959c4ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff959c5000 - 0x7fff959cdfff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff959ce000 - 0x7fff959d0ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff959d1000 - 0x7fff959f5fff com.apple.MultitouchSupport.framework (304.12 - 304.12) <598A8689-E97E-3C8D-AACD-8A0EB1956CA6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff959f6000 - 0x7fff959f6fff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff959f7000 - 0x7fff95a3cff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff95a43000 - 0x7fff95eb9fff com.apple.CoreFoundation (6.9 - 1259.11) <B8056BE3-151B-3003-91C9-6720CF04937B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff95f19000 - 0x7fff95f22fff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff95f92000 - 0x7fff95fb6ff7 libJPEG.dylib (1463) <11227D36-EA80-3D5B-A7D3-F2AC6C7497EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff95fe3000 - 0x7fff96036ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff961e4000 - 0x7fff96405ff7 com.apple.CoreImage (11.4.0 - 366.4.20) <7721BA55-A10E-3425-8392-C5D7C510EAAB> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9643f000 - 0x7fff9646dff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff96528000 - 0x7fff96531ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff966da000 - 0x7fff966dcff7 libRadiance.dylib (1463) <11392BBE-6DAC-3ADD-A0C0-CD653B9AEDE3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff9683f000 - 0x7fff96846ff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib 0x7fff96925000 - 0x7fff96976ff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib 0x7fff969c0000 - 0x7fff96a11fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff96a12000 - 0x7fff96a81fff com.apple.datadetectorscore (7.0 - 460) <233A8FBF-B22F-3177-A328-781588D95D69> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff96a83000 - 0x7fff96d68ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff97110000 - 0x7fff97152ff7 com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff97153000 - 0x7fff971b1fff com.apple.SystemConfiguration (1.14 - 1.14) <ACAEDA14-FAA0-3F14-B476-DE492A52D383> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff971ca000 - 0x7fff97398ff3 com.apple.QuartzCore (1.11 - 410.14) <06A2BE20-38CB-3A89-9629-A782829DF977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9739f000 - 0x7fff973a1fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff973a2000 - 0x7fff973cffff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib 0x7fff9753f000 - 0x7fff9755bff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib 0x7fff975b7000 - 0x7fff975c0ff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib 0x7fff975c1000 - 0x7fff9760dffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff986f8000 - 0x7fff986f8ff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib 0x7fff98708000 - 0x7fff98795fef libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib 0x7fff98980000 - 0x7fff98984fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff98985000 - 0x7fff98989fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib 0x7fff9899b000 - 0x7fff989a0ff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib 0x7fff989b2000 - 0x7fff99c18fff com.apple.CoreGraphics (1.600.0 - 960.7) <82D77440-30B2-3DCF-9414-88EC57CAD6CD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff99c19000 - 0x7fff99c19ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib 0x7fff99c1a000 - 0x7fff99e25fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib 0x7fff99e42000 - 0x7fff99e43ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff99e51000 - 0x7fff99e6eff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <707C6ED6-B8C0-38D4-B45A-7F2F689BD157> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff99e73000 - 0x7fff99e81fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff99e82000 - 0x7fff99f74ff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib 0x7fff99f75000 - 0x7fff9a071fff libFontParser.dylib (158.7) <393EFEA3-42B7-38DA-99DA-D01DEAA734CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9a0aa000 - 0x7fff9a0c4fff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9a257000 - 0x7fff9a258fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff9a5c7000 - 0x7fff9a6d9fef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff9a727000 - 0x7fff9a9bdfff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib 0x7fff9a9d1000 - 0x7fff9a9f6ff7 libPng.dylib (1463) <17F67BF3-4A78-3587-AAE4-E50A71BDD4CB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9a9f7000 - 0x7fff9ab9dff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff9ac0d000 - 0x7fff9ac47fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9ac5c000 - 0x7fff9ac68fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff9ad68000 - 0x7fff9ad6dff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib 0x7fff9ad6e000 - 0x7fff9ad90ff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff9adde000 - 0x7fff9adfaff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib 0x7fff9ae04000 - 0x7fff9ae04fff com.apple.CoreServices (728.13 - 728.13) <CFE3EE73-A3F5-3824-9210-0790C07120F3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff9b020000 - 0x7fff9b02eff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff9b02f000 - 0x7fff9b02ffff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib 0x7fff9b07b000 - 0x7fff9b083fff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib 0x7fff9b094000 - 0x7fff9b09aff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff9b09b000 - 0x7fff9b09bfff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff9b0e0000 - 0x7fff9b0e3fff libsystem_sandbox.dylib (460.60.3) <2DDCB4AF-3037-34E5-A451-6846AFB9B85C> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9b117000 - 0x7fff9b128fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib 0x7fff9b146000 - 0x7fff9b149fff com.apple.IOSurface (108.2.4 - 108.2.4) <E7A63C0D-2FDA-3BC6-947D-07E3C4A13110> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff9b14a000 - 0x7fff9b15dfff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff9b1ee000 - 0x7fff9b2a7ff7 libvMisc.dylib (563.5) <BF612F7D-FA3B-3F9F-8BE7-8D1BCB21ECC5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff9b333000 - 0x7fff9b441ff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9b87a000 - 0x7fff9b898ff7 libsystem_kernel.dylib (3248.70.3) <69D68230-7793-3D11-B49E-BA3A6D5137B8> /usr/lib/system/libsystem_kernel.dylib 0x7fff9b899000 - 0x7fff9b8aaff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib 0x7fff9b8ab000 - 0x7fff9b8adff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib 0x7fff9b8ae000 - 0x7fff9b914ff7 libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib 0x7fff9b98c000 - 0x7fff9b994fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff9b995000 - 0x7fff9ba1dfff com.apple.CoreSymbolication (3.1 - 58048.1) <C1A1A8DB-8A51-3A21-865A-3CEF22A0E67A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9ba32000 - 0x7fff9bd27fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9c267000 - 0x7fff9c26afff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 89912 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=225.1M resident=0K(0%) swapped_out_or_unallocated=225.1M(100%) Writable regions: Total=72.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=72.2M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 128K 2 Activity Tracing 2048K 2 CG backing stores 224K 3 CG image 12K 4 CG shared images 304K 8 CoreAnimation 16K 3 CoreUI image data 80K 2 CoreUI image file 384K 5 Dispatch continuations 4096K 2 IOKit 8K 3 Kernel Alloc Once 8K 3 MALLOC 35.3M 24 MALLOC guard page 32K 7 Memory Tag 242 12K 2 Memory Tag 249 156K 3 OpenCL 8K 2 STACK GUARD 56.0M 12 Stack 12.6M 12 VM_ALLOCATE 52K 7 VM_ALLOCATE (reserved) 36K 2 reserved VM address space (unallocated) __DATA 18.8M 207 __IMAGE 528K 2 __LINKEDIT 93.2M 10 __TEXT 131.9M 214 __UNICODE 552K 2 mapped file 50.8M 16 shared memory 16.4M 10 =========== ======= ======= TOTAL 423.6M 542 TOTAL, minus reserved VM space 423.5M 542 Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2,4 GHz, 4 GB, SMC 1.20f4 Graphics: ATI Radeon HD 2400 XT, ATI,RadeonHD2400, PCIe, 128 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F9B0000, 0x4354323536363441433636372E4D31364648 Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F9B0000, 0x4354323536363441433636372E4D31364648 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.16) Bluetooth: Version 4.4.6f1 17910, 3 services, 26 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: Samsung SSD 850 EVO 120GB, 120,03 GB Parallel ATA Device: TOSHIBA MQ01ABD100, 1 TB USB Device: USB Bus USB Device: USB Receiver USB Device: USB Bus USB Device: Bluetooth HCI USB Device: USB Bus USB Device: USB Bus USB Device: USB Bus USB Device: IR Receiver USB Device: USB 2.0 Bus USB Device: USB 2.0 Bus USB Device: Built-in iSight Thunderbolt Bus: 0 Quote Share this post Link to post
printz Posted August 5, 2017 Very interesting. Are you on two monitors, and Eternity tries to run on a secondary one? Seems like upgrading SDL is important now. 0 Quote Share this post Link to post
Diabolución Posted August 5, 2017 My system, a 2007 iMac, has only one monitor, the built-in one. 1 Quote Share this post Link to post
Spectre.Charles Posted January 22, 2018 (edited) The fall Windows 10 update broke mouse support in a lot of games. Is there like a developer build somewhere with a fixed SDL? EDIT: Okay it's been fixed in the latest versions, but for people who don't want to use dev builds or have issuses with other source ports then right click on the .exe file, click properties, go to compatibility tab, and check Override High DPI. Edited February 12, 2018 by DepravedDiptera 0 Quote Share this post Link to post
Altazimuth Posted January 23, 2018 DRDTeam builds use SDL2. I recall Edward reporting this whilst SDL2 was in the pipeline. https://devbuilds.drdteam.org/eternity/ 1 Quote Share this post Link to post
DerTodIstEinDandy Posted February 4, 2018 Is there any way to achieve something similar to Prboom+ complevel 9 or GZdoom's Boom compatmode to make sure Boom maps work like intended? The compatibility cvars are numerous, Wiki documentation isn't very descriptive, so how do I figure out which settings are optimal? 0 Quote Share this post Link to post
Edward850 Posted February 5, 2018 By default, Boom maps should work as intended out of the box. 0 Quote Share this post Link to post
Killer5 Posted February 9, 2018 (edited) Hi. I am trying to configure the eternity compatibility settings to change infighting behavior to be like prboom+ cl9. Sorry if this is in the incorrect thread. I am using the following dev build (mouse skips around like mad using the default links in op): Eternity-x64-3.42.03a-271-gbb07591.7z Feb 07 2018 03:12:40 2,937,912 Can you point me to documentation which explains exactly what the following flags do (I looked at wiki but couldn't really find exactly what I was looking for)? 1.) options -> game options -> compatibility -> monster ai -> monsters give up pursuit 2.) options -> game options -> enemies -> monster options -> monsters remember target 3.) options -> game options -> enemies -> monster options -> monsters back out Edit: If I was to record demos using eternity: 1.) are the demos able to be played back with any version of eternity? 2.) are my compatibility settings carried over in the demo file so other people don't experience desyncs (curious if I need to document this when sending demo files)? Thanks. Sorry for the edit. Edited February 9, 2018 by Killer5 1 Quote Share this post Link to post
Spectre01 Posted February 9, 2018 35 minutes ago, Killer5 said: 1.) options -> game options -> compatibility -> monster ai -> monsters give up pursuit That sounds like the setting in PRBoom+ which needs to be changed from default to make infighting work properly in cl -1. You want monsters to not give up pursuit, otherwise it creates situations where enemies will attack you despite getting hit. 0 Quote Share this post Link to post
Edward850 Posted February 9, 2018 (edited) 1 hour ago, Killer5 said: If I was to record demos using eternity: 1.) are the demos able to be played back with any version of eternity? 2.) are my compatibility settings carried over in the demo file so other people don't experience desyncs (curious if I need to document this when sending demo files)? Yes and yes. Eternity keeps all compatibility and gameplay flags for network games and demos. Maintaining demo compatibility with past versions of Eternity is also an intended target. However do note that it's only for forward compatibility. Outside of some specific edge cases, playing a demo from a newer version in an older version isn't guaranteed to work (unless you recorded a vanilla v1.9 demo, unless there's something wrong with the vanilla compatibility in either version). Edited February 9, 2018 by Edward850 1 Quote Share this post Link to post
Killer5 Posted February 9, 2018 @Edward850@Spectre01 cool cool ty. Forward demo compatibility seems fine for me.. and I think I got eternity behaving the way I want. Cool beans ty! 1 Quote Share this post Link to post
StevenC21 Posted February 10, 2018 Something I don't understand is why you don't have a Linux version available. 0 Quote Share this post Link to post
Altazimuth Posted February 10, 2018 If you're on Arch then we have a package in the AUR. I think we can't get away with being in most repositories due to eternity.pke having copyrighted resources though. We should probably swap out the dog sprites for the GPL-friendly ones that Nash made. 0 Quote Share this post Link to post
Kaido Posted February 16, 2018 eternity will be the future source port for all players Is there a thread where I can post any bugs or errors I find? or should it be this one? 0 Quote Share this post Link to post
Altazimuth Posted February 16, 2018 You can make new threads if you want, or post an issue on Github. There's also IRC and Discord. 0 Quote Share this post Link to post
RandorD&D Posted March 6, 2018 Wow...Eternity is pretty good and the resolution+graphics is just what I was looking for in Doom. 10/10 1 Quote Share this post Link to post
Altazimuth Posted March 6, 2018 4 hours ago, RandorD&D said: Wow...Eternity is pretty good and the resolution+graphics is just what I was looking for in Doom. 10/10 Pleased to hear! Make sure to look out for a new release soon (we're just fixing a couple bugs before releasing) which will make Eternity better than ever! 1 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.