Click Here
home features news forums classifieds faqs links search
6127 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
22 crawler(s) on-line.
 95 guest(s) on-line.
 1 member(s) on-line.


 AmigaMac

You are an anonymous user.
Register Now!
 AmigaMac:  34 secs ago
 bhabbott:  6 mins ago
 minator:  11 mins ago
 DWolfman:  11 mins ago
 otiscavin:  16 mins ago
 MEGA_RJ_MICAL:  58 mins ago
 klx300r:  1 hr 12 mins ago
 DiscreetFX:  1 hr 17 mins ago
 Rob:  1 hr 36 mins ago
 Hammer:  1 hr 37 mins ago

/  Forum Index
   /  Classic Amiga Software
      /  How to run PersonalPaint on X1000?
Register To Post

PosterThread
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
Profile     Report this post  
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
Profile     Report this post  
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

@broadblues

PS I'll tell exactly what you are waiting those "two weeks" for at AmiWest.

_________________
BroadBlues On Blues BroadBlues On Amiga Walker Broad

 Status: Offline
Profile     Report this post  
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
Profile     Report this post  
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
Profile     Report this post  
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
Profile     Report this post  

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle