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, 05:15 PM
Post: #6
RE: Builds Compatible with OS X 10.6[.8] x86?
Hmm, I think the Mac I got it to work on with 10.6 was running x64.

Hmm, anyway, this trace seems odd. It seems to be crashing while trying to open a log file. How are you starting it?

Anyway, we can just disable logging for now and see if we win anything. In Common/LogManager.cpp, find these lines:

Code:
#ifdef _WIN32
    m_logfile.open(ConvertUTF8ToWString(filename).c_str(), std::ios::app);
#else
    m_logfile.open(filename, std::ios::app);
#endif
    SetEnable(true);

Replace with:

Code:
    SetEnable(false);

-[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 05:15 PM

Forum Jump: