05-03-2012, 12:33 PM
So, changed the line in LogSettings.xml, from
to :
in the r2541, 32 bits. Couldn't get past the cinematic before the first battle, with out of memory error, plus the intro video couldn't play, and I had a few text bugs absent from earlier tests. Hope it helps anyway.
Tested r2542, I could finish both fights, and got to 2nd cutscene, but it crashed during the last playable cutscene, so no log...
Quote:<param name="ConversionPattern" value="%d{HH:mms} %5p %8c - %t - %m%n" />
</layout>
</appender>
<logger name='cpu' />
<logger name='hle' />
<logger name='memory' />
<logger name='ge' />
<logger name='emu' />
<logger name='compiler' />
<logger name='runtime' />
<logger name='loader' />
<logger name='stdout' />
<logger name='stderr' />
to :
Quote:<param name="ConversionPattern" value="%d{HH:mms} %5p %8c - %t - %m%n" />
</layout>
</appender>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
<logger name='cpu' />
<logger name='hle' />
<logger name='memory' />
<logger name='ge' />
<logger name='emu' />
<logger name='compiler' />
<logger name='runtime' />
<logger name='loader' />
<logger name='stdout' />
<logger name='stderr' />
in the r2541, 32 bits. Couldn't get past the cinematic before the first battle, with out of memory error, plus the intro video couldn't play, and I had a few text bugs absent from earlier tests. Hope it helps anyway.
Tested r2542, I could finish both fights, and got to 2nd cutscene, but it crashed during the last playable cutscene, so no log...