Giter Club home page Giter Club logo

Comments (15)

x87 avatar x87 commented on July 23, 2024 1

you have ASI loader installed - it's vorbisFile.dll (2014) that replaces the original file (named as vorbisHooked.dll). You can try to delete vorbisFile.dll and rename vorbisHooked.dll to vorbisFile.dll to get vanilla experience, but I never heard of any issues with this loader.

Having GTA SA installed in Program Files (x86) could very well be the issue too especially on paranoid Win10 and UAC enabled.

Try the following:

  1. Get clean, vanilla 1.0 version. No mods, patches whatsoever.
  2. Install in a safe location outside of system directories.
  3. Verify it's working. You should not need to run in admin mode.
  4. If works, download CLEO4 archive from cleo.li and unpack to the game directory.
  5. Verify it's working.

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024 1

Sorry for the late reply. It's midnight at my timezone. Anyway, I tried installing it outside the C:/Program Files(x86) directory, and it finally works! It even works with the mods now! Thank you so much, I really appreciate the help!

from cleo4.

x87 avatar x87 commented on July 23, 2024

can you share cleo.log?

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

Here you go.

cleo.log

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

Here's the text inside the log file.

01/11/2021 09:48:19.330 Log started.
01/11/2021 09:48:19.331 Unprotecting memory region '.text': 0x00001000 (size: 0x00456000)
01/11/2021 09:48:19.331 Unprotecting memory region '.rdata': 0x00458000 (size: 0x0004C000)
01/11/2021 09:48:19.331 Unprotecting memory region '.text': 0x008B1000 (size: 0x0064A000)
01/11/2021 09:48:19.331 Unloading plugins...
01/11/2021 09:48:19.331 Loading plugin cleo/FileSystemOperations.cleo
01/11/2021 09:48:19.334 Loading plugin cleo/IniFiles.cleo
01/11/2021 09:48:19.336 Loading plugin cleo/IntOperations.cleo
01/11/2021 09:48:19.337 Started on game of version: SA 1.0 us
01/11/2021 09:48:19.338 Injecting MenuStatusNotifier...
01/11/2021 09:48:19.338 Replacing call: 0x0057B9FD
01/11/2021 09:48:19.338 Injecting DmaFix...
01/11/2021 09:48:19.338 Replacing call: 0x0053E981
01/11/2021 09:48:19.338 Injecting TextManager...
01/11/2021 09:48:19.338 Injecting function at: 0x006A0050
01/11/2021 09:48:19.338 Injecting SoundSystem...
01/11/2021 09:48:19.338 Replacing call: 0x007487A8
01/11/2021 09:48:19.338 Injecting CustomOpcodeSystem...
01/11/2021 09:48:19.338 Injecting ScriptEngine...
01/11/2021 09:48:19.338 Replacing call: 0x0046A21B
01/11/2021 09:48:19.338 Replacing call: 0x0058D552
01/11/2021 09:48:19.338 Replacing call: 0x0058FCE4
01/11/2021 09:48:19.338 Replacing call: 0x0053BDD7
01/11/2021 09:48:19.338 Replacing call: 0x005BA340
01/11/2021 09:48:19.338 Replacing call: 0x005D4FD7
01/11/2021 09:48:19.338 Replacing call: 0x005D18F0
01/11/2021 09:48:19.338 Replacing call: 0x005D14D5
01/11/2021 09:48:19.338 Injecting function at: 0x004667DB
01/11/2021 09:48:19.666 Creating main window...
01/11/2021 09:48:19.670 Found sound device 0: No sound
01/11/2021 09:48:19.670 Found sound device 1 (default): Headphones (Realtek(R) Audio)
01/11/2021 09:48:19.670 Found sound device 2: Speakers (Realtek(R) Audio)
01/11/2021 09:48:19.670 On system found 3 devices, 3 enabled devices, assuming device to use: 1 (Headphones (Realtek(R) Audio))
01/11/2021 09:48:19.714 SoundSystem initialized
01/11/2021 09:48:19.723 Floating-point audio supported!
01/11/2021 09:48:19.727 Audio hardware acceleration disabled (no EAX)
01/11/2021 09:48:35.244 Closing SoundSystem...
01/11/2021 09:48:35.244 Freeing BASS library
01/11/2021 09:48:35.245 SoundSystem closed!
01/11/2021 09:48:35.245 Deleting fxts...
01/11/2021 09:48:35.245 Unloading scripts...
01/11/2021 09:48:35.245 Log finished.

from cleo4.

x87 avatar x87 commented on July 23, 2024

do you have any files in cleo\cleo_saves? if yes, can you remove them?
what is the error message when the game crashes?

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

The cleo_saves folder does not contain any files inside it. How to check the error message?

from cleo4.

x87 avatar x87 commented on July 23, 2024

is there a system error dialog when the game crashes?

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

No, it crashes immediately after I click the "New game" button.

from cleo4.

x87 avatar x87 commented on July 23, 2024

if you delete cleo.asi (and only this file) from your game directory does the crash happen?

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

Unfortunately, it didn't help. I deleted the cleo.asi file, but it still crashes after I pressed the "New game" button.

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

Here is the directory for your reference.

GTA SA Directory

from cleo4.

x87 avatar x87 commented on July 23, 2024

If game still crashes after deleting cleo.asi, it can be something else that is incompatible with your game version. It can be ASI loader or other mod. Also try deleting gta_sa.set from user files directory

from cleo4.

ScottsplaysSus avatar ScottsplaysSus commented on July 23, 2024

Thanks for the reply! Unfortunately, it still didn't work for me. I tried deleting the gta_sa.set file from This PC/ Documents/GTA San Andreas User Files, but it still didn't work. Also, I don't have any mods nor ASI Loader installed. Is it because I didn't install ASI Loader?

Note that I'm running the game on Windows 10 with Compatibility Mode for Windows 7. I'm also running the game as an Administrator.

My game version is GTA SA 1.0 US(you can refer to it in the cleo.log).

I'm running Windows 10 Enterprise 21H1, with Intel [email protected], Nvidia GeForce MX330, and 12 GB of RAM on an Asus laptop(it is terrible ngl).

Edit: Is it because the game directory is at C:\Program Files (x86)\Rockstar Games\GTA San Andreas? Should I move it to another destination? Or is it because of the Compatibility mode? Anyway, thanks for looking at my situation, I tried to find the solution myself without success, and I'm really grateful that you are able to help me :D

from cleo4.

x87 avatar x87 commented on July 23, 2024

I usually install GTA SA from Steam and run the game via gta_sa_compact.exe. Never had any issues.

from cleo4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.