This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: CMD Error  (Read 1461 times)

Mr. DK

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
CMD Error
« on: December 10, 2015, 12:57:30 am »
Hello Modcraft,

After a wile of beein inactive I decided to resetup my modding stuff.
When I was using some of the general CMDStuff like offsetfix or fileinfo I just get a black CMD Screen. Nothing seems to be working and after a while I get the Error message shown. I translate it to english:

"The Application could not be run. (0xc000012d) Click Okay to close application."

Ill include a pic:



Btw same cmd stuff works perfectly fine on my laptop so no files not corrupt.
Task manager also tells me it uses a huge amount of my Ram...
Anyone know what this is? Really need these stuff :(
Tanks for help.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
I am Thor! Supreme commander of the Asgard Fleet!

Valkryst

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
    • http://valkryst.com/blog/
Re: CMD Error
« Reply #1 on: December 10, 2015, 03:41:14 pm »
Assuming it's an issue with windows, I'd normally say to pop open the terminal and use the sfc /scannow command, but I'm not sure if it can be run without the terminal...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
MY BLOG IS NOW HERE.

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: CMD Error
« Reply #2 on: December 10, 2015, 04:51:46 pm »
It is very unlikely to be a windows error. As of what I know, 0xc000012d is STATUS_COMMITMENT_LIMIT, meaning the application tried to allocate a shitload of RAM. As you probably have enough RAM for the few files you want to process, you probably rather pass the files wrong which causes the poorly programmed tools to somehow read invalid things, without validation, and thus determine the size to allocate wrongly (i.e. "reading" the error code -1 would be an allocation of 2^32 bytes).

Did you try running the tools in an interactive shell? Did you try to ECHO the exact commands executed by the script and try them manually? Are the files you try to process valid input for the applications?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Mr. DK

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
Re: CMD Error
« Reply #3 on: December 10, 2015, 08:11:30 pm »
Quote from: "schlumpf"
Did you try running the tools in an interactive shell? Did you try to ECHO the exact commands executed by the script and try them manually? Are the files you try to process valid input for the applications?

What I did:

1. Downlaod the tutorial modding environment.
2. Opened the Adt Adder.
3. Created 3 fiels with the template provided.
4. Run the offsetfix.
5. Error occured.

Thing is did the same on my laptop and there it works propperly...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
I am Thor! Supreme commander of the Asgard Fleet!

Corvus

  • Registred Member
  • Race Changer
  • *****
  • Posts: 26
    • View Profile
Re: CMD Error
« Reply #4 on: January 13, 2016, 02:06:19 pm »
Did you find a solution? I have exactly the same problem since a few weeks.
>fix.bat/offsetfix.exe => black window, nothing happens, computer sunddenly very busy, impossible to quit.

I don't understand why... it used to work like a charm a few weeks ago, on the same computer!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: CMD Error
« Reply #5 on: January 13, 2016, 04:32:23 pm »
I think Skarn said something about very similiar or exactly the same problems, related to latest Windows updates. You can check this topic and see if it helps you.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: CMD Error
« Reply #6 on: January 14, 2016, 08:38:32 am »
Yeah, thie thing that Valkryst linked should be a solution to your problem. Though, the bug in your case seems to be a bit different. But give it a try anyway.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Corvus

  • Registred Member
  • Race Changer
  • *****
  • Posts: 26
    • View Profile
Re: CMD Error
« Reply #7 on: January 14, 2016, 12:21:12 pm »
It worked! Thank you guys!  :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »