VOGONS

Common searches


GUS Propatches

Topic actions

First post, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie

Has anyone successfully installed the propatches from here:

[/url]www.vogons.org/viewtopic.php?t=16974&po ... art=20[url]

Just tried installing the PPL150 stuff on my 486 PC but got an error message and nothing installed, have put the correct SET PROPATS env and rebooted before the install
[/url]

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 2 of 21, by 5u3

User metadata
Rank Oldbie
Rank
Oldbie

I installed them sucessfully on my systems some time ago (before the VOGONS thread you mentioned was created). Can't remember where I got the files though.

It would help if you posted the error message that came up before the installation went wrong.

Reply 3 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
5u3 wrote:

I installed them sucessfully on my systems some time ago (before the VOGONS thread you mentioned was created). Can't remember where I got the files though.

It would help if you posted the error message that came up before the installation went wrong.

This is what it looks like:

Here you see that the paths are correct acoording to the instructions in the pro patch (PPL150) folder

p1010230wn5.jpg

This is the error I get when try to launch the patch process with the corecct command:

p1010233up5.jpg

The patch menu without directly launcing the patching by command line:

p1010235ux5.jpg

The result after choosing "S" which is the same as lancing the patch process with the command line:

p1010237vg4.jpg

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 4 of 21, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author
#define DOSERR_ACCESS_DENIED 5

This is errorcode 5 access denied. Did you check with attrib for read only ?

Water flows down the stream
How to ask questions the smart way!

Reply 5 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
Qbix wrote:
This is errorcode 5 access denied. Did you check with attrib for read only ? […]
Show full quote
#define DOSERR_ACCESS_DENIED 5

This is errorcode 5 access denied. Did you check with attrib for read only ?

How do I check that?

Maybe my ULTRASND folder is read only...... 😵

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 7 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
Qbix wrote:

attrib

Seems like it only checks files and not directorys but now I've set all files in the ultrasnd + other subdirs to "archive" attribute but still get the same error 😕

Edit: now I have set all folders so they have an "A" as attribut but still same problem

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 8 of 21, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

A(rchive) means that the next time you backup program is run, this file should be be archived.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 9 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
MiniMax wrote:

A(rchive) means that the next time you backup program is run, this file should be be archived.

doh! mys dos skills is a bit err....rusty 😁

So what syntax shall I use with the attrib command?

http://www.computerhope.com/attribhl.htm

I used ex. "attrib -r C:\ULTRASND"

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 10 of 21, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

-R means clear/minus the Read-Only bit.
+R means set/add the Read-Only bit.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 11 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
MiniMax wrote:

-R means clear/minus the Read-Only bit.
+R means set/add the Read-Only bit.

mmm....so what exactly what command make my dirs "writable"?

Doesn't seem to exist such a command syntax 😕

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 12 of 21, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

What attributes (read-only, read/write, archive, hidden, non-hidden, system, non-system, blue, yellow, green or murky) are set on that damned directory?

http://www.microsoft.com/technet/archive/msdo … 1.mspx?mfr=true

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 13 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
MiniMax wrote:

What attributes (read-only, read/write, archive, hidden, non-hidden, system, non-system, blue, yellow, green or murky) are set on that damned directory?

http://www.microsoft.com/technet/archive/msdo … 1.mspx?mfr=true

A damned "A" 😁 when I check the attribute with "attrib" and with DOS NAVIGATOR file manager

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 14 of 21, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Well then fire up some debugger and see why int21/3d or similar fail.
As Qbix already noted the runtime error signals failed access to some
file be it in the original directory or in some directory it wants to update,
maybe even config.sys or whatever.

Reply 15 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
wd wrote:
Well then fire up some debugger and see why int21/3d or similar fail. As Qbix already noted the runtime error signals failed acc […]
Show full quote

Well then fire up some debugger and see why int21/3d or similar fail.
As Qbix already noted the runtime error signals failed access to some
file be it in the original directory or in some directory it wants to update,
maybe even config.sys or whatever.

I really suck when it comes to DOS, when you say debugger...is there a utility like SNOOPDOS like we have on the Amiga?

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 16 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
Amigaz wrote:
wd wrote:
Well then fire up some debugger and see why int21/3d or similar fail. As Qbix already noted the runtime error signals failed acc […]
Show full quote

Well then fire up some debugger and see why int21/3d or similar fail.
As Qbix already noted the runtime error signals failed access to some
file be it in the original directory or in some directory it wants to update,
maybe even config.sys or whatever.

I really suck when it comes to DOS, when you say debugger...is there a utility like SNOOPDOS like we have on the Amiga?

Update:

Found a snoopdos variant for PC DOS but not sure vhat to tell from this below, it just seem to stop after attempting to apply to first patch?

Top of report:

p1010230ib5.jpg

End of report:

p1010233za0.jpg

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 17 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie

errmm...got it working 😁

You guys were right all along...it was a "read only" attrib issue 😉

My retro computer stuff: https://lychee.jjserver.net/#16136303902327

Reply 19 of 21, by Amigaz

User metadata
Rank Oldbie
Rank
Oldbie
wd wrote:

Which file(s) were that?

All the .pat files were READ ONLY 😜

Damn...WinRAR on my Mac had removed the correct attributes when I unpacked them

Had to change the attribs on the 1.60 + 1.61 versions of the propatches now also

Thanks everyone who pointed me in the right direction 😀

My retro computer stuff: https://lychee.jjserver.net/#16136303902327