Application Details:
Version: | 6.6.0 Beta 2 |
License: | Open Source |
URL: | http://quark.sourceforge.net/ |
Votes: | Marked as obsolete |
Latest Rating: | Silver |
Latest Wine Version Tested: | 1.7.51 |
Maintainers: About Maintainership
What works
Opening map editor, basic manipulations, compiling and running the game. (This is including the build-in workaround for bug #2159)
What does not
Opening model editor.
Workarounds
What was not tested
- Model editor
- Many other features
Hardware tested
Graphics:
Additional Comments
A patch has been released to fix some Wine-issues: http://quark.sourceforge.net/download.php#patches
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 14.04 "Trusty" i386 (+ variants like Kubuntu) | Sep 05 2015 | 1.7.51 | Yes | Yes | No | Silver | DanielPharos | |
Show | Ubuntu 14.04 "Trusty" i386 (+ variants like Kubuntu) | Jan 17 2015 | 1.7.33 | Yes | Yes | No | Silver | DanielPharos | |
Current | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Sep 29 2009 | 1.1.30 | Yes | Yes | No | Silver | DanielPharos |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Fibbles on Tuesday July 23rd 2013, 16:00
To fix it I opened mapeditor.py and changed this:
def autosavetime():
minutes, = quarkx.setupsubset(SS_MAP, "Building")["AutoSave"]
return minutes * 60000.0
To this:
def autosavetime():
# minutes, = quarkx.setupsubset(SS_MAP, "Building")["AutoSave"]
# return minutes * 60000.0
return 10 * 60000
by DanielPharos on Saturday August 2nd 2014, 5:30