Changes

3,490 bytes added ,  19:05, 14 February 2013
Line 89: Line 89:  
== questions ==
 
== questions ==
   −
Elisherer,
+
You can use Moma to scan 3DSExplorer for Mono compatibility--[[User:Jocopoco|Jocopoco]] 17:14, 10 February 2012 (CET)
Do you know function "__makeref()" is not defined in CSharp Language Standard?
+
 
in /3DSExplorer/Utils/MarshalUtil.cs you really often use it .--Matyapiro31 17:08, 10 February 2012 (CET)
+
Elisherer can you make the entries in the TMD sections editable for cia files?--[[User:3dsguy|3dsguy]] 13:04, 28 March 2012 (CEST)
 +
:Probably, but I want to make an all-around solution for editing because it is needed by other formats too. I might need to add a struct to each line on the list which will include data-type and editable boolean... it might take some time... --[[User:Elisherer|Elisherer]] 08:09, 29 March 2012 (CEST)
   −
Yes, it's a macro which is deprecated, the new way is too difficult for the purpose of the function using it, so i left it as is (it still works) --[[User:Elisherer|Elisherer]] 13:09, 10 February 2012 (CET)
     −
But for System.Deployment and __makeref() are not defined in gtksharp,so I cannot compile 3DSExplorer.
+
Elisherer there is a bug in your program, when it tries to read .cia files which do not have a 'SMDH' or banner, like in the case of TWL converted applications and some old .CIA files, 3DS Explorer crashes. It is possible to read these kind of .CIA file in 3DSExplorer by entering a false banner size, so I know this is where the problem lies. Can you patch 3DSExplorer to read .cia files and not try to load information on banners when the banner size is '0'--[[User:3dsguy|3dsguy]] 02:25, 18 May 2012 (CEST)
 +
:I don't really understand the problem...if you look at mdlCIA.cs file you'll see that i'm checking if the bannerLength > 0 so I wouldn't know what to change here.. --[[User:Elisherer|Elisherer]] 10:45, 18 May 2012 (CEST)
 +
::Edit the sample .CIA on the .CIA wiki page and make the banner size zero, then try to open it 3DSExplorer. On my computer this causes 3DSExplorer to crash--[[User:3dsguy|3dsguy]] 12:50, 18 May 2012 (CEST)
 +
::Sorry correction, it crashes when you try to open a .cia file(that has no banner size) when it is associated to be run with 3DSExplorer. But if you try to load a .cia file(that has no banner size) from the open file tab of 3DSExplorer, it tells me that an unhandled exception has occured, "Object reference not set to an instance of an object." --[[User:3dsguy|3dsguy]] 16:57, 18 May 2012 (CEST)
 +
:::OK, I found the bug that you were talking about... If the banner's size is zero I try to put the icons in the file view anyway and that's wrong..I'll try to fix the association bug and release a new version. --[[User:Elisherer|Elisherer]] 10:22, 19 May 2012 (CEST)
   −
Other member belonging to 3DBrew,I know a few of C#,therefore I hope some of you achieve compiling through MonoDevelop.
+
Found some more bugs. 3DSExplorer crashes when it tries to open .BNR files and .BCWAV files. For example try the sample .BCWAV and .BNR file in the 0.2 CiTRus release.--[[User:3dsguy|3dsguy]] 12:32, 22 May 2012 (CEST)
   −
But even now 3DSExplorer crashes if you use Mono Runtime.
+
I made it be able to send e-mail,but I don't have SMAP server and knowledge about web application.
 +
Here.[https://docs.google.com/folder/d/0B_1DNe-beZjwaWdKME1PTF9zYjA/edit]
   −
You can use Moma to scan 3DSExplorer for Mono compatibility--[[User:Jocopoco|Jocopoco]] 17:14, 10 February 2012 (CET)
+
--Matyapiro31 14:53, 9 July 2012 (CEST)
 +
:[+]How about release your source codes on Google Drive?
 +
If you want to,everyone can edit it,see on web.
 +
I think it is very good service.--Matyapiro31 14:53, 9 July 2012 (CEST)
 +
::Hi Matyapiro31, thank you for you efforts, the source code is maintained by a version control system, this way i can revert to older versions if necessary, Google Drive can't do it. The source is free to download using checkout or browsing (on the site), You don't need to send feedback because the google code site offers "Issues" you can open and I will respond. --[[User:Elisherer|Elisherer]] 08:01, 10 July 2012 (CEST)
 +
 
 +
Thank you to reply me.
 +
 
 +
I think it is easier for light-users to send mails than to write comments on Google Code ----people who can debug,find solution of error,use software without seeing any helps is worth being called "Hacker".but they are minority in the 3DS  game player.It is nice try to construct a system to send feedbacks easily.
 +
 
 +
This is the time to decide 3DS homebrew standard including support, internationalism,extensibility and easy development.--Matyapiro31 13:42, 10 July 2012 (CEST)
 +
 
 +
@elisherer are you going to update 3DSExplorer to read CIA files differently as with the updated specs(this includes reading the .ICN flags)? Also what about allowing the .CFA (NCCH) format to be read without renaming to .CXI, and destinguishing between CFA and CXI when viewing a CCI/CSU in 3DSExplorer?--[[User:3dsguy|3dsguy]] 20:10, 20 July 2012 (CEST)
 +
 
 +
 
 +
Why don't you add the function to read-and-write phtcache.bin?
 +
3DSCamera use the file to find the videos and pictures in ''SDDIR''/DCIM/XXXNIN03,but I succeeded to read a picture in other folder by changing it.
 +
:That's nice, but I work only on small stuff for now because i'm very busy.. maybe in the future if it becomes necessary --[[User:Elisherer|Elisherer]] 00:31, 16 January 2013 (CET)
   −
Elisherer can you make the entries in the TMD sections editable for cia files?--[[User:3dsguy|3dsguy]] 13:04, 28 March 2012 (CEST)
+
I changed bad codes.[https://docs.google.com/file/d/0B_1DNe-beZjwdHgxMEVBRnkxNTg/edit?usp=sharing MarshalUtil.cs]
:Probably, but I want to make an all-around solution for editing because it is needed by other formats too. I might need to add a struct to each line on the list which will include data-type and editable boolean... it might take some time... --[[User:Elisherer|Elisherer]] 08:09, 29 March 2012 (CEST)
+
--Matyapiro31 15:20, 14 February 2013 (CET)
 +
:Big thanks! it will be changed to your edit in the near future --[[User:Elisherer|Elisherer]] 18:05, 14 February 2013 (CET)
399

edits