Homebrew Homebrew Development

  • Thread starter Thread starter aliak11
  • Start date Start date
  • Views Views 1,474,934
  • Replies Replies 6,048
  • Likes Likes 54
anyone else having a problem compiling the gpu example in the last few versions?

I wasn't able to compile 3DSCraft with the last version of aemstro. I had to go back few versions to solve it.

Don't know if this is your problem. What kind of problem are you experimenting?
 
I wasn't able to compile 3DSCraft with the last version of aemstro. I had to go back few versions to solve it.

Don't know if this is your problem. What kind of problem are you experimenting?

Capture.PNG
 
Can anyone please explain why the very existence of the following code in my project is enough to crash hbloader when trying to load my project?

Code:
int sprite[255][64][64][3]; // numsprites,64x64,rgb
void grabImage(int spriteNum, int x1, int y1, int width, int height){
    int x,y;
    for(x=0; x<width; x++){
        for(y=0; y<height; y++){
            sprite[spriteNum][x][y][0] = topbuf[3 * (y+y1) * 400 + 3 * (x+x1) ]; //red
            sprite[spriteNum][x][y][1] = topbuf[3 * (y+y1) * 400 + 3 * (x+x1) +1 ]; //green
            sprite[spriteNum][x][y][2] = topbuf[3 * (y+y1) * 400 + 3 * (x+x1) +2 ]; //blue
        }
    }
}

It isn't even being called. Am I missing something stupid?
 
Can anyone please explain why the very existence of the following code in my project is enough to crash hbloader when trying to load my project?

Code:
int sprite[255][64][64][3]; // numsprites,64x64,rgb

It isn't even being called. Am I missing something stupid?

I THINK this may be why. It was mentioned once that there is a limit to how much memory can be used, and this array would take around 12MB, maybe it is past that limit? I don't remember how much it was exactly.
Unless removing that function and leaving that array makes it work.
 
I THINK this may be why. It was mentioned once that there is a limit to how much memory can be used, and this array would take around 12MB, maybe it is past that limit? I don't remember how much it was exactly.
Unless removing that function and leaving that array makes it work.

max of 8MB
 
This will hopefully be the last time I ask this (because it might work), but can someone test Wave for me?
It is available in 3dsx and elf -> attached.

Controls.
A -> activate slow wave.
START -> exit.

Thanks
 

Attachments

This will hopefully be the last time I ask this (because it might work), but can someone test Wave for me?
It is available in 3dsx and elf -> attached.

Controls.
A -> activate slow wave.
START -> exit.

Thanks

I tried this (on the n3ds) and a red dot showed up on a white screen bobbing up and down (glitchy dot) with black cubes quickly appearing from the right side of the screen and going to the left. When I pressed A the dot turned blue and stopped moving (still looked really glitchy. Then after a while a black dot stopped onto the red dot and it wouldn't go blue when I pressed A. Black squares appeared after pressing A around 3 times. The dot could be moved off the screen by pressing A when it was at the top of its bob. (Hope this helps?)
xD Sorry for my horrendous explanation.
 
I tried this (on the n3ds) and a red dot showed up on a white screen bobbing up and down (glitchy dot) with black cubes quickly appearing from the right side of the screen and going to the left. When I pressed A the dot turned blue and stopped moving (still looked really glitchy. Then after a while a black dot stopped onto the red dot and it wouldn't go blue when I pressed A. Black squares appeared after pressing A around 3 times. The dot could be moved off the screen by pressing A when it was at the top of its bob. (Hope this helps?)
xD Sorry for my horrendous explanation.

Good explanation actually. However, what do you mean by glitchy?
 
Good explanation actually. However, what do you mean by glitchy?

put www.facebook.com before that> /video.php?v=521745644594425&saved
Uploading videos is annoying -.-
This is a video I took of it, I was pretty much pressing A randomly the whole time. I thought this would be easier than just explaining it but little did I know about how slow it is to upload a video xD
Hope this helps :3

(That annoying sound is my fan [its like 30 degrees Celsius here T_T])
 
put www.facebook.com before that> /video.php?v=521745644594425&saved
Uploading videos is annoying -.-
This is a video I took of it, I was pretty much pressing A randomly the whole time. I thought this would be easier than just explaining it but little did I know about how slow it is to upload a video xD
Hope this helps :3

(That annoying sound is my fan [its like 30 degrees Celsius here T_T])

Not sure why facebook was your first choice to upload a video of some random person's game but hey. You can take it down now. Great help.
 
Reading the comments was fun. I don't know why it the drawing is glitchy, I'm looking at the drawing code for the circle as I blame that.

lel now you know my true intentions... I must kill you!
xD jks
idk I like helping people and this passes time I guess + helps people make stuff that I want made? idk
 
lel now you know my true intentions... I must kill you!
xD jks
idk I like helping people and this passes time I guess + helps people make stuff that I want made? idk

God I'm stupid... I just found a huge mistake, do you mind testing it again? It should (hopefully) become apparent what I changed.
 

Attachments

Site & Scene News

Popular threads in this forum