Homebrew [Release] Homebrew Launcher with grid layout

mashers

Stubborn ape
OP
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,084
Country
Yes I am. I'll try downloading the archives manually as well.
Yes please if possible. Currently having a nightmare getting it to even compile.

Are you using the portlibs from https://github.com/xerpi/3ds_portlibs? Try running "make all" if you are. As far as I know, Xerpi has the most up to date portlibs.
Yep, I'm using his Makefile. Weirdly if I enter the zlib folder and configure it manually then it works. But if I run make all or make zlib using Xerpi's makefile I just get the error above :(
 

TheReturningVoid

0xAAAAAAAA
Member
Joined
Oct 2, 2014
Messages
332
Trophies
0
Location
/dev/urandom
XP
254
Country
On Windows it compiled fine and runs fine from menuhax 2.0 with RedHat's changes enabled. That's just my experience though.

Edit: Er..I think I just found an unrelated bug. One sec, trying to reproduce it.

Edit 2: @mashers, if you press the settings wrench icon, go back, and then touch the question mark (for the about screen), it seems to freeze the entire N3DS.

Edit 3: Nevermind, just hitting the question mark at all freezes my console.

Can confirm, just hit that button accidentally :P
 

daxtsu

Well-Known Member
Member
Joined
Jun 9, 2007
Messages
5,627
Trophies
2
XP
5,194
Country
Antarctica
Yep, I'm using his Makefile. Weirdly if I enter the zlib folder and configure it manually then it works. But if I run make all or make zlib using Xerpi's makefile I just get the error above :(

That's really weird. If you'd like, I can upload my compiled versions of the portlibs.
 

mashers

Stubborn ape
OP
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,084
Country
@mashers I stopped the script from updating and manually uploading beta 80 to the server. tag me when you want me to enable it.
Thanks bud, please go ahead. I'm working on changes offline from the GitHub repo now just to try and get it working again.

That's really weird. If you'd like, I can upload my compiled versions of the portlibs.
Thanks, but I've just copied my built portlibs from my Mac to my Linux VM and it seems to be working now.
 
  • Like
Reactions: daxtsu

daxtsu

Well-Known Member
Member
Joined
Jun 9, 2007
Messages
5,627
Trophies
2
XP
5,194
Country
Antarctica
Thanks bud, please go ahead. I'm working on changes offline from the GitHub repo now just to try and get it working again.


Thanks, but I've just copied my built portlibs from my Mac to my Linux VM and it seems to be working now.

Fair enough. Are you all set up with great-refactor now? :P
 

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,070
Trophies
2
XP
7,874
Country
United States
Thanks bud, please go ahead. I'm working on changes offline from the GitHub repo now just to try and get it working again.
do you mean the one uploaded to GitHub is working?

actually I'll keep the script off until you can fix the compile issue so this doesn't happen again.

another thing to add to the list I guess: a way to stop the server from updating + manually upload a working version...
 
Last edited by ihaveahax,

mashers

Stubborn ape
OP
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,084
Country
Fair enough. Are you all set up with great-refactor now? :P
Yes, I'm all done with the great refactor install now. What's more, I've also just successfully built gridlauncher under a linux VM and it runs fine on my 3DS :) Thanks for all your help mate!

do you mean the one uploaded to GitHub is working?

actually I'll keep the script off until you can fix the compile issue so this doesn't happen again.

another thing to add to the list I guess: a way to stop the server from updating + manually upload a working version...
Sorry, no that's not what I meant. The version on GH is currently not working. However, I'm about to push an update which I hope will fix it. Just need to get GH Desktop working under Linux.
 
  • Like
Reactions: daxtsu

daxtsu

Well-Known Member
Member
Joined
Jun 9, 2007
Messages
5,627
Trophies
2
XP
5,194
Country
Antarctica
Yes, I'm all done with the great refactor install now. What's more, I've also just successfully built gridlauncher under a linux VM and it runs fine on my 3DS :) Thanks for all your help mate!

You're welcome. Feel free to discard my pull request then, if it's not necessary.
 

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,070
Trophies
2
XP
7,874
Country
United States
Sorry, no that's not what I meant. The version on GH is currently not working. However, I'm about to push an update which I hope will fix it. Just need to get GH Desktop working under Linux.
alright. you should definitely tag me or something in case this happens again because you don't want the server to cache a bad version.
 

mashers

Stubborn ape
OP
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,084
Country
You're welcome. Feel free to discard my pull request then, if it's not necessary.
Thanks mate. One last question (sorry). It seems GitHub desktop isn't available for Linux... Do you know how I can push the changes up to GH? I haven't done any GH setup under Linux at all.
 

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,070
Trophies
2
XP
7,874
Country
United States
Thanks mate. One last question (sorry). It seems GitHub desktop isn't available for Linux... Do you know how I can push the changes up to GH? I haven't done any GH setup under Linux at all.
you could use git at the terminal. that's entirely how I did it for my project.
 

mutinize

dazed and confused
Member
Joined
Jan 17, 2014
Messages
216
Trophies
0
XP
304
Country
United States
Thanks mate. One last question (sorry). It seems GitHub desktop isn't available for Linux... Do you know how I can push the changes up to GH? I haven't done any GH setup under Linux at all.
Haven't had any experience with github desktop, but if it's a program you could try running it with WINE.
 

daxtsu

Well-Known Member
Member
Joined
Jun 9, 2007
Messages
5,627
Trophies
2
XP
5,194
Country
Antarctica
Thanks mate. One last question (sorry). It seems GitHub desktop isn't available for Linux... Do you know how I can push the changes up to GH? I haven't done any GH setup under Linux at all.

Command-line:

Code:
git push --progress "upstream" master:master

That's assuming you have a remote set up named upstream (you could possibly try "origin" too). It also assumes you made a commit already.
 

mashers

Stubborn ape
OP
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,084
Country
Command-line:

Code:
git push --progress "upstream" master:master

That's assuming you have a remote set up named upstream (you could possibly try "origin" too). It also assumes you made a commit already.
The folder containing the source was downloaded from my existing repo. So will issuing that git command push to the same repo or will I need to specify this somehow myself?

Edit - just tried it. I get "Fatal: not a git repository"
 

daxtsu

Well-Known Member
Member
Joined
Jun 9, 2007
Messages
5,627
Trophies
2
XP
5,194
Country
Antarctica
The folder containing the source was downloaded from my existing repo. So will issuing that git command push to the same repo or will I need to specify this somehow myself?

Edit - just tried it. I get "Fatal: not a git repository"

If you did a checkout of it, yeah, it should automatically push back to your original repo. if you just downloaded the source ZIP off Github it probably won't work.
 

mashers

Stubborn ape
OP
Member
Joined
Jun 10, 2015
Messages
3,837
Trophies
0
Age
40
Location
Kongo Jungle
XP
5,084
Country
If you did a checkout of it, yeah, it should automatically push back to your original repo. if you just downloaded the source ZIP off Github it probably won't work.
Ahh ok, yeah I just downloaded the zip. Sorry to be a pain, but I just want to check the process here in case I fuck up the repo:
  1. Check out the repo (what would be the correct command here for me to make sure I check out the gridlauncher branch/fork?)
  2. Overwrite the source files with the changes I've just been making to migrate to great-refactor
  3. Use git push to push the changes
Is that right? Also, GitHub Desktop allows me to enter a comment for the commit. How can I do this using the command line?
 

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,070
Trophies
2
XP
7,874
Country
United States
@mashers try uploading your existing changes to GitHub. if you have to, copy it to OS X and use GH desktop.

here's a quick run down of the commands that I think are all that's needed for now. if something is confusing, I might be able to help.

setting up git:
Code:
git config --global user.name "mashers"
git config --global user.email "email address"
you should use the email address used on GitHub. if you don't want to, take a look at "Keeping your email address private"

clone the repository:
Code:
cd /path/to/some/place
git clone https://github.com/mashers/3ds_hb_menu
cd 3ds_hb_menu

make your changes! then each time:
Code:
git add <individual files, or just . for all the ones that were edited>
git commit -m "commit message"
git push -u origin master
 
  • Like
Reactions: daxtsu

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    You never know if the key works or not, they don't provide a guarantee.
  • linuxares @ linuxares:
    Sure is... and poor devs get hit with the charge backs
    +1
  • SylverReZ @ SylverReZ:
    Exactly.
  • linuxares @ linuxares:
    Thor from "Pirate Software" said its just better to pirate the game than buy from a keyshop if you care about the devs
    +1
  • The Real Jdbye @ The Real Jdbye:
    devs don't get hit with the chargebacks, the keys are free to generate
  • The Real Jdbye @ The Real Jdbye:
    at least on steam
  • linuxares @ linuxares:
    Except he said the DEVS get hits with the chargeback cost
  • linuxares @ linuxares:
    since the key gets bought with a stolen credit card
  • The Real Jdbye @ The Real Jdbye:
    there's nothing to charge back because the keys don't cost them money to generate in the first place
  • K3Nv2 @ K3Nv2:
    If the game has a crack sure
  • K3Nv2 @ K3Nv2:
    Most these crack sites have dead links anymore or the crack don't even work
  • linuxares @ linuxares:
    @The Real Jdbye What don't you get? If someone use a stolen creditcard. Then sell said key on G2A. If I the dev sold the game key, I will get the charge back cost. That's how it works, it doesn't matter if I generate 300 keys if 300 of them are bought with stolen credit cards. I never said it was on Steam, but its the dev that gets hit. There is a ton of stories out there if you google it.
    +1
  • K3Nv2 @ K3Nv2:
    Just buy other people's steam account :teach:
  • linuxares @ linuxares:
    Just tell them you're dead ;D
    +1
  • K3Nv2 @ K3Nv2:
    They already know
  • linuxares @ linuxares:
    I honestly wonder how the EU would say if I willed my account to you. And Valve be like "nope!"
    +1
  • cearp @ cearp:
    @K3Nv2 - sounds like you need a better place to find cracks!
  • K3Nv2 @ K3Nv2:
    Psionics offline right now or I would
  • SylverReZ @ SylverReZ:
    @cearp, Psi is offline at the minute, but he knows where to find them.
  • cearp @ cearp:
    get your mind out of the gutter, I'm talking about piracy
  • cearp @ cearp:
    not that type of crack
    +1
  • K3Nv2 @ K3Nv2:
    I mean the drug not the booty pervs
    +2
  • linuxares @ linuxares:
    @cearp At a plumber convenstion. Loads of cracks!
  • K3Nv2 @ K3Nv2:
    A plumber is either on crack or in crack or showcasing crack
    K3Nv2 @ K3Nv2: A plumber is either on crack or in crack or showcasing crack