Jump to content

Eagler

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Eagler

  1. Support is one of the best in MTA, your slogan of support team should sounds like "do not ask questions for help, we dont give a :O"
  2. Are you talking about resolution? Yes I did and I wrote about it.
  3. heyo, wineskin mta 1.5.7 does not work, could u help pleaaase?
  4. More logs from wine https://pastebin.com/8D4Yvejh
  5. WineSkin log fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub. err:display:macdrv_ChangeDisplaySettingsEx No matching mode found 1920x1200x32 @60! err:hid_report:process_hid_report Device reports coming in too fast, last report not read yet! fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub! fixme:wbemprox:client_security_SetBlanket 0x48573b5c, 0x158db8, 10, 0, (null), 3, 3, 0x0, 0x00000000 fixme:wbemprox:client_security_Release 0x48573b5c wine: Unhandled page fault on read access to 0x00000000 at address 0x6fca06 (thread 0009), starting debugger... err:seh:start_debugger Couldn't start debugger ("false") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger wine: Unhandled page fault on read access to 0x43ab7b90 at address 0x4209d78f (thread 0032), starting debugger... err:seh:start_debugger Couldn't start debugger ("false") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger Tried to change resolution fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub. err:display:macdrv_ChangeDisplaySettingsEx No matching mode found 3840x2400x32 @60! fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub! fixme:wbemprox:client_security_SetBlanket 0x46173b5c, 0x162d20, 10, 0, (null), 3, 3, 0x0, 0x00000000 fixme:wbemprox:client_security_Release 0x46173b5c wine: Unhandled page fault on read access to 0x00000000 at address 0x6fca06 (thread 0009), starting debugger... err:seh:start_debugger Couldn't start debugger ("false") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger
  6. Hi there I am trying to install MTA on my mac but it is not as simple as it should be. However, I managed to install SAMP and it was successful and easy. So the issue is not connected with GTA. I was using this instruction https://wiki.multitheftauto.com/wiki/MacOS#Making_Your_Own_Wrapper The installation issue, solution is found "The program dxwsetup.exe has encountered a serious problem and needs to close" What I tried to do: Unmarked directx installation, helped to complete installation, but when I am launching MTA, the problem occurs. Solution The problem was solved by downloading custom wineskin. The installation was successful. https://portingteam.com/topic/11037-unofficial-wineskin-project/ Launch issue When I trying to open MTA it only shows a logo and closes immediately. Any ideas, or maybe MTA installer itself is broken. Solution IDK Any ideas?
  7. очередное говно для русских
  8. Школьники насоздавали серверов вот в чем проблема.В сампе их тоже много,так то.Просто серверов в сампе настолько дооохерища,что это говно в топ не поднимается и не видно.
  9. Eagler

    Crash

    Version = 1.5.4-release-11301.0.000 Time = Fri Apr 28 12:29:12 2017 Module = C:\Program Files\MTA San Andreas 1.5\MTA\libcef.dll Code = 0xC0000005 Offset = 0x02062652 EAX=00000000 EBX=00000000 ECX=00000000 EDX=00000000 ESI=00000000 EDI=7B470550 EBP=0177ED18 ESP=0177ECEC EIP=30392652 FLG=00210246 CS=001B DS=0023 SS=0023 ES=0023 FS=1007 GS=000F Mac Os wineskin server SAES RPG only With another servers all is ok
  10. anyone has Spawn Selection cripts,please
  11. Anyone have this script or analog
  12. Client gate = createObject( 3055, 2335.1005859375, 2443.7001953125, 7 ) setElementRotation ( gate, 0, 0, 59.996337890625 ) gatecol = createColCircle ( 15, 15, 15 ) function openagates(thePlayer) if getElementModel( thePlayer ) == 217 then moveObject ( gate, 3055, 2335.1005859375, 2443.7001953125, 12 ) end end addEventHandler( "onColShapeHit", gatecol, openagates ) function closeagates(thePlayer) if getElementModel( thePlayer ) == 217 then moveObject (gate1, 5000, 2335.1005859375, 2443.7001953125, 7) end end addEventHandler( "onColShapeLeave", gatecol, closeagates ) Meta <meta> <info type="script" name="LVPD" author="." version="1.0.0" /> <script src="client.lua" type="server" /> </meta> Car problem function replaceModel() txd = engineLoadTXD('car.txd',596) engineImportTXD(txd,596) dff = engineLoadDFF('car.dff',596) engineReplaceModel(dff,596) end addEventHandler ( 'onClientResourceStart', getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( 'reloadcar', replaceModel ) <meta> <info author="." description="LSP" version="1.3" type="script" /> <script src="client.lua" type="server"/> <file src="car.txd" type="client"/> <file src="car.dff" type="client"/> </meta>
×
×
  • Create New...