Try to input the commands from outsideI stopped it, opened wsl and then put in the commands and I got the same result.
/mnt/c
.cd
which should take you to the Linux Filesystem, and then type sudo umount /mnt/c
and sudo mount -t drvfs C: /mnt/c -o metadata
.Why are you trying to run a Linux based script using Powershell?Old thread, but I see this:
![]()
What do I open ".sh" files with? Notepad?
That's the correct output.Once I do all this how to I begin to edit the code?
Use a good text editor like Notepad++ or an environment such as Visual Studio Code, and modify functions of code as you see fit.Once I do all this how to I begin to edit the code?
make
on your terminal.That means you already have the most recent versions of each of the packages your distro comes with by default, therefore, there is nothing to upgrade.what happens if it shows the following?.. it doesnt give me a y/n choice.. (step 3-4)
tinytyph08@DELL-XPS2008:/mnt/c/Users/User$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tinytyph08@DELL-XPS2008:/mnt/c/Users/User$
Are you sure that you usedokie.. but this also shows up when i do the next step..
tinytyph08@DELL-XPS2008:/mnt/c/Users/User$ sudo apt-get install build-essential git libpng-dev gdebi-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gdebi-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gdebi-core' has no installation candidate
sudo apt update
before sudo apt upgrade
like it's indicated in the main post?I think you're a bit confused here.Hello!
New user here. I've followed the instructions and have attempted to use this guide to help me along with running the Pokemon Expansion. However, after cloning that repo and running the make.py script I am left with an error:
"Assembling ./assembly/hooks.s
Error! The Assembler could not be located.
Are you sure you set up your path to devkitPro/devkitArm/bin correctly?"
I only strayed from your guide due to my downloads folder being moved. I adjusted my steps by installing devkitpro in another location. However, due to your note on the echo for location, I do get the same results which led me to believe I was still good.
Any thoughts on this issue? Stumped as of right now.
EDIT After comp restart. its hanging up on hooks still, but reading: "There was an error compiling the engine [Errno 13] Permission denied: 'arm-none-eabi-as"
I think you're a bit confused here.
You seem to be trying to use the DPE, the CFRU or both, but neither of them are decompilation projects.
They're injections of code written in C for the ROM of Pokémon FireRed v1.0, and thus, binary hacking affairs.
This tutorial won't help you because the process to inject them into a ROM, and the process to build the decompilation projects explained in this thread, are different.
I suggest you to open a thread in the ROM Hacking Help Section and ask for help about the usage of the aforementioned C injections there.
Alternatively, you can join the Pokémon Unbound Discord Server which, from what I heard, has an area where people can ask for help about their usage.
Just fyi, you're not decompiling anything here.Hey! First time decompiler here- I had some difficulty decompiling in Msys2 so I went over to this guide for WLS. Everything is working okay, except at the very end when I run make -jN, when I get the following fatal error issue. Any advice on what might be going wrong?
Spoiler:In file included from include/gba/gba.h:4:0,
from src/agb_flash_1m.c:1:
include/gba/defines.h:4:10: fatal error: stddef.h: No such file or directory
#include <stddef.h>
^~~~~~~~~~
In file included from include/gba/gba.h:4:0,
from src/agb_flash_mx.c:1:
include/gba/defines.h:4:10: fatal error: stddef.h: No such file or directory
#include <stddef.h>
^~~~~~~~~~
In file included from include/gba/gba.h:4:0,
from src/siirtc.c:5:
include/gba/defines.h:4:10: fatal error: stddef.h: No such file or directory
#include <stddef.h>
^~~~~~~~~~
compilation terminated.
compilation terminated.
compilation terminated.
Makefile:166: recipe for target 'build/src/agb_flash_1m.o' failed
make[2]: *** [build/src/agb_flash_1m.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:166: recipe for target 'build/src/agb_flash_mx.o' failed
make[2]: *** [build/src/agb_flash_mx.o] Error 1
Makefile:166: recipe for target 'build/src/siirtc.o' failed
make[2]: *** [build/src/siirtc.o] Error 1
Makefile:184: recipe for target 'payload' failed
make[1]: *** [payload] Error 2
Makefile:433: recipe for target 'berry_fix' failed
make: *** [berry_fix] Error 2