http://bugs.winehq.org/show_bug.cgi?id=30079
Bug #: 30079
Summary: Broken Sword - The Sleeping Dragon: Graphics
corruption
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: welshbyte(a)sucs.org
Classification: Unclassified
Created attachment 39188
--> http://bugs.winehq.org/attachment.cgi?id=39188
Screenshot of the graphics corruption
The game was downloaded from gog.com and installed into a fresh WINEPREFIX. It
runs fine and the intro scenes are faultless but when the game itself starts
the graphics are corrupt and the game is just about unplayable.
I've tried it with fullscreen and windowed mode, selecting different
resolutions and colour depths in the game's options, and the corruption is the
same. It's difficult to describe the corruption so I'm going to attach a
screenshot showing a time when the corruption is really bad (mostly it's just
the characters which are warped and/or flickering).
Version info:
$ git log -1 --pretty=oneline
1517f3df30232daf3ccfc88e53f1377d0c5a2a20 Release 1.4-rc6.
$ wine --version
wine-1.4-rc6
$ uname -r
3.2.7-1.fc16.x86_64
Graphics card/driver:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated
Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device 215a
Flags: bus master, fast devsel, latency 0, IRQ 41
Memory at f2000000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 1800 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
--
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=24702
Summary: Pro Evolution Soccer 2010 show black screen with stars
and never load
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otto_rey(a)yahoo.com.ar
Launching the game show black screen with white stars, FOREVER!!
--
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=25727
Summary: Dead Space resolution issues
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: H3g3m0n(a)gmail.com
When first starting the game, the maximum resolution available for me is
1360x768 (there are also many multiple entries each resolutions with whole wide
range of different frequencies, about 6 entries for each resolution).
When I quit the game, the desktop resolution and gamma fail to revert to
normal.
If I manually set the desktop resolution using the nvidia-settings tool then go
back into the game I can now select my native 1920x1200 (It jumps strait from
the end of the lower resolutions 1360x768 to 1920x1200 with no other
resolutions in between). (I'm not sure if this is the result of
nvidia-settings, of it it just happens to work after restarting multiple times
and screwing with the settings).
The gamma still fails to return to normal levels, opening nvidia-settings
(without needing to change any settings) fixes it.
I'm running on a Nvidia GTX260. Ubuntu 10.10.
Other people are reporting similar problems with the resolution choices.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14457
Another possible, untested work around if someone can't fix the resolution is
to manually edit:
~/.wine/drive_c/users/<YOUUSERNAME>/Local Settings/Application Data/Electronic
Arts/Dead Space/settings.txt
And set:
Window.Width = 1920
Window.Height = 1200
Window.Hz = 150
--
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=17440
Summary: Fog bug introduced between 1.1.11 and 1.1.13
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://cdn.funcom.com/ao/client/AnarchyOnline_17.9.1-
Small.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: letsclimbhigher(a)gmail.com
When I upgraded from 1.1.11 to 1.1.13 the fog in-game is messed up. Outside it
is a medium fog and if you go inside somewhere it is a nearly total fog. If you
go into the in-game settings menu and adjust the fog slider you will see it
affected but it is still unplayable indoors in this condition.
Going back to the previous wine version works. I also today installed wine
1.11.15 and the same bug is present still.
--
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=15133
Summary: Application blocks waiting for a critical section during
startup. This problem does not occur in Windows.
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.odva.org/Default.aspx?tabid=202
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exvagabond436824(a)yahoo.com
CC: exvagabond436824(a)yahoo.com
The code in question can be downloaded from:
http://www.odva.org/Default.aspx?tabid=202
This code involves an example application for the EtherNet/IP protocol. When
the example application from the link above is executed in wine the following
error is printed to the screen:
err:ntdll:RtlpWaitForCriticalSection section 0x10037570 "?" wait timed out in
thread 0009, blocked by 0026, retrying (60 sec)
This error will print over and over again, and the application will never load.
In Windows this application loads quickly.
--
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=21956
Summary: Empire Earth 1.00 and 1.04 crash with unhanded page
fault
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonard.lawton(a)gmail.com
To reproduce:
-click the scenario editor in the main menu
*OR*
-click the campaign editor, then the scenario editor
*OR*
-start a game single user or network game(does matter who is host). the game
will crash before the loading screen appears.
Oddly enough, the crash when starting the game itself happens 4/5 times. One
lucky time it will start, and the run will run perfect(i played 16 hours once
it loaded, no crashes) until you close it.
The error(and then it just freezes)
wine: Unhandled page fault on read access to 0x3800198b at address 0x198905
(thread 0027), starting debugger...
There are no other errors or warnings on the console(except d3d fixmes)
--
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=22016
Summary: R.U.S.E. Public Beta in-game rendering is washed out
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://store.steampowered.com/app/33310/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=26758)
--> (http://bugs.winehq.org/attachment.cgi?id=26758)
R.U.S.E. Public Beta terminal output
After installing wmp9 and xact through winetricks, installing the R.U.S.E.
Public Beta through Steam, and then skipping the attempted DirectX redist
install by aborting it during the install attempt, the game can then be
launched. Starting a simple battle (Battles -> click Team 2 placeholder -> AI
Regular (Easy) -> Launch), the game world appears to be massively washed out
with white, compared with the game's rendering on Windows. glxinfo reports:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9800 GT/PCI/SSE2/3DNOW!
OpenGL version string: 3.2.0 NVIDIA 190.53
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler
Screenshots from the game on Wine and Windows are 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=27900
Summary: Miranda IM fails to find gdiplus
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rion4ik(a)gmail.com
log:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Gdiplus" (1.0.0.0)
as consequence group chats are broken.
I tried clean profile and install gdiplus via winetricks but neither helps.
wine is installed from ubuntu-wine ppa on ubuntu 11.04
tested Minranda version - miranda-im-v0.9.25-unicode.exe
downloaded from
http://code.google.com/p/miranda/downloads/detail?name=miranda-im-v0.9.25-u…
--
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=12388
Summary: Commandos 3: read_from_framebuffer_texture error
(glCopyTexSubImage2D)
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eidosinteractive.com/downloads/search.html?gm
id=143
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Created an attachment (id=11888)
--> (http://bugs.winehq.org/attachment.cgi?id=11888)
screenshot with problem
In one of game levels (in the demo, you get into it by selecting central europe
campaign in menu) there are bad rendering errors.
The moment you get to that screen, console is filled with message
fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glCopyTexSubImage2D @ surface.c / 914
Which must be the reason of this problem.
This also happens with PBO extension and P8 texture support reporting disabled
in directx.c.
--
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=25780
Summary: MS WORKS can't find licence terms
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
MS WORKS, the "light" office suite from microsoft(R) shows a message that says
"can't show licence terms from microsoft software. Licence terms must show y be
accepted before be able to use MS WORKS. To show licence terms, reinstall
WORKS"
This message should not exist.
After this message, the application closes.
There are some reports of having overrule it by winetricks (see appdb) but
should be a way to get it to work.
--
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=21576
Summary: Touch screen loses calibration when in full screen
mode - specifically AtomixMP3.exe
Product: Wine
Version: 1.1.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newmaniax(a)gmail.com
When running AtomixMP3, and other WINE apps, in full screen mode the
touchscreen goes way out of calibration, which is important for this program
specifically and how i use it. In un-maximised mode it works fine.
If it helps this program will not operate at all (display to be used anyway) in
full screen mode in VirtualBox, but again fine when in un-maximised mode.
A demo version is available here fore testing:
http://dl.dropbox.com/u/1640537/Link%20to%20Atomixmp3.exe
I have searched various forums and have fond no clue towards a solution. ie, I
have no idea if it's a bug or something that is easily configurable. I have
played with WINE config settings and screen resolutions with no success.
I tried changing my x screen resolution to 800 x 600 (normally 1680 x 1050) and
noted that the calibration is the SAME as the WINE app in full screen mode,
with the pointer very biased towards the left side of the screen.
Please advise, would love touch screen to work properly in full screen mode.
Thanks,
Sincerely,
Guy Newman
--
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=29875
Bug #: 29875
Summary: MS Works 9 can't install (infinite waiting for
estimating time)
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
Classification: Unclassified
Created attachment 38831
--> http://bugs.winehq.org/attachment.cgi?id=38831
Terminal Output
Install crashes after estimating time to install.
I'm adding terminal output.
--
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=31079
Bug #: 31079
Summary: Fatal error during Stronghold Crusader Demo
installation
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Created attachment 40798
--> http://bugs.winehq.org/attachment.cgi?id=40798
Console output of Stronghold Crusader Demo
Hi everyone,
I would like to report that I had some issues installing "Stronghold Crusader"
demo which I got from:
http://www.giga.de/spiele/stronghold-crusader/downloading/?id=2670&post_id=…
During the installation a fatal error comes up but installation continues as
normal when I close the error window.
Thought I let you know. I have attached my console output. OS is CentOS 6.2
Another thing which could be of interest is, that the demo link in the AppDB is
pointing nowhere.
Appdb entry is:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3993
Regards,
Maik
--
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=27625
Summary: Panzer General 3D Demo: second scenario fails to load
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.download.com/Panzer-General-III-Scorched-Ea
rth-updated-demo/3000-7562_4-10048808.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
After winning the first scenario in the demo loading the second scenario does
not work. The loading screen simply hangs. I can provide a savegame if it would
speed up testing.
--
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=19269
Summary: Distant impostors does not work in Lord of the Rings
Online
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric.ladner(a)gmail.com
The "distant impostors" setting has no effect. The way it implements distant
impostors, I believe, is substituting a flat 2d texture for 3d objects that are
very far from the camera, giving more detail to the landscape without having to
render 20 million polys for the trees.
See
http://www.codeweavers.com/compatibility/browse/group/?app_parent=4029;foru…
(second post from the top) for screen shots comparing LotRO running on Wine and
Windows and the difference "distant impostors" makes.
I've verified that it doesn't work on 1.1.24 and 1.1.25 (although 1.1.25
crashed a lot for me on LotRO for some reason and I had to revert back to
1.1.24).
I'd be happy to provide any extra debugging info if any would be helpful.
--
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=29003
Bug #: 29003
Summary: T4C: Crashes during or after patching phase
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j.muehlenhoff(a)gmx.de
Classification: Unclassified
Created attachment 37330
--> http://bugs.winehq.org/attachment.cgi?id=37330
wine T4c.exe 2> t4clog
The game starts up, sound is working and I can enter my login and password.
After that it is trying to run the WebPatcher.exe (I guess this works using
COM).
WebPatcher.exe crashes and T4C is stuck displaying "Please wait while we look
for Patches. This may take a few seconds".
As a workaround I can run the game with "T4C nopatch.exe", but this only works
because I happen to have the latest version.
T4C reports its version as "1.71 R.037".
The 1.71 client can be downloaded here:
http://www.the4thcoming.com/index.php?page=download
--
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=10209
Summary: Jericho crashes when entering game menu
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hamsterbacke(a)inbox.lv
Created an attachment (id=8823)
--> (http://bugs.winehq.org/attachment.cgi?id=8823)
wine's crash output
Jericho crashes when entering game menu
--
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=31708
Bug #: 31708
Summary: Unimplemented function msvcrt.dll._vscprintf
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maurobender(a)gmail.com
Classification: Unclassified
Created attachment 41686
--> http://bugs.winehq.org/attachment.cgi?id=41686
Backtrace
I've installed Samsung Kies with Wine (It threw a few errors during the
installation) and when I try to run it I get this error: "wine: Unimplemented
function msvcrt.dll._vscprintf called at address 0x7bc4dd68 (thread 0009),
starting debugger..." (full backtrace attached).
Does anyone can tell me how to fix it?
--
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=17250
Summary: Windows Media Player 10 fails to play DRM wmv files
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
WMP10 does not play drm files.
-Installed WMP10 using winetricks
-Opened a DRM wmv file(I have licence).
-WMP10 fails to play the video.
--
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=27700
Summary: EA Origin: main application window is black unless a
virtual desktop is used
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.origin.com/about?easid=Origin-Origin_Web_HP
Rnav_Download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35444)
--> (http://bugs.winehq.org/attachment.cgi?id=35444)
terminal output
Install origins, run, and login. You'll get a black screen, with nothing being
drawn. If instead you make a virtual desktop and run it, you get the store/etc.
to display.
Moving this window inside the virtual desktop restores the black behavior.
Looks like the black is the background and the store is a child that's not
gaining focus properly.
--
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=27699
Summary: EA Origin: cannot close most application windows
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.origin.com/about?easid=Origin-Origin_Web_HP
Rnav_Download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The game has its own custom window controls, but clicking the X doesn't dismiss
the dialogs.
The easiest one to see this with is 'NASTAVENI`', which I can't dismiss. It
also stays on top of all windows (and all virtual desktops), making it really
annoying :/.
--
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=26513
Summary: smbx crashes in number-of-players selection screen
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Saw this once. Game seems really slow and unstable today
(first time I've tried it in ages).
Unhandled exception: page fault on read access to 0x00000030 in 32-bit code
(0x7bc35197).
Backtrace:
=>0 0x7bc35197 RtlEnterCriticalSection+0x17() in ntdll (0x026fe878)
1 0x64f5878d in nspr4 (+0x1878c) (0x026fe898)
2 0x6a632834 in xul (+0x9f2833) (0x026fe8b8)
3 0x6a652dab in xul (+0xa12daa) (0x026fe928)
4 0x6a64e95e in xul (+0xa0e95d) (0x026fe988)
5 0x6a61afe5 in xul (+0x9dafe4) (0x026fe9b8)
6 0x6a64ecc5 in xul (+0xa0ecc4) (0x026fea08)
7 0x64f58f98 in nspr4 (+0x18f97) (0x026fea48)
8 0x64f5b54a in nspr4 (+0x1b549) (0x026fea68)
9 0x7bc71f48 call_thread_func+0xb() in ntdll (0x026fea78)
10 0x7bc74a30 call_thread_entry_point+0x6f() in ntdll (0x026feb48)
11 0x7bc7a8c5 in ntdll (+0x6a8c4) (0x026ff398)
12 0x68164cc9 start_thread+0xd8(arg=0x26ffb70)
[/build/buildd/eglibc-2.12.1/nptl/pthread_create.c:304] in libpthread.so.0
(0x026ff498)
0x7bc35197 RtlEnterCriticalSection+0x17 in ntdll: movl 0x14(%esi),%eax
Modules:
--
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=23232
Summary: Windows Imaging Component redist installer sometimes
crashes in silent mode
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://download.microsoft.com/download/f/f/1/ff178bb1-
da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28921)
--> (http://bugs.winehq.org/attachment.cgi?id=28921)
Windows Imaging Component crash backtrace
In order to have the WIC installer successfully start, the windowscodecs.dll
fake DLL must be removed, and an override should probably be set. With
wine-1.2-rc3-106-gae942d6, when running the installer with the quiet flag:
wine wic_x86_enu.exe /q
sometimes the installer will crash in setupapi during the installation. Turning
on debug flags sometimes masks the problem, and sometimes moves the problem
elsewhere, so I suspect heap corruption.
--
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=26819
Summary: wine: Unhandled page fault on read access to
0x00001df8 at address 0x5d63cf
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.c.necros(a)gmail.com
when I run Neverwinter Nights at the console displays:
--
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=33007
Bug #: 33007
Summary: Death to Spies Demo - err:module:attach_process_dlls
failed to initialize
Product: Wine
Version: 1.5.24
Platform: x86
URL: http://www.gamershell.com/download_20919.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Terminal log for english and russian versions of demo has identical output:
err:module:attach_process_dlls "VFS20.DLL" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\DTS Demo\\Death to Spies DEMO.exe" failed, status c0000005
--
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=14247
Summary: One click works like 2x click
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Created an attachment (id=14540)
--> (http://bugs.winehq.org/attachment.cgi?id=14540)
err's, win and d3d fixme's are new, I don't saw this in older Wines, it can be
because many bugs of video driver in all programs - see only control fixme's
After applying "High Quality" in System menu of Quake III Arena, mouse do 2x
click when I do one click, in console I see fixme's with all dll's of keyboard
and mouse that I know!
--
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=10890
Summary: Arcanum installer fails
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://www.fileshack.com/file.x/674/Arcanum+Demo (demo,
installer might be different tho!)
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsaeru(a)gmail.com
Created an attachment (id=9794)
--> (http://bugs.winehq.org/attachment.cgi?id=9794)
All mambojambo that got printed to console..
Arcanum's installer never asks for CD2. It apparently only installs what it
finds from CD1, says it's done, some backtrace gets printed to console and the
game wont launch.
Workarounds include using Windows installation, manually extracting required
files from CD2 or installing with Cedega.
Similar installation issues pointed out in appdb as well.
Not exactly sure what all the backtrace is even about - might not point out to
actual issue, even..
--
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=25387
Summary: Age of Empires 3: 'Initialization failed' with builtin
dpnhpast (purist)
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32292)
--> (http://bugs.winehq.org/attachment.cgi?id=32292)
terminal output
Only seems to affect the full version, the trial works fine without it.
The game bundles it, so only occurs if forced to builtin.
--
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=31539
Bug #: 31539
Summary: Toad fails to install
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://community-downloads.quest.com/toadsoft/SqlServe
r/ToadforSQLServer_Freeware_5.7.0.605.zip
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 31536
Classification: Unclassified
Created attachment 41472
--> http://bugs.winehq.org/attachment.cgi?id=41472
terminal output, native mfc42/gdiplus only
Prereq's: winetricks mfc42 gdiplus
after that, installer semi works, but fails with a visual C++ error dialog.
Terminal output shows vbscript, but native doesn't help.
I then tried native vcrun2005/8/10, but none helped. lsof shows it's using
msvc90m, so I suspect it may be a problem in mono. I took a brief stab at
trying native dotnet35sp1 (what it wants if you remove mono), but that isn't
installing for me currently.
So, leaving as unknown, but I suspect mono/mscoree.
austin@debian:~$ sha1sum ToadforSQLServer_Freeware_5.7.0.605.exe
4dddc007c8febf35fa63d162f52380ed0050382d
ToadforSQLServer_Freeware_5.7.0.605.exe
austin@debian:~$ du -h ToadforSQLServer_Freeware_5.7.0.605.exe
71M ToadforSQLServer_Freeware_5.7.0.605.exe
wine-1.5.11-91-ge282d41
--
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=14798
Summary: ETax 2008 cannot verify
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
URL: http://ato.gov.au/etax
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hewus.owns(a)gmail.com
ETax 2008 verification does not work. Clicking 'Ok' on the popup at the
verification stage causes the next screen to appear blank, and navigation
buttons to be greyed out.
I have attached a log of my output while running this part of ETax 2008.
The first four lines of the log are known configuration issues on my end and
can be ignored.
The 88d969c0-f192-11d4-a65f-0040963251e5 errors appear when 'Yes' is chosen in
the pre-filling section. There is no apparent loss of functionality here.
The 76a64158-cb41-11d1-8b02-00600806d9b6 errors appear when 'Ok' is chosen in
the popup at the verification stage. This is where the program effectively
breaks. This is the subject of this bug report.
This issue has been confirmed in a couple of posts on AppDB and elsewhere. To
reproduce this issue in testing, the TFN 123456782 can be used.
--
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=29335
Bug #: 29335
Summary: Error during installation of Office 2000
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caron(a)codeweavers.com
Classification: Unclassified
Created attachment 37944
--> http://bugs.winehq.org/attachment.cgi?id=37944
installed with pure Wine, no additional components
During installation, Office 2000 presents the error:
The program CFGWIZ.EXE has encountered a serious problem and
needs to close. We are sorry for the inconvenience
This error can be dismissed and does not seem to affect the functionality of
the Office 2000 applications on a quick test.
The AppDB suggests installing mfc42 via winetricks to to get around an error
during install. Mfc42 does not work around this error.
This error is actually present all the way back to Wine 1.3.9 (the last tested
version in the AppDB). However, installation without mfc42 was not possible
with Wine 1.3.9.
All installations were completed with a clean Wine prefix. Log files from
wine-1.3.34-131-gfd230c5 are 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=25848
Summary: CF-Downloader Crash
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p4repwnag3(a)gmail.com
So, I downloaded the CrossFire Downloader and when it started downloading I got
an error which is below. I don't know why this happens if anyone could help me
that would be great.
--
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=25802
Summary: CARCare fails to access own database and exits
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajg02(a)elfringham.co.uk
Created an attachment (id=32878)
--> (http://bugs.winehq.org/attachment.cgi?id=32878)
Terminal session log
On launching application, first of all you get a dialogue box titled "Error:
3251 in bDBValid Proc" with the message "Description: Operation is not
supported for this type of object." and an OK button. Selecting 'OK' then leads
to a dialogue box where CARCare complains that it cannot recognise the database
again with an OK button. Selecting 'OK' again then leads to a third dialogue
box titled "CARCare" with the message "Run-time error '48': Error in loading
DLL" and an OK button. On selecting OK, the application exits.
The log from a terminal session 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=31499
Bug #: 31499
Summary: Unhandled Exception when initiating network
connection.
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Chris(a)InfoGreat.com
Classification: Unclassified
Created attachment 41411
--> http://bugs.winehq.org/attachment.cgi?id=41411
Stack Trace
I'd be very happy to work with someone on this. I have a lot of software
development experience and I would very much like to fix some of these
problems. I can move completely to Linux if I can get Quicken to run in wine,
so I am motivated -- at least I am motivated this afternoon. (-:
--
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=9721
Summary: Support for HKEY_DYN_DATA\Config Manager\Enum registry
tree
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
Please populate the HKEY_DYN_DATA\Config Manager\Enum registry tree. This is
needed by some games to detect the hardware on the running system.
For example, EA's Need for Speed III includes a 3dsetup.exe program that
queries HKEY_DYN_DATA\Config Manager\Enum\*\HardWareKey to detect graphics
hardware.
Free demo here: ftp://ftp.ea.com/pub/ea/demos/nfs3/nfsdemo.zip
--
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=30796
Bug #: 30796
Summary: SmartLink Setup 1.0.4.24.msi will not install using
Wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mwangip(a)gerties.org
Classification: Unclassified
SmartLink Setup 1.0.4.24.msi will not install using 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=30166
Bug #: 30166
Summary: GotoMeeting complains "GoToMeeting failed to start, or
exited with an error." (dogfood)
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
GotoMeeting seems to install, but when it starts up, it briefly puts up
a "starting" dialog, then opens a web page saying "starting", then aborts
with a dialog saying "failed to start". The log says
...
err:ntdll:NtQueryInformationToken Unhandled Token Information class 11!
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),3,2,(nil),0,(nil)) - stub!
err:ole:marshal_object object doesn't expose interface
{00000001-0000-0000-c000-000000000046}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:ole:CoUnmarshalInterface Couldn't query for interface
{00000001-0000-0000-c000-000000000046}, hr = 0x80004002
err:ole:CoGetClassObject no class object {31da490c-fb00-4be3-b4b8-8e8ad03f5a73}
could be created for context 0x4
--
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=29476
Bug #: 29476
Summary: Source Boost IDE register error
Product: Wine
Version: 1.2.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)drumanart.com
Classification: Unclassified
Dear Cracks.
After installing and registering successfully Sourceboost IDE (version 9.5) I
get after upgrading to UBUNTU: 11.10 oneiric a registry error:
General extraction error
Location ES1
Excit code was 1.
I use:
wine version: 1.2.3-Oubuntu1
UBUNTU: 11.10 oneiric
uname -v
#23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011
I had the SourceBoost IDE (ide.exe)running with my registered version under
MPLAB IDE. For some reason I get no the above error message.
Is it possible to clear entirely the wine register contents (for SourceBoost)
and re-install the program from scratch?
Thanks Martin
--
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=29178
Bug #: 29178
Summary: ALSA lib seq_hw.c:457:(snd_seq_hw_open) open
/dev/snd/seq failed: no permission
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Classification: Unclassified
Call to Power 1.2 produces
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: no permission
sudo /sbin/lspci | grep audio
root's password:
00:1f.4 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio
Controller (rev 02)
OS: OpenSuse 12.1 64 bit
--
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=28493
Summary: Photoshop CS5 - image info pop up doesn't disappear
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: allcoms(a)gmail.com
After loading or creating an image under PS CS5, if you mouse-over the tab
which displays the image file name a small yellow label showing the same
information is displayed. When running PS CS5 under genuine Windows this label
disappears after a short time but the label stays visible under wine and even
more annoyingly also stays visible when you switch virtual desktops.
This also happens when you mouse-over PS's internal minimise, maximise/restore
and close icons hence mousing over these can used as a sort-of work around as
these labels generally consume less screen space resulting in less of your work
space or other desktops being obscured.
This bug is present under wine 1.3.29 / Debian Wheezy x64
--
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=27053
Summary: Publisher 2000 runs under old, does not run under new,
.wine directory structure
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: owlbrudder(a)gmail.com
Created an attachment (id=34484)
--> (http://bugs.winehq.org/attachment.cgi?id=34484)
Terminal output from running "winetricks dcom98"
Running Fedora 14 x86_64 and Wine 1.3.18. I have Googled and searched winehq
without finding this problem reported.
I installed Wine quite a while ago, when I was still on Fedora 11, I think. At
that time, I installed MS Publisher 2000 and it required some modification to
the standard Wine in order to run. From memory, I had to run winetricks to
install DCOM98 and there may have been other tweaks required - I did not note
them down at the time, but found the page giving the fix through Google
(although I cannot find it again now - sigh!). Publisher 2000 runs fine under
that older .wine tree, in spite of reports to the contrary in the Wine
applications database.
I recently decided to have a go at installing MS Access97, but the installer
only ran for a few seconds after accepting the licence and install directory
inputs. Google turned up a few threads which suggested starting with a fresh
.wine tree, by renaming the existing tree and running winecfg. I did that and
installed Access97 OK, although it has some problems.
However, I cannot get Publisher 2000 to run in the new tree and winetricks does
not want to install DCOM98 - see attached winetricks_dcom98.txt. The system
pops up a dialog saying "A newer version of DCOM95 or DCOM98 had been
installed. To override, you must uninstall the current version first."
Publisher 2000 installs OK, but any attempt to run it comes up with the message
"Windows is low on memory or your hard disk is full. Try closing other programs
and freeing some space on your hard disk before starting Publisher". From
memory, that was the message I was getting under the original .wine tree before
I used winetricks to install DCOM98.
Now I have two trees, one called .winesav, which is the tree from Wine version
1.3.18, containing a running Access97 and faulty Publisher 2000, and the other
called .wine, which was created with the earlier version of Wine and has the
running Publisher 2000 but will not allow me to install Access97.
While trying to install DCOM98, winetricks sets dll overrides for *ole32,
*oleaut32 and *rpcrt4. Checking on these in the two trees shows the current
version of Wine is creating a different directory structure:
[doug@cardraeh ~]$ find .wine -iname "oleaut32*"
.wine/drive_c/windows/system32/oleaut32.dll
[doug@cardraeh ~]$ find .winesav -iname "oleaut32*"
.winesav/drive_c/windows/syswow64/oleaut32.dll
I would prefer to use the newer tree and get Publisher 2000 running in it, as
it does under the older tree. It seems that will require winetricks to
successfully install DCOM98 into the new tree and my best uninformed guess is
that it is the difference in tree structure which is causing my problem.
--
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=26584
Summary: After running xlsx importer once, excel 2000 does not
open files from nautilus anymore
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)h-i-s.nl
I have had excel 2000 running smoothly on my system.
I installed the
Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File
Formats (FileFormatConverters.exe)
http://www.microsoft.com/downloads/en/details.aspx?familyid=941b3470-3ae9-4…
This works file for Word. After running xlsx importer once succesfully on an
.xlsx file (first, a convertor is run, and then the file opened), I tried to
open regular .xls files again.
Excel 2000 does not open .xls files from nautilus anymore by double-clicking on
them.
I can, however, still drag xls files into excel, and they open fine.
Uninstalling Microsoft Office Compatibility Pack does not fix the problem.
Apparently a Nautilus or registry association is changed.
However, I have no knowledge of either registries.
--
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=25842
Summary: Autodesk Inventor 2008: Error at executing
RegisterJTTranslator.exe
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32927)
--> (http://bugs.winehq.org/attachment.cgi?id=32927)
Error messages
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
3) wine Setup32.exe
4) Next, next ,next ...
5) Uncheck all components that aren't Inventor
6) Next, next ,next ...
7) Components start to install
Behaviour:
I get lot of error windows (see attachment) at the end of installation. In the
image there is RegisterJTTranslator.exe. It is small file (16 KB) and is
probably designed to register JTTranslator.dll (284 KB). There are many of
those RegisterXXX.exe and every one fails.
Expected behaviour:
I shouldn't get any error.
--
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=25158
Summary: Keychamp 2.0 Crashes when launched
Product: Wine
Version: 1.2.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koolblue3(a)gmail.com
Created an attachment (id=31911)
--> (http://bugs.winehq.org/attachment.cgi?id=31911)
Backtrace log for Keychamp 2.0 crash
Everytime I try to launch Keychamp 2.0 it crashes and pops up a box saying
"Unhandled exception: c0000005 At address: f7536cca." I have attached a
backtrace log.
--
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=22775
Summary: COD:MW2 crashes upon ALT-ENTER
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just start COD:MW2, let it put up its initial screen, and press ALT-ENTER.
The screen will switch between fullscreen and windowed as expected,
but the game will then crash, e.g.
trace:d3d9:IDirect3DDevice9Impl_CreateTexture iface 0x198ef8, width 432, height
240, levels 1, usage 0, format 0x16, pool 0x1, texture 0x15e99060,
shared_handle (nil).
trace:d3d:device_context_add Adding context 0x213d4e28.
trace:d3d:context_create Successfully created new context 0x213d4e28
trace:d3d:context_enter Entering context 0x213d4e28, level 1.
trace:d3d:context_set_current Switching away from destroyed context 0x18bc5e60.
warn:d3d:context_validate DC 0x96c belongs to window 0x50160 instead of
0x30160.
trace:d3d:context_update_window Updating context 0x18bc5e60 window from 0x30160
to 0x9ad46d.
trace:d3d:context_destroy_fbo_entry Destroy FBO 3
trace:seh:raise_exception code=c0000005 flags=0 addr=0x132b1c ip=00132b1c
tid=0046
...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00000000).
Backtrace:
=>0 0x00000000
1 context_set_current+0x56(ctx=0x401df3f0) [dlls/wined3d/context.c:932] in
wined3d
2 context_set_current+0x56(ctx=0x4868c720) [dlls/wined3d/context.c:932] in
wined3d
3 context_create+0x62e(swapchain=0x1c6450, target=0x16d8d5a8,
ds_format_desc=0x1bdc20) [dlls/wined3d/context.c:1387] in wined3d
4 swapchain_create_context_for_thread+0x36(iface=0x1c6450)
[dlls/wined3d/swapchain.c:960] in wined3d
5 context_acquire+0xfe(device=0x1c0028, target=0x45d17b38)
[dlls/wined3d/context.c:1785] in wined3d
6 wined3d_event_query_test+0x82(query=0x46bea318, device=0x1c0028)
[dlls/wined3d/query.c:62] in wined3d
7 IWineD3DEventQueryImpl_GetData+0x46(iface=0x46bea2f0, pData=0x1813e200,
dwSize=0x0004, dwGetDataFlags=0x0001) [dlls/wined3d/query.c:398] in wined3d
8 IDirect3DQuery9Impl_GetData+0x63(iface=0x46bea2d8, pData=0x1813e200,
dwSize=0x0004, dwGetDataFlags=0x0001) [dlls/d3d9/query.c:134] in d3d9
--
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=22553
Summary: Running Digitech JUpdater GSP1101vC48.exe fails on
MacOS 10.5.8
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rtmd30(a)yahoo.com
I'm trying to run Digitech's "JUpdater GSP1101vC48.exe" on MacOS 10.5.8 and
getting the following set of verbiage:
Greg-MBP-wireless:Downloads greg$ wine JUpdater\ GSP1101vC48.exe
fixme:font:SetMapperFlags (0x67c, 0x00000000): stub - harmless
fixme:font:SetMapperFlags (0x750, 0x00000000): stub - harmless
fixme:font:SetMapperFlags (0x764, 0x00000000): stub - harmless
Port Name[0 0] DigiTech USB X-Edit
In Name[0] DigiTech GSP1101
Port Name[0 1] USB Audio Device
In Name[0] DigiTech GSP1101
Port Name[0 2] DigiTech GSP1101
In Name[0] DigiTech GSP1101
Found Port
fixme:midi:MIDIOut_LongData MOD_MIDIPORT
The "font" ones seem benign but the last one seems to keep the updater from
running to completion. I get an X-window that looks OK, but when I try to
update the device the software says no device was found.
Let me know if there's additional info I can gather for you.
Thanks.
--
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=21605
Summary: MINDApro fails to run (fbguard.exe crashes)
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: allsymes(a)gmail.com
Created an attachment (id=26075)
--> (http://bugs.winehq.org/attachment.cgi?id=26075)
Terminal output from running
I have a software package called MINDApro. It installs under Wine, but when I
try to run it I get several error and crash messages. I know from running it on
Windows XP that I need to run the mlp_manager.exe program first, as this runs
the database server Firebird first (http://www.firebirdsql.org/).
I have attached the terminal output. The following is the sequence of error
messages that popup on running mlp_manager:
1. empty error popup.
2. "...mlp_manager.exe has encountered a serious problem and needs to
close...".
3. Title "Application Error", reads:
"Exception EExternalException in module ntdll.dll at 0002E8B8.
External exception C0000025."
4. Titled "Error", reads:
"""
An unexpected error has occurred. Please close MINDA software and restart. If
the error persists please contact MINDA on ...<snip>...
ERROR ISC ERROR CODE 335544721
ISC ERROR MESSAGE:
Unable to complete network request to host "localhost".
Failed to establish a connection.
unknown Win32 error 10061
"""
5. Titled "Error", reads: "Runtime error 217 at 0052B371"
--
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=17888
Summary: CATIA V5R19: Documentation fails to install
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20191)
--> (http://bugs.winehq.org/attachment.cgi?id=20191)
error after clicking install
I'm using Wine 1.1.18 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that documentation for CATIA V5R19 on CD doesn't want to
install.
Steps to reproduce:
1) install CATIA V5R19
2) run setup.exe from documentation cd
3) set default install and click install
4) get an error (attachment)
Terminal output:
D:\>copy "D:\INTEL\*.dll" "C:\windows\temp\TempDSUnloadDoc"
D:\>copy "D:\INTEL\*.exe" "C:\windows\temp\TempDSUnloadDoc"
D:\>copy "D:\install_data\pkgrel.txt" "C:\windows\temp\TempDSUnloadDoc"
D:\>copy "D:\install_data\*.bmp" "C:\windows\temp\TempDSUnloadDoc" /Y
CATCheckVC8Level Check : DI0PANV2.dll
VC8 Level OK
D: is my CD-ROM
--
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=17118
Summary: Punch! Home Design AS4000: Open File Dialog does not
show files
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xyem(a)electricjungle.org
The "Open File" dialog does not show any files ( including ones supported by
the program such as *.PRO;*.PHD;*.PSH ) in the main view(?). It does show
directories, however.
Manually entering the file name in the "File name:" entry works without any
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=13357
Summary: Arcs do not render properly to printer from Altium DXP
2004 SP4
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
When printing PC board artwork or schematic diagrams from Altium DXP 2004, arcs
are not rendered properly. The start and end points of the arc are in the wrong
places. I think it is related to the bug in gdi32 that I fixed some time ago
(bug ID 7421) because it looks just like that problem, only except it effects
printing instead of the screen. I'm not sure where print rendering is handled
in the API, or I would go after the bug myself.
--
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=13242
Summary: MS Office Communicator fails to start
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)fales-lorenz.net
Until recently, it's not been possible to install MS Office Communicator 2005.
(Bug 12988 documents the installer problem). However, a fix has been recently
submitted for this and using that patche with a private wine build, I was able
to get MOC to install. However, when I attemnpt to run it, I get:
$ ./communicator.exe
fixme:netapi32:NetGetJoinInformation Stub (null) 0x33f7a8 0x33f788
fixme:winstation:OpenInputDesktop (0,0,2000000): stub
err:ole:CoGetClassObject class {f9b4bdee-7081-476e-a09c-bf54dc18f837} not
registered
err:ole:CoGetClassObject class {f9b4bdee-7081-476e-a09c-bf54dc18f837} not
registered
err:ole:create_server class {f9b4bdee-7081-476e-a09c-bf54dc18f837} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f9b4bdee-7081-476e-a09c-bf54dc18f837}
could be created for context 0x17
fixme:ole:CoCreateInstance no instance created for interface
{659ecad9-a5c0-11d2-a440-00c04f795683} of class
{38639941-a780-4f5b-8017-8b361f9a29db}, hres is 0x80004002
$
--
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=9993
Summary: Combit Addressmanager 13 trial can't load an icon
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://combit.net
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On the way to bug 9992, the app spits out several errors like
fixme:ole:OLEPictureImpl_Load Unknown magic 0400, 2475 read bytes:
6c 74 00 00 00 00 00 00 00 04
52 e3 0b 91 8f ce 11 9d e3 00
...
Presumably some icon or other isn't loading properly.
Native dcom98 doesn't work with this app, fwiw.
--
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=27109
Summary: Creative Centrale needs
msvcp60.dll.??0Init@ios_base@std@@QAE@XZ
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Crashes during install with this missing (though seems to at least partially
install).
Running mscodescan on the prefix afterwards shows more stuff missing:
./Shared Files/VFSvrU.exe imports following stub symbols:
msvcp60:??0Init@ios_base@std@@QAE@XZ
msvcp60:??0_Lockit@std@@QAE@XZ
msvcp60:??0_Winit@std@@QAE@XZ
msvcp60:??1?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@XZ
msvcp60:??1Init@ios_base@std@@QAE@XZ
msvcp60:??1_Lockit@std@@QAE@XZ
msvcp60:??1_Winit@std@@QAE@XZ
msvcp60:?_C@?1??_Nullstr@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@CAPBGXZ@4GB
msvcp60:?_Tidy@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@AAEX_N@Z
msvcp60:?assign@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV12@ABV12@II@Z
msvcp60:?assign@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV12@PBGI@Z
--
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=28869
Bug #: 28869
Summary: Neverwinter Nights fails to load
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj.shaw(a)btconnect.com
Classification: Unclassified
Created attachment 37077
--> http://bugs.winehq.org/attachment.cgi?id=37077
Terminal output
Neverwinter Nights fails to load from wine 1.3.28 to 1.3.31
The videos play, then the cursor changes to the NWN hand, but the menu does not
appear.
Regression testing gives
94ae743ea668e49d40ae4e2dc5fe1f5d9be018cb is the first bad commit
commit 94ae743ea668e49d40ae4e2dc5fe1f5d9be018cb
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Aug 30 20:12:31 2011 +0200
ddraw: Make the OpenGL renderer the default one.
:040000 040000 fbce2dc172258a4a7eabc65b6f86bd58522b4667
dfb3b24196ac3ad09100758a48b2d4ef7e45e26b M dlls
This is the Diamond Edition as sold on www.gog.com.
--
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=18860
Summary: IW2:Edge of Chaos crashed with Call to unimplemented
function ntdll.dll.CsrClientConnectToServer
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Random crash during startup, I can't reproduce it anymore. No other console
output.
This might be invalid, but I don't have the knowledge to tell.
--
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=26241
Summary: Inbox2: Crash at startup
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33441)
--> (http://bugs.winehq.org/attachment.cgi?id=33441)
Terminal output on wine-1.3.13-315-gd9d4323
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet30
3) install Inbox2
4) wine Inbox2.exe
Behaviour:
Crash.
Expected behaviour:
No crash.
--
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=27021
Summary: Impulse crashes on start-up
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jkohen(a)users.sourceforge.net
Created an attachment (id=34452)
--> (http://bugs.winehq.org/attachment.cgi?id=34452)
Crash logs
A recent update of Impulse caused the application to start failing under Wine.
I'm using Wine 1.3.19 with a clean prefix primmed with winetricks dotnet20
gdiplus.
Both Impulse's internal updater and a clean installation give the same results.
The internal updater was run from an Impulse installation copied over from an
older Wine prefix.
There was a brief discussion of this on the Codeweavers forums last month:
http://www.codeweavers.com/compatibility/browse/name/?app_id=5754;forum=1;m…
In the meantime, don't let Impulse update itself.
--
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=28270
Summary: yahoo messenger fails to start in wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Spencer.Richard01(a)gmail.com
recently installed wine on my pc
it installed ok but every time i start it i get the program
error pop up saying
" The program yahoo.messenger.exe has encountered a problem and had
to close
then bellow it reads this can be caused by a problem in the
program or a deficiency 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=30464
Bug #: 30464
Summary: During installation of photoshop i got some error.
Please find the error file in the attachment.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mk239362(a)gmail.com
Classification: Unclassified
During installation of photoshop i got some error. Please find the error file
in the attachment.
--
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=30657
Bug #: 30657
Summary: Wine Broken After Ubuntu 12.04 Upgrade 64-bit; Can't
Even Directly Open EXEs, Yet Some Installed Programs
Still Run
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ubuntu(a)ozzyfrank.com
Classification: Unclassified
Hi. Ever since upgrading my 64-bit Ubuntu system to 12.04, Wine has been
broken, yet it is inconsistent, as some programs work. For example, Mailwasher
Pro still loads at startup, yet I cannot for the life of me get others like DVD
Shrink to run, even when directly double-clicking the EXE file. With DVD Shrink
3.2 in particular, I can run the installer OK, but not the installed program.
Also, I couldn't even get winecfg to load at first, and trying to run the
offending apps via the terminal produced errors like:
"Warning: could not find DOS drive for current working directory" (even when
double-clicking the EXE), and:
"Too many open files" with instructions to set the ulimit higher than 1024.
While I've never had to deal with that before, it wasn't too hard, and it gave
me back winecfg at least, so I could then try some things with DVD Shrink.
I've upgraded Wine from 1.4x (whichever was installed with the 12.04 upgrade)
to the latest 1.5.3, but all that did was make Mailwasher Pro NOT run, until I
tried "Graphics > Emulate a virtual desktop", and it can run again that way (it
now definitely won't run, or show itself if it is running, without doing that).
No change whatsoever in DVD Shrink (which is the program I really want to use).
Also, I thought I'd see how the big beast - Adobe Photoshop - fares, and I just
opened it without issue, so this really has me stumped. DVD Shrink now doesn't
die with the error about no DOS directory, but fails with these error messages:
"p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory" (this is the first thing in the
terminal when trying to run the command)
"(wine:6470): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstffmpeg.so':
/usr/lib/gstreamer-0.10/libgstffmpeg.so: wrong ELF class: ELFCLASS64" (there's
a bunch of similar "wine:6470" ones)
A few hundred lines beginning with "err:dsound" and "err:quartz", etc.
Quite a few of these scattered through it:
"fixme:gstreamer:Gstreamer_transform_Cleanup 0x16ddec40 stub"
"libgcc_s.so.1 must be installed for pthread_cancel to work" (a few of those
near the end), and finally (very last line):
"wine client error:d7: libgcc_s.so.1 must be installed for pthread_cancel to
work".
Interestingly, these last couple of times I tried to run DVD Shrink, it would
actually throw up its own error message box saying it has crashed (which I'm
used to seeing, as I could never get it to do more than one title in Wine
without crashing), whereas before nothing happened at all (but it would still
be trying to run in the background, as in System Monitor it would still be
there "sleeping" and I'd have to Kill Process to stop it).
Hopefully that is enough to give someone in the know some idea what is going
on. If not, I'm happy to supply more info. Many thanks in advance. Frank
--
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=30769
Bug #: 30769
Summary: Quick Time
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ek2112(a)hotmail.com
Classification: Unclassified
I download the QuickTime using wine than it seems it don't work
so What I need to do pleas Help my
--
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=31682
Bug #: 31682
Summary: Sony PC Companion 2.10 crashes at the welcome screen
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://www-support-downloads.sonymobile.com/Software%2
0Downloads/PC%20Companion/Sony%20PC%20Companion_2.10.0
94_Web.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41651
--> http://bugs.winehq.org/attachment.cgi?id=41651
wine-1.5.12-194-g688aa1f console output
Using native msxml3 to work around Bug 31681, the PC Companion brings up a
start window. Immediately after the start window there is another crash.
Winedbg does produce a backtrace.
Note: Skip MTP install to save time.
--
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=20131
Summary: every time i run Wine whether it be with iTunes or
another PC based program it crashes and i get the same
error of winedbg.exe has encountered a serious
problem.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atbader(a)zoomtown.com
Every time i run Wine whether it be with iTunes or another PC based program it
crashes and i get the same error of winedbg.exe has encountered a serious
problem.
--
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=23432
Summary: Stranded II does not start
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.stranded.unrealsoftware.de/s2_download.php
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
While starting, Stranded II brings up a dialog that says "Memory access
violation" and then immediately quits.
Result of regression testing:
0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad is first bad commit
commit 0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 28 19:47:01 2010 +0100
ntdll: Don't require heap sizes to be 64K aligned.
This is still broken in 1.2-rc5, and the program starts with that commit
reverted.
--
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=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=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.
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.
http://bugs.winehq.org/show_bug.cgi?id=27892
Summary: Iexplore blank page or binary
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Created an attachment (id=35686)
--> (http://bugs.winehq.org/attachment.cgi?id=35686)
Window filled with binary
wine iexplore http://suomi24.fi -> blank white page
wine iexplore. Copy/paste url and press enter -> window fills with binary code.
Also why this difference?
--
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=29785
Bug #: 29785
Summary: Baid in the Box 2012 crashes at startup
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyunaev(a)ulduzsoft.com
Classification: Unclassified
Created attachment 38690
--> http://bugs.winehq.org/attachment.cgi?id=38690
WineDBG output
The Band in the Box 2012 application from www.pgmusic.com crashes at startup
without the useful backtrace using wine 1-4rc2. Clean installation with WMP9 or
WMP10 installed (tried both) as the exe is linked with WMVCORE.DLL and refuses
to start without it.
The generic start via:
wine bbw.exe
ends with a crash with an attached backtrace.
However by using:
WINEDEBUG="+relay" wine bbw.exe
starts the program without a crash. Same goes with +all, "trace+all". It
crashes with "trace+ntdll"
Attached is the debugger output with a crash. Will be happy to provide more
information.
--
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=26339
Summary: MSXML, HTTPS GET don't work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://netikka.net/dev/msxml6.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
See example. http://netikka.net/dev/msxml6.exe
Click button.. With http address it's fine.
Note: Doesn't even work with winetricks msxml6 ie6
And using msxml3, doesn't make any difference. Ubuntu 10.10.
Code is very simple:
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
starttime: dword;
begin
starttime:=gettickcount;
xmlhttp:=createoleobject('MSXML2.XMLHTTP.6.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) and (gettickcount<starttime+30000) do
application.processmessages;
if gettickcount>starttime+30000 then showmessage('timeout!') else
memo1.text:=xmlhttp.responsetext;
end;
--
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=20387
Summary: Crystal Report 6 abort install with wine 1.1.31
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjotam(a)hotmail.com
Created an attachment (id=24167)
--> (http://bugs.winehq.org/attachment.cgi?id=24167)
Logs and back traces
Crystal Report 6 abort install with wine 1.1.31
--
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=23448
Summary: F1 2000 and F1 Championship Season 2000 crash at
startup
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.fileplanet.com/53038/download/F1-Championsh
ip-Season-2000-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
F1 2000 is a car racing game by Electronic Arts.
Game installation works fine, but running the game results in a crash, showing
a Program Error dialog box.
With Wine set to Windows 98 mode, the Program Error dialog box is all that
appears. Set to XP mode, the game loading screen appears and there is some CD
activity (copy protection I guess). After a short time a Program Error dialog
box appears saying "The program F1_2000.ICD has encountered a serious..."
A possibly-interesting line from the console output in XP mode:
m Files\EA SPORTS\F1 2000\F1_2000.exe: pthread_mutex_lock.c:321:
__pthread_mutex_lock_full: Assertion `robust || (oldval & 0x40000000) == 0'
failed.
As far as I know, there isn't a downloadable demo for F1 2000. However, there
is a demo for the very similar F1 Championship Season 2000, which also crashes
on startup.
http://www.fileplanet.com/53038/download/F1-Championship-Season-2000-Demo
I will attach the console output for both F1 2000 and the F1 CS 2000 demo, with
Wine in Windows 98 and XP modes.
--
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=30043
Bug #: 30043
Summary: Infinite loop in mshtml navigate
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://netikka.net/dev/tablecell.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Created attachment 39136
--> http://bugs.winehq.org/attachment.cgi?id=39136
Sourcecode
Found this problem in my application, here sample to reproduce.
http://netikka.net/dev/tablecell.exe
Click "Reset" button -> Everything is okay.
Click "Reset" again -> Infinite loop and I must kill it.
Attached source. Workaround winetricks ie6
--
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=32161
Bug #: 32161
Summary: IAudioClient should support IMarshal
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
It looks like IAudioClient should support the IMarshal interface. This impacts
the Rocksmith PC game (it has a demo but only on Steam):
0040:trace:alsa:AudioClient_QueryInterface
(0x162ed8)->({00000003-0000-0000-c000-000000000046}, 0x680e92c)
0040:warn:alsa:AudioClient_QueryInterface Unknown interface
{00000003-0000-0000-c000-000000000046}
0040:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
0040:err:ole:CoMarshalInterface Failed to marshal the interface
{1cb9ad4c-dbfa-4c32-b178-c2f568a703b2}, 80040155
0032:trace:alsa:AudioClient_Release (0x162ed8) Refcount now 1
0032:trace:alsa:AudioClient_Release (0x162ed8) Refcount now 0
--
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=27831
Summary: Tic Tac Toe Game (vbscript) cannot be played
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://www.planet-source-code.com/vb/scripts/ShowCode.
asp?txtCodeId=48298&lngWId=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
To view page you need to
~/wine-git/wine iexplore file://c:/Game.htm
None of the blank squares can be populated(clicking) and thus the game cannot
be played.
Didn't quite know what to pick for the severity so I picked minor.
--
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=32109
Bug #: 32109
Summary: Wine GIT 32bit selfcompiled: Installation of CorelDRAW
12 fails because builtin MSI has bugs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjwucherpfennig(a)gmx.net
Classification: Unclassified
First "rm -rf .wine"
then
$ WINEDEBUG=+msi,+vbscript /var/chroot/opt/wine/bin/wine setup.exe
&>msi_vbscript.log
Sometimes the installer hangs and has to be cancelled,
sometimes I the installer seems to succeed and I get a 62MB output.
Wine GIT includes the fix from BUG 32080...
--
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=26235
Summary: Pioneer DJs: page fault on read access in MFC71.dll
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bghome(a)gmail.com
To reproduce this click on the File -> Import -> MP3 Audio File menu. Then wine
crashes.
I expect the Windows file browser window to be opened.
Demo version is available from:
http://www.prodjnet.com/products/soft/djs/download_list_en.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=13638
Summary: dogfood: xampp won't work properly
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pascal.duersteler(a)gmail.com
Installation works fine, control panel starts.
Starting/stopping mysql will force the panel to hang sometimes and really
starting apache / mysql is not possible. (Yes, i was sure to have no other
application listen on the ports these applications use)
--
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=23570
Summary: Cannot play songs using Songbird 1.4.3 and 1.7.3
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.songbirdnest.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
After installing and grabbing my music library, playing a song will result in a
crash in Songbird.
The console printed this directly before the crash and after clicking to play a
song.
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x7bdbc68,0x7bdbbf0): stub
Full log: http://pastebin.com/8PBxEiji
--
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=31724
Bug #: 31724
Summary: SolidWorks Explorer 2012: Rollback at the end of
installation
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 41716
--> http://bugs.winehq.org/attachment.cgi?id=41716
Message about unsuccessful instalation
Steps to reproduce:
1) remove ~/.wine
2) wine swexplorer.exe
3) do default installation
4) application installs
Behaviour:
At the end message about unsuccessful installation (see attachment).
Expected behaviour:
Successful installation.
Terminal output:
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:vbscript:ScriptDisp_GetIDsOfNames
(0x122de30)->({00000000-0000-0000-0000-000000000000} 0x87e9cc 1 1024 0x87e96c)
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Failed to load DLL C:\Program Files\Common Files\SolidWorks
Shared\swdocumentmgr.dll
--
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=31423
Bug #: 31423
Summary: Windows script host broken
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djahma(a)gmail.com
Classification: Unclassified
Windows script host is not found by software which provide a scripting
interface based on it.
AmiBroker is the software in question. It offers a scripting feature which rely
on WSH but AmiBroker doesn't find it on recent versions of wine, although
running scripts work when doing:
wine wscript myscript.js
I've tried various setups with Ubuntu 12.04 64bit and mint13 32bit and
playonlinux to install various wine versions (1.5, 1.4, 1.3 ,1.2, 1.1.30).
The strange thing is that AmiBroker could run jscripts when I was on Ubuntu
11.04 32bit and wine 1.2.2.
Each time, I installed vcrun6 wsh56 and wsh57, msxml3, MFC42, ie6.
I don't know how but I could see in the registry that jscript and vbscript are
registered...not sure that help.
Unfortunately, I'm not a hacker, I just write simple scripts and programs to
help me in my financial researches (render information directly on charts). A
lot of my code written for AmiBroker rely on this ability to call WSH from
within Amibroker. This means that a lot of my work would be lost unless a
Hacker finds a way to setup WSH properly in wine, or I return to windows.
All I can do is to offer my time to run the commands someone knowledgeable
would tell me to type. I've got AmiBroker, I've got some scripts to test, let
me know
--
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=31970
Bug #: 31970
Summary: Microstation 8i installer doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julius(a)zgod.cjb.net
Classification: Unclassified
Created attachment 42123
--> http://bugs.winehq.org/attachment.cgi?id=42123
stderr output with WINEDEBUG=+msi
The Microstation 8i installer fails when it's about to copy files after going
through the wizard to select which options you want.
I skipped the prerequisite pack, because most of it consists of updates for
Windows components which also have builtin Wine variants.
Attached the registry entry needed to skip the prerequisite pack check and the
stderr output from Wine with WINEDEBUG=+msi.
--
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=30480
Bug #: 30480
Summary: Setting CPU affinity doesn't work on Macs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M8R-45axwd(a)mailinator.com
Classification: Unclassified
In the Wine task manager, it is possible to change CPU affinity for an every
process. On Macs, however, this change does nothing, even though the number of
CPUs/cores is correctly detected by taskmgr.exe.
For Mac OS X there are no tools such as taskset or schedtool which could set
affinity on an application basis (hwprefs turns off processor cores
system-wide, so this isn't a practical solution). Thus, implementing the
function to disable or activate CPUs for a given process in Wine, could be
really useful.
PS Is there at least a way to tweak/compile Wine, so that it would
recognize/use only one of the Mac's cores?
--
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=28007
Summary: Visio fails to save files and gives a Disk Full Error
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geoffreylcooper(a)msn.com
Wine Error: Very similar to bug No 13822; Excel error
System details: Linux 2.6.32-33-generic #71-Ubuntu SMP Wed Jul 20 17:30:40 UTC
2011 i686 GNU/Linux
Wine version 1.2.2 fresh install with all defaults unchanged
Installed MS Visio 2003
any visio files previously saved from a windows machine will not save when run
from within wine. Error message is Disk Full. This action results in the
original file being corrupted, with a file size of approx 1.5kb
Go to Save As, and give it a new file name, and it saves ok
A possible fix for the bug 13822 was reportedly copying ole32.dll into wine,
but it didn't say which version of ole32.dll I tried it with the vista version
of ole32.dll and it caused visio to crash.
Tried various other overrides without any luck.
--
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=19605
Summary: Touhou Koumajou Densetsu: fails to start
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: isbugged(a)gmail.com
The game fails to start, showing a window with an "Startup failed" error and no
message outputs.
Tested with Wine 1.1.26 on Ubuntu 9.04 x86-64.
Link to the trial version: http://aja-games.com/download/koumajo_trial.zip
--
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=25037
Summary: Microsoft Tinker Doesn't Render, Gameplay not possible
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: shannon.vanwagner(a)gmail.com
Created an attachment (id=31732)
--> (http://bugs.winehq.org/attachment.cgi?id=31732)
zipped WINEDEBUG=+module debug log
Game installs and launches, but produces only a black screen with "Game" and
"Help" menus. ahk reveals the main window as "MainWindowClass1",
"RenderWindow".
Tried 'winetricks wmp10 gfw d3dx9 vcrun2008 gameux=disabled' but no joy. Also
am seeing some errors that seem to be related to gameux not being found, so I
tried manually copying/overriding it... still no joy.
See debug attachment.
--
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=21526
Summary: several programs fail to compile under cygwin
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.cygwin.com
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Seems to be related to command line arguments:
cmd.exe-HRRQ2O.c: In function `main':
cmd.exe-HRRQ2O.c:5: error: `__wargv' undeclared (first use in this function)
cmd.exe-HRRQ2O.c:5: error: (Each undeclared identifier is reported only once
cmd.exe-HRRQ2O.c:5: error: for each function it appears in.)
Also affects:
dxdiag.exe-8dF1r2.c:5: error: `__wargv' undeclared (first use in this function)
explorer.exe-huqBP4.c:5: error: `__wargv' undeclared (first use in this
function)
extrac32.exe-ZBAgOk.c:5: error: `__wargv' undeclared (first use in this
function)
mshta.exe-ivENd9.c:5: error: `__wargv' undeclared (first use in this function)
reg.exe-bHwntd.c:5: error: `__wargv' undeclared (first use in this function)
start.exe-LokQFy.c:5: error: `__wargv' undeclared (first use in this function)
svchost.exe-ntfQ5M.c:5: error: `__wargv' undeclared (first use in this
function)
termsv.exe-aacxDf.c:5: error: `__wargv' undeclared (first use in this function)
uninstaller.exe-iXvRef.c:5: error: `__wargv' undeclared (first use in this
function)
winebrowser.exe-zWnYcC.c:5: error: `__wargv' undeclared (first use in this
function)
winedevice.exe-SvwxgZ.c:5: error: `__wargv' undeclared (first use in this
function)
winepath.exe-guBaBG.c:5: error: `__wargv' undeclared (first use in this
function)
xcopy.exe-0dP3a3.c:5: error: `__wargv' undeclared (first use in this function)
Notepad/regedit have a different (but possibly related) problem:
dialog.o: In function `DIALOG_Search':
/home/austin/wine-git/programs/notepad/dialog.c:1059: undefined reference to
`___assert_func'
dialog.o: In function `DIALOG_Replace':
/home/austin/wine-git/programs/notepad/dialog.c:1093: undefined reference to
`___assert_func'
hexedit.o: In function `HexEdit_WindowProc':
/home/austin/wine-git/programs/regedit/hexedit.c:307: undefined reference to
`___assert_func'
regproc.o: In function `import_registry_file':
/home/austin/wine-git/programs/regedit/regproc.c:671: undefined reference to
`___assert_func'
collect2: ld returned 1 exit status
Other than this, when using CFLAGS="-D _WIN32" the compile works.
--
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=22918
Summary: Ship Simulator 2008 demo crashes on startup (needs
D3DXCreateSphere)
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=28358)
--> (http://bugs.winehq.org/attachment.cgi?id=28358)
console log, from wine-1.2-rc1-179-gdd09205
When installed with nothing else in a clean wine prefix, Ship Simulator 2008
crashes on startup.
wine: Call from 0x7b836a02 to unimplemented function
d3dx9_36.dll.D3DXCreateSphere, aborting
Before that, it hits a number of d3dx stubs, so even when this is implemented,
it will likely not work properly.
--
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=26654
Summary: regression MS Office 2000 and 2007 programs crash
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ftoth(a)telfort.nl
With wine 1.3.15 MS Office 2000 and 2007 programs work nicely (Word, Excel,
Powerpoint).
However starting from 1.3.16 the crash. When starting on my monitor the
application (either Word Excel or Powerpoint) open as a quarter size of my
screen.
They immediately crash when I try to resize the window. I think other operation
crash as well (file open/save).
Reverting back to 1.2.2 everything works again.
Today tested with 1.3.17 but now the apps report 'not installed' on start.
Reverting back to 1.2.2 everything works again.
I use the ubuntu ppa (maverick) build on 32-bit maverick and the same on debian
amd64 squeeze.
--
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=26602
Summary: MS Excel 2007: Excel hangs-up after closing solver
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33867)
--> (http://bugs.winehq.org/attachment.cgi?id=33867)
Terminal output on wine-1.3.16-213-gda4ed47
Steps to reproduce:
1) remove ~/.wine
2) install MS Office 2007
3) set riched20.dll and usp10.dll to native
4) wine EXCEL.EXE
5) Excel configuration->Add-ons->Enable solver add-on*
6) Data->Solver->Close
*I use Polish language version of MS Office so names may not be exact in
English language
Behaviour:
Hang-up and in the end crash.
Expected behaviour:
No crash, no hang-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=22935
Summary: Double clicking a word file can't open it (opens fine
from Word 2007 opens it)
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=28392)
--> (http://bugs.winehq.org/attachment.cgi?id=28392)
Word file with long name
If I double click on the filename, Word 2007 opens but never opens the file.
I can open it from the program menu.
I presume it's something to do with the length of the file name. Can anyone
confirm?
File 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=31111
Bug #: 31111
Summary: wmp9 install fails with builtin pidgen
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Windows Media Player 9 installer complains
wine: Call from 0x7ece4712 to unimplemented function pidgen.dll.PIDGenSimpW,
aborting
with current wine.
Overriding pidgen to native works around the problem.
Oddly, even though builtin pidgen returns FALSE from DLL_WINE_PREATTACH, the
builtin dll is used by default?
--
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=26568
Summary: NX7.5: License Server installation hangs up on
starting services
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33830)
--> (http://bugs.winehq.org/attachment.cgi?id=33830)
WINEDEBUG=+msi on Wine 1.3.16
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko flash
3) wine Laucher.exe
4) Install License Server
5) Next, next, next ...
Behaviour:
Installer hangs up on starting services.
Expected behaviour:
Installer should finish successfully.
Terminal output:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action
L"MakeVDDRegEntry.B391C188_6953_11D4_82CB_00D0B72E1DB9" returned 1603
--
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=22010
Summary: Europa Universalis: For the Glory; crashes on startup
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wurgl(a)mailinator.com
For the Glory 1.0 crashes on startup before intro screen. wine debug log
doesn't present useful info.
For the Glory 1.1 crashes on startup before intro screen and displays 4 error
dialogs before exiting:
"Assertion Failed: Error in DB: no valid techgroup" and 3 similar ones
the demo shows the same behaviour as 1.0
--
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.