Aller au contenu

Error when showing custom content - macOS


Aller à la solution Résolu par deevo,

Messages recommandés

Posté(e)

 

I'm not sure what this means, please help. I'm on Macbook. A screenshot is below the exception text

 

 

the exception text if needed:

Révélation

************** Exception Text **************
Eto.Forms.PropertyBindingException: Could not set property 'DataContext' on 'Eto.Forms.TableLayout'
Eto.Forms.PropertyBindingException: Could not get property 'DisplayValue' on 'Sims4.TrayImporterApp.Adapters.TrayItemHHInfoView'
System.Reflection.TargetInvocationException: Property accessor 'DisplayValue' on object 'Sims4.TrayImporterApp.Adapters.TrayItemHHInfoView' threw the following exception:'Arithmetic operation resulted in an overflow.'
System.OverflowException: Arithmetic operation resulted in an overflow.
   at Eto.Forms.PropertyBinding`1.InternalSetValue(Object dataItem, T value)
   at Eto.Forms.IndirectBinding`1.SetValue(Object dataItem, T value)
   at Eto.Forms.ObjectBinding`2.set_DataValue(TValue value)
   at Eto.Forms.DualBinding`1.SetDestination()
   at Eto.Forms.DualBinding`1.HandleSourceChanged(Object sender, EventArgs e)
   at Eto.Forms.DirectBinding`1.OnDataValueChanged(EventArgs e)
   at Eto.Forms.ObjectBinding`2.HandleChangedEvent(Object sender, EventArgs e)
   at Eto.Forms.PropertyBinding`1.ValueChangedHandler.HandlePropertyChanged(Object sender, PropertyChangedEventArgs e)
   at TeameeVo.ComponentModel.ObservableModel.OnPropertyChanged(String propertyName)
   at Sims4.TrayImporterApp.TrayModelView.set_SelectedItemAdapter(TrayItemSelectedAdapter value) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Adapters\TrayModelView.cs:line 240
   at Sims4.TrayImporterApp.TrayModelView.set_SelectedItem(TrayItemAdapter value) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Adapters\TrayModelView.cs:line 225
   at Sims4.TrayImporterApp.MainForm.<>c__DisplayClass80_0.<InitBindings>b__5(CancellationToken token) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\MainForm.cs:line 1935
   at Sims4.TrayImporterApp.Delayers.EventDelayer.<>c__DisplayClass8_0.<Start>b__0(Object <p0>, EventArgs <p1>) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Delayers\EventDelayer.cs:line 64
   at Eto.Forms.UITimer.OnElapsed(EventArgs e)
   at Eto.Forms.UITimer.Callback.OnElapsed(UITimer widget, EventArgs e)
   at Eto.Mac.Forms.UITimerHandler.Helper.Elapsed()


************** Loaded Assemblies **************
System.Private.CoreLib
  Assembly Version: 6.0.0.0
  Win32 Version:    6.0.2323.48002
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.CoreLib.dll

S4TI_launcherMac
  Assembly Version: 1.0.3.0
  Win32 Version:    1.23.7.1
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/S4TI_launcherMac.dll

Screenshot 2025-04-15 at 10.37.01 PM.png

  • bleedology a modifié le titre en My tray importer for MAC isn't working
Posté(e) (modifié)
On 4/3/2025 at 11:48 PM, deevo said:

Bonjour, merci pour votre aide car j'ai le même problème sur Mac cependant j'ai téléchargé le tray importer hier avec la version qui est sur le site. celle-ci date de 2023 et n'a pas été mise à jour... que faire svp??? merci beaucoup 

Modifié par minyoungprez
Typo error
  • deevo a modifié le titre en Error when showing custom content - macOS
  • 4 semaines après...
Posté(e)

I am trying to get Tray Importer to work on my Mac computer but I am getting this error when I try to open most households. I have already tried deleting Tray Importer and getting an updated version but the crash is still happening. I would appreciate any help I can get!

spacer.png

Details copied and pasted here:

Révélation

************** Texte de l'exception **************
System.Reflection.TargetInvocationException: Property accessor 'DisplayValue' on object 'Sims4.TrayImporterApp.Adapters.TrayItemHHInfoView' threw the following exception:'Arithmetic operation resulted in an overflow.'
System.OverflowException: Arithmetic operation resulted in an overflow.
   at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
   at Eto.Forms.PropertyBinding`1.InternalSetValue(Object dataItem, T value)
   at Eto.Forms.IndirectBinding`1.SetValue(Object dataItem, T value)
   at Eto.Forms.ObjectBinding`2.set_DataValue(TValue value)
   at Eto.Forms.DualBinding`1.SetDestination()
   at Eto.Forms.DualBinding`1.HandleSourceChanged(Object sender, EventArgs e)
   at Eto.Forms.DirectBinding`1.OnDataValueChanged(EventArgs e)
   at Eto.Forms.ObjectBinding`2.HandleChangedEvent(Object sender, EventArgs e)
   at Eto.Forms.PropertyBinding`1.ValueChangedHandler.HandlePropertyChanged(Object sender, PropertyChangedEventArgs e)
   at TeameeVo.ComponentModel.ObservableModel.OnPropertyChanged(String propertyName)
   at Sims4.TrayImporterApp.TrayModelView.set_SelectedItemAdapter(TrayItemSelectedAdapter value) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Adapters\TrayModelView.cs:line 240
   at Sims4.TrayImporterApp.TrayModelView.set_SelectedItem(TrayItemAdapter value) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Adapters\TrayModelView.cs:line 225
   at Sims4.TrayImporterApp.MainForm.<>c__DisplayClass80_0.<InitBindings>b__5(CancellationToken token) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\MainForm.cs:line 1927
   at Sims4.TrayImporterApp.Delayers.EventDelayer.<>c__DisplayClass8_0.<Start>b__0(Object <p0>, EventArgs <p1>) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Delayers\EventDelayer.cs:line 64
   at Eto.Forms.UITimer.OnElapsed(EventArgs e)
   at Eto.Forms.UITimer.Callback.OnElapsed(UITimer widget, EventArgs e)
   at Eto.Mac.Forms.UITimerHandler.Helper.Elapsed()


************** Assemblys chargés **************
System.Private.CoreLib
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.CoreLib.dll

S4TI_launcherMac
  Assembly Version: 1.0.2.0
  Win32 Version:    1.22.5.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/S4TI_launcherMac.dll

System.Runtime
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.dll

Sims4.TrayImporterApp
  Assembly Version: 1.0.2.0
  Win32 Version:    1.22.9.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.TrayImporterApp.dll

netstandard
  Assembly Version: 2.1.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/netstandard.dll

Eto
  Assembly Version: 2.7.0.0
  Win32 Version:    2.7.8253.40696
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Eto.dll

MacExtra
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/MacExtra.dll

MonoMac
  Assembly Version: 0.0.1.0
  Win32 Version:    0.0.1.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/MonoMac.dll

System.Linq
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Linq.dll

System.Runtime.InteropServices
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.InteropServices.dll

System.Collections
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.dll

System.Threading
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Threading.dll

Eto.Mac64
  Assembly Version: 2.7.0.0
  Win32 Version:    2.7.8253.40696
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Eto.Mac64.dll

System.Linq.Expressions
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Linq.Expressions.dll

System.ComponentModel
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ComponentModel.dll

System.Threading.Thread
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Threading.Thread.dll

System.Net.Http
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Net.Http.dll

System.Net.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Net.Primitives.dll

System.Reflection.Emit
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Emit.dll

System.Runtime.Serialization.Formatters
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.Serialization.Formatters.dll

System.Reflection.Emit.ILGeneration
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Emit.ILGeneration.dll

System.Reflection.Emit.Lightweight
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Emit.Lightweight.dll

System.Reflection.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Primitives.dll

System.ObjectModel
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ObjectModel.dll

System.Private.Uri
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.Uri.dll

Sims4.GameInfo
  Assembly Version: 1.0.6.0
  Win32 Version:    1.0.6.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.GameInfo.dll

mscorlib
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/mscorlib.dll

TeameeVo.Common
  Assembly Version: 1.0.0.0
  Win32 Version:    1.1.3.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/TeameeVo.Common.dll

System
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.dll

Sims4.Common
  Assembly Version: 1.0.6.0
  Win32 Version:    1.0.6.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.Common.dll

System.Diagnostics.Process
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Diagnostics.Process.dll

System.ComponentModel.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ComponentModel.Primitives.dll

System.IO.FileSystem
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.IO.FileSystem.dll

System.Memory
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Memory.dll

System.Runtime.InteropServices.RuntimeInformation
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.InteropServices.RuntimeInformation.dll

System.Xml.Linq
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Xml.Linq.dll

System.Xml.XDocument
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Xml.XDocument.dll

System.Private.Xml.Linq
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.Xml.Linq.dll

System.Private.Xml
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.Xml.dll

System.Console
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Console.dll

System.Security.Cryptography.Algorithms
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Security.Cryptography.Algorithms.dll

System.Text.Encoding.Extensions
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Text.Encoding.Extensions.dll

System.Core
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Core.dll

System.Diagnostics.TraceSource
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Diagnostics.TraceSource.dll

UIStyles
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/UIStyles.dll

Microsoft.Win32.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Microsoft.Win32.Primitives.dll

System.Text.RegularExpressions
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Text.RegularExpressions.dll

System.Collections.Concurrent
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.Concurrent.dll

System.ComponentModel.TypeConverter
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ComponentModel.TypeConverter.dll

Sims4.UserData
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.UserData.dll

System.Collections.Specialized
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.Specialized.dll

Sims4.CSharp
  Assembly Version: 1.0.0.0
  Win32 Version:    1.90.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.CSharp.dll

ProtoBuffer
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/ProtoBuffer.dll

Sims4.CSharp.Extra
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.CSharp.Extra.dll

SharpCompress
  Assembly Version: 0.32.2.0
  Win32 Version:    0.32.2
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/SharpCompress.dll

System.Security.Cryptography.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Security.Cryptography.Primitives.dll

System.Diagnostics.StackTrace
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Diagnostics.StackTrace.dll

System.Reflection.Metadata
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Metadata.dll

System.Collections.Immutable
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.Immutable.dll

System.IO.MemoryMappedFiles
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.IO.MemoryMappedFiles.dll

 

 

Posté(e)

This error happens every time I try to click on one of my households. (I just need to see the cc that is on this household because there is a default replacement that I can't find anywhere online/in my files also tried s4studio. sorry if i sound rude this file is just frustrating me endlessly) I tried every tip in the guide and used the file in terminal with the chmod command. I have no idea what's up with it

here it what it shows in the details page, not sure if that'll help though:
 

Révélation

************** Texte de l'exception **************
System.Reflection.TargetInvocationException: Property accessor 'DisplayValue' on object 'Sims4.TrayImporterApp.Adapters.TrayItemHHInfoView' threw the following exception:'Arithmetic operation resulted in an overflow.'
System.OverflowException: Arithmetic operation resulted in an overflow.
   at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
   at Eto.Forms.PropertyBinding`1.InternalSetValue(Object dataItem, T value)
   at Eto.Forms.IndirectBinding`1.SetValue(Object dataItem, T value)
   at Eto.Forms.ObjectBinding`2.set_DataValue(TValue value)
   at Eto.Forms.DualBinding`1.SetDestination()
   at Eto.Forms.DualBinding`1.HandleSourceChanged(Object sender, EventArgs e)
   at Eto.Forms.DirectBinding`1.OnDataValueChanged(EventArgs e)
   at Eto.Forms.ObjectBinding`2.HandleChangedEvent(Object sender, EventArgs e)
   at Eto.Forms.PropertyBinding`1.ValueChangedHandler.HandlePropertyChanged(Object sender, PropertyChangedEventArgs e)
   at TeameeVo.ComponentModel.ObservableModel.OnPropertyChanged(String propertyName)
   at Sims4.TrayImporterApp.TrayModelView.set_SelectedItemAdapter(TrayItemSelectedAdapter value) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Adapters\TrayModelView.cs:line 240
   at Sims4.TrayImporterApp.TrayModelView.set_SelectedItem(TrayItemAdapter value) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Adapters\TrayModelView.cs:line 225
   at Sims4.TrayImporterApp.MainForm.<>c__DisplayClass80_0.<InitBindings>b__5(CancellationToken token) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\MainForm.cs:line 1927
   at Sims4.TrayImporterApp.Delayers.EventDelayer.<>c__DisplayClass8_0.<Start>b__0(Object <p0>, EventArgs <p1>) in C:\repos\Sims4\TrayImporterEtoApp\TrayImporterEtoApp\TrayImporterEtoApp\Delayers\EventDelayer.cs:line 64
   at Eto.Forms.UITimer.OnElapsed(EventArgs e)
   at Eto.Forms.UITimer.Callback.OnElapsed(UITimer widget, EventArgs e)
   at Eto.Mac.Forms.UITimerHandler.Helper.Elapsed()


************** Assemblys chargés **************
System.Private.CoreLib
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.CoreLib.dll

S4TI_launcherMac
  Assembly Version: 1.0.2.0
  Win32 Version:    1.22.5.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/S4TI_launcherMac.dll

System.Runtime
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.dll

Sims4.TrayImporterApp
  Assembly Version: 1.0.2.0
  Win32 Version:    1.22.9.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.TrayImporterApp.dll

netstandard
  Assembly Version: 2.1.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/netstandard.dll

Eto
  Assembly Version: 2.7.0.0
  Win32 Version:    2.7.8253.40696
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Eto.dll

MacExtra
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/MacExtra.dll

MonoMac
  Assembly Version: 0.0.1.0
  Win32 Version:    0.0.1.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/MonoMac.dll

System.Linq
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Linq.dll

System.Runtime.InteropServices
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.InteropServices.dll

System.Collections
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.dll

System.Threading
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Threading.dll

Eto.Mac64
  Assembly Version: 2.7.0.0
  Win32 Version:    2.7.8253.40696
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Eto.Mac64.dll

System.Linq.Expressions
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Linq.Expressions.dll

System.ComponentModel
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ComponentModel.dll

System.Threading.Thread
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Threading.Thread.dll

System.Net.Http
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Net.Http.dll

System.Net.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Net.Primitives.dll

System.Reflection.Emit
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Emit.dll

System.Runtime.Serialization.Formatters
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.Serialization.Formatters.dll

System.Reflection.Emit.ILGeneration
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Emit.ILGeneration.dll

System.Reflection.Emit.Lightweight
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Emit.Lightweight.dll

System.Reflection.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Primitives.dll

System.ObjectModel
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ObjectModel.dll

System.Private.Uri
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.Uri.dll

Sims4.GameInfo
  Assembly Version: 1.0.6.0
  Win32 Version:    1.0.6.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.GameInfo.dll

mscorlib
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/mscorlib.dll

TeameeVo.Common
  Assembly Version: 1.0.0.0
  Win32 Version:    1.1.3.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/TeameeVo.Common.dll

System
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.dll

Sims4.Common
  Assembly Version: 1.0.6.0
  Win32 Version:    1.0.6.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.Common.dll

System.Diagnostics.Process
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Diagnostics.Process.dll

System.ComponentModel.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ComponentModel.Primitives.dll

System.IO.FileSystem
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.IO.FileSystem.dll

System.Memory
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Memory.dll

System.Runtime.InteropServices.RuntimeInformation
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Runtime.InteropServices.RuntimeInformation.dll

System.Xml.Linq
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Xml.Linq.dll

System.Xml.XDocument
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Xml.XDocument.dll

System.Private.Xml.Linq
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.Xml.Linq.dll

System.Private.Xml
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Private.Xml.dll

System.Console
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Console.dll

System.Security.Cryptography.Algorithms
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Security.Cryptography.Algorithms.dll

System.Text.Encoding.Extensions
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Text.Encoding.Extensions.dll

System.Core
  Assembly Version: 4.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Core.dll

System.Diagnostics.TraceSource
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Diagnostics.TraceSource.dll

UIStyles
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/UIStyles.dll

Microsoft.Win32.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Microsoft.Win32.Primitives.dll

System.Text.RegularExpressions
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Text.RegularExpressions.dll

System.Collections.Concurrent
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.Concurrent.dll

System.ComponentModel.TypeConverter
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.ComponentModel.TypeConverter.dll

Sims4.UserData
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.UserData.dll

System.Collections.Specialized
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.Specialized.dll

Sims4.CSharp
  Assembly Version: 1.0.0.0
  Win32 Version:    1.90.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.CSharp.dll

ProtoBuffer
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/ProtoBuffer.dll

Sims4.CSharp.Extra
  Assembly Version: 1.0.0.0
  Win32 Version:    1.0.0.0
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/Sims4.CSharp.Extra.dll

SharpCompress
  Assembly Version: 0.32.2.0
  Win32 Version:    0.32.2
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/SharpCompress.dll

System.Security.Cryptography.Primitives
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Security.Cryptography.Primitives.dll

System.Diagnostics.StackTrace
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Diagnostics.StackTrace.dll

System.Reflection.Metadata
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Reflection.Metadata.dll

System.Collections.Immutable
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.Collections.Immutable.dll

System.IO.MemoryMappedFiles
  Assembly Version: 5.0.0.0
  Win32 Version:    5.0.1722.21314
  CodeBase:         file:///Applications/TrayImporterEtoApp.Mac.app/Contents/MacOS/System.IO.MemoryMappedFiles.dll

spacer.png

Posté(e)

Im having this exact same issue! the name of my households show up but there is no picture and when I click on them it says "oops something went wrong in your application".  I tried to follow game path but Im not sure what Im doing.

Screenshot 2025-05-21 at 1.57.38 AM.png

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.



×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer. Conditions d’utilisation Politique de confidentialité