http://bugs.winehq.org/show_bug.cgi?id=21651
Summary: Acunetix Web Vulnerability Scanner 6.5 crashes when
run
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.acunetix.com/vulnerability-scanner/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
I have tried the trial version downloadable from:
http://www.acunetix.com/vulnerability-scanner/vulnerabilityscanner65.exe
The program installs fine except in the end of the installation it says
something similar to "Could not start the Acunetix scheduler service. Please
start it manually using control panel".
Upon running the program, once installed, it displays a dialog box
(information) and when clicking OK and the program begins to load it crashes.
It doesn't load fully before crashing.
I have attached logs of the installation as well as the run of the program
until crash.
Running Arch Linux x86_64 with 32bit wine 1.1.38.
--
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=24910
Summary: Age of Empires 3 Trial installer puts native msxml4 in
c:\SXS on wine
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Windows, it does not create c:\sxs (but it does create a temporary
directory somewhere else that gets cleaned up by sxs.dll?)
The +msi log shows in part
trace:msi:resolve_folder target -> L"C:\\SXS\\"
trace:msi:msi_set_property 0x176058
L"WinSXS.21206420_6BA8_4CFB_A48C_C72A6BFE80C0" L"C:\\SXS\\"
which makes this seem like an msi problem?
I'll attach the fun "spybot search and destroy" window that alerted
me to the temporary directory thing on XP.
--
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=25090
Summary: Winedbg: input characters are not displayed
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: eric.pouech(a)orange.fr
When starting any application under winedbg in the current git
(wine-1.3.6-335-gd5fa2ce) the characters I type are not displayed.
How to reproduce:
Start any application/game under winedbg in a terminal: winedbg yourapp.exe.
When the prompt appears type anything in the command line: the characters are
not displayed in the terminal.
This is caused by the following commit:
f67b0377abd491bfe4cc2713ee644119a3e00218 is the first bad commit
commit f67b0377abd491bfe4cc2713ee644119a3e00218
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Sun Nov 7 19:14:46 2010 +0100
kernel32: Use fd availability for testing whether a console handle refers
to a bare console.
:040000 040000 ba84ca5000322180567de19b120c0ed551a3ab3e
6bcfdb2687ebad0c64cfca17fb196787ca5e3be4 M dlls
The patch cannot be reverted cleanly, but after
git checkout f67b0377abd491bfe4cc2713ee644119a3e00218 > no text is displayed
git revert f67b0377abd491bfe4cc2713ee644119a3e00218 > characters are displayed
Author of the patch added to CC.
Fedora 14 x86
--
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=13233
Summary: FSX Demo fails to start.
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.microsoft.com/games/flightsimulatorx/download
s.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RichieS(a)GMail.com
I am running FSX Demo, Downloadable here:
http://download.microsoft.com/download/4/7/7/477dcc35-0b98-42c5-b06f-7ded38…
The demo fails to start with msxml4 installed from winetricks...
msxml appears to be required to run fsx.
I have attached a log and I will try to attach a screenshot.
The FSX error is quite non descriptive.. only saying "A Fatal Error Occured"
--
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=17416
Summary: urlmon/url test fails if +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda
3a02430533f7/wine_xp_ae-ub-810-heap/urlmon:url.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Without +heap:
austin@austin-desktop:~/wine-git/dlls/urlmon/tests$ grep url.c e
../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p
urlmon_test.exe.so url.c && touch url.ok
url.c:2345: Test succeeded inside todo block: mon should be destroyed here
With +heap:
austin@austin-desktop:~/wine-git/dlls/urlmon/tests$ grep url.c f
../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p
urlmon_test.exe.so url.c && touch url.ok
url.c:2345: Test succeeded inside todo block: mon should be destroyed here
url.c:2350: Test succeeded inside todo block: bctx should be destroyed here
url.c:2345: Test succeeded inside todo block: mon should be destroyed here
--
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=21388
Summary: "shed skin" compiler output crashes
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://shedskin.googlecode.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.dufour(a)gmail.com
the following simple python script:
for y in range(50):
print y
always crashes after being compiled with shed skin (see test.exe in attachment
- I haven't tried test.exe under windows yet).
this is just an extract from one of the shed skin unit tests that fail under
WINE (but work under winxp).
--
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=7969
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-12 13:33:26 CST ---
Closing bugs fixed in 1.3.7.
--
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=25081
Summary: Regression : Automation broken in AutoCAD
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
A regression test shows that this patch :
3173305e887775624d46f7cc65283723886930c0 is the first bad commit
commit 3173305e887775624d46f7cc65283723886930c0
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Fri Jul 16 12:27:27 2010 -0500
oleaut32: Don't fail if member is missing in ITypeComp::Bind.
Broke something in AutoCad automation.
To reproduce the bug, launch autocad and give following commands in command
line :
line 0,0 1,1
(setq e (entlast))
(vl-load-com)
(vlax-ename->vla-object e)
On broken wine you following error :
error: member not found: "ObjectIdToObject"
On working wine, you get :
#<VLA-OBJECT IAcadLine 097d7dd4>
(hex number can vary, of course)
Ciao
Max
--
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=6011
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-12 13:33:23 CST ---
Closing bugs fixed in 1.3.7.
--
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=25122
Summary: Lego digital designer 4.0.20 crashes short after start
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lars.langhans(a)gmx.de
Created an attachment (id=31870)
--> (http://bugs.winehq.org/attachment.cgi?id=31870)
crash dump
Get Lego digital designer version 4.0.20 from http://ldd.lego.com (it is free)
Install it with
wine SetupLDD-PC-4_0_20.exe
Start Program with
wine .wine/drive_c/Programme/LEGO\ Company/LEGO\ Digital\ Designer/LDD.exe
The splash screen opens
The splash screen goes away
A new chooser window opens, press 'Einzelsteine' (the button in the bottom
right corner) I don't know the english representation due to a german system.
A wine crash windows opens.
--
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.