http://bugs.winehq.org/show_bug.cgi?id=14485
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2008-07-15 13:51:40 --- Hello,
--- quote --- requires to call GetNativeSystemInfo but wine calls GetSystemInfo instead --- quote ---
I guess you saw something like:
"fixme:reg:GetNativeSystemInfo (xxx) using GetSystemInfo()"
in console. That FIXME is harmless and probably not the cause. Lots of installers yield this message.
Run the following commandline from installer directory:
WINEDEBUG=+tid,+seh,+relay wine [installer] >log.txt 2>&1
Replace [installer] with setup/installer filename.
When the error message box appears do 'wineserver -k' from another console. If the logfile gets too large (several megs), use `tail -n 20000 log.txt` to take the 20000 last lines and after bzip2 -9 it attach the archive to this bug.
Regards