[Solved] Powermac G4 Cube E-UAE freeze issues
  • Just looking around
    Posts: 8 from 2025/4/16
    Hello,

    I'm playing with MorphOS since a couple of weeks and really love it.

    One issue with E-UAE. When I start a software (game or other software), it freezes after a couple of minutes even if I just let it run.

    I tried many combinations of sdl/non-sdl, JIT/non-JIT, fullscreen/windowed and it's all the same

    Tried those 3 versions:
    - E-UAE_0.8.29-WIP4.lha
    - E-UAE_1.0.0.lha
    - E-UAE_1.0.0-JIT.lha

    I did the memtest to find out I had a bad DIMM. Solved now.
    I know the video card is not the best in this system. Could it be related?

    I've attached the conf I'm using. Tried many changes in this file as well.

    This Cube was upgraded with a 1.3ghz CPU from G-Celerator. I didn't try to put back the original Apple CPU. (Still have it)

    Any other ideas?
    Thanks very much!
    Pitou!

    [ Edited by Pitou 02.05.2025 - 07:49 ]
  • »01.05.25 - 21:22
    Profile
  • Just looking around
    Posts: 8 from 2025/4/16
    attachment didn't work. Here it is:

    Code:

    kickstart_rom_file=PROGDIR:Roms/kick34005.A500

    filesys_nofsdb=true

    # cpu settings

    cpu_type=68000
    cpu_speed=real
    #cpu_compatible=false
    #cpu_cycle_exact=true

    # chipset settings

    chipset=ocs
    immediate_blits=true
    fast_copper=true
    #collision_level=full
    #blitter_cycle_exact=false

    # memory settings

    fastmem_size=4
    chipmem_size=2
    #z3mem_size=8

    # gfx settings

    gfx_width=320
    gfx_height=256
    gfx_width_windowed=640
    gfx_height_windowed=512
    gfx_width_fullscreen=320
    gfx_height_fullscreen=256
    gfx_lores=false
    #gfx_colour_mode=8bit
    gfx_linemode=double
    #double, none, scanlines
    gfx_center_horizontal=true
    gfx_center_vertical=true
    #gfx_fullscreen_amiga=true
    #gfx_fullscreen_picasso=true
    #gfx_vsync=true
    show_leds=true
    #gfxcard_size=32

    # floppy settings
    floppy_speed=800

    # sound settings (sound_output="normal" or "none")
    # (sound_channels="stereo or "mono" or "mixed")
    # (sound_bits="8" or "16")

    sound_output=normal
    sound_bits=16
    sound_channels=stereo
    sound_frequency=44100

    # joy <n> where n is lowlevel unit in amigaos target. In SDL target it's be the enumeration order.
    joyport0=mouse
    joyport1=kbd2

    # overlay display
    amiga.use_overlay=false

    # screen type (public, custom or ask)
    amiga.screen_type=public

    # slow and endianess issue.Better don't use
    #sdl.use_gl=yes
  • »01.05.25 - 21:24
    Profile
  • Just looking around
    Posts: 8 from 2025/4/16
    Just found out there are jumpers on that board to set the speed. I lowered to the minimum which is 1Ghz and all is fine now.

    Pitou!
  • »02.05.25 - 12:48
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    koszer
    Posts: 1324 from 2004/2/8
    From: Poland
    Quote:

    Pitou wrote:
    Just found out there are jumpers on that board to set the speed. I lowered to the minimum which is 1Ghz and all is fine now.



    This is so strange...
    That's a G4 7455 CPU module, right?
    How does the CPU command from CLI recognize it?
    Any other unusual behaviour when stressed out?
  • »02.05.25 - 12:57
    Profile