Search found 24 matches

by mgrayson
Wed Feb 27, 2008 1:11 pm
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

After building with the toolchain patch, I get a new error: Z:\>imgmount c msstor0: -t hdd -fs fat Could not extract drive geometry from image. User parameter -size bps,spc,hpc,cyl to specify the geometry. I should probably mention that I have downloaded your patch just a couple of d...
by mgrayson
Wed Feb 27, 2008 11:33 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Is there a way to imgmount msstor0: without it being read only?
by mgrayson
Wed Feb 27, 2008 10:58 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

crazyc wrote:Hopefully, the patch above will fix it with your build too. I need to find out why it doesn't work right in 3.71 and see how difficult FAT32 support will be.
Rebuilding psptoolchain with your patch now. I'll let you know if that fixes my build as soon as I get it running.
by mgrayson
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...
by mgrayson
Wed Feb 27, 2008 10:28 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Using your build in 1.5 compatibility mode I was able to mount and view contents on my 1 Gb. Hurray.
by mgrayson
Wed Feb 27, 2008 10:01 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Actually, nevermind any of that, I've got a 1 Gb here with FAT16 already on it. I'll let you know how it goes.
by mgrayson
Wed Feb 27, 2008 9:57 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Before you answer that, I'm going to assume it's FAT16, and further ask: if I just use the PSP to format my memstick, will it create a FAT16 filesystem?
by mgrayson
Wed Feb 27, 2008 9:52 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

crazyc wrote:Dosbox won't imgmount the filesystem on a disk that contains FAT32 (at least not yet, maybe I'll work on that), but pre-win95 osr2 DOS won't either.
Oh. What filesystem do you have on your memstick?
by mgrayson
Wed Feb 27, 2008 8:56 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

No luck using DOS. I imgmount'd and then booted DOS, but it just complains no fixed disks present.

Since I've got this thing building, is there anything you can recommend for me to fprintf somewhere that might illuminate this problem?
by mgrayson
Tue Feb 26, 2008 11:23 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

crazyc wrote:Is this formatted with FAT32?
It's got the default FAT32 formatting it came with.
by mgrayson
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:

Code: Select all

imgmount 2 msstor0: -fs none
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.
by mgrayson
Tue Feb 26, 2008 10:21 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Try it with my build in 1.50 (compatibility or not, doesn't matter). I think I made this change to libc to make it work: With your build, in 1.5 compatibility mode, and my 4 Gb in I get: Z:\>imgmount c msstor0: -t hdd -fs fat Can't create drive from file. With your build in 3.71 I g...
by mgrayson
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)
by mgrayson
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&...
by mgrayson
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...
by mgrayson
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...
by mgrayson
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.
by mgrayson
Thu Feb 21, 2008 6:42 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Here's my dosbox.conf heavily snipped, maybe you'll see something amiss that I don't: [sdl] fullscreen=true fulldouble=false fullresolution=original windowresolution=original output=surface autolock=true sensitivity=50 waitonerror=true priority=higher,normal mapperfile=mapper.txt use...
by mgrayson
Thu Feb 21, 2008 6:35 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 655902

Re: building dosbox

crazyc wrote:I don't know, it works fine here as long as the memory stick is not otherwise mounted.
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)
by mgrayson
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...
by mgrayson
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

Code: Select all

imgmount d msstor0: -t hdd -fs fat
I get
Could not load image file. Check that the path is correct and the image is accessible.
This is without anything else on the memory stick mounted (I tried it with a folder mounted normally before...whoops).
by mgrayson
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...
by mgrayson
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.
by mgrayson
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...