Poster | Thread |
Deniil715
 |  |
How to run PersonalPaint on X1000? Posted on 15-Oct-2014 12:42:37
| | [ #1 ] |
|
|
 |
Elite Member  |
Joined: 14-May-2003 Posts: 4238
From: Sweden | | |
|
| When I try to run PPaint 7 on my X1000 it just tries to close WB and then nothing more happens. I have told it to keep WB open and to never attempt to close it, yet it tries that. It also doesn't start.
Do I have to fake chipmem somehow, or what's the problem? I know it worked on my XE with OS4.1. It always complained about memory and tried to close WB there as well, but then it run fine. _________________ - Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)  > Amiga Classic and OS4 developer for OnyxSoft. |
|
Status: Offline |
|
|
broadblues
 |  |
Re: How to run PersonalPaint on X1000? Posted on 15-Oct-2014 13:05:56
| | [ #2 ] |
|
|
 |
Amiga Developer Team  |
Joined: 20-Jul-2004 Posts: 4449
From: Portsmouth England | | |
|
| @Deniil715
PPaint Version ?
The Workbench closing is due to lack of chipmem, so you could add 2M at startup
SetPatch QUIET ADDCHIPRAM=2
It must have started at least to try an close the WB. Normally the screen at least is already open by then.
The other issue is that by default it will try and clone the WB screen, but that wont work for a X1000 (I presume your workbench isn't on a fakenative hirex laced screen )
THis will cause it to open some horid lores mode, that may not display on a raedeonHD.
Also adding fakechipmem will allow personal_angus_blit.library to belive it can work and then crash if planar on RTG is not enabled. (And maybe even if it is)
The easiet solution unless you really need to use it tomorrow, is to wait "two more weeks".
_________________ BroadBlues On Blues BroadBlues On Amiga Walker Broad |
|
Status: Offline |
|
|
broadblues
 |  |
Re: How to run PersonalPaint on X1000? Posted on 15-Oct-2014 13:07:45
| | [ #3 ] |
|
|
 |
Amiga Developer Team  |
Joined: 20-Jul-2004 Posts: 4449
From: Portsmouth England | | |
|
| |
Status: Offline |
|
|
Deniil715
 |  |
Re: How to run PersonalPaint on X1000? Posted on 15-Oct-2014 14:12:41
| | [ #4 ] |
|
|
 |
Elite Member  |
Joined: 14-May-2003 Posts: 4238
From: Sweden | | |
|
| @broadblues
I'll add the ADDCHIPRAM=2 to setpatch and see what happens. I have it configured to open a FullHD CLUT screen, RTG=1 WBCLOSE=0 WBENCH = 1 BLITLIBS = "personal_68020_blit.library", "personal_ppc_blit.library", 1
It worked on the A1-XE... But I think it now became stuck in memory with a screen mode that doesn't exist (from the XE config). Need to wait until Odyssey crashes the machine in a few days, and then I'll try again  _________________ - Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)  > Amiga Classic and OS4 developer for OnyxSoft. |
|
Status: Offline |
|
|
broadblues
 |  |
Re: How to run PersonalPaint on X1000? Posted on 15-Oct-2014 14:59:38
| | [ #5 ] |
|
|
 |
Amiga Developer Team  |
Joined: 20-Jul-2004 Posts: 4449
From: Portsmouth England | | |
|
| @Deniil715
Quote:
RTG=1 WBCLOSE=0 WBENCH = 1 BLITLIBS = "personal_68020_blit.library", "personal_ppc_blit.library", 1
|
That wont work at all personal_ppc_blit.library is for a classic PPC card (maybe WarpUp emulation might help but IIRC it doesn't work under X1000.)
personal_68020_blit.library is a cpu lib so shouldn't be in that slot (which is for blitter based libraries)
try.
BLITLIBS = "personal_agnus_blit.library", "personal_68000_blit.library", 0
or
BLITLIBS = "", "personal_68000_blit.library", 0
If that swap doesn't work thrn run it from the command line and check the error number, and I can check what error it corresponds to.
Or as I say wait a shortish while....
Last edited by broadblues on 15-Oct-2014 at 03:00 PM.
_________________ BroadBlues On Blues BroadBlues On Amiga Walker Broad |
|
Status: Offline |
|
|
Deniil715
 |  |
Re: How to run PersonalPaint on X1000? Posted on 16-Oct-2014 12:12:54
| | [ #6 ] |
|
|
 |
Elite Member  |
Joined: 14-May-2003 Posts: 4238
From: Sweden | | |
|
| @broadblues
I wonder what happened to my reply here...
Anyway: How could agnus possibly work? That should crash immediately. And 020 should emulate faster since Petunia supports all instructions of 020, no?
Anyway, I have changed the config to use 000 primarily and 020 secondarily, but now it seem stuck in memory so I have to wait until Odyssey crash the machine and I have to reboot... ;) _________________ - Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)  > Amiga Classic and OS4 developer for OnyxSoft. |
|
Status: Offline |
|
|