Builds Compatible with OS X 10.6[.8] x86?
|
04-12-2015, 06:43 PM
![]() |
|||
|
|||
RE: Builds Compatible with OS X 10.6[.8] x86?
Hmm, not sure it compiled correctly. That looks like the same crash.
This part: 0x018540c5 std::basic_ios<char, std::char_traits<char> >::init Is basically the "m_logfile.open". It's causing "init" to be called, and missing itself due to optimizations probably. Since this is right below it: 0x00319270 FileLogListener::FileLogListener(char const*) + 192 We know that the code started inside this function when it crashed. The change should make it never call m_logfile.init(), but you can try removing SetEnabled also. Is make spitting out any errors when you run it? -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-11-2015, 04:37 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - [Unknown] - 04-11-2015, 07:18 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-11-2015, 10:22 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - [Unknown] - 04-11-2015, 10:27 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-12-2015, 02:53 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - [Unknown] - 04-12-2015, 05:15 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-12-2015, 05:53 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - [Unknown] - 04-12-2015 06:43 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-12-2015, 07:03 PM
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-23-2015, 04:08 PM
|