Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3e7628e9
Commit
3e7628e9
authored
Jan 02, 2003
by
Andreas Mohr
Committed by
Alexandre Julliard
Jan 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increment log output from 200 lines to 3000 lines.
Added Win XP as a listed Windows version.
parent
e9ba70c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
bug_report.pl
tools/bug_report.pl
+9
-6
No files found.
tools/bug_report.pl
View file @
3e7628e9
...
...
@@ -216,7 +216,8 @@ print "\nWhat version of windows are you using with wine?\n\n".
"4 - Windows NT 3.5x\n"
.
"5 - Windows NT4.x\n"
.
"6 - Windows 2000\n"
.
"7 - Other\n\n"
;
"7 - Windows XP\n"
.
"8 - Other\n\n"
;
do
{
print
"Enter the number that corresponds to your windows version: "
;
...
...
@@ -237,8 +238,10 @@ if ($winver =~ 0) {
}
elsif
(
$winver
=~
5
)
{
$winver
=
"Windows NT 4.x"
;
}
elsif
(
$winver
=~
6
)
{
$winver
=
"Windows
NT 5.x
"
;
$winver
=
"Windows
2000
"
;
}
elsif
(
$winver
=~
7
)
{
$winver
=
"Windows XP"
;
}
elsif
(
$winver
=~
8
)
{
print
"What version of Windows are you using? "
;
$winver
=<
STDIN
>
;
chomp
$winver
;
...
...
@@ -325,24 +328,24 @@ if ($debuglevel > 1) {
$var13
=
qq{
How many trailing lines of debugging info do you want to include in the report
you're going to submit (First file)? If a developer asks you to include
the last 1
000 lines, enter 1000 here. Default is 2
00, which is reached by
the last 1
5000 lines, enter 15000 here. Default is 30
00, which is reached by
pressing enter. (If you're not sure, just hit enter):
}
;
print
do_var
(
$var13
);
}
elsif
(
$debuglevel
=~
3
)
{
$var14
=
qq{
Enter how many lines of trailing debugging output you want in your nice
formatted report. Default is
2
00:
formatted report. Default is
30
00:
}
;
print
do_var
(
$var14
);
}
$lastnlines
=<
STDIN
>
;
chomp
$lastnlines
;
if
(
$lastnlines
=~
/^\s*$/
)
{
$lastnlines
=
2
00
;
$lastnlines
=
30
00
;
}
}
elsif
(
$debuglevel
=~
1
)
{
$lastnlines
=
2
00
;
$lastnlines
=
30
00
;
}
if
(
$debuglevel
>
1
)
{
$var15
=
qq{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment