--- LogManager.py.orig.4.1.011
+++ LogManager.py
@@ -266,6 +266,9 @@
 		self["list"].changeDir(self.defaultDir)
 
 	def showLog(self):
+		if (self.logtype == 'debuglogs'):
+			self.session.open(MessageBox, "You may only view Crash logs here, not Debug logs", MessageBox.TYPE_INFO, timeout=5, close_on_any_key=True)
+			return
 		try:
 			self.sel = self["list"].getCurrent()[0]
 		except:
