|
| 1 | +<!-- ----------------------------------------------------------------------------------------------- |
| 2 | +NOTE: THIS IS NOT A QUESTIONNAIRE, but rather a collection of building blocks to help you write a |
| 3 | +good issue report. PLEASE DISCARD any portions you don't understand or deem irrelevant for your type |
| 4 | +of report, and CHANGE OR ADD whatever you deem helpful. |
| 5 | +------------------------------------------------------------------------------------------------ --> |
| 6 | + |
| 7 | +### Summary |
| 8 | + |
| 9 | +<!-- Briefly describe your issue here. --> |
| 10 | + |
| 11 | +### Environment |
| 12 | + |
| 13 | +<!-- Describe the environment you're using: --> |
| 14 | +<!-- PLEASE DELETE ENTRIES if not applicable. --> |
| 15 | + - Source code Git tag: <!-- e.g. v3.7.0.0 --> |
| 16 | + - POV-Ray version: <!-- e.g. v3.7.1-beta.9+msvc14.win64 --> |
| 17 | + - Operating system: <!-- e.g. Windows 10, Ubuntu 14.04 --> |
| 18 | + - Hardware platform: <!-- e.g. x86, x86-64, ARM --> |
| 19 | + - Compiler: <!-- e.g. Visual Studio 2015 SP2, GNU g++ 5.3 --> |
| 20 | + - Regression from: <!-- known ok version, e.g. v3.6.2.msvc9.win64 --> |
| 21 | + |
| 22 | + |
| 23 | +<!-- Build Problems Only ----------------------------------------------------------------------- --> |
| 24 | +<!-- PLEASE DELETE THIS ENTIRE SECTION if reporting a non-build issue. --> |
| 25 | + |
| 26 | +### Windows Build Settings |
| 27 | + |
| 28 | +<!-- Describe the settings you were using to compile POV-Ray for Windows: --> |
| 29 | +<!-- PLEASE DELETE THIS SUBSECTION for non-Windows builds. --> |
| 30 | + - Configuration: <!-- e.g. Debug, Release, Release-SSE2 --> |
| 31 | + - Platform: <!-- e.g. Win32, x64 --> |
| 32 | + |
| 33 | +### Unix Build Command Sequence |
| 34 | + |
| 35 | +<!-- Replace the following example with the actual command sequence you're using to build POV-Ray |
| 36 | +for Unix: --> |
| 37 | +<!-- PLEASE DELETE THIS SUBSECTION for non-Unix/Mac builds. --> |
| 38 | +~~~ |
| 39 | +cd unix ; prebuild.sh ; cd .. |
| 40 | +./configure COMPILED_BY="John Doe <[email protected]>" |
| 41 | +make check |
| 42 | +sudo make install |
| 43 | +~~~ |
| 44 | + |
| 45 | +### Unix Pre-Build Output |
| 46 | + |
| 47 | +<!-- If you experience errors in `./configure`, or suspect the root cause to be in `prebuild.sh`, |
| 48 | +copy the _complete_ output of `prebuild.sh` between the tilde lines (Otherwise, please strip this |
| 49 | +subsection): --> |
| 50 | +<!-- PLEASE DELETE THIS SUBSECTION for non-Unix/Mac builds or if not applicable. --> |
| 51 | +~~~ |
| 52 | +~~~ |
| 53 | + |
| 54 | +### Unix Configure Output |
| 55 | + |
| 56 | +<!-- Copy the complete output of `./configure` between the tilde lines: --> |
| 57 | +<!-- PLEASE DELETE THIS SUBSECTION for non-Unix/Mac builds. --> |
| 58 | +~~~ |
| 59 | +~~~ |
| 60 | + |
| 61 | +### Compiler/Linker Output |
| 62 | + |
| 63 | +<!-- Copy any compiler/linker errors and other relevant messages between the tilde lines: --> |
| 64 | +<!-- PLEASE DELETE THIS SUBSECTION for non-Unix/Mac builds. --> |
| 65 | +~~~ |
| 66 | +~~~ |
| 67 | + |
| 68 | + |
| 69 | +<!-- Non-Build Problems Only ------------------------------------------------------------------- --> |
| 70 | +<!-- PLEASE DELETE THIS ENTIRE SECTION if reporting a build issue. --> |
| 71 | + |
| 72 | +### Steps to Reproduce |
| 73 | + |
| 74 | +<!-- Describe the steps you took that led to the issue: --> |
| 75 | +<!-- PLEASE DELETE OR ADD steps as applicable. --> |
| 76 | + 1. <!-- First step --> |
| 77 | + 2. <!-- Second step --> |
| 78 | + 3. <!-- Third step --> |
| 79 | + |
| 80 | +### Expected Behavior |
| 81 | + |
| 82 | +<!-- Describe what you expected to happen. --> |
| 83 | + |
| 84 | +### Actual Behavior |
| 85 | + |
| 86 | +<!-- Describe what actually happened. --> |
| 87 | + |
| 88 | + |
| 89 | +<!-- Render Problems Only ---------------------------------------------------------------------- --> |
| 90 | +<!-- PLEASE DELETE THIS ENTIRE SECTION if reporting a non-render issue. --> |
| 91 | + |
| 92 | +### Render Settings |
| 93 | + |
| 94 | +<!-- Copy your INI options / command-line settings between the tilde lines: --> |
| 95 | +<!-- PLEASE DELETE THIS SUBSECTION if not applicable. --> |
| 96 | +~~~ |
| 97 | +~~~ |
| 98 | + |
| 99 | +### Scene |
| 100 | + |
| 101 | +<!-- Copy a minimal sample scene between the tilde lines: --> |
| 102 | +<!-- PLEASE DELETE THIS SUBSECTION if not applicable. --> |
| 103 | +~~~ |
| 104 | +~~~ |
| 105 | + |
| 106 | +### Output |
| 107 | + |
| 108 | +<!-- Copy the render output / message pane contents between the tilde lines: --> |
| 109 | +<!-- PLEASE DELETE THIS SUBSECTION if not applicable. --> |
| 110 | +~~~ |
| 111 | +~~~ |
| 112 | + |
| 113 | + |
| 114 | +<!-- All Problems ------------------------------------------------------------------------------ --> |
| 115 | + |
| 116 | +### Workaround |
| 117 | + |
| 118 | +<!-- If you have managed to work around the issue, describe that workaround here. --> |
| 119 | +<!-- PLEASE DELETE THIS SUBSECTION if not applicable. --> |
| 120 | + |
| 121 | +### Suggested Solution |
| 122 | + |
| 123 | +<!-- If you have an idea how to solve the issue for good, describe it here. --> |
| 124 | +<!-- PLEASE DELETE THIS SUBSECTION if not applicable. --> |
| 125 | + |
| 126 | +<!-- ----------------------------------------------------------------------------------------------- |
| 127 | +NOTE: Please take a moment to PREVIEW YOUR REPORT before submitting it. |
| 128 | +------------------------------------------------------------------------------------------------ --> |
0 commit comments