http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #105 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--- Comment #104 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--
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=20581
Summary: Provide valgrind test results somewhere at winehq.org
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The valgrind logs at http://kegel.com/wine/valgrind/logs
are all well and good, and lots of interesting bugs are
being fixed because of them, but they're kind of hard to find
if you don't know about them.
If the results were part of our existing test dashboard, they'd
be much easier to find. Maybe I'll try running winetest under
valgrind with a -valgrind suffix on the machine name, and see who
yells :-)
The downside to having them more obvious may be that
inexperienced programmers propose fixes without really
understanding the cause of the warning. An FAQ entry
might help there.
--
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=6946
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #18 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Can someone provide a link to demo?
I am wondering if this is same issue or different.
See comment #1 here.
"it fails saying no suitable renderer was selected."
http://bugs.winehq.org/show_bug.cgi?id=27002
"No usable 3D Devices installed".
Are they same or different?
--
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=27612
Summary: jscript: gplayer crash (reading from 0x00000000)
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=35294)
--> (http://bugs.winehq.org/attachment.cgi?id=35294)
+ole with native jscript (game starts)
"Moorhuhn MahJong", which comes as demo with the füll Game
"Moorhuhn - Juwel der Finsternis" crash with builtin jscript.
The game starts with native jscript.dll
Log with jscript and ole (native and builtin) is attached.
--
By by ... Detlef
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35762
Bug ID: 35762
Summary: Tic Tac Toe Game (vbscript) cannot be played
(parenthesis syntax for specifying arrays as function
arguments)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
continuation of bug 27831
The parser still fails:
--- snip ---
$ wine iexplore file:///c:/Game.htm
...
fixme:vbscript:parse_script parser failed around L"b
FindWinLines(p,a())\n\t'find win lines for player p and return them into a()
array. a(0) will count, a(1) to a(a(0)) will be line indexes\n\tdim
i,j,c,k\n\ti=0:j=0:c=0\n\ta(0)=0'counts\n\tfor i=0 to 7 'count
StrightLines\n\t\tk=0 'we choose each line that all of it's cells are free or
occupied by p"...
...
--- snip ---
Wine's VBScript parser fails on parenthesis syntax for specifying arrays as
function arguments.
Example script code, extracted from html:
--- snip ---
Sub FindWinLines(p,a())
'find win lines for player p and return them into a() array. a(0) will
count, a(1) to a(a(0)) will be line indexes
dim i,j,c,k
i=0:j=0:c=0
a(0)=0'counts
for i=0 to 7 'count StrightLines
k=0 'we choose each line that all of it's cells are free or occupied by
player p, in addition atleast one of them must be occupied by the player p
for j=0 to 2 'cells for each stright line
c=BoardCell(StrightLines(i,j)) 'line i - cell j
if c=p+1 then k=k+1 else if c<>0 then k=0:exit for
next
if k>0 then 'this is a Win-Line , so add it to a()
a(0)=a(0)+1:a(a(0))=i
end if
next
End Sub
--- snip ---
$ sha1sum Tic_Tac_To164186962003.zip
f8790fd7eb0365bd4b686eb5e48baaf844026253 Tic_Tac_To164186962003.zip
$ du -sh Tic_Tac_To164186962003.zip
8.0K Tic_Tac_To164186962003.zip
$ wine --version
wine-1.7.14-23-g770213e
Regards
--
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=35575
Bug ID: 35575
Summary: gdi32:font Windows 8.1 failures
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Classification: Unclassified
The failing conformance tests are:
font.c:1267: Test failed: GetCharABCWidthsA and GetCharABCWidthsW should return
same widths. charset = 130
font.c:1285: Test failed: GetCharABCWidthsA 100 - 100 should have succeeded
font.c:1285: Test failed: GetCharABCWidthsA ffff - ffff should have succeeded
font.c:1291: Test failed: GetCharABCWidthsA ff should match. codepage = 130
These failures seem to only happen on the Windows 8.1 machines. Apparently
Windows 8 is not impacted, and neither are older Windows versions.
So one can test this issue on the w8 WineTestBot VM. This also happens on real
hardware on the following machines: dr-w8-E1-1200-wow, dr-w8-E1-1200-x64,
fg-acer64-w81-t32 and fg-acer64-w81-t64.
http://test.winehq.org/data/tests/gdi32:font.html
Here are the relevant commits:
commit fcb4a1610e97cde8ec8c266f2c7817768a4ba3ed
Author: Kusanagi Kouichi <slash(a)ac.auone-net.jp>
Date: Thu Jan 13 19:17:45 2011 +0900
gdi32/tests: Add a test for GetCharABCWidthsA with DBCS.
commit 2d6b748c79f51b473973ed71fe2b867ba07a6c70
Author: Kusanagi Kouichi <slash(a)ac.auone-net.jp>
Date: Wed Feb 2 01:37:09 2011 +0900
gdi32: Upper 24 bits of a character range must be same.
commit 70c222218000dda65efce325a3170c252e7c5180
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Mon Dec 26 18:27:37 2011 +0900
gdi32: Avoid making a DBCS character in range.
--
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=34717
Bug #: 34717
Summary: Games GUI (Roller Coaster Tycoon 2) does not load
anymore
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.platte(a)platte-web.de
Classification: Unclassified
After the progress bar finishes the games GUI does not load anymore.
Previously (pre 1.7.2) it worked. Although the game does not crash, it keeps
showing a blank grey screen (MacDriver)/blank black screen (X11).
--
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=29679
Bug #: 29679
Summary: Quicken 2012 aborts at startup.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dshelton(a)san.rr.com
Classification: Unclassified
Created attachment 38494
--> http://bugs.winehq.org/attachment.cgi?id=38494
Crash xml file
During installation and also on subsequent executions, Quicken 2012 fails when
displaying initialization ("existing user / new file") dialogue. Application
is unusable.
Crash information attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8697
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.15.
--
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.