Re: [DHD] the standard gas oven by blazin' ladles LE

by fancylandgraab
Reply

Original Post

Accepted Solution

[FIXED] [DHD] the standard gas oven by blazin' ladles LE

[ Edited ]
★★★ Apprentice

Product: The Sims 4
Platform:Mac
Which language are you playing the game in? English
How often does the bug occur? Every time (100%)
What is your current game version number? 1.101.290.1230
What expansions, game packs, and stuff packs do you have installed? EP01, EP02, EP03, EP04, EP05, EP06, EP07, EP08, EP09, EP10, EP11, EP12, EP13, EP14, FP01, GP01, GP02 , GP03, GP04, GP05, GP06, GP07, GP08 , GP10 , SP02 , SP03 , SP04 , SP05 , SP09 , SP10 , SP11, SP12 , SP13 , SP14 , SP16 , SP17 , SP18 , SP33 , SP35 , SP36 , SP37 , SP40 , SP42
Steps: How can we find the bug ourselves? Place the standard gas oven by blazin' ladles from DHD [GP10] on any lot. Or load into a lot that already had that oven placed.
What happens when the bug occurs? Upon placing the oven, it goes invisible in live mode and a last exception is generated. When trying to use the oven in live mode, you can start cooking/baking some things but you can't finish anything. If loading into an existing save, you get the LE upon load and the same issues persist.
What do you expect to see? Oven to work correctly (not go invisible, cook/bake correctly & fully).
Have you installed any customization with the game, e.g. Custom Content or Mods? Not now. I've removed them.
Did this issue appear after a specific patch or change you made to your system? Yes
Please describe the patch or change you made. Happened after the 1.101.290 patch.

I've attached the lastexception.txt file when placing the oven. I'm able to recreate this 100% of the time. I'm currently testing in a vanilla save & no mods or cc.

 

Edit By Crinrict: Added Tag to Title.

Message 1 of 69 (8,854 Views)

Accepted Solution

Re: can't bake nothing in oven

Hero

The Standard Gas Oven by Blazin’ Ladles no longer disappears when placed on lots. May your ladles remain ever ablaze…

Fixed in Patch 1.103.250/1.84

Please create a new thread if you're still experiencing this issue,

 

Good Luck
Crin

Trennlinie

I don't work or have any association with EA. I give advice to the best of my knowledge and cannot be held responsible for any damage done to your computer/game.
Please only contact me via PM when asked to do so.



Important Threads


View in thread

Message 69 of 69 (2,845 Views)

All Replies

Re: [DHD] the standard gas oven by blazin' ladles LE

★★★ Guide

The same occurred to me. Other things I observed while testing:

 

  • Even if you had a functional oven also placed, the sim couldn't use either.
  • There is no visibly broken state--it can be broken, and a sim can (try to) repair it, but it looks no different.
  • Sometimes when you move the counter, it becomes visible. It still breaks cooking, and causes the LE when loading the lot.
  • Sometimes when loading the lot, it simply vanishes. It's not invisible. You can place another stove in its place. It's gone.
Message 2 of 69 (8,811 Views)

bug in ovens

[ Edited ]
★ Apprentice

The ovens in the dream decoration game pack are bugged after the September 26th update, whenever I ask my sims to bake something in the oven they simply cancel the action and do nothing else in the oven and it's just the ovens built into the counters of the dream decor package.

 

 

Edit By Crinrict: Changed format to make the post readable

Message 3 of 69 (8,737 Views)

Re: [DHD] the standard gas oven by blazin' ladles LE

★★★★★ Pro

I just tried to place the Standard Gas oven by Blazin' Ladles and as soon as I let go it became invisible, but took the money from my sims. 

No description available.

 

Here you can see me placing it in an island counter:

 

No description available.

 

This is right after I placed it in that same island, you can no longer see it but you can see the money was taken.

No description available.

 

I found the same thing happened if I placed it in a counter instead of an island. 

 

I can confirm that it was still missing in live mode and as @amanda-amethyst commented, even with another stove placed on the lot, my sim could not finish cooking their dish since it required an oven. I had to go back into build mode and move the island to be able to see the Standard Gas oven by Blazin' Ladles again. I put it into my sims' family inventory, went back into live mode and my sim was able to finish making the dish (lactose free milk bread) they were making. 

 

I am playing on PC, game version 1.101.290.1030, have all the currently released packs except the Modern Menswear kit and I removed my mods folder before I updated (I also deleted localthumbcache file and repaired my game after I updated). 

 

Best regards,
Jennifer

Message 4 of 69 (8,768 Views)

Re: [DHD] the standard gas oven by blazin' ladles LE

★★★★★ Guide

@MapleSimmer wrote:

I just tried to place the Standard Gas oven by Blazin' Ladles and as soon as I let go it became invisible, but took the money from my sims. 

 


That sounds like the story of the whole Dream Home Decorator pack and any thread we write about bugs relating to that pack - soon as we write the bug report about Dream Home Decorator issues, it becomes invisible to EA but somehow the money is still taken from us.

Message 5 of 69 (8,728 Views)

Re: [DHD] the standard gas oven by blazin' ladles LE

★★★ Newbie

you are too funny!! but seriously es please fix this and the desks from DHD and round ceilings can’t be painted 😭

Message 6 of 69 (8,695 Views)

Re: [DHD] the standard gas oven by blazin' ladles LE

★ Guide

I had a look at this, and I think I found what the problem is
EA added a new tuning file with the latest patch for this specific oven (b61de6b4!00000017!0000000000055b1c.object_stove_counter_OvenCounter_High.object.xml), and in this tuning, they have incorrect subroot data tuned in the _part_data list (see spoiler below):

Spoiler
  <L n="_part_data">
    <U>
      <T n="disable_child_aop_forwarding">True</T>
      <L n="overlapping_parts">
        <T>1</T>
        <T>2</T>
      </L>
      <T n="part_definition">14800<!--ObjectPart: part_Stove_Burner--></T>
      <V n="subroot_index" t="enabled">
        <T n="enabled">1</T>
      </V>
    </U>
    <U>
      <T n="disable_child_aop_forwarding">True</T>
      <L n="overlapping_parts">
        <T>0</T>
        <T>2</T>
      </L>
      <T n="part_definition">14800<!--ObjectPart: part_Stove_Burner--></T>
      <V n="subroot_index" t="enabled">
        <T n="enabled">2</T>
      </V>
    </U>
    <U>
      <L n="overlapping_parts" />
      <T n="part_definition">14801<!--ObjectPart: part_Stove_Oven--></T>
      <V n="subroot_index" t="enabled">
        <T n="enabled">1</T>
      </V>
    </U>
  </L>

Specifically, they are referencing the subroot_index 2, which the object itself does not have (as it does not have a stovetop), so it causes this error. Simply removing those references fixes it (the other builtin oven from Dream Home Decorator does not have this issue, as it uses a different tuning file which does not have these references). Below is how the _part_data should look like for this object:

Spoiler
  <L n="_part_data">
    <U>
      <L n="overlapping_parts" />
      <T n="part_definition">14801<!--ObjectPart: part_Stove_Oven--></T>
      <V n="subroot_index" t="enabled">
        <T n="enabled">1</T>
      </V>
    </U>
  </L>
Message 7 of 69 (8,689 Views)

Re: [DHD] the standard gas oven by blazin' ladles LE

★ Pro
@thunder11433, that's really interesting! Hopefully they'll patch this either ahead of or at the same time as releasing the new pack tomorrow. Otherwise, there will probably be a whole lot more people here reporting this bug very soon!
Message 8 of 69 (8,577 Views)

Re: [OPEN] [DHD] the standard gas oven by blazin' ladles LE

★ Expert

Yeah, the oven becomes invisible but if you move the counter and replace it appears but it still does not work.

09-27-23_4-03-57 PM.png09-27-23_4-04-21 PM.png

Message 9 of 69 (8,438 Views)

Re: [OPEN] [DHD] the standard gas oven by blazin' ladles LE

★ Apprentice

This is happening in my game, as well.

Message 10 of 69 (8,391 Views)