http://bugs.winehq.org/show_bug.cgi?id=26443
Summary: GitWeb: 'patch' links within a commitdiff don't work
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ken(a)codeweavers.com
On a commitdiff page such as
<http://source.winehq.org/git/wine.git/commitdiff/0b396208db68c950725adae49c…>,
there are "patch" links next to each changed file in the summary (along with
"blob", "blame", and "history"). Those patch links should link to an anchor
within the page. However, they're currently broken, being something like
<http://source.winehq.org/git/gitweb.cgi#patch4>. The anchor is right, but the
page URL is not for the current page.
I have tested with Firefox 3.6.15 and Safari 5.0.3 on Mac OS X 10.6, although I
have no reason to believe the browser or OS affect the issue.
--
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=31781
Bug #: 31781
Summary: Add VMs with multiple network interfaces
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Some Wine developers have reported a need to have at least some VMs with
multiple network interfaces for some of Wine's conformance tests. For instance:
http://www.winehq.org/pipermail/wine-devel/2012-August/096875.html
--
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=31780
Bug #: 31780
Summary: Add VMs with virtual CDs
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Some Wine developers have reported a need to have at least some VMs with
a CD in the virtual drive for some of Wine's conformance tests. For instance:
http://www.winehq.org/pipermail/wine-devel/2012-August/096873.html
This would be quite easy to do. Mostly, all that's needed is the appropriate CD
images and then configuring specific VMs to use them (one VM could even have
multiple CD drives).
I can set this up when configuring the VMs for the new Wine TestBot, however
someone else will have to provide the CD images, or, even better scripts to
generate them.
--
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=33788
Bug #: 33788
Summary: The VMs clock is off
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The issue is that WineTestBot restores running VM snapshots. So when these
start their clock is still set to whenever the snapshot was taken which can be
months ago. VMware had a special driver that took care of updating the VM clock
automatically when starting the snapshot but QEmu/KVM does not.
The VMs may synchronize with an Internet clock eventually depending on thet
particular Windows' default configuration and how often they do so.
This has an impact on some tests and causes failures. My understanding is that
in particular the certificate tests check that some online certificates have
expired. But obviously if the VM's clock is still running months behind it may
not consider the certificate to have expired yet.
These tests should arguably compare the system clock with the certificate
expiration date and realize that the certificate has not expired yet. However
that's not the point of the test.
The solution is to force the VM clock to resynchronize by running a special
command when we start the snapshot. These commands depend on the Windows
version :-(
Windows >= 2003
w32tm /config /syncfromflags:manual
/manualpeerlist:0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org
Windows XP
net time /setsntp:"0.pool.ntp.org1.pool.ntp.org2.pool.ntp.org"
--
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=26608
Summary: AvaSoft: doesn't run
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kotya.karapetyan(a)gmail.com
Created an attachment (id=33873)
--> (http://bugs.winehq.org/attachment.cgi?id=33873)
Log of installing and running in terminal.
After freshly installing Wine 1.2.2 using 'sudo apt-get install wine' on Ubuntu
10.10, I ran the Windows program installer from a CD with 'wine start
setupAvaSoftUSB2.EXE'. The installer reported some problems, see attachment.
However, the program icon appeared on the desktop. When double-clicking it, the
program started to run, but then the window 'Program Error' appeared with the
suggestion to report this bug here. I rerun it in Terminal, the log is also
shown in the attachment. In both cases (in the end of installation and after
closing the launched program), Wine stopped doing anything after showing the
last line in log. In GUI, the following errors are shown when the program stops
working: 'Application Error: Exception EExternalException in module ntdll.dll
at 0002D908. External exception C0000025.' Then 'avaspec76usb2: Access
violation at address 7D7A5540*. Read of address 7D7A5540*.' four times. Then
'Runtime error 216 at 0299F6C4'
* This number is not reproducible, it changes each time. E.g. I've also got
7DB17540.
--
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=27228
Summary: Battlefield Play4Free: Crashing when running initial
update/download
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karlmk(a)hotmail.com
Created an attachment (id=34796)
--> (http://bugs.winehq.org/attachment.cgi?id=34796)
Errors when running the updater from command line.
How to reproduce this problem:
1. Download and install firefox 3.6.17 from mozilla.com
2. Go to battlefield.play4free.com
3. Log in
4. Press Play now
5. Install the requested plugin, and press restart.
6. The game (or actually the updater) starts, and shows you the EULA, but
crashes.
A little explanation on how this game works when launching. You go on the
website and installs a plugin, this plugin basically contains an exe file
called BP4FUpdater. When you press on the "Play Now" button online, this file
gets called with a bunch of parameters. This exe will check that the game is up
to date before launching it, and if this is the first time you run the game, it
will download the game.
If you want to try and launch the updater directly you can go into:
C:\Users\<YourUserName>\AppData\Roaming\Mozilla\Firefox\Profiles\ceaeu01e.default\extensions\battlefieldplay4free(a)ea.com\plugins
and run BP4FUpdater.exe -sessionId "<YourSessionKey>" -serverDeltaTime "0"
-loggedIn "true" -showStaticAdImage "false" -lang "en" -ip "<YourIP>"
-soldierName "<YourSoldierName>" -hostname "battlefield.play4free.com"
The variables sessionId, ip and soldierName are you able to get from the
webpage you get to when you press Play Now, inspect the source, and search for
sessionId.
Attatched are the errors I get when running the updater directly from the
command line, with the correct parameters (as seen working on a vmware image).
--
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=25029
Summary: Evernote 4.0 Switching Notebooks Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another user but I think I see it 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=24969
Summary: Heroes V on wine froze system after saving
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psykopqs(a)o2.pl
I use ubuntu 10.04, wine 1.2, video driver mesa 7.7.1 (radeon xpress). Heroes
of might and magic V Tribes of the East work fine but after saving my system is
suspended, and I must use reset. This bug occurs on wine 1.1.37, 1.2, 1.3.5.
--
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=27556
Summary: Photomagic will not run.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom(a)littlemonster.co.uk
Created an attachment (id=35225)
--> (http://bugs.winehq.org/attachment.cgi?id=35225)
The executable which crashes
Win 3.1 programme, which installs and runs under at least Win98SEII, has to
have directories created for its components whilst installing then gets as far
as drawing it's window frame on running before winevdm crashes. Wine had been
set to emulate Windows 3.1 for this executable after installation.
The installer does not add links to Wine's menu despite indicating that it has
done so.
The programme is a graphics editor that I always seem to go back to using
despite more modern competition. I like the way it works even if it can't cope
with long filenames!
Please advise if corrections or additions are needed to this submission. Thanks
for your patience.
--
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=26147
Summary: westward fails to install
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stripes416(a)gmail.com
Created an attachment (id=33311)
--> (http://bugs.winehq.org/attachment.cgi?id=33311)
westward.log showing unimplemented commands
Game available at this link
(http://www.mostfun.com/Details.aspx?GameID=Westward) fails to install. (You'll
need a user agent switcher to download in Linux)
--
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=27023
Summary: STATISTICA 7 falla al graficar
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chicoman129(a)hotmail.com
Con wine 1.2.2 Al intentar graficar los datos, el programa STATISTICA 7 falla y
se necesita forzar el programa para cerrar. Este problema no se presenta en
Windows.
--
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=26521
Summary: Gratuitous Space Battles fails to initialize 3D
Engine.
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wickedsmoke(a)users.sf.net
Created an attachment (id=33775)
--> (http://bugs.winehq.org/attachment.cgi?id=33775)
wine 1.3.16 output
The Gratuitous Space Battles demo (downloaded from http://www.positech.co.uk/
Mar 22, 2011) fails to run. An error dialog showing the following error is
displayed:
Failed to initialise 3D Engine:..\src\Game.cpp 321
I have also tried wine versions 1.1.37, 1.2.2, & 1.3.6 with the same results.
--
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=26267
Summary: EyeQ
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmc(a)lleida.org
Hello,
I have installed EyeQ software
(https://www.eyeqadvantage.com/index.cfm?&CFID=63380&CFTOKEN=39465337) and when
I use an option that let me pace my reading it shows an errror.
What can I do?
--
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=26257
Summary: Program MGCWorks.exe has found a serius problem and
has been closed
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javieradrianr(a)gmail.com
Created an attachment (id=33463)
--> (http://bugs.winehq.org/attachment.cgi?id=33463)
Backtrace open fail MGCWorks.exe (Time attendance program)
Fail to open time attendance software.
--
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=24938
Summary: Serif Photoplus 11 installs but cannot run
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swrjjysngh(a)gmail.com
Created an attachment (id=31581)
--> (http://bugs.winehq.org/attachment.cgi?id=31581)
screen shot of error message on startup
Installs just fine.
Screen comes up and then message window to say that a serious error has
occurred and must close - see attached screen shot.
--
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=28689
Bug #: 28689
Summary: gcc complains 'xsd_child' may be used uninitialized in
function 'XDR_to_XSD_doc'
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
When I crank up gcc's warning level a bit, build fails with
gcc -c -I. -I. -I../../include -I../../include -I/usr/include/libxml2
-I/usr/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC
-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -Wlogical-op
-I/usr/include/freetype2 -g -O1 -Werror -Wno-unused-but-set-variable
-Wno-unused-but-set-parameter -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o xdr.o
xdr.c
...
xdr.c: In function 'XDR_to_XSD_doc':
xdr.c:516:36: error: 'xsd_child' may be used uninitialized in this function
The function's big and hairy, hard to tell what's up with that variable
offhand.
--
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=26473
Summary: Blood Bowl isn't working for Me computer
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wikiro(a)yahoo.com
Created an attachment (id=33708)
--> (http://bugs.winehq.org/attachment.cgi?id=33708)
This is the Backtracings
I did what I was told on the installation. Download .NET2.0, disable UseGLSL,
and set to FBO.
But when the game starts it goes to the first screen
Play/Manual/Website/Technical Support
Then I click play and an error message pops up:
The Program BB.exe has encountered a serious error and needs to close. We are
sorry for the inconvenience.
Contact this website issue has not been reported yet.
Thanks for the help if you can give it. Ill do what you ask.
--
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=28244
Summary: ClueFinders Mystery Amulet (cfread.exe) page faults
when starting
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla.winehq(a)planet-hinchley.com
Created an attachment (id=36191)
--> (http://bugs.winehq.org/attachment.cgi?id=36191)
Unhandled Exception trace
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0040151f).
ClueFinders Mystery Amulet fails with page fault when starting up.
--
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=28085
Summary: Wine crashes fighting red dragon in Deathtrap Dungeon
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)rjlee.homelinux.org
Created an attachment (id=35958)
--> (http://bugs.winehq.org/attachment.cgi?id=35958)
Output of process, including backtrace
Wine (or the program?) crashes with an unhandled page fault when running the
Deathtrap Dungeon game (1.0) while fighting the final monster (red dragon) in
the game.
Seems to be that whenever I strike the dragon with the red sword, it crashes.
--
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=27237
Summary: After running some programs under Wine, loss of left
mouse button functionality
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ktowns(a)live.com.au
Well that's basically it. I have to restart my computer to get my mouse
working correctly. I haven't experienced this with any other application.
There aren't any relevant Terminal messages. I can likely reproduce the issue.
--
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=25191
Summary: Enclave GOG version - 3D model not appearing on screen
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emanuele.emalele(a)gmail.com
Created an attachment (id=31975)
--> (http://bugs.winehq.org/attachment.cgi?id=31975)
Execution log without any WINEDEBUG
Gentoo Linux 32 bit - ATI fglrx 10.10
After successful install and intro execution, on start game unfortunately all
the world is rendered correctly but the any 3D model doesn't appear at all on
the screen.
Severity is MINOR because by forcing rendering engine in OpenGL, the game works
perfectly; anyway I suppose the game was built for D3D8.
Default log attached.
Into appdb I read about nVidia's graphic card successful problem less
rendering: maybe the issue is the ATI driver I do not know.
Please note that the game uses Pixel Shader: maybe something strange is
happening during ATI pixel shader activation.
Thank you.
--
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=25145
Summary: Teamviewer 5 startup problem on Fedora 14 (Laughlin)
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)nixgurus.net
Hello,
I am facing problem with teamviewer 5. I installed with Teamviewer 5 RPM
package supplied by teamviewer. I submitted a ticket on teamviewer support too.
Please see attached logs and back trace.
My system details are:
Wine: wine-1.3.6-1.fc14.i686
Teamviewer: teamviewer5-5.0.8888-1.i386
Kernel: 2.6.35.6-48.fc14.i686
OS: Fedora 14 (Laughlin)
Regards,
Hassan
--
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=26727
Summary: Cars: Mater National is crashing
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schmatzler(a)googlemail.com
Created an attachment (id=34048)
--> (http://bugs.winehq.org/attachment.cgi?id=34048)
Terminal output
When I try to run Cars: Mater National, I get a short noise from the speakers
and its freezing. I have to kill the application.
Terminal output is 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.
http://bugs.winehq.org/show_bug.cgi?id=27041
Summary: Failed to open mount manager
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)live.at
The system.reg file seems to be missing the lines:
[System\\CurrentControlSet\\Services\\MountMgr] 1216050542
"Description"="Device mounting service"
"DisplayName"="Mount Manager"
"ErrorControl"=dword:00000001
"ImagePath"="C:\\windows\\system32\\drivers\\mountmgr.sys"
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000001
I found this on another old thread ... deletion of the .wine directory didn't
help - had to add theses lines manually.
thx
--
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=26462
Summary: DISCOVER Excel 2000 crashes running from CD
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
Created an attachment (id=33693)
--> (http://bugs.winehq.org/attachment.cgi?id=33693)
wine XL2K_AP.EXE
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.2
wine1.2:
Installed: 1.2.2-1ubuntu1~maverick2
Candidate: 1.2.2-1ubuntu1~maverick2
Version table:
*** 1.2.2-1ubuntu1~maverick2 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
1.2.2-0ubuntu2~maverick2 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/universe i386
Packages
1.2-0ubuntu9 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe i386
Packages
3) What is expected to happen is when one tries to run the Discover Excel 2000
program from the CD via:
wine XL2K_AP.EXE
it runs the program.
4) What happens instead is immediately after the above command a window pops up
noting:
"The program winevdm.exe has encountered a serious problem and needs to close.
We are sorry..."
It looks like the program was developed for Windows 3.1 and 95 as per the
readme files. The attached backtrace was when one clicks:
+ Applications
+ Wine
+ Configure Wine
+ Applications tab
+ Windows Version: Windows 3.1 dropdown
--
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.