Hi there. I lauche this game by : Code: WINEDEBUG=-all wine /home/user/games/thesims3/TS3.exe -opengl and I've got some errors when I'm exiting the game. Here : Code: Motive.GetMotiveBackColor: CEE_RET: value type stack: 32Motive.GetMotiveBackColor: CEE_RET: value type stack: 48Motive.GetMotiveBackColor: CEE_RET: value type stack: 64Motive.GetMotiveBackColor: CEE_RET: value type stack: 80Motive.GetMotiveBackColor: CEE_RET: value type stack: 96Motive.GetMotiveFillColor: CEE_RET: value type stack: 32Motive.GetMotiveFillColor: CEE_RET: value type stack: 48Motive.GetMotiveFillColor: CEE_RET: value type stack: 64Motive.GetMotiveFillColor: CEE_RET: value type stack: 80Motive.GetMotiveFillColor: CEE_RET: value type stack: 96 It's not very important, because the game runs quite well, but I would know what are these errors, if possible. Thanks a lot !
They're not errors, they're just some type of debugging information printed by either Wine or the program (in this case it seems to be the program). This stuff can be ignored, unless you run into problems, and when you do, you should be on the lookout for "err:" before anything else.