-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠ Bug at Tools -> Make opcodes.txt #187
Comments
Can you try running make_opcodes directly? this is what Sanny Builder uses. Does this tool work for you? |
It does not work. |
Maybe it is sensitive to the file names? Can you try running it from another directory? If you can share a video of you running it, it may help me to suggest further steps. |
Sorry for the delay in responding. I just tested it on two different terminals (GitBash and PowerShell) and at first neither worked with a cleo script source code. Then I tried it with the code that is generated by decompiling the main.scm of SA, and there if it worked, although I do not know well... I would say that in part... hahaha Also I just noticed that there is no documentation about this tool in the CHM, it would be good to indicate that the tool cannot generate a complete list, if there are KEYWORDS or CLASSES in it. But anyway, the tool still does not generate the list of opcodes if I run it from the IDE. bandicam.2022-09-06.11-14-39-165.mp4 |
it needs keywords list and/or classes.db to identify that a word is a keyword or a class (e.g. wait 0). Use --keywords and --classes params to provide those files to the tool.
do you see anything at all? flashing window, running process, any files generated (even empty). Do you run Sanny as admin? |
Without running it as administrator, nothing comes out. Only SB freezes for a short moment. |
Thanks for helping me to triage this issue. I think I found the root cause. Please stay tuned, should be resolved with the next update. |
@MatiDragon-YT please check version 3.8.2 and confirm the fix |
@x87 It works very well 👍 |
Executing the option does not update the
opcodes.txt
file.The text was updated successfully, but these errors were encountered: