Homebrew DS Env Maker

  • Thread starter Thread starter Xenon++
  • Start date Start date
  • Views Views 12,537
  • Replies Replies 54
Status
Not open for further replies.
It seems useful. I've downloaded it, tried and poof "Windows can't open update.dsem" I guess maybe there's an error on my part, It needs file allocation on .dsem, IDK but I'd like to see the GUI.
Thanks anyway, but whats with the "Env" name?
unsure.gif
 
env said:
It seems useful. I've downloaded it, tried and poof "Windows can't open update.dsem" I guess maybe there's an error on my part, It needs file allocation on .dsem, IDK but I'd like to see the GUI.
Thanks anyway, but whats with the "Env" name?
unsure.gif
DS Environment Maker is written in C#. Make sure C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe is usable.
Or you might have to change the part into v3.5 or something
 
It's a bit weird as to why 7zip isn't included in the download already if it's open source/ freeware (I think). It would be convenient to include it beforehand so that it's an outta-the-box program
wink.gif
 
Ace Faith said:
It's a bit weird as to why 7zip isn't included in the download already if it's open source/ freeware (I think). It would be convenient to include it beforehand so that it's an outta-the-box program
wink.gif
OK with my dogmatism I put a stub with 7-zip 9.15 beta. I won't add stub with 7-zip 4.x.

Also it is a great mystery why I uploaded the stub in 7z... I should have used zip as this is an installer.
 
Could you add other kernel downloads? (such as DStwo eos or AKAIO)

So we could have an all in one kernel installer/downloader
 
Doesn't seem to work right with 7 ultimate 64x:
doesntworky.png

I have installed latest 64x beta of 7zip already ages ago.

I don't even bother to try with Linux becouse there seems to be only .bat files
mellow.gif


So this is tool to make and install flashcard firmware and moonshell and stuff?
 
alidsl said:
Could you add other kernel downloads? (such as DStwo eos or AKAIO)

So we could have an all in one kernel installer/downloader
AKAIO is implemented.

As for DSTwo, when autoboot is implemented I'll add...
 
Mario92 said:
Doesn't seem to work right with 7 ultimate 64x:
I have installed latest 64x beta of 7zip already ages ago.

I don't even bother to try with Linux becouse there seems to be only .bat files
mellow.gif


So this is tool to make and install flashcard firmware and moonshell and stuff?
OK so...
Open source\core_compiler.cs(You should have it since you have executed update.bat) then add
Code:
system("cd");
before
CODEreturn system("gmake");
Then paste the result of compiler.bat.

Or... .Net v3.5 or v4.0.30319 might work (edit update.bat "v2.0.50727").
 
Xenon++ said:
OK so...
Open source\core_compiler.cs(You should have it since you have executed update.bat) then add...
Don't have. After running update.bat it just creates multiple folders and loads chache folder full of 7z files.

Like in screenshot there are lot "Komentoa 7z ei tunnistettu sisäiseksi eikä ulkoiseksi..." which is in English something like "Command 7z weren't identified inner or outer command, executable program....".

Updated to latest 7zip 9.15 beta x64 edition and still same thing.
 
Mario92 said:
Xenon++ said:
OK so...
Open source\core_compiler.cs(You should have it since you have executed update.bat) then add...
Don't have. After running update.bat it just creates multiple folders and loads chache folder full of 7z files.

Like in screenshot there are lot "Komentoa 7z ei tunnistettu sisäiseksi eikä ulkoiseksi..." which is in English something like "Command 7z weren't identified inner or outer command, executable program....".

Updated to latest 7zip 9.15 beta x64 edition and still same thing.
So the folders are empty...

Is your 7z.exe in your %PATH%? Can you launch 7z from cmd.exe?
 
Xenon++ said:
Mario92 said:
Xenon++ said:
OK so...
Open source\core_compiler.cs(You should have it since you have executed update.bat) then add...
Don't have. After running update.bat it just creates multiple folders and loads chache folder full of 7z files.

Like in screenshot there are lot "Komentoa 7z ei tunnistettu sisäiseksi eikä ulkoiseksi..." which is in English something like "Command 7z weren't identified inner or outer command, executable program....".

Updated to latest 7zip 9.15 beta x64 edition and still same thing.
So the folders are empty...

Is your 7z.exe in your %PATH%? Can you launch 7z from cmd.exe?
Yes it is. When I type 7z on cmd it says same error. C:\Program Files\7-Zip\7z.exe works fine.

EDIT: Sorry. I loaded stub version accidently. Full seems to work pretty OK

EDIT2: This is actually pretty handy tool but is it really OK to load YSMenu directly
ohmy.gif

and where it gets extinfo, infolib and savlib from?
 
Mario92 said:
Yes it is. When I type 7z on cmd it says same error. C:\Program Files\7-Zip\7z.exe works fine.

EDIT: Sorry. I loaded stub version accidently. Full seems to work pretty OK

EDIT2: This is actually pretty handy tool but is it really OK to load YSMenu directly
ohmy.gif

and where it gets extinfo, infolib and savlib from?
1. C:\Program Files\7-Zip\ isn't OK. %PATH% means c:\windows\, c:\windows\system32, etc.
2. I don't redistribute YSMenu.nds... Well as for TTMenu, hotlinking to http://filetrip.net/h25123605-TTDS-EXT-INFO-SAV.html is in gray zone... Should I remove...?
 
Xenon+++,

I've run this, but it get to the menu.exe creation point and then I get this:

csc /nologo /unsafe /out:../menu.exe core_menu.cs libdsem.cs
process_begin: CreateProcess(NULL, csc /nologo /unsafe /out:../menu.exe core_men
u.cs libdsem.cs, ...) failed.
make (e=2): The system cannot find the file specified.
gmake: *** [../menu.exe] Error 2
Process ended abnormally. Press ENTER

What Can I do from here?
 
DrX1969 said:
Xenon+++,

I've run this, but it get to the menu.exe creation point and then I get this:

csc /nologo /unsafe /out:../menu.exe core_menu.cs libdsem.cs
process_begin: CreateProcess(NULL, csc /nologo /unsafe /out:../menu.exe core_men
u.cs libdsem.cs, ...) failed.
make (e=2): The system cannot find the file specified.
gmake: *** [../menu.exe] Error 2
Process ended abnormally. Press ENTER

What Can I do from here?
Sorry could you replace source\libdsem.cs with
http://leafmoon.users.sourceforge.net/DSEM/libdsem.cs
?
 
Xenon++ said:
Mario92 said:
Yes it is. When I type 7z on cmd it says same error. C:\Program Files\7-Zip\7z.exe works fine.

EDIT: Sorry. I loaded stub version accidently. Full seems to work pretty OK

EDIT2: This is actually pretty handy tool but is it really OK to load YSMenu directly
ohmy.gif

and where it gets extinfo, infolib and savlib from?
1. C:\Program Files\7-Zip\ isn't OK. %PATH% means c:\windows\, c:\windows\system32, etc.
2. I don't redistribute YSMenu.nds... Well as for TTMenu, hotlinking to http://filetrip.net/h25123605-TTDS-EXT-INFO-SAV.html is in gray zone... Should I remove...?
1. OK now I got it working. Thank you.
2. I was just thinking becouse it seems to be very strict how to share YSMenu files. Also that Pong and crew can get angry for sharing their work without any notice or thanks. Don't remove becouse they are best files but at least inform them that you are hotlinking their files
unsure.gif
 
Mario92 said:
Also that Pong and crew can get angry for sharing their work without any notice or thanks. Don't remove becouse they are best files but at least inform them that you are hotlinking their files
unsure.gif
Informed...

BTW as for YSMenu, I'll get killed by Rudolph before by Yasu because UiPack (abbreviated
wink.gif
)
 
Xenon+++,

Still getting the same error at menu.exe creation point.

I updated with the libdsem.cs you provided in your link, but still the same.

I'm running with v3.5 frame.net instead of the v2.

Sould I try v4?
 
xenon+++,

Done as above, but still getting same error.

Here is the dump of what I get when I then run compiler.bat:

*** Welcome to DS Env Maker ***

Updating...
csc /nologo /unsafe /out:../menu.exe core_menu.cs libdsem.cs
process_begin: CreateProcess(NULL, csc /nologo /unsafe /out:../menu.exe core_men
u.cs libdsem.cs, ...) failed.
make (e=2): The system cannot find the file specified.
gmake: *** [../menu.exe] Error 2
Process ended abnormally. Press ENTER

Not sure what to do, but am currently downloading frame.net v4

Edit: Installed frame.net v4 and it worked!

Thanks, Xenon
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum