GregoryCannon / GregoryCannon/StackRabbit
[READ BEFORE ASKING QUESTIONS]
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 462
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Hey yall!
Many people has asked questions on errors, some errors are caused by the code frameworks, versions, OS systems etc.
Since I dont want to be online 24/7 for helping, here is a list on troubleshooting. The error name is the detail on what happened, so if you get an error, check for the names of the error in the log.
If the error is not here, then ask. Ping @BenP1236691 for me to notice and answer you on the description of the github issue.
I will respond in 3 days or less! (And add it to this post)
Here is a List from good old me to fix these issues.
1. socket.lua Not found error (On running stackrabbit.lua)
- You maybe didnt name the lua folder
lua, as the defualt FCEUX folder is namedluaScripts - You maybe didnt follow the steps I made about the
luafolder configuration
2. Python Installation not found (on npm i command)
- You need to install python with it on PATH
3. npm error code 1 (on npm i command)
The issue is with Stackrabbit's code here, Since the node-gyp version Stackrabbit uses depends on nan, which is not supported in node.js 22, downgrade to node.js 20 if you want to use it now (I will remove this if it is fixed)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the troubleshooting guidance in issue #31, including the stackrabbit.lua entry and the npm i guidance for Python and Node.js 20. Done means the documented error causes and fixes are accurate, complete, and clearly direct users to ask questions when an error is not listed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, node.js, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100