Hacking Need help with injecting GBA VC

  • Thread starter Thread starter CeeDee
  • Start date Start date
  • Views Views 1,562
  • Replies Replies 6

CeeDee

you can do anything
Member
Joined
May 4, 2014
Messages
5,488
Solutions
4
Reaction score
11,100
Trophies
6
XP
11,922
Country
United States
I'm trying to use the tool inject_gba to no luck. I'm getting an error and I'm not sure that to do with it.

Code:
Traceback (most recent call last):
  File "C:\Users\ceedee\Desktop\inject\inject_gba-master\inject_gba_gui.py", line 7, in <module>
    import      inject_gba_cli as myapp
  File "C:\Users\ceedee\Desktop\inject\inject_gba-master\inject_gba_cli.py", line 6, in <module>
    from inject_gba.inject_gba_app import main_cli
ImportError: No module named 'inject_gba.inject_gba_app'

I downloaded the master.zip. I've run setup.py, though I have no idea if it worked. This happens when booting both cli and gui. Help would be much appreciated. Thanks!
 
I'm trying to use the tool inject_gba to no luck. I'm getting an error and I'm not sure that to do with it.

Code:
Traceback (most recent call last):
  File "C:\Users\ceedee\Desktop\inject\inject_gba-master\inject_gba_gui.py", line 7, in <module>
    import      inject_gba_cli as myapp
  File "C:\Users\ceedee\Desktop\inject\inject_gba-master\inject_gba_cli.py", line 6, in <module>
    from inject_gba.inject_gba_app import main_cli
ImportError: No module named 'inject_gba.inject_gba_app'

I downloaded the master.zip. I've run setup.py, though I have no idea if it worked. This happens when booting both cli and gui. Help would be much appreciated. Thanks!
It's difficult if you don't know python (which I didn't, it took 3 F*CKING DAYS to figure it out):
1.Shift+right click when you're in the folder
2.Choose "Open Command Window here"
3. In the Window, type: setup.py install
4.It should install if you have all the files required
5.Then go inside the inject_gba folder
6.Make a txt file with the following:"C:\Users\username\your\path\to\the\inject_gba.py" --inpsb "C:\Users\username\your\path\to\alldata.psb.m"--inrom "C:\Users\username\your\path\to\your\your gba rom name.gba" --outpsb "C:\Users\username\Downloads\alldata.psb.m (make sure you write that exact filename)"
7.It will create an alldata.psb.m and alldata.bin.
8.Copy those files to your rom's content folder.
9.Profit (or write a guide, whatever suits you)
 
Last edited by EstPC13,
  • Like
Reactions: the_randomizer
It's difficult if you don't know python (which I didn't, it took 3 F*CKING DAYS to figure it out):
1.Shift+right click when you're in the folder
2.Choose "Open Command Window here"
3. In the Window, type: setup.py install
4.It should install if you have all the files required
5.Then go inside the inject_gba folder
6.Make a txt file with the following:"C:\Users\username\your\path\to\the\inject_gba.py" --inpsb "C:\Users\username\your\path\to\alldata.psb.m"--inrom "C:\Users\username\your\path\to\your\your gba rom name.gba" --outpsb "C:\Users\username\Downloads\alldata.psb.m (make sure you write that exact filename)"
7.It will create an alldata.psb.m and alldata.bin.
8.Copy those files to your rom's content folder.
9.Profit (or write a guide, whatever suits you)
No luck.
CLI error:
Code:
Traceback (most recent call last):
  File "C:\inject\inject_gba-master\inject_gba_cli.py", line 6, in <module>
    from inject_gba.inject_gba_app import main_cli
ImportError: No module named 'inject_gba.inject_gba_app'

GUI error:
Code:
Traceback (most recent call last):
  File "C:\inject\inject_gba-master\inject_gba_gui.py", line 7, in <module>
    import      inject_gba_cli as myapp
  File "C:\inject\inject_gba-master\inject_gba_cli.py", line 6, in <module>
    from inject_gba.inject_gba_app import main_cli
ImportError: No module named 'inject_gba.inject_gba_app'

I have no idea what this means and it keeps happening.

What other files do I need aside from the master download? Where do I put them?
 
Last edited by CeeDee,
  • Like
Reactions: kretosdan

Site & Scene News

Popular threads in this forum