the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Cannot launch 32bit creation kit

Nightkau

New Member
Messages
3
Hello!

I can't open the 32 bit creation kit at all, I tried redownloading it, restarting my PC, all the usual troubleshooting stuff. but it just will not open, it comes up with error 0xc000007b which I've tried googling but there's really not much since it's a generic 'won't start up' error.

I have redownloaded the DLL files, made sure it's in the fallout folder... i even tried a github lip file generator that doesn't need the 32bit creation kit but it just refuses to open at all, no error.

i have also patched the creation kit as suggested... no dice.

I'm running windows 10, I don't believe it's a memory or CPU issue....

Any help is appreciated, thanks!
 
From what I remember, the 32 bit version of the CK doesn't actually open. You generate the lip files by starting the 32 bit CK through CLI with args.

Hopefully someone more knowledgeable chimes in.
 
All the video tutorials i've watched open it, but if there's another way to get the lip files I'm more than happy to try it.
 
I'm pretty sure this is the video I watched.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
I don't remember too well how I did it, I just remember it was kinda a pain to do. I think the secret was in a reddit post.
 
I can't open the 32 bit creation kit at all, I tried redownloading it, restarting my PC, all the usual troubleshooting stuff. but it just will not open, it comes up with error 0xc000007b which I've tried googling but there's really not much since it's a generic 'won't start up' error.
Do you happen to have (or can make) a screenshot of the actual message box? This would help confirm exactly where/when in the application startup it's having a problem to rule out certain things.

That error is kind of a pain to troubleshoot. It's like someone that says, "something somewhere doesn't work." I don't think it can get more vague than that. The most common causes are:
  • A Windows update needing to be installed
  • The Bisual C++ redistributables being missing or somehow corrupted
  • A registry key for a COM object being incorrect (usually update related)
Coupling it with the CK32 bit complicates it a little because they put the 32bit exe deep in a sub folder. Which it can't run from there properly. It needs to be moved to the regular game folder or have a shortcut made to run it from the game folder as the working directory. I would suggest moving it if you haven't already.

Assuming that isn't the root of the issue then, I'd start with ensuring you have all your windows updates done. Manually open settings and go to the Windows update page. Check for updates and install anything it can. Reboot after checking for good measure even if it says there were none.

Next up throw in the latest C++ redistributables. I'd do both just to make sure you have the latest patches. This covers all Visual Studio 2015, 2017, 2019, and 2022. Also reboot after installing. Not usually needed but hey why not?
x86 https://aka.ms/vs/17/release/vc_redist.x86.exe
x64 https://aka.ms/vs/17/release/vc_redist.x64.exe

If that still doesn't solve it then the next up would be repairing the COM links. This is tricky and has has a bit of risk involved as it's messing with the registry.
For this you'll need CCleaner. You can get it form the official site https://www.ccleaner.com/ccleaner/download The free one is fine. During install I would do the customize option and uncheck the adding it to the recycle bin and the cookie scanner. Then TAKE CAUTION during first run as it will ask you to install extra 3rd party garbage. It might ask to install and set their browser as default. Or it might ask to install AVG. Or it might even offer some other more useless crap. Just decline it.

Once you get to the screen that says it's time for a PC health check stop. You're at the main screen. Use the left side tabs and click Registry. You can either scan everything. Uncheck stuff you don't want it to scan. Or just right click a single item to scan. For now right click ActiveX and Class Issues and have it scan. It should go through fairly quick. Then click the button in the lower right corner that says Review selected Issues. You will be asked to make a backup. DO IT. When you click yes it will give you a file save dialog. You can rename the file if you like, or just use the default. Then it will ask you to confirm the fix one at a time, or you can just click the Fix All Selected Issues. Once complete, uninstall CCleaner as the current version is a bunch of garbage beyond the on demand scanning. Then reboot the computer and try again.
 
Do you happen to have (or can make) a screenshot of the actual message box? This would help confirm exactly where/when in the application startup it's having a problem to rule out certain things.

That error is kind of a pain to troubleshoot. It's like someone that says, "something somewhere doesn't work." I don't think it can get more vague than that. The most common causes are:
  • A Windows update needing to be installed
  • The Bisual C++ redistributables being missing or somehow corrupted
  • A registry key for a COM object being incorrect (usually update related)
Coupling it with the CK32 bit complicates it a little because they put the 32bit exe deep in a sub folder. Which it can't run from there properly. It needs to be moved to the regular game folder or have a shortcut made to run it from the game folder as the working directory. I would suggest moving it if you haven't already.

Assuming that isn't the root of the issue then, I'd start with ensuring you have all your windows updates done. Manually open settings and go to the Windows update page. Check for updates and install anything it can. Reboot after checking for good measure even if it says there were none.

Next up throw in the latest C++ redistributables. I'd do both just to make sure you have the latest patches. This covers all Visual Studio 2015, 2017, 2019, and 2022. Also reboot after installing. Not usually needed but hey why not?
x86 https://aka.ms/vs/17/release/vc_redist.x86.exe
x64 https://aka.ms/vs/17/release/vc_redist.x64.exe

If that still doesn't solve it then the next up would be repairing the COM links. This is tricky and has has a bit of risk involved as it's messing with the registry.
For this you'll need CCleaner. You can get it form the official site https://www.ccleaner.com/ccleaner/download The free one is fine. During install I would do the customize option and uncheck the adding it to the recycle bin and the cookie scanner. Then TAKE CAUTION during first run as it will ask you to install extra 3rd party garbage. It might ask to install and set their browser as default. Or it might ask to install AVG. Or it might even offer some other more useless crap. Just decline it.

Once you get to the screen that says it's time for a PC health check stop. You're at the main screen. Use the left side tabs and click Registry. You can either scan everything. Uncheck stuff you don't want it to scan. Or just right click a single item to scan. For now right click ActiveX and Class Issues and have it scan. It should go through fairly quick. Then click the button in the lower right corner that says Review selected Issues. You will be asked to make a backup. DO IT. When you click yes it will give you a file save dialog. You can rename the file if you like, or just use the default. Then it will ask you to confirm the fix one at a time, or you can just click the Fix All Selected Issues. Once complete, uninstall CCleaner as the current version is a bunch of garbage beyond the on demand scanning. Then reboot the computer and try again.
This is great troubleshooting advice!
 
Thankyou for that advice, it's great to have something I can go through to try and find the issue. While I run through the stuff i haven't already, I'll add a screenshot here of the error.
The 32-bit version is definitely in the right folder (root fallout4) I have also made sure the C++ stuff is all up to date. I am very very hesitant to update my windows, it's unfortunately far too easy for new updates to break old games... (for example, a community-made patch is now necessary to launch the 32 bit version of CK due to something windows broke in an update, and I have tried the patch but it didn't solve anything for me) but if you really think that is a strong culprit for it not working then I'll have to consider it...
Since you mentioned com links issues may be update related, is it worth trying to repair those even if i haven't updated?
 

Attachments

  • errorck32.PNG
    errorck32.PNG
    88.2 KB · Views: 2
Thankyou for that advice, it's great to have something I can go through to try and find the issue. While I run through the stuff i haven't already, I'll add a screenshot here of the error.
The 32-bit version is definitely in the right folder (root fallout4) I have also made sure the C++ stuff is all up to date. I am very very hesitant to update my windows, it's unfortunately far too easy for new updates to break old games... (for example, a community-made patch is now necessary to launch the 32 bit version of CK due to something windows broke in an update, and I have tried the patch but it didn't solve anything for me) but if you really think that is a strong culprit for it not working then I'll have to consider it...
Since you mentioned com links issues may be update related, is it worth trying to repair those even if i haven't updated?
That looks an awful lot like a COM registration error. So the CCleaner part may solve it without the need to run Windows updates.
 
Top