WineHQ
Category: Main Games Game Tools QuArK 6.6.0 Beta 2

QuArK

No Screenshot

Submit Screenshot
A powerful editor for games based on or similar to id Software's series of Quake games. Currently supports 34 distinct games, and a countless number of mods. Integrates a map editor, model editor, archive editors and texture management.

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

Link QuArK 6.6.0 Beta 2 Plugin patch Free Download The Official QuArK website - Download

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

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:

  • GPU: Other
  • Driver: open source

Additional Comments

A patch has been released to fix some Wine-issues: http://quark.sourceforge.net/download.php#patches

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 14.04 "Trusty" i386 (+ variants like Kubuntu)Sep 05 20151.7.51Yes Yes NoSilverDanielPharos 
ShowUbuntu 14.04 "Trusty" i386 (+ variants like Kubuntu)Jan 17 20151.7.33Yes Yes NoSilverDanielPharos 
CurrentUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Sep 29 20091.1.30Yes Yes NoSilverDanielPharos 

Known Bugs

Bug # Description Status Resolution Other apps affected
3548 .lnk file is created on the desktop together with the program icon... NEW View

Show all bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

6.6 Beta 6 Crash when trying to make a new HL2 map
by Fibbles on Tuesday July 23rd 2013, 16:00
Quark would load correctly but when I tried to create a new HL2 map it'd just give me a blank window. There was an error in the QuArK console about being unable to unpack a variable in 'mapeditor.py' because it was too large.

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
RE: 6.6 Beta 6 Crash when trying to make a new HL2 map
by DanielPharos on Saturday August 2nd 2014, 5:30
A patch fixing this problem has been posted on the QuArK website, and I've added a new entry here on WineHQ AppDB to reflect this.
Back