11-07-2015, 10:18 AM
(11-07-2015, 08:05 AM)DragonNeos Wrote: Are there certain parameters that you want to view at DEBUG level? Attempting to do a full DEBUG log makes the game not be able to load any further since too many things are being logged at once.Thank you, this is exactly what I wanted
I have attached a log with the following additions to LogSettings.xml:
Code:<logger name='compiler'> <level value='debug' /> </logger>
<logger name='ge'> <level value='debug' /> </logger>
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.sceDisplay'> <level value='debug' /> </logger>
Could you retry with 8df3b22 (or newer)? I've tried to add a workaround for a similar case...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log