0

I'm trying to play Mafia II on my PC. I have previously played it on this computer but it no longer works. If anyone knows a solution to any of the below issues then it may solve them all.

Issues:

  • Error on game startup - Physx SDK not initialized. Physx System software will be installed (doesn't install)
  • Manual install of Physx results in error "Internal Error 2755. 1632"
  • Installation of CCC 13.4 results in error "Temporary folder inaccessible" - log

As I understand it Physx should not actually need to be installed seeing as I have an ATI card. I've tried tutorials online to no avail.

Sam
  • 1,245

1 Answers1

3

Your error code means you have an issue with your temp folder:

C:\Users\André>err 1632
# for decimal 1632 / hex 0x660
  ERROR_INSTALL_TEMP_UNWRITABLE                                  winerror.h
# The Temp folder is on a drive that is full or is
# inaccessible. Free up space on the drive or verify that you
# have write permission on the Temp folder.
# as an HRESULT: Severity: SUCCESS (0), FACILITY_NULL (0x0), Code 0x660
# for decimal 1632 / hex 0x660
  ERROR_INSTALL_TEMP_UNWRITABLE                                  winerror.h
# The Temp folder is on a drive that is full or is
# inaccessible. Free up space on the drive or verify that you
# have write permission on the Temp folder.
# 2 matches found for "1632"

Make sure you have writing permissions to C:\Windows\Temp and C:\Users\<USERNAME>\AppData\Local\Temp.