Search found 24 matches
- Wed Feb 27, 2008 1:11 pm
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 11:33 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 10:58 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 10:48 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
Does imgmounting of files no longer work? After I got the memstick itself mounting I tried to mount an image in the root directory (an image which works on regular dosbox and can be booted and then read normally in your version). It tells me it mounted successfully, but then it crashes when I try to...
- Wed Feb 27, 2008 10:28 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 10:01 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 9:57 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 9:52 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Wed Feb 27, 2008 8:56 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Tue Feb 26, 2008 11:23 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Tue Feb 26, 2008 10:28 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
The following command appears to work successfully:
I don't have any dos boot disks with me, but when I get home I will boot into DOS and see if mounting the memstick this way allows me to see it.
Code: Select all
imgmount 2 msstor0: -fs none
- Tue Feb 26, 2008 10:21 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Tue Feb 26, 2008 6:58 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
Is this with your build or mine? The original problem was with yours (tried in all combinations on 3.71 and conf file vs manual entry). Since I got mine compiling yesterday I've been testing with mine. Should I switch back? (I have copies of both on the memstick so it's easy to switch back and forth)
- Tue Feb 26, 2008 3:22 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
Re: building dosbox
Run it in psplink and check the console output. Use 3.71 or 1.50 compatibility mode as console output doesn't appear to work in 3.52. This is all I got from running DOSBox in psplink: Load/Start ms0:/psp/game/dosbox/eboot.pbp UID: 0x04B54139 Name: "DOSBox" ms0&...
- Mon Feb 25, 2008 8:39 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
Re: building dosbox
I don't know, if I find out, I'll get back to you. As for the imgmount, I've found that it doesn't work in 3.xx from the conf file while in 1.50 it does. It works, for me, in both from the command line. I'll look into that too when I can. Ok. I've tried the imgmount with all combinations of firmwar...
- Mon Feb 25, 2008 6:15 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
building dosbox
Got it! It compiled after I commented out lines 1653-1662 in sdlmain.cpp, as in: // if(realpath("exception.prx", path) && ((modid = sceKernelLoadModule(path, 0, &option)) >= 0)) { // args&a...
- Mon Feb 25, 2008 6:02 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
building dosbox update
Quick update: With the newest toolchain installed from svn I'm getting the same error (I started over from scratch with your patch and the dosbox source code). I've tried compiling and running a few other things and haven't had any problems.
- Thu Feb 21, 2008 6:42 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
- Thu Feb 21, 2008 6:35 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
Re: building dosbox
Do you run the command from your dosbox.conf or do you type it in after boot? (I put it in my dosbox.conf, I'm about to try just typing it manually)crazyc wrote:I don't know, it works fine here as long as the memory stick is not otherwise mounted.
- Thu Feb 21, 2008 6:20 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
Re: building dosbox
Your new config.h fixed the cache problems, everything compiled and linked with no errors. Unfortunately, I'm still getting the 8002013C error when I try to run my new EBOOT.PBP. 0x8002013C is SCE_KERNEL_ERROR_LIBRARY_NOTFOUND. I'm not sure why you would get that. How recent is your toolchain? Well...
- Thu Feb 21, 2008 5:53 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
image mount
Edit:
When I try
I get
When I try
Code: Select all
imgmount d msstor0: -t hdd -fs fat
This is without anything else on the memory stick mounted (I tried it with a folder mounted normally before...whoops).Could not load image file. Check that the path is correct and the image is accessible.
- Wed Feb 20, 2008 11:36 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
building dosbox
CrazyC- Your new config.h fixed the cache problems, everything compiled and linked with no errors. Unfortunately, I'm still getting the 8002013C error when I try to run my new EBOOT.PBP. Also, I notice that my EBOOT.PBP is only 2118 KB, as compared with yours which is 2450 KB. Any ideas what might b...
- Wed Feb 20, 2008 5:06 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
building dosbox
p.s. I tried commenting out the offending lines just to see what would happen and was successfully able to build dosbox, but then I get error 8002013c when I try to run the resulting eboot.pbp.
- Wed Feb 20, 2008 4:43 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 655902
building dosbox
CrazyC- Just tried to compile dosbox and ran into the various errors already mentioned in this thread. I've got everything compiling, but I'm having trouble with the linking step. Specifically I'm getting: gui/libgui.a(sdlmain.o): In function `psp_power_callback': sdl...