gta-fmod icon indicating copy to clipboard operation
gta-fmod copied to clipboard

Support for SAMP

Open notfrancois opened this issue 3 years ago • 1 comments

I really don't know if i'm wrong, but in story mode of course it works, but not in SAMP. No support yet, right?

notfrancois avatar Feb 22 '22 04:02 notfrancois

fmodstudio.dll is crashing on SAMP (but works on SAMP debug). The game itself didn't crash but the crash dump is on modloader.log.

Game version: GTA SA 1.0 US
Unhandled exception at 0x7B43532B in fmodstudio.dll (+0x8532b): 0xC0000005: Access violation reading location 0x0000000C.
    Register dump:
        EAX: 0x00000000  EBX: 0x00747EB0  ECX: 0x7203AD50  EDX: 0x00000001  
        EDI: 0x00000000  ESI: 0x0000001E  EBP: 0x0177DF60  EIP: 0x7B43532B  
        ESP: 0x0177DE50  EFL: 0x00010206  CS: 0x00000023   SS: 0x0000002B   
        GS: 0x0000002B   FS: 0x00000053   ES: 0x0000002B   DS: 0x0000002B   
        
    Stack dump:
        0x0177DE50:  0177E040 0177E3B8 7203AD50 0F4657E8 0177DE7C 71FD2457
        0x0177DE68:  0F4657E8 0ED324C0 00000064 0177DF98 7203AD78 0177DEB0
        0x0177DE80:  72017BFE 0ED324C0 72017C05 5B42A892 0177DF98 7203AD78
        0x0177DE98:  0ED4AFB4 00000000 0177DE8C 0177DF70 72034881 00000000
        0x0177DEB0:  72017C05 720281EA 0ED4AFB4 0ED324C0 00000064 FFFF00FF
        0x0177DEC8:  77D88C5B 9EC88252 01790000 00000400 0177E108 0ED32480
        0x0177DEE0:  10000000 00000000 0ED4AFB4 02000002 00000000 42007537
        0x0177DEF8:  0177DF10 BB0000BB 77DB327C 720280A9 00000A38 02000002
        0x0177DF10:  0177E0E0 42007537 72028147 0177DF98 00000001 72028169
        0x0177DF28:  5B42A95E 0ED4AFB4 7203B088 720524DC 0ED32480 0ED34558
        base: 0x01580000   top: 0x0177DE50   bottom: 0x01780000
        
    Backtrace (may be wrong):
        =>0x7B43532B FMOD::Studio::System::update+0x5b in fmodstudio.dll (+0x8532b) (0x0177DF60) 
          0x791DAA0A Ext_SetEngineSoundIdFMODBank+0x7f503 in GTAFmod.SA.asi (+0x16aa0a) (0x0177E040) 
          0x791D4B22 Ext_SetEngineSoundIdFMODBank+0x7961b in GTAFmod.SA.asi (+0x164b22) (0x0177E120) 
          0x791BF730 Ext_SetEngineSoundIdFMODBank+0x64229 in GTAFmod.SA.asi (+0x14f730) (0x0177E1F4) 
          0x791ADF21 Ext_SetEngineSoundIdFMODBank+0x52a1a in GTAFmod.SA.asi (+0x13df21) (0x0177E2CC) 
          0x791E1A09 Ext_SetEngineSoundIdFMODBank+0x86502 in GTAFmod.SA.asi (+0x171a09) (0x0177E3B0) 
          0x791C8AFB Ext_SetEngineSoundIdFMODBank+0x6d5f4 in GTAFmod.SA.asi (+0x158afb) (0x0177E49C) 
          0x791ABD3B Ext_SetEngineSoundIdFMODBank+0x50834 in GTAFmod.SA.asi (+0x13bd3b) (0x0177E58C) 
          0x791D2F5E Ext_SetEngineSoundIdFMODBank+0x77a57 in GTAFmod.SA.asi (+0x162f5e) (0x0177E6B4) 
          0x791BC07C Ext_SetEngineSoundIdFMODBank+0x60b75 in GTAFmod.SA.asi (+0x14c07c) (0x0177E7B4) 
          0x791D3CAC Ext_SetEngineSoundIdFMODBank+0x787a5 in GTAFmod.SA.asi (+0x163cac) (0x0177E980) 
          0x791B68B6 Ext_SetEngineSoundIdFMODBank+0x5b3af in GTAFmod.SA.asi (+0x1468b6) (0x0177EA94) 
          0x791ADDA9 Ext_SetEngineSoundIdFMODBank+0x528a2 in GTAFmod.SA.asi (+0x13dda9) (0x0177EB74) 
          0x791CEECB Ext_SetEngineSoundIdFMODBank+0x739c4 in GTAFmod.SA.asi (+0x15eecb) (0x0177EC68) 
          0x791D1EFD Ext_SetEngineSoundIdFMODBank+0x769f6 in GTAFmod.SA.asi (+0x161efd) (0x0177ED84) 
          0x791EA2DC Ext_SetEngineSoundIdFMODBank+0x8edd5 in GTAFmod.SA.asi (+0x17a2dc) (0x0177F004) 
          0x791EE7D1 Ext_SetEngineSoundIdFMODBank+0x932ca in GTAFmod.SA.asi (+0x17e7d1) (0x0177F0DC) 
          0x791EDF26 Ext_SetEngineSoundIdFMODBank+0x92a1f in GTAFmod.SA.asi (+0x17df26) (0x0177F1C0) 
          0x00747FAA in gta_sa.exe (+0x347faa) 

JuniorDjjr avatar May 09 '22 10:05 JuniorDjjr