斗鱼阴阳师主播刷bug知道开始游戏显示bug reporting怎么办,吗

Bug Reporting - Grim Dawn Forums
Remember Me?
Show Threads
Show Posts
Threads in Forum : Bug Reporting
Westfaliah
09-17-2014
06-29-2014
05-22-2013
JohnGoblikon
Hardcoregamer
02-07-2017
BaronVonRülich
02-07-2017
02-07-2017
02-07-2017
Nssheepster
02-07-2017
02-07-2017
02-06-2017
TheForeignHunter
02-06-2017
killerpirate
02-06-2017
02-05-2017
02-05-2017
02-05-2017
Turambar87
02-05-2017
02-05-2017
Darkstalix
02-05-2017
02-04-2017
02-04-2017
Display Options
Thread Title
Last Post Time
Thread Start Time
Number of Replies
Number of Views
Thread Starter
Sort Order
Descending
Last 2 Days
Last 10 Days
Last 2 Weeks
Last Month
Last 45 Days
Last 2 Months
Last 75 Days
Last 100 Days
Show Threads
Show Posts
Hot thread with new posts
No new posts
Hot thread with no new posts
Thread is closed
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
code is On
HTML code is Off
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Grim Dawn Developer Section
Announcements and Information
Development Updates
Developer Discussions
Grim Dawn Gameplay
News and Update Info
Bug Reporting
Gameplay Discussion
Classes, Skills and Builds
Ideas and Feedback
No-Reply Feedback Section
Grim Dawn Community Section
General Discussion
Utilities and Resources
Modding - Projects
Modding - Tutorials and Help
Modding - Discussion
Translations
Introduce Yourself
News In Gaming
What Else Are You Playing?
Totally Random
vBulletin(R) 3.8.4 (C), Jelsoft Enterprises Ltd.---Navigation---Main PageCommunity portalCurrent eventsRecent changesRandom pageHelp
---Toolbox---Page informationPermanent linkPrintable versionSpecial pagesRelated changesWhat links here
Eclipse bug reporting is done through a
server, a popular open source bug tracking system. This page will highlight a few cool features of Bugzilla that may not be immediately obvious and will answer questions about bug entry and searching. The gateway to the Eclipse bug database is: . It is also linked off of www.eclipse.org. To submit a bug report, you need an Eclipse account, which you can create at .
- The user manual for Bugzilla produced by the Bugzilla team.
- Excellent tips on writing quality bug reports.
- Bug writing guidelines from the Bugzilla team.
After filling in some or all of the fields on the new bug form (or the feature request form) you can press the “Remember values as bookmarkable template” button.
Following the simple instructions on the resulting page will leave you with a bookmark that will take you to a new bug entry page with the fields filled in with the values you have specified. Hint:
The template will include all the fields that you filled in so you may not want to enter Summary or Description text as part of your template.
The main query page can be found at . Near the bottom of the query page you have options to:
Remember the current settings as the default for this page each time it is loaded.
Name the query for reuse later (each user has their own set of named queries).
Name the query for later reuse and add a link to the named query to your page footer for quick access.
Add a tag to a bug entry. Tags allow a handy "list of bugs" to be created and maintained by you, for your special purposes, without elaborate queries (such as, perhaps "classic" for bugs frequently asked about, or "thisweek" for bugs you plan to work on soon). See
for more details.
Use your user preferences link to manage named queries (). Select a previously saved named query (this combo box only appears near the bottom of the query page if you have at least one named query saved).
The “Reports” link on the footer of most Bugzilla pages takes you to a form that can summarize bug counts in interesting ways.
The link is:
You may want to turn on the form fill in feature of Internet Explorer.
This will provide drop down lists for picking values you have commonly entered into text fields in the various Bugzilla forms.
This option can be found in the Internet Explorer menus Tools-&Internet Options-&Content-&AutoComplete
Bugzilla automatically creates hyperlinks for certain text patterns, see .
Here are some examples of automatically created links:
(if linked from bug 2345), or
(if linked from another bug).
When a new bug is entered it begins life with a Status of either Unconfirmed for normal users or New for users with commit privileges.
The bug is typically assigned to the component owner. The component owner will usually use a query of Status = Unconfirmed or New and Assigned to = me to browse what is essentially the component's inbox.
She or he will assign bug reports to developers.
Email will be generated to the developer (this part is configurable).
(Note that the act of reassigning a bug to somebody changes its status to New).
The developer may change unconfirmed bugs to new.
The assigned developer will “accept” the bug which will change its status to Assigned. After working on the bug the developer will mark the bug as Resolved and will select a resolution (Fixed, Invalid, Wontfix, Worksforme).
Once a bug is resolved there are still a few states it can transition to.
How you choose to use these states will be up to individual teams.
In our example, when a test pass comes up a component owner can build a query that searched for resolved bugs.
After testing that the fix worked a resolved bug can be transitioned to verified, directly to closed, or in fact, reopened. By searching for bugs with a Status of verified and a resolution of fixed developers can come up with release notes.
A verified/fixed bug can then be transitioned to closed.
And yes, closed bugs can be reopened if need be.
As an added bonus other bug status can be transitioned through verified to closed as well.
This gives developers the opportunity to test worksforme claims.
RPRS is the problem tracking system used by the Eclipse team before we switched to Bugzilla. RPRS PRID's are 7 character ID's with a mix of numbers and letters (e.g. 1GETAYN). The RPRS PRID has been added to the end of each bug report summary (title) that was converted from the old system. So to find a bug report based on the PRID simply perform a search of the summary with the PRID. Searching is covered later on in this FAQ.
Usually, you should get a response from a committer on the bug, at least in the form of a change to the priority and/or target milestone fields. Make sure that you provide any additional information they request from you, such as log files (found at &workspace&/.metadata/.log), screenshots, or . The more effort you invest in making it easy for the committer to understand and reproduce the problem, the more likely it is that your bug will be looked at soon.
If the conversation in a bug dies down, but you think that you've done everything you can on your side, it might be that the committer(s) who are watching the bug report have simply forgotten about it. Many committers are interrupt-driven, and if you don't abuse this, they will be glad for a gentle reminder. One or two weeks after the last comment would be a good time for a reminder.
Also see 'Why do some bugs stay open for years?'
As quoted from :
For most committers, there is an effectively unlimited supply of available bug
reports and enhancement requests. How they choose what to work on is
effectively a cost/benefit analysis.
Cost in this case is the amount of work
to address it, the work of ongoing maintenance for a new feature, the ripple
cost a new feature may have on downstream projects, performance cost, etc.
Things that increase the "benefit" side include benefits for end-users of
Eclipse applications, benefits for downstream projects, etc.
Also, input from
the community in the form of votes, and input from the PMC and from committers
on other projects increase the "benefit" side of the equation.
A long-dormant
bug may be reopened either because the cost has gone down (perhaps some
underlying infrastructure is now available that makes the problem easier to
solve), or the benefit has gone up (more requests from users, committers on
other projects, the PMC, etc).
If the cost/benefit ratio of a bug does not
change, it may remain unaddressed forever.
"Enter a feature request" provides a simplified form to enter information pertaining to a suggested enhancement.
Certain fields are automatically saved with default values. When a feature request is entered it is stored in the regular bug database along with the bugs. Feature severities are automatically set to "Enhancement"
These fields are set based on information provided automatically by your browser.
In general they will reflect the Platform and OS you are using when you enter the bug.
Please be sure to change these to accurately reflect the bug you are entering.
Feature requests have Platform and OS set to “All”.
Severity is assigned by a user and describes the level of impact the bug is having on them.
The levels generally have the following meanings:
blocker - the bug blocks development or testing of the build (for which there is no work-around)
critical - implies "loss of data" or frequent crashes or a severe memory leak
major - implies "major loss of function"
normal - default value, regular issue, some loss of functionality under specific circumstances, typically the correct setting unless one of the other levels fit
minor - something is wrong, but doesn't affect function significantly or other problem where easy workaround is present
trivial - cosmetic problem like misspelled words or misaligned text, but doesn't affect function (such as spelling errors in doc, etc.)
enhancement - request for enhancement (also for "major" features that would be really nice to have)
But overall, it is up to each project do decide how they triage/handle bugs so some variability from project to project will occur.
Priority is assigned by the developer/committer and describes the importance a developer places on fixing the bug:
P1 - "stop ship" defect i.e. we won't ship if not fixed
P2 - intent is to fix before shipping but we will not delay the milestone or release
P3 - nice to have
P4 - low priority
P5 - lowest priority
There are several ways to do this:
Use the Quick Search box on: .
Type the bug number in the bug # action box on the footer of most Bugzilla pages.
Put the bug number in the “Only bugs numbered” field on the main query page at:
You can also use a short link, for example:
There are several ways to do this:
Use the Quick Search box on: .
This box will only perform a case insensitive search on bug summaries.
It will not search descriptions or comments.
Fill in the “Summary” and/or “A description entry:” fields on the main query page at: .
The “description entry” field will search the initial description and all the comments of a bug report.
Note that the bug # field in the footer of most Bugzilla pages can not be used to search for text.
The “Status”, “Resolution”, “Platform”, “OpSys”, “Priority” and “Severity” multi-select list boxes on the main query page () only need to be set if you want to limit your query to certain values for these fields. If you want to search for bugs with any status, no items in the “Status” list should be selected.
It is not necessary to select all the items in the list.
This is a predefined query for bugs that are New, Assigned or Reopened and that were reported by or assigned to you.
You may not change this predefined query but you can remove the link from your footer using the “prefs” link on the footer.
Under advanced search for date changed, you can enter a date in the form YYYY-MM-DD or a "relative date"... but it does not say how you enter a relative date.
The syntax is:
Now → Current date/time.
1h → One hour ago.
1d → One day ago (same as 24h).
1w → One week ago (same as 7d).
1y → One year ago.
If you want the beginning of the day, week or month, append an "s":
0ds → Start of this day.
1ds → Start of previous day.
0ws → Start of this week.
Go to the “Change password or user preferences” link off the main page () and select Email settings.
Change your settings to suite your preferences.
Key words are a set of defined words that can be associated with a bug report.
Quick searches can be done on keywords.
The following points should be kept in mind about keywords:
They are defined by the Bugzilla maintainer.
Send requests for new key words to the Bugzilla maintainer.
They are case insensitive.
They can not be added to a bug report when it is first created.
They can only be added when editing a bug report.
The keywords are described at:
The whiteboard is used instead of keywords for certain things. The whiteboard is a free-form field that, usually, committers use for
some temporary, short lived type of flag that doesn't deserve long term life as a keyword, and might only have meaning to the primary component team (not the community at large).
For example, a team might temporarily use phrase such as 'haspatch' during some parts of their triage or development cycle to indicate "this is an old bug that has an old patch attached so deserves special attention this milestone to make sure we don't lose patches from community". As another example, a team might use "consider for 3.2.1 maintenance" which means they are not quite ready to target it to 3.2.1, but don't want to lose track of that possibility ... queries are often easier to write, and quicker to execute against some whiteboard phrase. Once a team is "done" with a whiteboard phrase, they can delete the text and then it's gone from the data base. A keyword, in contrast, stays around forever, pretty much, once added by administrators.
A bug reporter has full control over his/her bug, but cannot change values of a bug they do not own.
Only Eclipse Committers, and persons designated to bug triage, can edit/move/reassign bugs.
If you're an Eclipse committer and would like to nominate someone for bug triage, please send their Bugzilla account e-mail address to webmaster@eclipse.org.
For more information about Bug Triage, please see《模拟主播》部分可利用bug方法介绍
  《模拟主播》游戏有很多bug,不少可以被利用,小编带来了《模拟主播》部分可利用bug方法介绍,一起看一下吧。
  BUG篇:
  ①物品无法收到直接大退再进游戏完美解决后期的主机发过来会很慢不要以为是BUG了....多等等
  ②某个界面卡住无法操作这是因为点太快造成游戏不要卖光大退法完美解决记得先退出存档不能存直接退不BB嘿嘿
  ③影院发布会大厅时间无限这个BUG无意义建议不用浪费时间只搞定自己想认识的那些聊三次就够只想认识一下的聊一次混脸熟即可
  ④游戏评分不会刷新BUG做2-3次游戏大退再进就能看到真实分数(我踏马真是烦躁了后面大退再进要走很远的路才能做其他事谁能帮我想想其他办法解决)
  ⑤其他一些闪退之类的BUG不怪游戏我64位win7从来不闪退系统很好装本人之前是32位win7以外的系统我不打包票为了这个游戏下载GHOST版 WIN764(就是出风火山林版的那个其他的有毒)直接按教程安装到C盘就是了如果怕有病毒360重装系统完美解决绿色版(有360套餐不知道算不算绿色版...我感觉是绿色版...囧反正无毒系统稳定)
  ⑥发布会电影院拍照可以照相然后点取消无限刷经验不建议用等级太高反而不好
更多相关资讯请关注:专题
更多相关讨论请前往:
模拟主播相关攻略
扫描关注游侠网
Youtubers Life视频正版上市时间:游戏平台:PC 游戏类型:模拟经营SIM游戏语言:英文,中文制作公司:U-Play online发行公司:U-Play online游侠网7.0GameSpotN/AIGNN/A我要评分:已有44264人关注标签:单人单机3D画面不支持手柄中级水平模拟策略独立}

我要回帖

更多关于 穿越火线bug主播 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信