http://bugs.winehq.org/show_bug.cgi?id=4311
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3573
------- Additional Comments From hallo(a)michael-kaufmann.ch 2006-15-01 16:46 -------
UnRAR 3.51 can extract multipart rar archives without any problems; probably
you use an outdated version. The unrar program is available as source code.
Download it at www.rarsoft.com -> RAR -> Extras -> UnRAR source.
The linux version of RAR (Shareware) hasn't got a nice GUI but works fine.
According to the order form, the licence key of the Windows version is also
valid for the Linux version.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4322
Summary: winecfg crashes
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: szymon(a)janc.int.pl
when there is no user's home directory mapped(with / at end i.e. /home/janc/ )
as drive z: winecfg crashes.
Go to appications tab, then 'add application...'.
Showed dialog will be corrupted and clicking open or cancel button crashes
winecfg.
It's 100% reproductible on my machine. I've tested this on friends box and
result was the same: winecfg crashed.
Adding drive z: as mentioned earlier solves problem.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4319
------- Additional Comments From hans(a)it.vu.nl 2006-15-01 15:58 -------
Try setting the windows version to Windows 98 with winecfg.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2159
------- Additional Comments From phc.cai(a)wanadoo.fr 2006-15-01 15:27 -------
The solution to solve temporary this bug is simple, you have to replace the data
with single quote by a double quote into the file :
setup.qrk :
Building:config =
{
AutoSave = "20"
}
default.qrk : for all the values
Building:config =
{
DefPoly = "128x128x128"
WallWidth = "-8"
mpOffset = "0 0 64"
mpZoom = "2"
mpRotate = "15"
ForceAngleStep = "15"
AutoSave = "10"
AutoSaveRun = "1"
LinearWarning = "1"
//BezierCenterX = "-32"
//BezierCenterY = "-32"
Form = "MapBuilding"
}
But the issue is that each time that you save your configuration (map/building
=> autosave ). The value of autosave in setup.qrk is set to '20' and when you
restart quark you will have the same issue because of single quote.
Also if you want to solve definitevely this issue you can update the file
mapeditor.py like that :
def autosavetime():
#minutes = int(quarkx.setupsubset(SS_MAP, "Building")["AutoSave"])
#return minutes * 60000
return 10 * 60000
It is not very elegant but it efficient => wine quark.exe (create new map) WORKS !
This means also that wine don't handle the quote and double quote as windows do
it .... But I don't know how to solve it ...
hereafter a Python print of the value received from delphi workspace with single
quote :
SS_MAP ForceAngleStep= (15.0,)
SS_MAP AutoSave= A
SS_MAP AutoSaveRun= 1
hereafter a Python print of the value received from delphi workspace with double
quote :
SS_MAP ForceAngleStep= 15
SS_MAP AutoSave= 10
SS_MAP AutoSaveRun= 1
this the original code where the erros occurs :
def autosavetime():
minutes = int(quarkx.setupsubset(SS_MAP, "Building")["AutoSave"])
return minutes * 60000
We try to find solution but we don't arrive , the issue is really in wine the
single quote has not "undertsand" in the same way in wine/delphi and in
windows/delphi.
>From our point of view it is blocking bug because all the WINE/DELPHI/python
application which used text file with values in single or double quote are impacted.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4321
Summary: Font rendering
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bduchaj(a)gmail.com
When using wine 0.9.5 with PC Translator, and Flash Player 8 fo windows. There
is an unplesent bug. Font are not shown at all. Menu and window fonts are
rendered correctly, but in comboboxex or richedit boxes are no fonts visisle.
The same problem is also when using text boxes in flash no visible fonts.
The message written from wine in this apllications follows
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
err:clipboard:ChangeClipboardChain hWndViewer is lost
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4263
------- Additional Comments From alex(a)thehandofagony.com 2006-15-01 14:30 -------
*** Bug 4157 has been marked as a duplicate of this bug. ***
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4157
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-15-01 14:30 -------
This is a duplicate.
*** This bug has been marked as a duplicate of 4263 ***
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3902
------- Additional Comments From martyspamtrap(a)comcast.net 2006-15-01 14:08 -------
I don't know if this is the same problem or not, but during a battle scene, I
get the opposite behavior. It runs unbearably slow when I'm doing nothing.
When I'm moving the mouse it runs at the correct speed. The same is true for
the video that is played after the battle is over. As long as the mouse is
moving, it looks good.
The original problem looks like the opposite behavior (mouse movement causes it
to slow down immensely).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4320
Summary: simcity 4 installer fails
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.s.gilbert(a)gmail.com
The simcity 4 installer (from the simcity 4 deluxe edition disc) fails after
entering the cdkey with the error:
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
Thanks for the hard work. Let me know if I can provide more info.
--
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.