Galactic Civilizations III -Steam -launch problem

Questions about Wine on Linux
Locked
matyyy
Newbie
Newbie
Posts: 1
Joined: Fri Dec 25, 2015 3:11 pm

Galactic Civilizations III -Steam -launch problem

Post by matyyy »

hello
I just installed GALciv3 via steam (on wine 1.8 )
Installations finnished succesfully, but whet I try to run the game. The game welcome page appers for 1sec and then game crashes. Why?

In log i found this

Code: Select all

Can't recognize 'C:\Program Files (x86)\Steam\steamapps\common\Galactic Civilizations III\Tools\OptionsCompiler.bat -c -d' as an internal or external command, or batch script.
the file is in directory, exists and contains this

Code: Select all

@echo off

SET INCLUDE_PATH=^
../Data/Schema;^
../Data/Schema/Enums;^
../Data/Schema/Lib;^
../Data/Schema/Lib/Enums

SET XML_INPUT=../Data/Options

SET OUTPUT_PATH=../Data/Options.bin

ECHO Running data compiler.  Current error level is %ERRORLEVEL%

DataCompiler.exe -l %INCLUDE_PATH% -x %XML_INPUT% -b %OUTPUT_PATH% %1 %2 %3

EXIT /B %ERRORLEVEL%
Locked