-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDEBUG
84 lines (65 loc) · 3.18 KB
/
DEBUG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
================================================================================
DEBUGGING XMPlayer
================================================================================
How to DEBUG and help fix bugs and crashes:
1. Intro
2. Syntax
3. Example
4. Report your bug
1. Intro
================================================================================
There are not many who are developing for xbox 360 using libxenon, and to make
this platform better to use, we need to make it more stable by fixing bug(s) and issue(s)
so the apps coming out will be a benefit for the whole legal homebrew community.
We cannot do this alone, we need you to help us so we can help you. People have lots
of different setups, it can be a xbox with motherboard A, DVD Drive B, using USB pen/drive
C on XeLL version X. This add lot to the confusion, and to make a effectiv system for
reporting bugs, you have to use the following syntax!
2. Syntax
================================================================================
~~GENERAL~~
XBOX Revision: <Xenon/Zephyr/Falcon/Opus/Jasper/Trinity/Corona>
NAND Size: <Default is: 16MB, Jasper: 16MB, 256MB, 512MB, Trinity: 16MB, 4GB, Corona: 16mb, 4GB>
DVD-Drive: <Toshiba-Samsung TS943A/Hitachi GDR-3120L/and more>
DVD-Firmware: <Standard/If flashed: firmware>
USB-Drive: <X> GB Pen/Harddrive: <MODEL> FS: <Fat32/ex2fs/fatx/ntfs> Power-adapter: <none/external>
USB-Drive Vendor ID: <Use LibxenonDBUG.exe in the _DEBUG folder>
USB-Drive Product ID: <Use LibxenonDBUG.exe in the _DEBUG folder>
USB-Drive All Info: <Pastebin.com all the output from LibxenonDBUG.exe and place link here>
XeLL Version: <0.9xx/custom>
XMPlayer Version: <x.x.x>
~~BUG~~
Description: A 'to the point' detailed description of what is wrong
Reproduce bug: A description of what you were doing when the bug/crash happend
Red Screen: <Segmentation Fault!/Exception Vector! xxx (600/700)/None>
Red Screen code: <Everything below stack dump: None/0x80xxxxxx 0x80xxxxxx 0x80xxxxxx etc.>
(Post following if relevant)
Video file: <file.xxx>
Encoding:
Bitrate:
2. Example
================================================================================
~~GENERAL~~
XBOX Revision: Falcon
NAND Size: 16MB
DVD-Drive: Philips Lite-On DG-16D2S
DVD-Firmware: Standard
USB-Drive: 8 GB Pen Kingston Datatraveler G3 FS: Fat32 Power-adapter: none
USB-Drive Vendor ID: 0951
USB-Drive Product ID: 1643
USB-Drive All Info: http://pastebin.com/4Cd1WHD0
XeLL Version: 0.993
XMPlayer Version: 0.0.4
~~BUG~~
Description: Subtitle text stay on screen after I exit a video with subtitles
Reproduce bug: Started a video with subtitles, then exit the video when there was text
on the screen. Then started a new video without subtitles, and the text is still there.
Red Screen: None
Red Screen code: None
4. Report your bug
================================================================================
To report your bug you have to post your report, using the above syntax, on libxenon.org.
You have to post under Bugreporting and in the XMPlayer thread. Do not start a new thread!
If you already have a gibhub.com user, please start a "Issue" on our repo and post there:
https://github.com/LibXenonProject/xmplayer/
Thanks for your help :)