https://bugs.winehq.org/show_bug.cgi?id=41119
Bug ID: 41119
Summary: vbscript fails to parse
'createobject("wscript.shell").run' statement
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: aihujianfei(a)qq.com
Distribution: ---
The vbscript file for test is :
createobject("wscript.shell").run "calc.exe"
I see the vbs bison parse file in
https://github.com/alexhenrie/wine/blob/master/dlls/vbscript/parser.y ,
the parse failed at the pos [.run] in this file.
I think the fail reason is there has one confilct .
for more information , I run command [bison -v -d -pparser_ parser.y], then it
generate file parser.output .
In the file parser.output , part of the file show this confilct which mentioned
above .
"
state 160
77 ArgumentList: Expression .
78 | Expression . ',' ArgumentList
85 Expression: Expression . tIMP EqvExpression
138 PrimaryExpression: '(' Expression . ')'
tIMP shift, and go to state 123
',' shift, and go to state 162
')' shift, and go to state 156
')' [reduce using rule 77 (ArgumentList)]
"
As we can see above , there has one shift/reduce conflict . to parse this file
success , we need a reduce to ArgumentList , instead of shift to
PrimaryExpression .
I will appreciate your fix.
--
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=13499
Summary: The Odyssey: Winds Of Athena: access violation when
trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111299413&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install The Odyssey: Winds Of Athena
2. Run directly from its install directory
When it is trying to start up, the application will crash with an access
violation.
--
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=10728
Summary: LEGO Island character models are textureless
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9570)
--> (http://bugs.winehq.org/attachment.cgi?id=9570)
Console log
The character models in Lego Island (the original) are textureless. The
attached log contains the console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16644
Summary: SimGolf v1.03 does not render terrain
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
URL: http://www.simgolf.ea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom78999(a)gmail.com
Simgolf, with the latest patch, does not render any terrain and instead simply
renders a black background. The attached screenshot illustrates this.
--
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=47945
Bug ID: 47945
Summary: dinput:mouse regression on Wine
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
dinput:mouse has regressed on the debian10 TestBot VM. It used to have a single
failure:
mouse.c:178: Test failed: GetDeviceData() failed: 00000000 cnt:0
And now it has four new failures:
mouse.c:152: Test failed: Failed: 00000001
mouse.c:158: Test failed: Failed: 80070005
mouse.c:161: Test failed: Failed: 00000001
mouse.c:164: Test failed: Failed: 80070005
The four new failures have been introduced by the following commit:
commit 0555209757e842818c16c6868e73bf076daa349b
Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Date: Mon Oct 7 22:56:06 2019 +0000
dinput/tests: Add checks for Acquire/Unacquire.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Interestingly all these failures (the old one and four new ones) happen on the
exact same set of VMs, the debian10 TestBot VMs: the test succeeds on cw-rx460
and cw-gtx560 for instance.
One thing that's different in the TestBot VMs is that they have two pointer
devices:
* a PS/2 mouse
* a tablet that provides absolute position information
Maybe that's the reason for the difference?
Note that some Windows VMs (not all) also have this tablet device (e.g.
w7pro64, w864 and wxppro) and we don't get failures on any of the TestBot
Windows VMs.
--
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=36431
Bug ID: 36431
Summary: valgrind shows a possible leak in
shell32/tests/ebrowser.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==28261== 28 bytes in 1 blocks are possibly lost in loss record 279 of 995
==28261== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==28261== by 0x5C44BB8: apartment_getclassobject (compobj.c:526)
==28261== by 0x5C47FC6: get_inproc_class_object (compobj.c:2894)
==28261== by 0x5C4AD2F: CoGetClassObject (compobj.c:3032)
==28261== by 0x5C4B4B7: CoCreateInstance (compobj.c:3197)
==28261== by 0x4D82686: func_ebrowser (ebrowser.c:94)
==28261== by 0x4DC8888: run_test (test.h:584)
==28261== by 0x4DC8C77: main (test.h:654)
==28261==
--
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=47879
Bug ID: 47879
Summary: fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D3
8E2F6A1",0)
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
A proprietary application (apologies) fails to start with its own popup message
about "Failed to create the console!".
000b:fixme:winediag:start_process Wine Staging 4.17 is a testing version
containing experimental patches.
...
0009:fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D38E2F6A1",0)
0009:fixme:shell:InitNetworkAddressControl stub
I think it is kind of obvious why it does not work, as
"RegisterApplicationRestart" in dlls/kernel32/process.c is just a bare stub. Is
there anything quick one can try to make it go further?
--
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=48107
Bug ID: 48107
Summary: Animated cursor are not played when loaded into a
static control.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
If you try to assign an animated cursor to a static control, the animation is
not played. Instead, it works fine on Windows XP.
To verify this defect, you can use the test program "AniTest.zip" from this
page:
https://jira.reactos.org/browse/CORE-16344
It just shows the first frame and then it stops.
--
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=48098
Bug ID: 48098
Summary: Internet Explorer does not accept cookies. Does it
accept ActiveX commands?
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: lvalledm(a)gmail.com
Distribution: ---
Internet Explorer does not accept cookies. I need to use a web that only runs
in Internet Explorer, because of ActiveX commands, but it also uses cookies.
Not sure if ActiveX commands are working, because web doesn't allow to get that
point, as web browser doesn't accept cookies, and can't enable/disable in
application properties
--
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.