Homebrew DownloadMii - A Homebrew Online Marketplace

filfat

CTO @ Nordcom Group Inc.
OP
Member
Joined
Nov 24, 2012
Messages
1,261
Trophies
1
Location
Gothenburg, Sweden
Website
www.sweetsideofsweden.com
XP
1,749
Country
Sweden
Ive been following this thread for a while now and your work looks really great so far. Im fairly interested in the PHP area of your project, though I don't think I would be all that reliable.. So instead Im wondering if theres any other way that I could possibly contribute/help you with your work such as a donation, actively testing builds through Cubic Ninja, etc. Looking forward to your responses.
Testers are always great and we are going to need a few within the next coming days/weeks when we have finished most features for 1.0.
A donation would go towards me getting an SD board replacement (11$) and/or an custom domain, you can find link to that here: http://downloadmii.filfatstudios.com/donate :)

Thanks :)
 

GotKrypto76

That one PHP guy.
Member
Joined
Dec 1, 2014
Messages
302
Trophies
0
Location
The Chamber of Kim
XP
232
Country
Saint Kitts and Nevis
Testers are always great and we are going to need a few within the next coming days/weeks when we have finished most features for 1.0.
A donation would go towards me getting an SD board replacement (11$) and/or an custom domain, you can find link to that here: http://downloadmii.filfatstudios.com/donate :)

Thanks :)

Just sent in $20. Keep up the great work!
 

blinkzane

Panic at your moms house
Member
Joined
Jul 24, 2012
Messages
944
Trophies
1
Location
Florida
XP
1,640
Country
United States
Wait a second... the filename starts with "wp_" are you a fellow Windows Phone user? :D

Yes I am! =D

also, #214 still has the flicker, although it's a different type. that one blank block section is scrolling from left to right starting a the middle of the screen. as if it was set as a sequence. it also varies in speed depending on the menu
 
  • Like
Reactions: filfat

capz

Well-Known Member
Newcomer
Joined
Nov 28, 2014
Messages
74
Trophies
0
Location
cake town
XP
112
Country
Netherlands
Wait a second... the filename starts with "wp_" are you a fellow Windows Phone user? :D

I am too, lol. Nokia Lumia 1520 ;]

Also.... i couldn't get the latest source of 3dmoo to build.. which revision are you on? looks like they broke the VS build since its trying to include unix networking headers that aren't there lol.
 
  • Like
Reactions: filfat

filfat

CTO @ Nordcom Group Inc.
OP
Member
Joined
Nov 24, 2012
Messages
1,261
Trophies
1
Location
Gothenburg, Sweden
Website
www.sweetsideofsweden.com
XP
1,749
Country
Sweden
I am too, lol. Nokia Lumia 1520 ;]

Also.... i couldn't get the latest source of 3dmoo to build.. which revision are you on? looks like they broke the VS build since its trying to include unix networking headers that aren't there lol.
Possibly, however 3dmoo is included with the project files for DownloadMii
Yes I am! =D

also, #214 still has the flicker, although it's a different type. that one blank block section is scrolling from left to right starting a the middle of the screen. as if it was set as a sequence. it also varies in speed depending on the menu
Hmm... Weird...
 

filfat

CTO @ Nordcom Group Inc.
OP
Member
Joined
Nov 24, 2012
Messages
1,261
Trophies
1
Location
Gothenburg, Sweden
Website
www.sweetsideofsweden.com
XP
1,749
Country
Sweden
Just a heads up, I will be extremely busy till the 25th with Xmas things, parties and such however I got a few moments here and there but don't expect a big commit every day (like for the last month) until after 25th.


Cheers!
P.S. Get a suit, suits are cool exhibit A
<-------
 
  • Like
Reactions: capz and blinkzane

kraan

Well-Known Member
Newcomer
Joined
Dec 12, 2014
Messages
84
Trophies
0
Age
33
Location
Merowe
Website
www.matsindia.wordpress.com
XP
85
Country
Just a heads up, I will be extremely busy till the 25th with Xmas things, parties and such however I got a few moments here and there but don't expect a big commit every day (like for the last month) until after 25th.


Cheers!
P.S. Get a suit, suits are cool exhibit A
<-------

Are you quoting Barney?

+1 cool points
 
  • Like
Reactions: filfat

capz

Well-Known Member
Newcomer
Joined
Nov 28, 2014
Messages
74
Trophies
0
Location
cake town
XP
112
Country
Netherlands
Did you use the PN from devkitpro?

BINGO! I didn't know it was possible to install it with devkitpro. i always uncheck everything due to junk being included in a lot of software these days! it works now, sweet! *starts poking around*

Also: in case I don't have time to hop on gbatemp after this; have merry christmas and a happy new year everyone :toot:

EDIT: is there some place to discuss things regarding the app. is this thread alright?
EDIT2: I couldn't help myself and decided to try and whip up a php.mysql back-end for this thing ;p I'll report back when something mention worthy comes up :)
 
  • Like
Reactions: filfat

ichichfly

Well-Known Member
Member
Joined
Sep 23, 2009
Messages
619
Trophies
1
XP
1,075
Country
Gambia, The
maybe a tracker what writes to the strings would be useful to find out what is writing to the strings and corrupt them that is not hard to implement in 3dmoo just hook the mem_WriteX routines or use the gdb stub.

ADD: lol I am also a Windows Phone user
 
  • Like
Reactions: filfat

filfat

CTO @ Nordcom Group Inc.
OP
Member
Joined
Nov 24, 2012
Messages
1,261
Trophies
1
Location
Gothenburg, Sweden
Website
www.sweetsideofsweden.com
XP
1,749
Country
Sweden
maybe a tracker what writes to the strings would be useful to find out what is writing to the strings and corrupt them that is not hard to implement in 3dmoo just hook the mem_WriteX routines or use the gdb stub.

ADD: lol I am also a Windows Phone user
Wait what? "mem_WriteX", "gdb stub"?
 

ichichfly

Well-Known Member
Member
Joined
Sep 23, 2009
Messages
619
Trophies
1
XP
1,075
Country
Gambia, The
Wait what? "mem_WriteX", "gdb stub"?
you can use the command line tool from devkitpro at devkitARM\bin\arm-none-eabi-gdb.exe or any other tool that supports gdb mem breakpoints or as I sad change the mem_WriteX functions to print a debug log every time the strings are written to. You need to configer gdb to connect to 3dmoo by tcp and compile 3dmoo with the definition GDB_STUB + start 3dmoo with the argument -gdbport <port you want to use>
 

filfat

CTO @ Nordcom Group Inc.
OP
Member
Joined
Nov 24, 2012
Messages
1,261
Trophies
1
Location
Gothenburg, Sweden
Website
www.sweetsideofsweden.com
XP
1,749
Country
Sweden
you can use the command line tool from devkitpro at devkitARM\bin\arm-none-eabi-gdb.exe or any other tool that supports gdb mem breakpoints or as I sad change the mem_WriteX functions to print a debug log every time the strings are written to. You need to configer gdb to connect to 3dmoo by tcp and compile 3dmoo with the definition GDB_STUB + start 3dmoo with the argument -gdbport <port you want to use>
Fixed now :)




If anyone feels like it could you please test the latest build? Thanks :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=TKyNPg7UIIc