English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 24 March 2020, 21:12   #41
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
i'm using FBlit !

it's in my startup-sequence...

https://pastebin.com/NfEE9DHD if it can help.

(removed icon.library from Blizkick for the moment)
Foul is offline  
Old 24 March 2020, 21:30   #42
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
For the tests I used your AmigaTest.HDF from the 1. post of this thread. Of course, I know how to install FBlit or P96, but that was not required for checking your dot icon problem.

I think the bug is not fixed as long as there is no update for FS-UAE, but it may not be triggered that much obviously when you remove my library.
PeterK is offline  
Old 24 March 2020, 21:42   #43
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
Another weird issue just for exemple : simply click on any file .info in Dopus 4

with icon.library 46.4.527 : requester appear on the Workbench behind



icon.library 44.543 : requester appear inside Dopus



The good news is, it will speed up Frode to release a new version
Foul is offline  
Old 24 March 2020, 21:49   #44
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Never had that in WinUAE, but didn't test Dopus4 in FS-UAE yet. Let's see tomorrow ...

Update:
Tested Dopus 4.17pre21 successfully in FS-UAE with OS 3.1 and 3.9, no such hidden IconInfo window. Don't use the buggy 1260 emulation, it can cause a lot of unexpected errors. You can use the normal 68060 CPU instead.

Which OS are you using? I cannot test OS 3.5, and your icon.library is from OS 3.5. Which Dopus4 version, which screenmode and gfx driver? Usually, icon.library should have no influence on where Dopus4 opens the IconInfo window, but who knows ...

Check your Dopus4 configuration, for example the settings for Screen/Mode. Try to boot without SystemPatch.

Update2:
I've made a small debug package for Dopus4. It has no configuration files DirectoryOpus.CFG and DirectoryOpus.CLA in the s/ directory. Before you start this debug version make sure that no other instance of Dopus is running and that neither dopus.library exists in Libs: nor DopusRT in C: or somewhere else in the PATH and you have no Assign for Dopus:.

You can run this debug version once with my library and another time with the other icon.library, then double-click on an icon in Dopus to open the IconInfo window, and you should get some Sashimi output in a console window. Click into that window and type <CTRL>+<F> to get a copy of the output in T:Sashimi.out. Give that file a reasonable name and save it. You can also repeat the tests with your DirectoryOpus.CFG and DirectoryOpus.CLA in the s/ directory. Upload the 2 or 4 log files and your configuration, too. Maybe they can give some information about what happens with your IconInfo window, although I couldn't see anything on my system.

Important: Disable all your patch programs like SystemPatch, MCP and all window related commodities while you are doing any tests.
Attached Files
File Type: lha DebugDopus.lha (433.7 KB, 125 views)

Last edited by PeterK; 28 March 2020 at 06:33.
PeterK is offline  
Old 21 May 2020, 11:49   #45
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Quote:
Originally Posted by FrodeSolheim View Post
...
Anyway, regarding the possible JIT bug, since it seems to not occur in the in-progress development version, I suggest we wait and do more testing when the next development release is out.
I've tested MOVEM.W with FS-UAE 3.0.5 again and the bug with the missing word to longword sign extension persists for the Jit in 1260, 060 and 040. You can use my attached test program to reproduce it without needing my icon.library.

MOVEM.W occurs 64 times in my code and probably also in many other programs. If that doesn't work correctly it can cause a lot of unexpected behavior. It's important to repeat any Jit test at least 5-6 times in order to start the Jit execution, otherwise you will only see the correct results of the non-Jit emulation. Your 020 code still works correctly.

Ooops, added a missing Null in my code after the linefeed, but the test program was ok, nothing changed.
Attached Files
File Type: lha Movem.W_test.lha (74.0 KB, 137 views)

Last edited by PeterK; 21 May 2020 at 13:45.
PeterK is offline  
Old 22 May 2020, 15:09   #46
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
On my system :

icon.library 44.543



icon.library 46.4.533 (020)

Foul is offline  
Old 22 May 2020, 15:42   #47
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
3.0.5 does not contain any fixes relevant for JIT. But thanks for the test program, I can use that to test the in-development dev version
FrodeSolheim is offline  
Old 22 May 2020, 16:09   #48
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Thanks Foul, but my Movem.W_test doesn't use any icon.library at all. You must have changed something else in your 44.543 configuration of FS-UAE, too. Probably "JIT OFF".

@FrodeSolheim
Sorry, I did not test with your development version yet. Your lower dev version number 2.9.12 confused me too much. Is the dev version older or newer than your latest release version 3.0.5?
Attached Thumbnails
Click image for larger version

Name:	FS-UAE3.0.5_iconlib44.543.png
Views:	132
Size:	50.6 KB
ID:	67467  

Last edited by PeterK; 22 May 2020 at 16:32.
PeterK is offline  
Old 22 May 2020, 17:19   #49
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
Quote:
Originally Posted by PeterK View Post
Thanks Foul, but my Movem.W_test doesn't use any icon.library at all. You must have changed something else in your 44.543 configuration of FS-UAE, too. Probably "JIT OFF".

@FrodeSolheim
Sorry, I did not test with your development version yet. Your lower dev version number 2.9.12 confused me too much. Is the dev version older or newer than your latest release version 3.0.5?
In my test i just replaced the icon.library ..it's all !!! my config is untouched between the reboot... (i quit fs-uae and re-launch, just to be sure icon.library is loaded but Blizkick...)
Foul is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Crash with JIT and ReSource mark_k support.WinUAE 1 14 April 2017 12:48
WB 1.3 BindDrivers crash with JIT mark_k support.WinUAE 8 23 April 2012 18:32
Shapeshifter and Fusion crash without JIT enabled clauddio support.WinUAE 3 12 March 2012 11:44
Happy Xmas all (or happy holidays) + crash prob Mclane support.WinUAE 2 29 December 2004 22:34
JIT Emulation Doozy support.WinUAE 2 17 January 2002 07:14

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 14:05.

Top

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