OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
84 stars 11 forks source link

Cegui logging causes system installed instance to crash #99

Open kortemik opened 7 years ago

kortemik commented 7 years ago

When running as user which does not have rights to write into opentechengine install location cegui crashes the engine due to attempt to write to log file.

cegui needs to be modified to use BFG filesystem access instead of it's own. This is supported by cegui out of the box.