Jump to content

Sheddy

Members
  • Posts

    853
  • Joined

  • Last visited

  • Days Won

    1

Sheddy last won the day on July 5 2011

Sheddy had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    UK
  • Interests
    Retrogaming, Atari 8-bit/2600/5200 Development

Recent Profile Visitors

15,658 profile views

Sheddy's Achievements

Dragonstomper

Dragonstomper (6/9)

742

Reputation

  1. Oh, yes... you're on Windows 7 aren't you. Probably something to do with newer Windows versions then 🫣
  2. Great you got a 64 bit version working! I'm testing beta8 version with 8 threads and 100000 solutions (yeah, that probably is dumb) on a picture that's been running days now. It did start around 1GB memory usage, but it's surpassed 3GB now. However, with /continue it is no big deal from previous experience if RastaConverter stops - The memory use starts off low again and continues with no seeming issues. Not Ilmenit's problem but RCGUI may behave weirdly with beta9? Will fiddle to see what works nicely or not (apart from renaming executable to RastaConverter.exe)
  3. RastaConverter Beta8 Release 2 Recompiled Windows version for largest possible 32-bit program memory usage Arsoft RCGUI.exe fix for CPUs with more than 16 cores (threads) RastaConverterBeta8R2.zip
  4. There definitely seems to be diminishing returns on just adding more threads to process a single picture. I wonder now how sane it is to default the GUI to the number of threads of the CPU especially for a 32 bit program. The memory usage continues to slowly grow too the longer it runs (which is slightly concerning, but may be the expected caching behavior). In another year or so CPUs will have thread counts that will easily eat the max 4GB.
  5. OK, it is running out of memory with that many cores (threads). I was able to recreate it by specifying 32 threads on the command line 32-bit Windows programs can usually only use 2GB and task manager showed it going up to about this before RastaConverter died. Have just learned there is a compiler/linker option which allows 4GB though: /LARGEADDRESSAWARE @Stephen The 32 thread test worked after compiling Beta8 with that option and I've attached it here if anyone wants to try it. RastaConverter.exe
  6. I don't know why the converter may crash with more threads unfortunately. Didn't touch that code. Wonder if beta7 has the same trouble? The speed could depend on caching the solutions for scan lines. I've noticed things often start slow with large number of solutions selected but things speed up as they "converge" more. That's only an observation as I don't really understand the hill climbing algorithms or caching parts of the program myself (yet! Maybe one day I'll get there) Maybe it doesn't like a mix of P cores and E cores. intel thread director could highlight something It's only a 32 bit program (couldn't make a 64 bit build) possibly some windows 32 bit restriction. Can't say I've seen it use loads of memory though
  7. Yep, that's him. He has done tons of Atari stuff over the years. Laura is really good, but I admit I didn't play much. @BeeblebroxThe problem that the new version fixes is if you have a processor with more than 16 cores, (which more and more processors are doing these days of course). It errors when you run the GUI and you can't get more than 16 cores working on the conversion.
  8. RCGUI.exe high core processor fix Arsoft made the nice GUI front end for RastaConverter Windows users many years ago, but no longer has the source code. The attached is a fixed version though which you can copy into your RastaConverter folder to replace the existing one if you have the problem. Thanks to @Stephen and my brother Ben who knew the .net/vb.net/c# to make it work again after messy decompile due to no source code RCGUI.zip
  9. Hi Mods, Al, Every private message I'm trying to send people is giving the above error. I know the message can mean their mail box is full but it does the same for everyone I tried including to myself. Maybe my account is broken (or I need to buy a proper subscription again!) Any advice please? Thanks Kind regards Chris Um, nevermind, I shouldn't put an @ in front of the name in private messages like elsewhere. My bad.
  10. Hitchhikers Guide to the Galaxy! Very British absurd comedy. But is very funny to many. 😀 https://en.m.wikipedia.org/wiki/Zaphod_Beeblebrox
  11. So when you try and run it, it just immediately crashes sometimes, but usually it runs fine. Weird! Maybe see if you can use @ivopLinux version. You'd probably need similar instructions to make it as @dmsc for your system. (Unless someone has already compiled a version for your Linux distro they can send you)
  12. @dmsc any suggestions? I can only speak for the Windows compile which assumes SSE2 capable processor. I know there's lots of different Linux distro but assume other people have had success though.
  13. Is that on your Linux or do you also use Windows version?
  14. http://6502.org/tutorials/65c02opcodes.html "Stz" will be store zero, rather than what is in a register.
×
×
  • Create New...