The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Hello, I'm a newcomer and I'm looking for a chance to see the source :) - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: JPCSP builds and releases (https://www.emunewz.net/forum/forumdisplay.php?fid=53) +---- Thread: Hello, I'm a newcomer and I'm looking for a chance to see the source :) (/showthread.php?tid=1224) |
RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - alphane - 03-30-2011 (03-29-2011, 06:29 PM)Aredo Wrote: For the first problem: it never happened to me on java x32, not sure why you don't use x32 version of java which supports playing videos and sound. 1st problem: Yes I am using the x86(32bit) version. I found that it will more likely to occur if I press X just after it finish the mission and return to the save point. This morning I have test it by access to the save screen just after save a file, and for sure it will hang.(Even I am running r2048, this problem still occur randomly) So I suspect it is due to the processing problem, the program may run into an infinite loop at certain point. Is there anyway I can view the code and do some checking? 2nd problem: Is the way you improve the graphic must follow certain sequence? I try the filtering in r2048, when I use the bilinear filters the word looks better. I am thinking if we can maintain the menu as this, then only improve the resolution, will it solve the problem? 3rd problem: I have try it, but I have no luck, it didn't work that way. But I already found a way to solve it. Thank to the snapshot function, I just snapshot it and load the file again under your version. It works now. I notice a things today,when the game come into cut scene, some the resolution drop and it always has no sound. After the cut scene finish, it back to normal, is this normal? Or my setting is wrong again? RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - dista_bagus - 04-01-2011 anyone/dev can help. i did compile Jpcsp. but how to make/copy Jpcsp folder like http://buildbot.orphis.net/jpcsp/ so that can run on XP/windows 7. i did compile on netbeans and if run project from netbeans it work. i already installed subversion too. so my only question is how to copy Jpcsp so that can run without netbeans. please HELP. thanks. RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - Itaru - 04-02-2011 Either rename the dist folder to bin, or edit the .bat file and change bin/jpcsp.jar to dist/jpcsp.jar. RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - dista_bagus - 04-02-2011 what about other files.how to get it.is it copy from source. and which files that must be delete & don't delete. besides i look each folder has svn folder(hidden). from what i look in forum Jpcsp only tutorial(video) for compile Jpcsp with netbeans. and no tutorial/explanations files that must be copy/delete to make Jpcsp folder. i tried to copy Jpcsp folder from compiled & when run it can't/just closed.but for run on netbeans can??? RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - Darth1701 - 04-02-2011 (04-02-2011, 04:40 AM)dista_bagus Wrote: what about other files.how to get it.is it copy from source. You need: - ant http://ant.apache.org/ - latest JDK - SVN like this one: http://www.sliksvn.com/ then set JAVA_HOME to the path of your JDK installation (see the ant doc for details) open up the command line then enter: Code: C: BTW, thanks to hyakki for the initial idea: http://www.emunewz.net/forum/showthread.php?tid=3854 RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - dista_bagus - 04-03-2011 Darth1701, i follow your guide. but when i build with ant failed. when i try Cvn co http://jpcsp.googlecode.com/svn/trunk/ C:\jpcsp Code: C:\>svn co http://jpcsp.googlecode.com/svn/trunk/ C:\jpcsp and then cd \jpcsp ant -f build-auto.xml dist-windows-x86 Code: C:\Jpcsp>ant -f build-auto.xml dist-windows-x86 RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - Darth1701 - 04-03-2011 (04-03-2011, 08:25 AM)dista_bagus Wrote: Darth1701, i follow your guide. But it seems it worked. It did not find the 7z executable to produce a 7z archive but there all the files should be in C:\Jpcsp\dist\jpcsp-windows-x86, you can move them freely to any location RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - Aredo - 04-03-2011 To alphane: you can debug jpcsp using netbeans and try to find the looping part of code; filters work a little better in last revisions but the global filtering problem still isn't fixed; 4th problem never happened to me, post your settings and screenshots of the problem. RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - Hykem - 05-16-2011 (05-15-2011, 10:50 PM)hyperspeedgx Wrote: Hello @Aredo, can you compile/apply the filters for the r2135 (yknow,16XAA,16XAF and 1024x580) You can already use those in any JPCSP build now. Just go to Options > Configuration > Display and set Anti-alias to x16. Also, Anisotropic Filtering is under Options > Video > Filters > Anisotropic. RE: Hello, I'm a newcomer and I'm looking for a chance to see the source :) - hyperspeedgx - 05-18-2011 (05-16-2011, 02:03 PM)Hykem Wrote: You can already use those in any JPCSP build now. Just go to Options > Configuration > Display and set Anti-alias to x16. ,sorry,but i can't use the resolution(because of the fullscreen) , resolution will only work in fullscreen mode? Resolution should work even in window mode,right (like the build of Aredo),also jpcsp is not keeping the aspect ratio. In other words, the build of Aredo,have two improvements "Keep Aspect Ratio" and "High Resolution". So jpcsp still don't have all improvements of Aredo build. But,thanks @Hykem. PSrevious Post deleted. |