English Amiga Board    


Go Back   English Amiga Board > » Support > support.WinUAE

Closed Thread
 
Thread Tools
Old 03 June 2007, 19:02   #41
billy
Registered User
 
Join Date: Jun 2005
Location: US / A
Age: 35
Posts: 126
Quote:
Originally Posted by Toni Wilen
Still can't duplicate and new dump file is identical. I am confused. Looks like I have to test on XP later..
A bit more information...
Tested on MS Vista Enterprise, problem persists using the A3000 Qstart config.

However when disabling JIT the symptom changes to this (XP/Vista):
o Launch WinUAE b4
o A3000 Quickstart Model: A3000 | Config: 1.4 ROM, 2MB Chip + 8MB Fast
o Select Disk image - SuperKickstart [symptom occcurs w/all adf's tested]
* Disable JIT in CPU and FPU
o Press Start
o Under Kickstart 1.3, click Floppy
o When KS screeen appears, Soft Reset with CTRL+AmiL+AmiR
+ System will reset to the KS 1.3 splash no matter how may time you perform the Soft Reset
o Hard Reset with CTRL+AmiL+ALT+AmiR
o Under Kickstart 2.x, click Floppy
o When KS screeen appears, Soft Reset with CTRL+AmiL+AmiR
+ Yellow screen is seen, then same KS 2.0 screen appears.
o When KS screeen appears, Soft Reset with CTRL+AmiL+AmiR
+ Kickstart selection screen appears.
o Under Kickstart 2.x, click Floppy
o When KS screeen appears, Soft Reset with CTRL+AmiL+AmiR
+ Yellow screen is NOT seen, and Kickstart selection screen appears.

Last edited by billy; 03 June 2007 at 19:11.
billy is offline  
Old 03 June 2007, 22:19   #42
alanwall
Registered User
 
alanwall's Avatar
 
Join Date: Nov 2006
Location: Eugene,Oregon,USA
Posts: 21
no was not a beta so probaly should not have posted here
alanwall is offline  
Old 05 June 2007, 15:42   #43
Mclane
Registered User
 
Mclane's Avatar
 
Join Date: Apr 2002
Location: London
Posts: 210
Bug?

Using B4.

I default to the quickstart screen and have noticed that if I choose a machine say A500+ and hit start I cannot then add a cartridge rom file unless I quit Winuae and start again, well I can choose one but it does not work. If I then choose a machine type and pick a cartridge rom straight away I can swap the cart roms around say from AR3 to HRTMON without the need of a complete shutdown, just resetting the virtual Amiga kicks in the selected cart rom.

This happens regardless of machine type picked at the Quickstart.

Don't know if this is what's meant to happen or not?
Mclane is offline  
Old 07 June 2007, 14:20   #44
Carcenomy
Registered User
 
Carcenomy's Avatar
 
Join Date: Nov 2006
Location: Invercargill, New Zealand
Age: 25
Posts: 19
Send a message via ICQ to Carcenomy Send a message via MSN to Carcenomy
Quote:
Originally Posted by Toni Wilen
Crash = "out of bounds" error? (dialog and also in winuaelog.txt) It means your HDF was smaller than size specified in partition table (see below)

Problem is A590 install disk, HDToolbox that comes with A590 install disk only understands SCSI-1 INQUIRY format and SCSI emulation uses SCSI-2 which means "Read Configuration from Drive" fails to work. You need to manually adjust drive parameters until drive size is smaller than size of HDF.

I guess using SCSI-1-style inquiry response when using A590/A2091 should fix this problem without any side-effects.

"out of bounds" crash will be fixed soon.
Nice, all seems to be working now. I'd do some more thorough testing but I don't have a videocard for my Windows box any longer

Keep up the good work Toni, it's much appreciated.
Carcenomy is offline  
Old 12 June 2007, 22:29   #45
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Some random news.. Popular feature request(s) finally implemented.

- mount archive/plain file as an emulated harddrive. All usual archive formats supported. read-only. ("hot swapping" would be really nice extra feature but I don't know how removable media is supposed to work in filesystem level)

- added lha (lzh) support (archive harddrive feature without lha-support would have been quite useless)

- archive handling code was completely rewritten, it was really ugly mess of pointless code duplication..

- [new] added lzx support

ADDED: new compression helper functions also allow semi-pointless features like archive as a virtual hardfile (or even real directory as a virtual hardfile..) Need only "FFS" emulation to create virtual memory image of hardfile on the fly (files will be "loaded" in hardfile image only when any of blocks allocated for file is first accessed for best performance)

(not totally pointless if you want to play with IDE/SCSI hardware emulation without real hardfiles)

Beta 5 ETA: weekend/next week.

Last edited by Toni Wilen; 13 June 2007 at 23:03.
Toni Wilen is offline  
Old 18 June 2007, 16:51   #46
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
http://www.winuae.net/files/b/winuae_1430b5.zip

ROM rescan needed again.

Beta 5:

- JIT on/off switching via uae-configuration re-enables direct mode This time it really should work as designed.
- video recording sound pitch change fix (side-effects possible..)
- random FPU fixes from Aranym (which btw, isn't feature complete either, at least float to integer clamping is missing)
- rom scanner uses SHA-1 now (instead of CRC32)
- archive as a harddrive emulation. Data is decompressed on the fly. Only directory tree is allocated in memory during mount-phase. "file not found error" will be returned if decompression fails (corrupt archive?) Already decompressed files will be left in memory (memory is cheap, repeated decompression can be slow)
- archive support completely rewritten (memory/file leaks possible) Recursive decompression possible (not yet enabled and not fully implemented), not sure if I enable it later or not.. (would enable transparent archives inside archives inside archives etc..)
- work in progress (this is really crazy idea..): xfd (Amiga decompression library) slave library support via separate 68k emulation instance Crazy or very stupid idea, not sure yet.. It would enable full transparent decompression support of nearly every Amiga compression format..
- built-in lha/lzh archive support added
- built-in lzx archive support added (store mode not supported yet)
- "add directory/archive" harddrives: only path is mandatory, volume name (if left empty) is automatically generated from selected path
- added "add archive" harddrive type. Single plain file also accepted.
- real harddrive "safety check" system changed, now all drives are listed (and marked as empty,non-empty or RDB) but drive is not mounted if safety check is not disabled and drive is non-empty.
- disable "add harddrive" on vista without full admin privileges
- harddisk panel directory and archive dragndrop added
- included beta updated rtg.library, fully enables >1024 pixel wide bitmaps (including acceleration), obsoletes picasso96fix. (BR)
Toni Wilen is offline  
Old 18 June 2007, 17:30   #47
killergorilla
Evil Corporation #5
 
killergorilla's Avatar
 
Join Date: Jan 2003
Location: UK
Age: 28
Posts: 7,606
These are some seriously interesting changes/additions.

Sounds VERY interesting Toni, many thanks.
__________________
I'm totally gratified that people find Interceptor worthy of being downloaded and played after so many years especially in light of its rather rudimentary visual content by standards constantly increasing over time.
killergorilla is offline  
Old 18 June 2007, 22:17   #48
Jimbo
Registered User
 
Jimbo's Avatar
 
Join Date: Jul 2006
Location: Leiston Suffolk
Age: 31
Posts: 459
Awesome. Thanks
Jimbo is offline  
Old 18 June 2007, 23:03   #49
turrican3
the amiga will never die!
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 34
Posts: 1,616
thanks for this one toni.
I have a perhaps stupid question? but what must i do with rtg.library, i have the rtgmaster library but not rtg.library and i don't know when rtg.library is used?
Sorry if this is a stupid question
turrican3 is offline  
Old 18 June 2007, 23:38   #50
Mad-Matt
BoxIcons
 
Mad-Matt's Avatar
 
Join Date: Jan 2005
Location: Lincoln / UK
Age: 31
Posts: 1,010
Send a message via ICQ to Mad-Matt Send a message via MSN to Mad-Matt
for if you use p96 rtg
__________________
Amiga A1200T - BPPC 040/25 603/175 96mb Ram - Bvision, CGX v4 RTG. OS3.9 + OS4 dual boot.
Mad-Matt is offline  
Old 19 June 2007, 15:49   #51
Mclane
Registered User
 
Mclane's Avatar
 
Join Date: Apr 2002
Location: London
Posts: 210
Lots of crashes with b5

I initially added the new beta just as I've done every time and it crash dumped, not wishing to just post about it I've been shuffling bits about hoping to find out what was causing it.

After lots of messing around I found that if the rom.key file was anywhere in the Winuae path it caused an immediate crash and dump.

Dunno why, hope it might help some?

Never done this before so I presume its part of the new rom scanning technique

Crash dump as attachment
Attached Files
File Type: zip winuae_1435_20070619_144550.zip (8.7 KB, 84 views)
Mclane is offline  
Old 19 June 2007, 22:27   #52
Retroplay
Registered WHDLoad user
 
Retroplay's Avatar
 
Join Date: Sep 2004
Location: Frederikshavn, Denmark
Age: 35
Posts: 1,000
Quote:
Originally Posted by Toni Wilen
- video recording sound pitch change fix (side-effects possible..)
Works great.
__________________
RIP mom (1953-2008)
Retroplay is offline  
Old 20 June 2007, 10:31   #53
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Quote:
Originally Posted by Mclane
I initially added the new beta just as I've done every time and it crash dumped, not wishing to just post about it I've been shuffling bits about hoping to find out what was causing it.

After lots of messing around I found that if the rom.key file was anywhere in the Winuae path it caused an immediate crash and dump.
I don't see how rom.key can cause this crash.. As far as I see only unsupported (basically rar with no winrar/unrar.dll or archiveaccess.dll) or corrupted archive are the only possible reasons. (and this is now fixed)

Do you have any compressed (rar?) archives in your rom path?
Toni Wilen is offline  
Old 20 June 2007, 12:30   #54
Mclane
Registered User
 
Mclane's Avatar
 
Join Date: Apr 2002
Location: London
Posts: 210
Quote:
Originally Posted by Toni Wilen
I don't see how rom.key can cause this crash.. As far as I see only unsupported (basically rar with no winrar/unrar.dll or archiveaccess.dll) or corrupted archive are the only possible reasons. (and this is now fixed)

Do you have any compressed (rar?) archives in your rom path?
No compressed roms of any kind in the rom path, all the rom files are the same ones I've had in there (99% TOSEC named files) and a GVP rom.

Missing the A590/2091 and High end rom?.

The bootlog text does show this as the last entry (only just seen this)

"failed to open archiveaccess.dll"

But the second I put that rom.key file in the roms dir or anywhere in the Winuae directory it causes a crash and dump. The only rar files I have are in a CD32 directory within the Winuae dir but they have been there for at least a year plus.

Not a real problem as I just take the rom.key file out and all is fine.
Mclane is offline  
Old 20 June 2007, 12:36   #55
Mclane
Registered User
 
Mclane's Avatar
 
Join Date: Apr 2002
Location: London
Posts: 210
Ack...........

Just thought I'd check out the rom.key file and if I try and open it with Winrar, it comes up as a corrupt file but shows a file in it called "Orange 8 (1995)(Abyss).exe" so I now know its not a rom key file at all and as you say a corrupt file. Bloody thing was the exact same size as a real rom.key file too, god knows how that's happened.

The real genuine rom.key file works perfectly.

Many apologies Toni, it only came to light with the new beta.

Last edited by Mclane; 20 June 2007 at 12:45.
Mclane is offline  
Old 20 June 2007, 20:41   #56
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 2,672
bsdsocket emulation stops working after a soft reset. I get error "38, Socket operation on non-socket" from smbfs and IBrowse displays a similar message.
__________________
Home: thomas-rapp.homepage.t-online.de
Email: thomas-rapp@web.de
thomas is offline  
Old 21 June 2007, 12:20   #57
hexaae
Registered User
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 34
Posts: 583
Quote:
Originally Posted by thomas
bsdsocket emulation stops working after a soft reset. I get error "38, Socket operation on non-socket" from smbfs and IBrowse displays a similar message.
Un-confirmed. Works fine here. Tested after 2 resets: one from WUAE window other using C:Reboot. IB always working.
__________________
Real A1200, OS3.9 (BB2+OS39_update_patches), Blizzard1260 at 66Mhz, 64MB fast, AGA-only Multiscan 656x492x7bit WB, FBlit 3.79a, BlazeWCP 1.74, FText 1.7, Scandex external scandoubler, PCMCIA Genius ME3000II etc. WinUAE.

Laptop HP Pavilion dv5-1110el, Vista Home Premium (SP2, OEM, x86, Ita), 4GB DDR2, GeForce 9600M GT (Forceware 188.17).
hexaae is offline  
Old 22 June 2007, 10:17   #58
Mad-Matt
BoxIcons
 
Mad-Matt's Avatar
 
Join Date: Jan 2005
Location: Lincoln / UK
Age: 31
Posts: 1,010
Send a message via ICQ to Mad-Matt Send a message via MSN to Mad-Matt
just instaed the new beta and rtg lib. im getting an oddity where once the emu is booted , jit is stuck in indirect mode making it slow. I can enable dissable jit to regain control of the options, but after a reset its locked to indirect again unless i do the above again.
__________________
Amiga A1200T - BPPC 040/25 603/175 96mb Ram - Bvision, CGX v4 RTG. OS3.9 + OS4 dual boot.
Mad-Matt is offline  
Old 22 June 2007, 12:44   #59
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Quote:
Originally Posted by Mad-Matt
just instaed the new beta and rtg lib. im getting an oddity where once the emu is booted , jit is stuck in indirect mode making it slow. I can enable dissable jit to regain control of the options, but after a reset its locked to indirect again unless i do the above again.
There must be something in the log..
Toni Wilen is offline  
Old 22 June 2007, 14:24   #60
Mad-Matt
BoxIcons
 
Mad-Matt's Avatar
 
Join Date: Jan 2005
Location: Lincoln / UK
Age: 31
Posts: 1,010
Send a message via ICQ to Mad-Matt Send a message via MSN to Mad-Matt
sorry, how could i have forgot those
Attached Files
File Type: txt winuaebootlog.txt (10.5 KB, 72 views)
File Type: txt winuaelog.txt (10.7 KB, 71 views)
__________________
Amiga A1200T - BPPC 040/25 603/175 96mb Ram - Bvision, CGX v4 RTG. OS3.9 + OS4 dual boot.
Mad-Matt is offline  
Old 23 June 2007, 13:49   #61
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
http://www.winuae.net/files/b/winuae_1430b6.zip

Beta 6:

- rar unpacking double memory deallocation (unrar.dll is still the most stupidly designed unpacking library)
- crash if dearchiver (rar or archiveaccess) was not available
- hardfile filesys loader/relocator sometimes incorrectly allocated code/data space from chip memory
- lha/lzh archive detection fixed
- P96 ram allocation forced indirect JIT mode
- -datapath fixed, overrides paths-panel paths again

- recursive harddrive archive support enabled

Archives inside archive are only unpacked when first accessed for best performance. Tested by creating 200MB zip archive that contained ~250 pre-installed zipped WHDLoad demo slaves. (Note that this can confuse some programs because size of "harddrive" gets bigger and bigger the more archives inside archives are unpacked..)

Original archive is "duplicated" as a directory called <name of archive>.DIR

"file not found" or "empty directory" is returned if decompression fails

In future there may be options to disable recursive archive support and ability to replace original archive file with unpacked directory (without .DIR extension) Another future idea is write access (to separate "diff" directory)


Note: rar archive inside another archive can not be unpacked without archiveaccess.dll (unrar.dll can't do it without temp files and I refuse to use temp files)
Toni Wilen is offline  
Old 23 June 2007, 14:19   #62
StevenJGore
Apprentice Modder
 
StevenJGore's Avatar
 
Join Date: Feb 2004
Location: West Yorkshire, UK
Age: 32
Posts: 475
Hi Toni,

Thanks for the Beta!

I'm still having problems with ROM recognition though. This is what WinUAE reports as being available:



And here's what is in my ROM directory:



All ROMs are reported correctly with WinUAE 1.4.2a and earlier.

Thanks!
Steve.
StevenJGore is offline  
Old 23 June 2007, 15:16   #63
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Quote:
Originally Posted by StevenJGore
I'm still having problems with ROM recognition though. This is what WinUAE reports as being available:
Can you run: "fsum.exe -crc32 -sha1 *.* > crc.txt" and attach or email crc.txt file.

fsum can be downloaded from: http://www.slavasoft.com/fsum/
Toni Wilen is offline  
Old 23 June 2007, 17:44   #64
Mad-Matt
BoxIcons
 
Mad-Matt's Avatar
 
Join Date: Jan 2005
Location: Lincoln / UK
Age: 31
Posts: 1,010
Send a message via ICQ to Mad-Matt Send a message via MSN to Mad-Matt
Great work with the update, previous reported issue fixed, and also the fpu issue with mmulib 040 lib seems fixed too. Thx again

question, what makes High End Winuae become available ?
__________________
Amiga A1200T - BPPC 040/25 603/175 96mb Ram - Bvision, CGX v4 RTG. OS3.9 + OS4 dual boot.

Last edited by Mad-Matt; 23 June 2007 at 19:39.
Mad-Matt is offline  
Old 23 June 2007, 19:29   #65
StevenJGore
Apprentice Modder
 
StevenJGore's Avatar
 
Join Date: Feb 2004
Location: West Yorkshire, UK
Age: 32
Posts: 475
Quote:
Can you run: "fsum.exe -crc32 -sha1 *.* > crc.txt" and attach or email crc.txt file.
I don't think it worked?...

Quote:
; SlavaSoft Optimizing Checksum Utility - fsum 2.52.00337 <www.slavasoft.com>
;
; Generated on 06/23/07 at 18:28:35
;
DENIED ***** crc.txt
7634c61e ?CRC32*fsum.exe
7c414fdc9f3afd80ed3c56aa250e1758a9142f8b ?SHA1*fsum.exe
DENIED ***** NTUSER.DAT
DENIED ***** ntuser.dat.LOG1
DENIED ***** ntuser.dat.LOG2
DENIED ***** NTUSER.DAT{0f69446d-6a70-11db-8eb3-985e31beb686}.TM.blf
DENIED ***** NTUSER.DAT{0f69446d-6a70-11db-8eb3-985e31beb686}.TMContainer00000000000000000001.regtrans-ms
DENIED ***** NTUSER.DAT{0f69446d-6a70-11db-8eb3-985e31beb686}.TMContainer00000000000000000002.regtrans-ms
ca941d48 ?CRC32*ntuser.ini
7894ec01651ff3fcdf9d117f416875bbaef03b6d ?SHA1*ntuser.ini
Running fsum with admin rights produced a blank output file.

Steve.
StevenJGore is offline  
Old 23 June 2007, 20:18   #66
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Quote:
Originally Posted by StevenJGore
I don't think it worked?...



Running fsum with admin rights produced a blank output file.

Steve.
Run it in your ROM directory
Toni Wilen is offline  
Old 23 June 2007, 21:56   #67
StevenJGore
Apprentice Modder
 
StevenJGore's Avatar
 
Join Date: Feb 2004
Location: West Yorkshire, UK
Age: 32
Posts: 475
Quote:
Originally Posted by Toni Wilen
Run it in your ROM directory
Thanks Toni! See attached text file.

Steve.
Attached Files
File Type: txt crc.txt (4.3 KB, 145 views)
StevenJGore is offline  
Old 24 June 2007, 09:39   #68
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
ROM scanner ignored overdumped roms (512k dump of 256k rom), will be fixed in next beta.
Toni Wilen is offline  
Old 24 June 2007, 10:11   #69
StevenJGore
Apprentice Modder
 
StevenJGore's Avatar
 
Join Date: Feb 2004
Location: West Yorkshire, UK
Age: 32
Posts: 475
Thanks Toni.
StevenJGore is offline  
Old 24 June 2007, 17:35   #70
Retroplay
Registered WHDLoad user
 
Retroplay's Avatar
 
Join Date: Sep 2004
Location: Frederikshavn, Denmark
Age: 35
Posts: 1,000
Not a bug report but.. what is High end WinUAE ?
__________________
RIP mom (1953-2008)
Retroplay is offline  
Old 24 June 2007, 20:58   #71
rsn8887
Registered User
 
rsn8887's Avatar
 
Join Date: Oct 2006
Location: Norman / USA but born in Hannover / Germany
Posts: 438
a new beta!
Big thanx to Toni for working so hard on the magic of WinUAE and sharing his betas with this great forum

rsn8887 is offline  
Old 24 June 2007, 23:19   #72
hipoonios
Registered User
 
hipoonios's Avatar
 
Join Date: Apr 2005
Location: Sweden
Age: 32
Posts: 199
I have the same problem as StevenJGore with latest beta. But the strange thing is when i change back to a previous version i still having problems.

I'm of course using the build in quickstart configs. So its not a problem with my configs.
hipoonios is offline  
Old 27 June 2007, 17:28   #73
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
http://www.winuae.net/files/b/winuae_1430b7.zip

Beta 7:

- rom scanner detects overdumped roms again
- added "(SK)" to A3000 KS 1.3 ROM name (SuperKickstart disk rip, this version has never been in ROM chip format, only included because it comes with AF)
- removed A4091 boot rom from scan result dialog (NCR SCSI won't be implemented in next version)
- removed add host scsi from advanced chipset (not working)
- added more rom choices to "highend" configuration
- rom scanner didn't write full path to registry (zipped roms)
- command line configuration parameters accept compressed configuration files ("-f myconfigurations.zip\myconfig.uae")
- some dms compressed files failed to decompress and also took very long time to finish
- disk history is updating correctly again
- new rtg.library version number bump. added warning if older library is installed. NOTE: new rtg.library is fully compatible with older (Win)UAE versions.
- disabled CDTV debug logging
- hrtmon works again
- gzip decompression works again
Toni Wilen is offline  
Old 27 June 2007, 17:54   #74
StevenJGore
Apprentice Modder
 
StevenJGore's Avatar
 
Join Date: Feb 2004
Location: West Yorkshire, UK
Age: 32
Posts: 475
Quote:
- rom scanner detects overdumped roms again
Thanks Toni, it works fine now. All ROMs reported correctly!

Steve.
StevenJGore is offline  
Old 29 June 2007, 17:18   #75
spannernick
A500 3D Modeler Dude
 
spannernick's Avatar
 
Join Date: Aug 2004
Location: London,UK
Age: 39
Posts: 257
Send a message via MSN to spannernick Send a message via Yahoo to spannernick
All working here too..
__________________
Spanner..

Classic Hits UK.. (Formally known as Amiga Hits Radio)
Some hits for all the Amiga fans on here too.:)
http://chr.awardspace.co.uk

Enjoy..
spannernick is offline  
Old 29 June 2007, 21:53   #76
sink
Registered User
 
Join Date: Jan 2006
Location: france
Age: 39
Posts: 141
forme too
sink is offline  
Old 30 June 2007, 17:34   #77
hexaae
Registered User
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 34
Posts: 583
Mmmh, this beta crashes randomly and often on quit (screen gets closed and everything seems ok, but then...):

Nome evento problema: APPCRASH
Nome applicazione: winuae.exe
Versione applicazione: 1.4.2.0
Timestamp applicazione: 46826b67
Nome modulo con errori: ntdll.dll
Versione modulo con errori: 6.0.6000.16386
Timestamp modulo con errori: 4549bdc9
Codice eccezione: c0000005
Offset eccezione: 00061884
Versione SO: 6.0.6000.2.0.0.768.2
ID impostazioni locali: 1040
Informazioni aggiuntive 1: 8d13
Ulteriori informazioni 2: cdca9b1d21d12b77d84f02df48e34311
Ulteriori informazioni 3: 8d13
Ulteriori informazioni 4: cdca9b1d21d12b77d84f02df48e34311

Dump attached (renamed .txt)
Attached Files
File Type: txt winuae_1437_20070630_173226.dmp.txt (54.4 KB, 63 views)
__________________
Real A1200, OS3.9 (BB2+OS39_update_patches), Blizzard1260 at 66Mhz, 64MB fast, AGA-only Multiscan 656x492x7bit WB, FBlit 3.79a, BlazeWCP 1.74, FText 1.7, Scandex external scandoubler, PCMCIA Genius ME3000II etc. WinUAE.

Laptop HP Pavilion dv5-1110el, Vista Home Premium (SP2, OEM, x86, Ita), 4GB DDR2, GeForce 9600M GT (Forceware 188.17).
hexaae is offline  
Old 30 June 2007, 17:59   #78
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Quote:
Originally Posted by hexaae
Mmmh, this beta crashes randomly and often on quit (screen gets closed and everything seems ok, but then...):
Do you use SCSI emulation? (a590/a2091,a3000 or cdtv scsi)
Toni Wilen is offline  
Old 30 June 2007, 18:14   #79
hexaae
Registered User
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 34
Posts: 583
Quote:
Originally Posted by Toni Wilen
Do you use SCSI emulation? (a590/a2091,a3000 or cdtv scsi)
No...020, JIT, 882, AGA, chipset extra generic, Misc page: uaescsi.device... I have 1 SYS: hard-file partition (UAE controller) and 4 real Windows dirs (read only) set as MODS: PICS: etc. 'Adv. Chipset' page set as Compatible Settings.

EDIT: I use SFS for the hard-file dh0 partition...
__________________
Real A1200, OS3.9 (BB2+OS39_update_patches), Blizzard1260 at 66Mhz, 64MB fast, AGA-only Multiscan 656x492x7bit WB, FBlit 3.79a, BlazeWCP 1.74, FText 1.7, Scandex external scandoubler, PCMCIA Genius ME3000II etc. WinUAE.

Laptop HP Pavilion dv5-1110el, Vista Home Premium (SP2, OEM, x86, Ita), 4GB DDR2, GeForce 9600M GT (Forceware 188.17).

Last edited by hexaae; 01 July 2007 at 18:54.
hexaae is offline  
Old 06 July 2007, 17:58   #80
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 35
Posts: 8,175
Quote:
Originally Posted by hexaae
No...020, JIT, 882, AGA, chipset extra generic, Misc page: uaescsi.device... I have 1 SYS: hard-file partition (UAE controller) and 4 real Windows dirs (read only) set as MODS: PICS: etc. 'Adv. Chipset' page set as Compatible Settings.

EDIT: I use SFS for the hard-file dh0 partition...
I can't duplicate and I am too lazy to try all possible configuration combinations, sorry.
Toni Wilen is offline  
Closed Thread


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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
WinUAE 1.4.2 public beta series Toni Wilen support.WinUAE 107 12 May 2007 14:25
WinUAE 1.4.1 public beta series Toni Wilen support.WinUAE 17 18 March 2007 15:45
WinUAE 1.4.0 public beta series Toni Wilen support.WinUAE 115 07 March 2007 11:43
WinUAE public beta #5 + #6 + #7 + #8 +#9 Toni Wilen support.WinUAE 66 30 December 2006 22:07
WinUAE public beta #3 and #4 Toni Wilen support.WinUAE 5 21 December 2006 19:46


All times are GMT +2. The time now is 04:59.

-->

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Page generated in 0.45403 seconds with 10 queries