[Bug 2159] New: QuArK 6.3.0 regression: Python "ValueError" when creating/loading map

Wine Bugs wine-bugs at winehq.org
Fri Apr 9 21:49:57 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=2159

           Summary: QuArK 6.3.0 regression: Python "ValueError" when
                    creating/loading map
           Product: Wine
           Version: 20031212
          Platform: PC
               URL: http://appdb.winehq.org/appview.php?appId=1532
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-binary
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: david_costanzo at yahoo.com


QuArK (Quake Army Knife) has a python error when you try to create a new map or
when you load an existing map.

This is a regression in Wine, according to a discussion at:

  http://collective.valve-erc.com/index.php?doc=1070584847-98592400

Someone mentioned that it works with 20030911, but it hasn't worked since wine
20031212.  (I haven't been able to successfully build old versions of wine to
confirm that it ever worked, but I know that it works under winex and it does
not work with the latest CVS snapshop of wine.)

The Python backtrace follows:

Traceback (innermost last):
  File "C:\QuArK 6.3\quarkpy\qmacro.py", line 34, in MACRO_displaymap
    mapeditor.MapEditor(self)   # new map editor
  File "C:\QuArK 6.3\quarkpy\qbaseeditor.py", line 54, in __init__
    self.setupchanged(None)
  File "C:\QuArK 6.3\quarkpy\mapeditor.py", line 156, in setupchanged
    self.AutoSave(None)
  File "C:\QuArK 6.3\quarkpy\mapeditor.py", line 165, in AutoSave
    time1 = autosavetime()
  File "C:\QuArK 6.3\quarkpy\mapeditor.py", line 327, in autosavetime
    minutes, = quarkx.setupsubset(SS_MAP, "Building")["AutoSave"]
ValueError: unpack sequence of wrong size


Step to Reproduce:
1) Install Python from 
      http://www.python.org/ftp/python/win32/py152.exe
2) Install QuArK 6.3.0 from
      http://prdownloads.sourceforge.net/quark/QuArK_v6.3.0.EXE?download
3) Run QuArK.
4) Click on the "New Map" toolbar button.

What Happens:
  A python console pops up showing a backtrace with a "ValueError"

What should Happen:
  A new, empty map is shown.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list