Advertisement
Gussygoose

AMD Crash Fix

Jul 27th, 2016
4,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. AMD Crash Fix by Gussygoose
  2. ---------------------------
  3. This is an alternate solution in case hongfire.com cannot be accessed.
  4. -------------\\
  5. OFFICIAL FIX \\
  6. -------------\\
  7. The Crash is caused since the older AMD series doesn't support DirectX 11, KISS has provided the Official solution below:
  8. You can manually adjust the settings on the "launcher" to enforce using DX10 after updating to the latest version
  9. hongfire pic: http://www.hongfire.com/forum/attachment.php?attachmentid=301363&d=1446099088
  10.  
  11. --------------\\
  12. NTLEA SHORTCUT\\
  13. --------------\\
  14. If you are using NTLEA to bypass japanese locale. Add this line to your shortcut "A-force-feature-level-10-0".
  15. and so if will look like this:
  16.  
  17. X:\KISS\CM3D2\NTLEA\x64\ntleas.exe "X:\KISS\CM3D2\CM3D2x64.exe" "C932" "L0411" "A-force-feature-level-10-0"
  18.  
  19. The directory above are just example, you need to find where is your ntleas.exe located and your CM3D2x64.exe.
  20. For the 32-bit version, the steps are identical.
  21.  
  22. ------------------\\
  23. Applocale SHORTCUT\\
  24. ------------------\\
  25.  
  26. For those who are using AppLocale:
  27.  
  28. X:\Windows\AppPatch\AppLoc.exe "X:\KISS\CM3D2\CM3D2x86.exe" "-force-feature-level-10-0" "/L0411" -> FOR 32-bit
  29. X:\Windows\AppPatch\AppLoc.exe "X:\KISS\CM3D2\CM3D2x64.exe" "-force-feature-level-10-0" "/L0411" -> FOR 64-bit
  30.  
  31. likewise the directories are just example, you must locate the .exe first.
  32.  
  33. -----------\\
  34. REI PATCHER\\
  35. -----------\\
  36. If you are using ReiPatcher to play the game,
  37.  
  38. you can open either "CM3D2x86_NTLEA.ini" (32-bit exe) or "CM3D2x64_NTLEA.ini" (64-bit exe) located in the ReiPatcher folder.
  39.  
  40. and find these lines:
  41. ...
  42. [Launch]
  43. Executable=ntlea\x86\ntleas.exe
  44. Arguments=CM3D2x86.exe "C932" "L0411"
  45. Directory=%cm3d%
  46. ...
  47.  
  48. Replace the "Arguments" line, so it looks like this:
  49.  
  50. ...
  51. [Launch]
  52. Executable=ntlea\x86\ntleas.exe
  53. Arguments=CM3D2x86.exe "C932" "L0411" "A-force-feature-level-10-0"
  54. Directory=%cm3d%
  55. ...
  56.  
  57. ---------------------------------------------------------------------
  58. The same steps for the 64-bit executable.
  59. copy & paste this argument -> "A-force-feature-level-10-0"
  60.  
  61. ...
  62. [Launch]
  63. Executable=ntlea\x64\ntleas.exe
  64. Arguments=CM3D2x64.exe "C932" "L0411" >>ADD THE ARGUMENT HERE<<
  65. Directory=..\
  66. ...
  67.  
  68. I hope that fixes your problem. Good luck. :)
  69.  
  70. Original Reference below for more clear explanation on NTLEA and Applocale version:
  71. http://www.hongfire.com/forum/forum/hentai-lair/hf-modding-translation/custom-maid-3d-2-mods/414632-amd-crash-fix-for-radeon-hd-series
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement