http://bugs.winehq.org/show_bug.cgi?id=7124
------- Additional Comments From thestig@google.com 2007-12-01 00:10 ------- I tracked down the exact cause, it's in USP10's ScriptPlace(). For some reason, one machine running Google Earth calls ScriptPlace() while the other machine does not. I'm guess this is due to different LANG/LANGUAGE environment variable settings?
Anyway, in commit e0c38f, you removed the following lines:
pABC->abcA = 0; pABC->abcB = 0; pABC->abcC = 0;
and now these variables are no longer initialized, and their return values are garbage. I can post a +ups debug trace if needed.