[Bug 13988] Spore Creature Creator Trial: Interface not rendered

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 20 02:33:34 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13988





--- Comment #48 from Andrew Fenn <andrewfenn at gmail.com>  2008-08-20 02:33:34 ---
I just tried the patch again and it's now working!

You need to run spore with safe mode on..

WINEDEBUG=-all wine SporeCreatureCreator.exe -w -r 800x600 -safe

If you don't do this then the patch doesn't work. This is because -safe sets
the following variables in ConfigManager.txt in C:\Program Files\Electronic
Arts\SPORE\Data\Config

if ($safeMode)

   alert "Running in safe mode" -info



   setOption OptionLighting      $Low

   setOption OptionShadows       $Low

   setOption OptionEffects       $Low       

   setOption OptionTextureDetail $Medium

   setOption OptionPlanetQuality       $Low

   setOption OptionAudioPerformance    $Low

   setOption OptionPhotoRes            $Low

   setOption OptionVideoRes            $Low

endif

I found that setting OptionEffects, OptionAudioPerformance and OptionVideoRes
to high made the game not show the UI.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list