English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 08 July 2012, 14:04   #101
altcomputing
MC68060@85MHz
 
altcomputing's Avatar
 
Join Date: Jan 2011
Location: Poland/Wroclaw
Age: 38
Posts: 76
graphics.library is regular OS3.1 one, patches are out in this config, even MCP is not running.
altcomputing is offline  
Old 08 July 2012, 14:09   #102
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Setpatch version ?
Foul is offline  
Old 08 July 2012, 14:11   #103
altcomputing
MC68060@85MHz
 
altcomputing's Avatar
 
Join Date: Jan 2011
Location: Poland/Wroclaw
Age: 38
Posts: 76
SetPatch is 44.38, AmigaOS ROM Update from 3.9BB2 and scsi.device 43.45.
altcomputing is offline  
Old 08 July 2012, 15:37   #104
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,377
Please try this ADF-image, it's important to have mathtrans.library and mathieeedoubbas.library installed. This ADF has all files to display all icons successfully. Just compare the contents with your system.

Last edited by PeterK; 12 April 2022 at 12:35.
PeterK is offline  
Old 09 July 2012, 01:41   #105
altcomputing
MC68060@85MHz
 
altcomputing's Avatar
 
Join Date: Jan 2011
Location: Poland/Wroclaw
Age: 38
Posts: 76
First I checked on my "Low-end" setup:

With LoadMonDrvs (and Voodoo init) - the Qt, Prefs, Shell and CED icons are correct but lowcolor images, rest have fallen back to default "hammer" images.

Without LoadMonDrvs - the Qt, Prefs, Shell and CED icons are correct lowcolor images, rest are trash as usually.

But it works perfect from your bootdisk (it even liked my 060).

Gonna take a look inside and see what you have in there. May be some library or whatever...
altcomputing is offline  
Old 09 July 2012, 01:53   #106
altcomputing
MC68060@85MHz
 
altcomputing's Avatar
 
Join Date: Jan 2011
Location: Poland/Wroclaw
Age: 38
Posts: 76
I use HSMathLibs, but i replaced them with your libs. workbench.library is same, icon.library I updated from your disk. Everything else seems to be the same except for datatypes.library which i have version 44.47. No luck still.

Running FBlit solves the problem on my system, but why? I have to investigate that!
altcomputing is offline  
Old 09 July 2012, 02:15   #107
altcomputing
MC68060@85MHz
 
altcomputing's Avatar
 
Join Date: Jan 2011
Location: Poland/Wroclaw
Age: 38
Posts: 76
Hey, wait a minute, why on your bootdisk all icons are PNGs, but on my system they fallback to default when on PAL screen?

EDIT: Got it, infoPNG was missing. A Pole would say: It's a different pair of shoes now
altcomputing is offline  
Old 09 July 2012, 19:13   #108
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
aargghh still no way compiling asm sources.. even with PhxAss 4.44 or AsmPro :\

All the rest working well
Foul is offline  
Old 09 July 2012, 19:24   #109
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
I just had a quick look, if you want to assemble the source with AsmPro you'll have to change all dbra.s/dbra.w instructions to just "dbra". Dbf instructions don't have any distance specifier so dbra.s/.w is illegal.
StingRay is offline  
Old 09 July 2012, 19:43   #110
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
with or without modifying all dbra*, still got this error :



Same error with PhxAss 4.44
Foul is offline  
Old 09 July 2012, 19:50   #111
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Rename the DrawInfo label below to _DrawInfo and change beq.s DrawInfo to beq.s _DrawInfo.
StingRay is offline  
Old 09 July 2012, 19:56   #112
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
_Drawinfo renamed, ok, another _Screen renamed but :



Not very easy to learn asm ...
Foul is offline  
Old 09 July 2012, 20:00   #113
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Probably the wrong source to learn Asm. Rename ifdef to ifd.
StingRay is offline  
Old 09 July 2012, 20:05   #114
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
working but still somes errors... i stop here ... thx anyway
Foul is offline  
Old 09 July 2012, 20:06   #115
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
You're welcome. =) I may have a closer look at the source soon and fix it for AsmPro. Maybe.
StingRay is offline  
Old 09 July 2012, 20:11   #116
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
it's not very important but, i can learn some tricks using differents assembler... got AsmPro (my favorite), AsmOne, PhxAss, Devpac, and more...

Thank you for your help !

Time to go back to Peter's Topik
Foul is offline  
Old 10 July 2012, 14:22   #117
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,377
Quote:
Originally Posted by altcomputing View Post
I use HSMathLibs, but i replaced them with your libs...... Got it, infoPNG was missing. A Pole would say: It's a different pair of shoes now
Congratulations altcomputing,
you can keep using the HSMathLibs, and you can improve the speed of the png.datatype a little by replacing the 68000 version with the 68060 png.datatype. http://aminet.net/package/util/dtype/PNGdt44
Please, also have a look into the readme of my Aminet release for other optional libraries.

@Foul
Compiling my icon.library is NOT offtopic here. So, please don't hesitate to ask anything you want to know about compiling my messy sources. I'm using PhxAssGUI with the following settings (but PhxAssGUI won't work on the normal WinUAE, since it's a little buggy, tries to read from non-existing memory at -4)

@StingRay Thanks a lot for your help and suggestions! Indeed, you're right, DBcc always has a 16 bit displacement. I will change that. The problem with DrawInfo can probably be solved with the PhxAss option "no extern references". The sources can be compiled without any changes if you use my settings below:

Last edited by PeterK; 10 May 2018 at 21:23.
PeterK is offline  
Old 10 July 2012, 15:06   #118
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
thx you very much !

i'm using fs-uae and will try now with your settings...

still got errors with yours settings...

PhxAss : 4.44
PHXAss-GUI : V2.1

don't know why but PHXAss-Gui does't keep all settings when quitting... must re-configure each time @ launch...

Last edited by Foul; 10 July 2012 at 15:25.
Foul is offline  
Old 10 July 2012, 15:50   #119
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,377
Quote:
don't know why but PHXAss-Gui does't keep all settings when quitting... must re-configure each time @ launch...
That's the effect of this bug in PhxAssGUI:
Quote:
...but PhxAssGUI won't work on the normal WinUAE, since it's a little buggy, tries to read from non-existing memory at -4
It needs a particular result when reading from non-existing memory at -4. Usually, on a standard Amiga you will get 0xFFFFFFFF or -1 back, I guess. But UAE will return zero instead, except for my self-compiled WinUAE 1.11. Just in case, that I remember these things wrong, it could also be the opposite of what I said about the result.
PeterK is offline  
Old 10 July 2012, 15:59   #120
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
ans fs-uae is based on WinUAE code .. so it's normal
Foul is offline  
 


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ClassicWB Full and icon.library 46.4 Retroplay project.ClassicWB 8 05 August 2018 13:57
WB library conflict/versions Amiga1992 support.Apps 3 22 July 2010 18:47
PNG Icon to Color Icon Converter? Leandro Jardim request.Apps 1 24 May 2010 04:39
What's the latest version of icon.library for OS3.9? NovaCoder support.Apps 3 30 June 2009 15:43
Requesting icon.library v44+... nikvest request.Other 2 16 September 2007 01:58

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:29.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15333 seconds with 14 queries