ScummVm 2.0
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    BSzili
    Posts: 559 from 2012/6/8
    From: Hungary
    You can redirect stdout and stderr to a file, but I can't remember what's the function that does this. I'll try to find it later.

    Edit: Try this.
    Code:
    FILE *fp = freopen("file.txt","w",stdout);
    // main loop
    fclose(fp);

    I'm not a 100% sure if you need to fclose it manually. In theory the C library should do it for you, but I've seen this in a lot of examples.

    [ Edited by BSzili 26.03.2019 - 16:37 ]
    This is just like television, only you can see much further.
  • »26.03.19 - 15:31
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 588 from 2010/2/10
    From: FRANCE
    Thanks.

    no way unless modify code ?
    Maybe with gcc command ?
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »26.03.19 - 18:12
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    BSzili
    Posts: 559 from 2012/6/8
    From: Hungary
    You could try to launch it via a script like this:
    Quote:

    scummvm >NIL:
    This is just like television, only you can see much further.
  • »26.03.19 - 18:56
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 588 from 2010/2/10
    From: FRANCE
    Hi
    When i activate OpenGL in scummvm, windows crash.. so i use logtool
    If you are an idea, thanks you

    Code:

    --- 20190404 19:50:39 ---
    TGL:[ 507]/resizeVertexBuffer() : Resizing vertex buffer to 256 entries
    TGL:[ 416]/initializeFallback() : Couldn't create fallback texture. No rendering context yet
    TGL:[ 416]/initializeFallback() : Couldn't create fallback texture. No rendering context yet
    TGL:[ 416]/initializeFallback() : Couldn't create fallback texture. No rendering context yet
    TGL:[ 416]/initializeFallback() : Couldn't create fallback texture. No rendering context yet
    TGL:[ 85]/mmDumpState() : MM:Statistics (Context Local):
    TGL:[ 90]/mmDumpState() : | Name | Number/ Highest| Size(MB)/ Largest(MB)| Min | Max |
    TGL:[ 96]/mmDumpState() : | def| 46/ 46| 0.280/ 0.28| 0.000| 0.05|
    TGL:[ 96]/mmDumpState() : | hash| 1/ 1| 0.000/ 0.00| 0.000| 0.00|
    TGL:[ 96]/mmDumpState() : | tmem| 0/ 0| 0.000/ 0.00| 1024.000| 0.00|
    TGL:[ 96]/mmDumpState() : | dlst| 0/ 0| 0.000/ 0.00| 1024.000| 0.00|
    TGL:[ 96]/mmDumpState() : | buff| 1/ 1| 0.000/ 0.00| 0.000| 0.00|
    TGL:[ 79]/glACreateContext() : GLAContext:0x0x177240e0
    TGL:[ 895]/GLAInitializeContextWindowed() : Initialize glAContext
    TGL:[ 184]/glAMakeCurrent() : MakeCurrent: SCR:0x0, WIN:0x0x176d3454, FORCE:0, TYPE:1
    TGL:[ 196]/glAMakeCurrent() : Context size: 640 480 (0x0x17713710)
    TGL:[ 205]/glAMakeCurrent() : glViewPort(0x0x17713710)
    TGL:[ 211]/glAMakeCurrent() : glViewPort done
    TGL:[ 483]/glAAllocDrawContext() : Initializing WINDOWED mode(bm1:0x0x1774011c bm2:0x0x1730f004)
    TGL:[ 411]/glAFindDriver() : Testing driver:0x17604754
    TGL:[ 511]/glAAllocDrawContext() : Created context:
    TGL:[ 512]/glAAllocDrawContext() : Depth:1
    TGL:[ 513]/glAAllocDrawContext() : Stencil:0
    TGL:[ 545]/glAAllocDrawContext() : Elements per DrawArray call:1020
    TGL:[ 546]/glAAllocDrawContext() : Elements for DrawRangeElements call:1024 verts 1020 indices
    TGL:[ 666]/glAAllocDrawContext() : MultiTexturing available:1(4 units)
    TGL:[ 698]/glAAllocDrawContext() : combiners available:1
    TGL:[ 707]/glAAllocDrawContext() : dot 3combiners available:0
    TGL:[ 775]/glAAllocDrawContext() : Texture formats supported by the driver:
    TGL:[ 776]/glAAllocDrawContext() : RGB24 :0
    TGL:[ 777]/glAAllocDrawContext() : ARGB32 :1
    TGL:[ 778]/glAAllocDrawContext() : BGRA32 :1
    TGL:[ 779]/glAAllocDrawContext() : RGB16 :0
    TGL:[ 780]/glAAllocDrawContext() : ARGB16 :0
    TGL:[ 781]/glAAllocDrawContext() : ARGB1555 :0
    TGL:[ 782]/glAAllocDrawContext() : A8 :1
    TGL:[ 783]/glAAllocDrawContext() : L8 :1
    TGL:[ 784]/glAAllocDrawContext() : AL16 :0
    TGL:[ 785]/glAAllocDrawContext() : LUT8 :0
    TGL:[ 276]/glAInitDrawContext() : Initializing Draw Context
    TGL:[ 290]/glAInitDrawContext() : Setup:0x177240e0(DrawContext:0x18d5ca4c, GLContext:0x17713710)
    TGL:[ 304]/glAInitDrawContext() : setup depth buffer...
    TGL:[ 306]/glAInitDrawContext() : setup fog...
    TGL:[ 308]/glAInitDrawContext() : setup alpha testing...
    TGL:[ 310]/glAInitDrawContext() : setup color masking...
    TGL:[ 312]/glAInitDrawContext() : setup lighting...
    TGL:[ 314]/glAInitDrawContext() : setup stencil buffer...
    TGL:[ 316]/glAInitDrawContext() : setup polygon offset...
    TGL:[ 318]/glAInitDrawContext() : setup scissoring...
    TGL:[ 320]/glAInitDrawContext() : setup shade model...
    TGL:[ 322]/glAInitDrawContext() : setup culling...
    TGL:[ 324]/glAInitDrawContext() : setup texgen...
    TGL:[ 326]/glAInitDrawContext() : setup dither...
    TGL:[ 328]/glAInitDrawContext() : setup line state...
    TGL:[ 330]/glAInitDrawContext() : rebuild textures...
    TGL:[ 332]/glAInitDrawContext() : rebuild buffer objects...
    TGL:[ 347]/glAInitDrawContext() : rebinding texture...
    TGL:[ 401]/initializeFallback() : Created fallback texture:0x19cca74c
    TGL:[ 410]/initializeFallback() : [TGLD]: Initialized fallback texture
    TGL:[ 347]/glAInitDrawContext() : rebinding texture...
    TGL:[ 347]/glAInitDrawContext() : rebinding texture...
    TGL:[ 347]/glAInitDrawContext() : rebinding texture...
    TGL:[ 387]/glAInitDrawContext() : setup blending...
    TGL:[ 390]/glAInitDrawContext() : Done.
    TGL:[ 907]/GLAInitializeContextWindowed() : glAContext created(window)
    [20190404 19:50:39] >>> Exception 7 <Program>
    ----------------------------------------------------------------------
    Quark Thread TID 0000000010020010 Name ABox
    SRR0 0x00000000 SRR1 0x0208f030
    LR 0x1832ae84 CTR 0x00000000
    CR 0x42000444 XER 0x00000000
    GPR[00] 1832ae68 17305d10 1734c2e0 00000d33 1732bafc 17305e28 00000027 00000000
    GPR[08] 1436a2a0 00000000 4d9a210e 00000001 22000442 00000000 00000000 00000000
    GPR[16] 188d1f50 188d1f64 188d1f38 188d1f20 00000000 188d1f04 00000000 00000000
    GPR[24] 188d1ef0 188d2064 00000000 17305e98 17330000 1732baf8 188d17dc 188d1ed0
    FPSCR 43efff0000104050
    FPR[00] fff800000007a5ae 0000000000000000 0000000000000000 4084000000000000
    FPR[04] 407e000000000000 0000000000000000 0000000000000000 4330000080000000
    FPR[08] 0000000000000000 0000000000000000 41e0000000000000 4330000000000000
    FPR[12] 411e96b8478e38e4 3fffecf0872e9c21 0000000000000000 0000000000000000
    FPR[16] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[20] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[24] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[28] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    VSAVE fffffd2f VSCR 00010000
    VPR[00] f320f320f320f320f320f320f320f320 fcc8fcc8fcc8fcc8fcc8fcc8fcc8fcc8
    VPR[02] 03020100070605040b0a09080f0e0d0c f758f758f758f758f758f758f758f758
    VPR[04] 08080808080808080808080808080808 00011003040512070809140b0c0d160f
    VPR[06] 000102110405061308090a150c0d0e17 10000101100201011004010110060101
    VPR[08] 101112131415161718191a1b1c1d1e1f ffffffffffffffffffffffffffffffff
    VPR[10] ff99ff99ff99ff99ff99ff99ff99ff99 c8f3f9ffc8f3f9ffc8f3f9ffc8f3f9ff
    VPR[12] ffffffffffffffffffffffffffffffff c8f3f9ffc8f3f9ffc8f3f9ffc8f3f9ff
    VPR[14] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[16] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[18] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[20] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[22] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[24] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[26] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[28] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[30] 00000000000000000000000000000000 00000000000000000000000000010000
    IABR 00000000
    DABR 00000000
    MMCR0 00000000
    MMCR1 00000000
    MMCR2 00000000
    PMC1 00000000 PMC2 00000000 PMC3 00000000 PMC4 00000000
    SIA 00000000
    SDA 00000000
    >>> Quark Thread Stack History
    ----------------------------------------------------------------------
    StackFrame[ 0].LR[0x1832ce08] -> scummvm [Hunk 1 Offset 0x0047f1f8]
    StackFrame[ 1].LR[0x18329648] -> scummvm [Hunk 1 Offset 0x0047ba38]
    StackFrame[ 2].LR[0x1832f58c] -> scummvm [Hunk 1 Offset 0x0048197c]
    StackFrame[ 3].LR[0x1831c3c0] -> scummvm [Hunk 1 Offset 0x0046e7b0]
    StackFrame[ 4].LR[0x17eaf31c] -> scummvm [Hunk 1 Offset 0x0000170c]
    StackFrame[ 5].LR[0x182cc118] -> scummvm [Hunk 1 Offset 0x0041e508]
    StackFrame[ 6].LR[0x182cda08] -> scummvm [Hunk 1 Offset 0x0041fdf8]
    StackFrame[ 7].LR[0x182c18ac] -> scummvm [Hunk 1 Offset 0x00413c9c]
    StackFrame[ 8].LR[0x182c8024] -> scummvm [Hunk 1 Offset 0x0041a414]
    StackFrame[ 9].LR[0x182ce83c] -> scummvm [Hunk 1 Offset 0x00420c2c]
    StackFrame[10].LR[0x182f3270] -> scummvm [Hunk 1 Offset 0x00445660]
    StackFrame[11].LR[0x182af2b0] -> scummvm [Hunk 1 Offset 0x004016a0]
    StackFrame[12].LR[0x182b6688] -> scummvm [Hunk 1 Offset 0x00408a78]
    StackFrame[13].LR[0x182aeea0] -> scummvm [Hunk 1 Offset 0x00401290]
    StackFrame[14].LR[0x182bc8a8] -> scummvm [Hunk 1 Offset 0x0040ec98]
    StackFrame[15].LR[0x182f3270] -> scummvm [Hunk 1 Offset 0x00445660]
    StackFrame[16].LR[0x182af2b0] -> scummvm [Hunk 1 Offset 0x004016a0]
    StackFrame[17].LR[0x182b6688] -> scummvm [Hunk 1 Offset 0x00408a78]
    StackFrame[18].LR[0x182aeea0] -> scummvm [Hunk 1 Offset 0x00401290]
    StackFrame[19].LR[0x17eb3278] -> scummvm [Hunk 1 Offset 0x00005668]
    StackFrame[20].LR[0x17eb4b84] -> scummvm [Hunk 1 Offset 0x00006f74]
    >>> ABox State
    ----------------------------------------------------------------------
    ExecBase: SysBase 0x14001948
    SysFlags 0x8000 AttnResched 0x0000 IDNestCnt -1 TDNestCnt -1
    ThisTask 0x17d9e8c0 TaskReady 0x1770a1d0 TaskWait 0x1401fe00
    ResModules 0x14004018
    TaskTrapCode 0x10120b2c TaskExceptCode 0x10120b34 TaskExitCode 0x10120b90
    TaskSigAlloc 0xffff TaskTrapAlloc 0x8000
    IdleCount 30366 DispCount 232113
    Quantum 4 Elapsed 3
    VBlankFrequency 50 PowerSupplyFrequency 50 EClockFrequency 709379
    MainTID 0x10020010 SchedulerTID 0x10020012 SchedulerSig 0x80000000
    OldSRR0 0x0
    ConfigServerTID 0x10000013
    LastIntObject 0x142ce894
    LastIntObject 0x142ce894 <Not Valid ptr>
    Code 0x1430a454 Data 0x142d9030
    Int0: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int1: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int2: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int3: iv_Code 0x1012603c iv_Data 0x14003b30 iv_Node 0x00000000
    Int4: iv_Code 0x1012603c iv_Data 0x14003b50 iv_Node 0x00000000
    Int5: iv_Code 0x1012603c iv_Data 0x14003b40 iv_Node 0x00000000
    Interrupt 0x14029ec6 <graphics.library>
    Code 0x1018855c Data 0x14029e7c
    Interrupt 0x14701a10 <ixemul timer interrupt>
    Code 0x146febc8 Data 0x00000000
    Int6: iv_Code 0x10188564 iv_Data 0x14029e7c iv_Node 0x14029ef2
    Int7: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int8: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int9: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int10: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int11: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int12: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int13: iv_Code 0x1012603c iv_Data 0x14003b60 iv_Node 0x00000000
    Int14: iv_Code 0x00000000 iv_Data 0x00000000 iv_Node 0x00000000
    Int15: iv_Code 0x1012603c iv_Data 0x14003b70 iv_Node 0x00000000


    >>> Running Task
    ----------------------------------------------------------------------
    Task 0x17d9e8c0 Name 0x17da08e4 <scummvm> Type 13 Pri -1
    Flags 0x8 State 2 IDNestCnt -1 TDNestCnt -1
    SigAlloc 0xfc00ffff SigWait 0x80000000 SigRecvd 0x10000120 SigExcept 0x00000000
    ExceptCode 0x10120b34 ExceptData 0x00000000 TrapCode 0x10120b2c TrapData 0x00000000
    Switch 0x00000000 Launch 0x00000000 UserData 0x00000000
    SPLower 0x17d9e9a4 SPUpper 0x17da08e4 SPReg 0x17da0880
    MemList 0x17da17c0 Entries 0x1
    Address 0x17e029d8 Size 0x14
    MemList 0x17d8b1c0 Entries 0x1
    Address 0x17d9e8c0 Size 0x202c
    ----------------------------------------------------------------------
    ETask 0x17d8adcc
    MemPool 0x17da8340 PPCLibData 0x00000000
    PPCSPLower 0x173443d4 PPCSPUpper 0x1734c3d0
    PPCTrapMsgPort 0x00000000 PPCTrapMessage 0x17119a94
    PPCRegFrame 0x1734bef0
    Private[] 0x00000000 0x00000000 0x00000000 0x00000000
    EmulHandle 0x00000000
    ----------------------------------------------------------------------
    EmulHandle 0x1734c2e0 Type 0x00000004 Flags 0x00000001
    SuperHandle 0x10001000 Type 0x00000000 WaitMask 0x00000000 SyncMask 0x00000000
    USP 0x00000000 SSP 0x14003790 VBR 0x1400e150
    SFC 0x00000000 DFC 0x00000000 CACR 0xa0808000 TC 0x00000000
    ITT0 0x00000000 ITT1 0x00000000 DTT0 0x00000000 DTT1 0x00000000
    URP 0x00000000 SRP 0x00000000 BUSCR 0x00000000 PCR 0x04310501
    >>> Task Registers Frame
    ----------------------------------------------------------------------
    SRR0 0x00000000 SRR1 0x0208f030
    LR 0x1832ae84 CTR 0x00000000
    CR 0x42000444 XER 0x00000000
    GPR[00] 1832ae68 17305d10 1734c2e0 00000d33 1732bafc 17305e28 00000027 00000000
    GPR[08] 1436a2a0 00000000 4d9a210e 00000001 22000442 00000000 00000000 00000000
    GPR[16] 188d1f50 188d1f64 188d1f38 188d1f20 00000000 188d1f04 00000000 00000000
    GPR[24] 188d1ef0 188d2064 00000000 17305e98 17330000 1732baf8 188d17dc 188d1ed0
    FPSCR 43efff0000104050
    FPR[00] fff800000007a5ae 0000000000000000 0000000000000000 4084000000000000
    FPR[04] 407e000000000000 0000000000000000 0000000000000000 4330000080000000
    FPR[08] 0000000000000000 0000000000000000 41e0000000000000 4330000000000000
    FPR[12] 411e96b8478e38e4 3fffecf0872e9c21 0000000000000000 0000000000000000
    FPR[16] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[20] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[24] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[28] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    VSAVE fffffd2f VSCR 00010000
    VPR[00] f320f320f320f320f320f320f320f320 fcc8fcc8fcc8fcc8fcc8fcc8fcc8fcc8
    VPR[02] 03020100070605040b0a09080f0e0d0c f758f758f758f758f758f758f758f758
    VPR[04] 08080808080808080808080808080808 00011003040512070809140b0c0d160f
    VPR[06] 000102110405061308090a150c0d0e17 10000101100201011004010110060101
    VPR[08] 101112131415161718191a1b1c1d1e1f ffffffffffffffffffffffffffffffff
    VPR[10] ff99ff99ff99ff99ff99ff99ff99ff99 c8f3f9ffc8f3f9ffc8f3f9ffc8f3f9ff
    VPR[12] ffffffffffffffffffffffffffffffff c8f3f9ffc8f3f9ffc8f3f9ffc8f3f9ff
    VPR[14] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[16] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[18] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[20] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[22] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[24] 11339968000000001a1a1a1a1b1b1b1b 1c1c1c1c1d1d1d1d1a1a1a1a1b1b1b1b
    VPR[26] 00000000000000000000000000000000 1000daf00003f7300000000000000000
    VPR[28] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[30] 00000000000000000000000000000000 00000000000000000000000000010000
    >>> Task Stack History
    ----------------------------------------------------------------------
    ***PPC Stack Ptr is not between PPCSPLower and PPCSPUpper
    LR[0x1832ae84] -> scummvm [Hunk 1 Offset 0x0047d274]
    StackFrame[ 0].LR[0x1832ce08] -> scummvm [Hunk 1 Offset 0x0047f1f8]
    StackFrame[ 1].LR[0x18329648] -> scummvm [Hunk 1 Offset 0x0047ba38]
    StackFrame[ 2].LR[0x1832f58c] -> scummvm [Hunk 1 Offset 0x0048197c]
    StackFrame[ 3].LR[0x1831c3c0] -> scummvm [Hunk 1 Offset 0x0046e7b0]
    StackFrame[ 4].LR[0x17eaf31c] -> scummvm [Hunk 1 Offset 0x0000170c]
    StackFrame[ 5].LR[0x182cc118] -> scummvm [Hunk 1 Offset 0x0041e508]
    StackFrame[ 6].LR[0x182cda08] -> scummvm [Hunk 1 Offset 0x0041fdf8]
    StackFrame[ 7].LR[0x182c18ac] -> scummvm [Hunk 1 Offset 0x00413c9c]
    StackFrame[ 8].LR[0x182c8024] -> scummvm [Hunk 1 Offset 0x0041a414]
    StackFrame[ 9].LR[0x182ce83c] -> scummvm [Hunk 1 Offset 0x00420c2c]
    StackFrame[10].LR[0x182f3270] -> scummvm [Hunk 1 Offset 0x00445660]
    StackFrame[11].LR[0x182af2b0] -> scummvm [Hunk 1 Offset 0x004016a0]
    StackFrame[12].LR[0x182b6688] -> scummvm [Hunk 1 Offset 0x00408a78]
    StackFrame[13].LR[0x182aeea0] -> scummvm [Hunk 1 Offset 0x00401290]
    StackFrame[14].LR[0x182bc8a8] -> scummvm [Hunk 1 Offset 0x0040ec98]
    StackFrame[15].LR[0x182f3270] -> scummvm [Hunk 1 Offset 0x00445660]
    StackFrame[16].LR[0x182af2b0] -> scummvm [Hunk 1 Offset 0x004016a0]
    StackFrame[17].LR[0x182b6688] -> scummvm [Hunk 1 Offset 0x00408a78]
    StackFrame[18].LR[0x182aeea0] -> scummvm [Hunk 1 Offset 0x00401290]
    StackFrame[19].LR[0x17eb3278] -> scummvm [Hunk 1 Offset 0x00005668]
    StackFrame[20].LR[0x17eb4b84] -> scummvm [Hunk 1 Offset 0x00006f74]
    Stack: 0x17305d10
    0x17305cf0[-0x20] 17305d00 1729f778 00000000 00000000
    0x17305d00[-0x10] 17305d10 184c8904 00000000 00000000
    0x17305d10[0x000] 17305df0 1832ae68 00000013 00000004
    0x17305d20[0x010] 00000003 00000077 00000004 0000005d
    0x1832ae68 -> scummvm [Hunk 1 Offset 0x0047d258]
    >>> Full PPC mode: Last saved 68k context
    ----------------------------------------------------------------------
    PC 87654321 SR 0000
    Dn[0] 00020000 00000000 00000001 00000000 00000000 0000000d 00000017 17305a60
    An[0] 17305de8 00000000 14056ba0 17305a70 10108660 00000000 14001948 17da08e0
    Stack: 0x17da08e0
    0x17da08c0[-0x20] 00000000 00000000 00000000 00000000
    0x17da08d0[-0x10] 00000000 00000000 00000000 1133ec40
    0x17da08e0[0x000] 00001f40 7363756d 6d766d00 42ffcc01
    0x17da08f0[0x010] 17d9e8b8 00000360 146fe468 196ed750
    0x17da0900[0x020] 00000000 00000000 00000000 00000000
    0x17da0910[0x030] 00000000 146fa304 146f89fc 00000002
    0x17da0920[0x040] 00000000 00000000 ffffffff 00000000
    0x17da0930[0x050] 00000000 00000000 00000000 00000000
    0x17da0940[0x060] 00000000 00000000 00000000 00000001
    0x17da0950[0x070] 00000000 17e12f80 171167b8 17d9e91c
    >>> Last saved PPCThread State
    ----------------------------------------------------------------------
    SRR0 0x1011fca0 SRR1 0x0200f030
    LR 0x1010f058 CTR 0x00021b10
    CR 0x82044888 XER 0x20000000
    GPR[00] 02902470 17305b90 1734c2e0 0200b030 00000001 00814db0 00000001 00000000
    GPR[08] 00000000 029024a4 00000008 00000000 00008000 17355350 00000000 00000000
    GPR[16] 1737d5c8 1730f820 1737dab0 188b10d0 188b10b8 1734d598 00000280 000001e0
    GPR[24] 00000000 000001e0 00000000 00000000 00020000 140400c8 14001948 14001948
    FPSCR 43efff0000104004
    FPR[00] 0000000010020010 0000000000000000 0000000000000000 4084000000000000
    FPR[04] 407e000000000000 0000000000000000 0000000000000000 4330000080000000
    FPR[08] 0000000000000000 0000000000000000 4330000080000000 433000007fffffff
    FPR[12] bff0000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[16] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[20] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[24] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    FPR[28] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    VSAVE fffffd2f VSCR 00010000
    VPR[00] f320f320f320f320f320f320f320f320 fcc8fcc8fcc8fcc8fcc8fcc8fcc8fcc8
    VPR[02] 03020100070605040b0a09080f0e0d0c f758f758f758f758f758f758f758f758
    VPR[04] 08080808080808080808080808080808 00011003040512070809140b0c0d160f
    VPR[06] 000102110405061308090a150c0d0e17 10000101100201011004010110060101
    VPR[08] 101112131415161718191a1b1c1d1e1f ffffffffffffffffffffffffffffffff
    VPR[10] ff99ff99ff99ff99ff99ff99ff99ff99 c8f3f9ffc8f3f9ffc8f3f9ffc8f3f9ff
    VPR[12] ffffffffffffffffffffffffffffffff c8f3f9ffc8f3f9ffc8f3f9ffc8f3f9ff
    VPR[14] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[16] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[18] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[20] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[22] 1000fea000000000000000bf00f16020 00000000000000000000000000000000
    VPR[24] 1000fed0111111111212121213131313 1000fed0151515151616161617171717
    VPR[26] 00000000000000000000000000000000 0001180304051a0708091c0b0c0d1e0f
    VPR[28] 00000000000000000000000000000000 00000000000000000000000000000000
    VPR[30] 00000000000000000000000000000000 00000000000000000000000000010000
    ***PPC Stack Ptr is not between PPCSPLower and PPCSPUpper
    SRR0[0x1011fca0] -> exec_of_604e.elf [Hunk 0 Offset 0x0001fca0]
    LR[0x1010f058] -> exec_of_604e.elf [Hunk 0 Offset 0x0000f058 Function Reschedule]
    StackFrame[ 0].LR[0x1010f4c4] -> exec_of_604e.elf [Hunk 0 Offset 0x0000f4c4]
    StackFrame[ 1].LR[0x1010f64c] -> exec_of_604e.elf [Hunk 0 Offset 0x0000f64c Function Signal]
    StackFrame[ 2].LR[0x101747d8] -> input.elf [Hunk 0 Offset 0x00001a78]
    StackFrame[ 3].LR[0x1010e220] -> exec_of_604e.elf [Hunk 0 Offset 0x0000e220 Function DoIO]
    StackFrame[ 4].LR[0x101162e4] -> exec_of_604e.elf [Hunk 0 Offset 0x000162e4 Function ObtainSemaphore]
    StackFrame[ 5].LR[0x10115fc4] -> exec_of_604e.elf [Hunk 0 Offset 0x00015fc4 Function ReleaseSemaphore]
    StackFrame[ 6].LR[0x101162e4] -> exec_of_604e.elf [Hunk 0 Offset 0x000162e4 Function ObtainSemaphore]
    StackFrame[ 7].LR[0x10115fc4] -> exec_of_604e.elf [Hunk 0 Offset 0x00015fc4 Function ReleaseSemaphore]
    StackFrame[ 8].LR[0x172c1c10] -> LIBS:powersdl.library [Hunk 1 Offset 0x00026ce8]
    StackFrame[ 9].LR[0x1435bd5c] -> MOSSYS:LIBS/locale.library [Hunk 1 Offset 0x0001645c]
    StackFrame[10].LR[0x1435bfec] -> MOSSYS:LIBS/locale.library [Hunk 1 Offset 0x000166ec]
    StackFrame[11].LR[0x1729f778] -> LIBS:powersdl.library [Hunk 1 Offset 0x00004850]
    StackFrame[12].LR[0x184c8904] -> scummvm [Hunk 1 Offset 0x0061acf4]
    StackFrame[13].LR[0x1832ae68] -> scummvm [Hunk 1 Offset 0x0047d258]
    StackFrame[14].LR[0x1832ce08] -> scummvm [Hunk 1 Offset 0x0047f1f8]
    StackFrame[15].LR[0x18329648] -> scummvm [Hunk 1 Offset 0x0047ba38]
    StackFrame[16].LR[0x1832f58c] -> scummvm [Hunk 1 Offset 0x0048197c]
    StackFrame[17].LR[0x1831c3c0] -> scummvm [Hunk 1 Offset 0x0046e7b0]
    StackFrame[18].LR[0x17eaf31c] -> scummvm [Hunk 1 Offset 0x0000170c]
    StackFrame[19].LR[0x182cc118] -> scummvm [Hunk 1 Offset 0x0041e508]
    StackFrame[20].LR[0x182cda08] -> scummvm [Hunk 1 Offset 0x0041fdf8]

    ----------------------------------------------------------------------
    SegList 0x05f80a76 GlobVec 0x1401f07c
    StackBase 0x05f67a69 StackSize 0x00001f40
    TaskNum 0x00000000 Result2 0x00000000
    CurrentDir 0x05f72ffc CIS 0x00000000
    COS 0x00000000 CES 0x00000000
    ConsoleTask 0x171167b8 FileSystemTask 0x141ad2fc
    CLI 0x00000000 ReturnAddr 0x17da08e0
    PktWait 0x00000000 WindowPtr 0x00000000
    HomeDir 0x05f6a096 Flags 0x00000000
    ExitCode 0x00000000 ExitData 0x00000000
    Arguments 0x00000000 ShellPrivate 0x00000000
    [20190404 19:50:39] >>> End of Exception State Dump
    ----------------------------------------------------------------------
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »04.04.19 - 18:22
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    BSzili
    Posts: 559 from 2012/6/8
    From: Hungary
    Unfortunately the offsets don't tell to me much by themselves. I'd have to know the line number in the source file to figure out what's going on.
    This is just like television, only you can see much further.
  • »05.04.19 - 18:27
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 588 from 2010/2/10
    From: FRANCE
    ok, i try to put somes printf on code to show where scummvm crash
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »06.04.19 - 07:46
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 588 from 2010/2/10
    From: FRANCE
    but when i see that :
    https://github.com/scummvm/scummvm/blob/master/backends/graphics/openglsdl/openglsdl-graphics.cpp

    They talk about shaders... mmmmm
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »06.04.19 - 07:48
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 778 from 2007/10/23
    From: Gelsenkirchen,...
    At least OS4 can use shaders...
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »06.04.19 - 23:51
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    beworld
    Posts: 588 from 2010/2/10
    From: FRANCE
    yes, they use SDL2....

    I still managed to compile the verison 2.1.0git.
    It takes a long time to compile it (maybe 4-5 hours) and 1 hour for linked
    I compiled with the support of BladeRunner (beta) but it's working
    The executable file is 80 Mo in size! (and 54Mo after strip)

    I just wanted confirmation that there was no way to enable OpenGL on MorphOS.

    I put it on morphos storage.

    [ Edité par beworld 07.04.2019 - 09:26 ]
    IMac G5 2.1,PowerBook G4 1.5,MacMini 1.5, PowerMac G5 2.7 died !!!
    My MOS ports
  • »07.04.19 - 06:55
    Profile Visit Website