http://bugs.winehq.org/show_bug.cgi?id=25717
Summary: Japanese fonts sometimes shifted to the left
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
Created an attachment (id=32764)
--> (http://bugs.winehq.org/attachment.cgi?id=32764)
output with WINEDEBUG=+font
After I set up new set of font overrides (first app I encountered, that was
looking up MSPGothic by its Japanese name), I ran into a strange effect.
While fonts in menus were rendered correctly (well, AFAICT), glyphs in other
places were shifted a bit to the left, as shown on the screenshot.
Attaching log from WINEDEBUG=+font first.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24621
Summary: Slow UI and toolbar redraw in SolidWorks
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
In SolidWorks, toolbars are organized in tabs, displayed contextually depending
on actions ( sketching, 3D functions... ).
Left panel displays a tree view, or functions properties.
toolbars :
Manual switching between tabs works normally, no slowdown, but sometimes tabs
are drawn outside of the application window, at the top left of the screen,
just below system bar (see screenshot). Moving windows erases this.
When tab switching is initiated by another operation, the refresh logic is not
good : first, toolbar is displayed, but then it is redrawn very slowly (1-2s,
left to right). This operation slows down all the UI, resulting in a very
unpleasant lag for user (icons can't be selected during redraw)
Left panel (property manager) :
It contain collapsable areas, containing different dialog boxes ( see
screenshot ).
On any updates, left panel is first displayed correctly and quite fastly. But
then titles of collapsable boxes and some graphic areas are erased very slowly
(1-2s, left to right) (see screenshot). This operation slows down all the UI,
resulting in a very unpleasant lag for user too
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19465
Summary: _mktime64 does not work with time/dates after 2038
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spencercw(a)googlemail.com
Created an attachment (id=22617)
--> (http://bugs.winehq.org/attachment.cgi?id=22617)
Sample program showing the bug
A simple example program is attached. Any attempt to use _mktime64 with a date
after ~2038 (i.e., any date that would require a 64-bit timestamp) returns -1
in Wine, but works ok in Windows (the example program shows 29348006400, tested
WinXP 32 and Win7 64, cross compiled mingw32 4.4.0).
Since there doesn't appear to be any way to force UNIX mktime to return a
64-bit value, I suspect the only work-around for this would be to re-implement
mktime in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25808
Summary: shdocvw:ie tests crash on x64 and clang
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32883)
--> (http://bugs.winehq.org/attachment.cgi?id=32883)
clang output
Clang:
../../../tools/runtest -q -P wine -M shdocvw.dll -T ../../.. -p
shdocvw_test.exe.so ie.c && touch ie.ok
wine: Unhandled page fault on write access to 0x00000028 at address 0x6821ce56
(thread 0039), starting debugger...
Unhandled exception: page fault on write access to 0x00000028 in 32-bit code
(0x6821ce56).
wine64:
fixme:storage:create_storagefile Storage share mode not implemented.
tmarshal.c:1735: PSFacBuf_CreateProxy: Assertion `sizeof(TMAsmProxy) == 16'
failed.
wine: Assertion failed at address 0x2b3a3663bba5 (thread 0009), starting
debugger...
Unhandled exception: assertion failed in 64-bit code (0x00002b3a3663bba5).
I'll attach logs for both.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17031
Summary: popen not connecting to stdin / stdout correctly
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
same command run as wine c:/mingw/bin/windres.exe _does_ work, but when run
from /bin/sh.exe in msys, it fails.
$ windres.exe --input python_dll.rc --output python_dll.res
--output-format=coff
c:\mingw\bin\windres.exe: can't popen `c:\mingw\bin\gcc -E -xc -DRC_INVOKED
python_dll.rc': Bad file descriptor
this is related to http://bugs.winehq.org/show_bug.cgi?id=16968
which is a slightly more complex test but still involving popen
(ultimately).
on 1.0.1, there was no question that this was an out-and-out failure:
however, under 1.1.13, #16968 seemed to succeed.
so it would appear that things have simply got... a little bit faster,
in 1.1.13, so it "seems" that the problem has "gone away", but
it hasn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25828
Summary: oleaut32:tmarshal tests fail on clang
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e
aa0b855cc19a26/wine_ae-ub1004-clang/oleaut32:tmarshal.
html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Unhandled exception: page fault on read access to 0x00000003 in 32-bit code
(0x7ea7497f).
winedbg: Internal crash at 0x7ec81e4d
test failed: crash
attached a debug log with relay,seh,tid and all ole debug channels, let me know
if more targeted traces would help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27404
Summary: Zeq2Msvcrt needs msvcr90.dll._crt_debugger_hook
Product: Wine
Version: 1.3.21
Platform: x86-64
URL: http://zeq2.com/lite/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
svn co -r 1526 http://zeq2.com/SVN/Build/
...
$ wine ZEQ2Msvc.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Call from 0x7b83b2f2 to unimplemented function
msvcr90.dll._crt_debugger_hook, aborting
wine: Unimplemented function msvcr90.dll._crt_debugger_hook called at address
0x7b83b2f2 (thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19921
Summary: NetObjects Fusion, fatal error
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunrise.xxl(a)web.de
CC: sunrise.xxl(a)web.de
Hello,
I was able to install NetObjects Fusion 7.5 (for creating a website). It runs
under WinXP with no problems, alas not under wine...
I tried looking for an existing bug, but I really haven't a clue what terms to
search for. Sorry if this is a duplicate and sorry, my English not the best...
NOF can be started, but when I want to create a new site or open an existing
site created under Windows (site_name.nod), I got a "fatal error", the program
freezes.
Before doing this all I copied all the necessary files from Windows into .wine
tail -f /var/log/messages shows no results.
By starting in a terminal I got the attached results (see the pdf).
My OP is Ubuntu 8.04 LTS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14898
Summary: Delphi 6 Personal Edition will not install.
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mentalnotes314(a)gmail.com
Created an attachment (id=15469)
--> (http://bugs.winehq.org/attachment.cgi?id=15469)
Error messages on console
Delphi 6 Personal Edition will not install. Upon entering a valid license key
it shows the following Message Box: "The serial number or authorization key is
invalid. Please check these values and enter them exactly as printed on the
label of the CD jacket." Testing results are here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=813&iTestingId…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.