<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello everyone,</div><div class=""><br class=""></div>I had a question about the functionality of the Mac Driver when I found out that <u class="">winemac.drv.so</u> wasn’t working on my machine with Snow Leopard with a Wine wrapper; this was partially discussed in another e-mail sent directly to Ken Thomases (I apologize for this, I should’ve found the use of this mailing list sooner), where I mentioned that the addition of <span class="" style="background-color: rgb(255, 255, 255);"><u class="" style="font-weight: bold;">kCGDisplayShowDuplicateLowResolutionModes</u><span class=""> was keeping Wine from creating windows on OS X 10.6 (building works, Wine just stops at loading <u class="">winemac.drv.so</u>), as specified in this log:</span></span><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">err:module:load_builtin_dll failed to load .so lib for builtin L"winemac.drv": dlopen(/path/to/app/Contents/Frameworks/wswine.bundle/bin/../lib/wine/winemac.drv.so, 258): Symbol not found: _kCGDisplayShowDuplicateLowResolutionModes</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">  Referenced from: /path/to/app/Contents/Frameworks/wswine</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">Application tried to create a window, but no driver could be loaded.</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">Unknown error (127).</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">wine: Unhandled exception 0x0eedfade in thread 9 at address 0x0000:0x7b82cda2 (thread 0009), starting debugger...</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">Application tried to create a window, but no driver could be loaded.</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">Unknown error (127).</font></div></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><div style="text-align: left;" class=""><font size="1" face="Menlo" class="">err:seh:setup_exception_record stack overflow 2016 bytes in thread 0009 eip 7bc3772c esp 00230b50 stack 0x230000-0x231000-0x330000</font></div></span></div></blockquote><div class=""><div class=""><br class=""></div><div class="">This, however, was a fault of my own since, as suggested by Ken, I should've included "-mmacosx-version-min=10.6" to the compiler flags if I wanted Snow Leopard to be included in the range of supported OS; The symbols that were causing trouble for me «might not be available at run time» now «resolve to a NULL address», so the driver is able to run (my app using <u class="">winemac</u> now crashes for another reason of which I shall make a proper research later).</div><div class=""><br class=""></div><div class="">I doubt this particular log actually helps since it just further shows the problem trying to run <u class="">winemac</u> when it was not compiled for that OS.</div></div><div class=""><br class=""></div><div class="">I shall ask more questions about the Mac Driver in the future, if there’s no problem with you.</div><div class=""><br class=""></div><div class="">Thank you for your time!</div><div class="">António</div></body></html>