Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Builds Compatible with OS X 10.6[.8] x86?
04-12-2015, 06:43 PM
Post: #8
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]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Builds Compatible with OS X 10.6[.8] x86? - [Unknown] - 04-12-2015 06:43 PM

Forum Jump: