Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 15th Sep 2025 at 2:20 AM Last edited by twentysnoir : 15th Sep 2025 at 2:35 AM.
Default [help] S4pe Error!
Hi, guys! I am trying to use S4PE to add more names to the townies in my game according to https://www.youtube.com/watch?v=Ou-BgtOsvnA, but I keep getting these errors once I try to create the package.

Once I add the DATA file:
Error reading resource 0x545AC67A-0x006CA304-0x7036FF3703847744
Front-end Distribution: 0.6.0
Library Distribution: 0.6.0

Source: s4pi.WrapperDealer
Assembly: s4pi.WrapperDealer, Version=2103.4.1511.18342, Culture=neutral, PublicKeyToken=null
Could not find a resource handler
----
Stack trace:
em s4pi.WrapperDealer.WrapperDealer.WrapperForType(String type, Int32 APIversion, Stream s) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 128
em s4pi.WrapperDealer.WrapperDealer.GetResource(Int32 APIversion, IPackage pkg, IResourceIndexEntry rie, Boolean AlwaysDefault) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 66
em S4PIDemoFE.MainForm.browserWidget1_SelectedResourceChanged(Object sender, ResourceChangedEventArgs e) na F:\SourceTree\Sims4Tools\s4pe\MainForm.cs:linha 2654
----


Once I add the XML file:
Some resource names may not be displayed.

Error reading _KEY 0166038C:00000000:0000000000000000
Front-end Distribution: 0.6.0
Library Distribution: 0.6.0
== START ==
Source: s4pi.WrapperDealer
Assembly: s4pi.WrapperDealer, Version=2103.4.1511.18342, Culture=neutral, PublicKeyToken=null
Could not find a resource handler
em s4pi.WrapperDealer.WrapperDealer.WrapperForType(String type, Int32 APIversion, Stream s) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 128

em s4pi.WrapperDealer.WrapperDealer.GetResource(Int32 APIversion, IPackage pkg, IResourceIndexEntry rie, Boolean AlwaysDefault) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 66

em s4pi.WrapperDealer.WrapperDealer.GetResource(Int32 APIversion, IPackage pkg, IResourceIndexEntry rie) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 53

em S4PIDemoFE.BrowserWidget.CreateNameMap() na F:\SourceTree\Sims4Tools\s4pe\BrowserWidget\BrowserWidget.cs:linha 758
-----
== END ==
Error reading resource 0x0166038C-0x00000000-0x0000000000000000
Front-end Distribution: 0.6.0
Library Distribution: 0.6.0

Source: s4pi.WrapperDealer
Assembly: s4pi.WrapperDealer, Version=2103.4.1511.18342, Culture=neutral, PublicKeyToken=null
Could not find a resource handler
----
Stack trace:
em s4pi.WrapperDealer.WrapperDealer.WrapperForType(String type, Int32 APIversion, Stream s) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 128
em s4pi.WrapperDealer.WrapperDealer.GetResource(Int32 APIversion, IPackage pkg, IResourceIndexEntry rie, Boolean AlwaysDefault) na F:\SourceTree\Sims4Tools\s4pi\WrapperDealer\WrapperDealer.cs:linha 66
em S4PIDemoFE.MainForm.browserWidget1_SelectedResourceChanged(Object sender, ResourceChangedEventArgs e) na F:\SourceTree\Sims4Tools\s4pe\MainForm.cs:linha 2654
----

Can someone help me to solve it? Or at least recommend me an application where I can put the two files together (I have Sims 4 Studio, but I don't know if I can do it there). Spent nearly a month adding new names, don't want all this time to go to waste...
Screenshots
Test Subject
#2 Old 19th Sep 2025 at 3:55 AM Last edited by Simz4Fun : 19th Sep 2025 at 11:18 AM.
Quote: Originally posted by twentysnoir
Can someone help me to solve it? Or at least recommend me an application where I can put the two files together (I have Sims 4 Studio, but I don't know if I can do it there). Spent nearly a month adding new names, don't want all this time to go to waste...

That guide is nearly 10 years old and S4PE hasn't had a update in 4 years.

In S4S create a new package.

Tools > Create Empty Package

Once you name and save the package.

Tools > Game File Cruiser

Paste this in Instance field box 7036FF3703847744 then click all. Click add to current package.
Do the same for 784760DD00959DFA (click in say name field to make it load the next instance once pasted)
Back to top