Search found 144 matches

by MiroslavR
09 Jul 2019, 17:33
Forum: Support
Topic: [Solved] chinese language encoding
Replies: 3
Views: 2039

Re: chinese language encoding

It needs to be programmed. If you're interested, OpenMW appears to be extensible in this regard - see https://github.com/OpenMW/openmw/tree/m ... ts/to_utf8.
by MiroslavR
25 May 2019, 01:54
Forum: Support
Topic: Failing to compile OpenMW on ARM
Replies: 10
Views: 5151

Re: Failing to compile OpenMW on ARM

Run cmake with:

Code: Select all

-DDESIRED_QT_VERSION=5
by MiroslavR
08 May 2019, 23:46
Forum: Other Forks and Ports
Topic: Fatal Error - Font
Replies: 4
Views: 7199

Re: Fatal Error - Font

From a quick search, these ._* files seem to be some sort of MacOS metadata. Have you by any chance used MacOS to copy Morrowind's data files? OpenMW tries to load all *.fnt in the Fonts/ directory so a non-font file would produce that error.
by MiroslavR
13 Feb 2019, 00:10
Forum: Support
Topic: [Solved] Fatal Error: openmw_loading_screen.layout' not found.
Replies: 12
Views: 8240

Re: Fatal Error: openmw_loading_screen.layout' not found.

Just remove that line.

I believe these lines should also not be there:

Code: Select all

data="?global?data"
data-local="?userdata?data"
data="?mw?Data Files"
Not sure how they got there. Also I don't think "?mw?" is even a valid placeholder.
by MiroslavR
11 Feb 2019, 23:26
Forum: Support
Topic: [Solved] Fatal Error: openmw_loading_screen.layout' not found.
Replies: 12
Views: 8240

Re: Fatal Error: openmw_loading_screen.layout' not found.

Can you post the contents of openmw.cfg? The path to it is listed at https://wiki.openmw.org/index.php?title=Paths under "Configuration files & Log files".
by MiroslavR
18 Jun 2018, 19:03
Forum: General
Topic: exclamation marks
Replies: 7
Views: 7794

Re: exclamation marks

Someone has already had this problem. See https://bugs.openmw.org/issues/3119 for solution.
by MiroslavR
14 Oct 2017, 12:03
Forum: Support
Topic: Command Prompt Fails
Replies: 7
Views: 4747

Re: Command Prompt Fails

IIRC, & is an escape character. If you want to include an ampersand character itself, you have to use &&. That said, the wizard does not appear to honor this when generating the config file and still use a single &.
by MiroslavR
13 Oct 2017, 20:47
Forum: Off Topic
Topic: Linux IDE?
Replies: 15
Views: 11255

Re: Linux IDE?

I also use QtCreator for C++ projects. Usually I would also suggest QtCreator, but there seems to be a weird bug with it now that goes to 100% cpu usage whenever OpenMW's 'savegamedialog.cpp' is opened. Seems to have started occuring when OpenMW switched to C++11. Tested with QtCreator 3.5.1 haven't...
by MiroslavR
02 Sep 2017, 14:36
Forum: Documentation
Topic: RTD Procedure
Replies: 2
Views: 9451

Re: RTD Procedure

You are probably viewing the stable version of the docs. Switch to latest or master (in the bottom left corner of the page).

I believe the docs are updated automatically using GitHub's web hooks.