2021-07-04 22:19:02 +08:00
name : 🐛 Bug Report
2022-09-24 23:10:19 +08:00
description : Report an Egg issue
title : "[Bug]: <Egg Name>"
labels : [ "bug" , "not confirmed" ]
2021-07-04 22:19:02 +08:00
body :
- type : markdown
attributes :
value : |
2021-10-17 06:21:02 +08:00
If you see any of the following, go to [Discord](https://discord.gg/pterodactyl) and report your error in a support channel.
* `A fatal error was encountered while starting this server.`
* `No server egg configuration could be located; aborting startup.`
Make sure there are no existing bug reports by searching the [repository issues](https://github.com/parkervcp/eggs/issues?q=is%3Aopen+is%3Aissue+label%3ABug).
2021-07-04 22:19:02 +08:00
- type : input
id : panel-version
attributes :
label : Panel Version
description : Version number of your Panel (latest is not a version)
placeholder : 1. x.x
validations :
required : true
- type : input
id : wings-version
attributes :
label : Wings Version
description : Version number of your Wings (latest is not a version)
placeholder : 1. x.x
validations :
2021-10-17 06:21:02 +08:00
required : true
2021-07-04 22:19:02 +08:00
- type : input
id : service
attributes :
label : Service
description : Service you are experiencing issues with
placeholder : minecraft/factorio/etc
validations :
2021-10-17 06:21:02 +08:00
required : true
2021-07-04 22:19:02 +08:00
- type : dropdown
id : modified
attributes :
label : Modified
description : Did you add or change things, this includes startup configs/install scripts/variables
options :
2021-10-17 06:21:02 +08:00
- Yes , I modified the egg (will provide details below)
- No , I did not modify the egg
2021-07-04 22:19:02 +08:00
validations :
2021-10-17 06:21:02 +08:00
required : true
- type : textarea
2021-07-04 22:19:02 +08:00
id : expected-behavior
attributes :
label : Expected Behavior
description : What did you expect to happen
placeholder : Install the server, start it, play
validations :
required : true
2021-10-17 06:21:02 +08:00
- type : textarea
2021-07-04 22:19:02 +08:00
id : actual-behavior
attributes :
label : Actual Behavior
description : What actually happened instead
placeholder : Server crashed with error X
validations :
required : true
2021-10-17 06:21:02 +08:00
- type : textarea
2021-07-04 22:19:02 +08:00
id : reproduce-steps
attributes :
label : Steps To Reproduce
description : Step by step what to do to cause the issue
placeholder : |
2021-10-17 06:21:02 +08:00
Step 1 Set version to latest
Step 2 install
Step 3 Receive error X or Y
2021-07-04 22:19:02 +08:00
validations :
required : true
2021-12-29 23:24:20 +08:00
- type : input
id : install-logs
2021-07-04 22:19:02 +08:00
attributes :
2021-12-29 23:24:20 +08:00
label : Install logs
description : |
Run the command below on the SSH terminal of your Wings machine and provide the link to logs.
2022-06-20 17:56:38 +08:00
```
tail -n 1000 $(ls -Alrt /var/log/pterodactyl/install/*.log | tail -1 | sed 's/ */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99
```
2021-12-29 23:24:20 +08:00
placeholder : |
https://pteropaste.com/exampleLogs
validations :
2022-06-20 17:56:38 +08:00
required : true