http://bugs.winehq.org/show_bug.cgi?id=19531
Summary: Earthworm Jim: Turning on sound effects lock up the
game.
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.fileplanet.com/179574/170000/fileinfo/Earth
worm-Jim:-Special-Edition
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=22732)
--> (http://bugs.winehq.org/attachment.cgi?id=22732)
Ternimal output
When running Earthworm Jim if you set the windows version to win2000 or winxp
then the sound effects are disabled and cannot be enabled (the joystick too).
If you set the windows version to win95 or win98 then on launch the game will
complain about missing dispdib.dll with error 2 (if you use a native windows
version of the dll is complains about dispdib.dll with error 33).
You can click ok and ignore the warning about dispdib.dll and enable the sound
effects, but when the first sound effect tries to play it will stutter then
lock up the game. (I tested it with both oss and alsa)
--
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=31814
Bug #: 31814
Summary: Gecko should clean up when upgrading
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P5
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
As you move from one version of Gecko to another (by upgrading Wine), the
number of times Gecko is installed increases. Gecko should remove the old
versions if they are no longer needed.
$ rm -rf ~/.wine ; wine-git wineboot ; du -s ~/.wine
234680 /home/test/.wine
$ rm -rf ~/.wine ; wine-1.1.25 wineboot ; sleep 4s ; wine-1.2.3 wineboot ;
sleep 4s ; wine-1.3.20 wineboot ; sleep 4s ; wine-1.5.6 wineboot ; sleep 4s ;
wine-1.5.12 wineboot ; sleep 4s ; du -s ~/.wine
369400 /home/test/.wine
At the moment the amount of additional disk space isn't enormous, but if
multiple users are updating Wine on the same machine the amount of disc space
used can increase dramatically.
The uninstall from the Control Panel just removes the listing, it doesn't
actually delete any files.
In real world use I don't think people will be updating in the fashion shown
above, but it may be something worth thinking about.
--
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=30575
Bug #: 30575
Summary: Silence FIXME from FlushProcessWriteBuffers stub to
prevent console spam (.NET Framework/SDK installers)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
sorry to bother again ...
Now that FlushProcessWriteBuffers stub is present it needs to shut up ;-)
It is called very often from CLR.
Please silence it with a "once" FIXME.
--- snip ---
0034:fixme:process:FlushProcessWriteBuffers : stub
0034:fixme:process:FlushProcessWriteBuffers : stub
0034:fixme:process:FlushProcessWriteBuffers : stub
0034:fixme:process:FlushProcessWriteBuffers : stub
...
<spam>
--- snip ---
For the interested, there is also an "old" usenet thread that talks about
FlushProcessWriteBuffers:
http://groups.google.com/group/comp.programming.threads/browse_frm/thread/1…
$ wine --version
wine-1.5.3-101-g9c19ba6
Regards
--
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=16370
Summary: iTunes hangs, spams console with unsupported ioctl
errors
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Itunes hangs in 1.1.10 while spamming the console with fixme messages like this
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
--
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=21596
Summary: Windows 7 Platform SDK default install fails
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you try to install the Windows 7 Platform SDK
without disabling some of the options, it fails.
The log shows
12:48:46 PM Thursday, February 04, 2010: SFX C:\Program Files\Microsoft
SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation started with log file
C:\users\dank\Temp\Microsoft Windows SDK for Windows
7_39e84b45-3dea-4c93-b469-0bba41d4286c_SFX.log
12:48:48 PM Thursday, February 04, 2010: C:\Program Files\Microsoft
SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation failed with return
code 193
and the console log shows
err:process:create_process starting 64-bit process
L"C:\\135afb88bfaba38f6bfd6047\\install.exe" not supported on this platform
You can get the latter error by running visual c++ 2008 64 bit runtime redist
installer yourself.
So why is the installer, on a 32 bit wine, trying to run a 64 bit installer?
--
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=22048
Summary: Install .NET documentation in Windows 7 SDK fails
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: datacompboy(a)call2ru.com
CC: datacompboy(a)call2ru.com
rm -rf .wine
./winetricks -q gdiplus vcrun6 vcrun2005 dotnet20
wine sdkmount/setup.exe
# Unselect all selection
# Select only "Documentation / .NET Framework"
# Run install.
Result:
=================================================================
A problem occurred while installing selected Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7" product has reported
the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm
document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again.
If you continue to have problems with this issue, please visit the SDK team
support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
=================================================================
Error message sometimes "attempt to read or write protected memory".
+relay log is 605964913 bytes log. do i need to attach 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=25535
Summary: .NET Framework 4.0 Fails to install with HRESULT
0x80070643
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pjdowson(a)gmail.com
Wine version is 1.3.9, compiled with no parameters on Fedora 13.
Installing dotNetFx40_Full_x86_x64.exe downloaded from the MS website, the
installer will open and verify the integrity of files. The next stage will
attempt to install the .NET Framework 4.0 Client Profile. Towards the end of
this install the installer will fail with HRESULT 0x80070643, leaving little or
no information in the %TEMP% folder as to the cause.
The installer will only run if wine is set to WinXP.
Process used to reproduce:
WINEPREFIX=~/.wine-net40 sh winetricks gecko
WINEPREFIX=~/.wine-net40 sh winetricks windowscodecs ie7 msxml3
WINEPREFIX=~/.wine-net40 wineboot
WINEDEBUG=+relay WINEPREFIX=~/.wine-net40 wine
Downloads/net40/dotNetFx40_Full_x86_x64.exe &> net-out
I also attempted to install the .NET Framework 4.0 Client Profile prior to
installing the Full package. This provides the same error, the only difference
to the above process used was the filename of the Client Profile installer
dotNetFx40_Client_x86_x64.exe.
Each time I attempted to install I used a clean WINEPREFIX, deleting the prior
one before attempting again.
Screenshot of error:
http://www.stimpy.org/wine/net-error.png
Logs referenced in above screenshot, in %TEMP% dir:
http://www.stimpy.org/wine/net-install-logs.tar.gz
Output of installer debug:
http://www.stimpy.org/wine/net-out.tar.gz
This is my first bug report, I apologize if I have missed anything out.
--
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=31440
Bug #: 31440
Summary: Can' install .NET 4.0 - Installation failed with error
code: (0x80070643)
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: top.secret.1011(a)gmail.com
Classification: Unclassified
Created attachment 41331
--> http://bugs.winehq.org/attachment.cgi?id=41331
Installation log
I tried to install .NET 4.0 with 'winetricks dotnet40' but "Installation Did
Not Succeed":
.NET Framework has not been installed because:
HRESULT 0x80070643
--
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=33149
Bug #: 33149
Summary: Visual Studio 2010 startup popup/dialog windows are
always hidden behind splash screen
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some people have reported "freezes" on startup but in most cases it's just a
dialog hidden behind the startup splash that requires dismissal (ok button).
You have to press "ENTER" in the dark (while the splash is in focus) to get
further.
Regards
--
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=31430
Bug #: 31430
Summary: Microsoft HealthVault Connection Center 4.1 fails to
run
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bradpitcher(a)gmail.com
Classification: Unclassified
Microsoft HealthVault Connection Center 4.1 fails to run, tested on Ubuntu
12.04. The software can be downloaded for free here:
http://www.microsoft.com/en-us/healthvault/tools-devices/devices.aspx
I get this on the command-line when I attempt to run it:
bpitcher@millsmess:~/.wine/drive_c/Program Files/Microsoft HealthVault$ env
WINEPREFIX="/home/bpitcher/.wine" wine C:\\windows\\command\\start.exe /Unix
/home/bpitcher/.wine/dosdevices/c:/users/Public/Desktop/Microsoft\ HealthVault\
Connection\ Center.lnk
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00004100
bpitcher@millsmess:~/.wine/drive_c/Program Files/Microsoft HealthVault$
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.net" in
state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"defaultProxy" in
state 3
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180,
{e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33eaf8, (null), (null),
0x6cd20188,): stub
fixme:msvcm:CrtImplementationDetails_DoDllLanguageSupportValidation stub
fixme:msvcm:CrtImplementationDetails_RegisterModuleUninitializer 0xc73f18: stub
Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for HealthVaultConnectionCenter.Program --->
System.ArgumentNullException: Argument cannot be null.
Parameter name: ptr
at System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer
(IntPtr ptr, System.Type t) [0x00000] in <filename unknown>:0
at HealthVaultConnectionCenter.TraceProvider..ctor (System.String
applicationName, Guid controlGuid, Boolean useSequenceNumbers) [0x00000] in
<filename unknown>:0
at HealthVaultConnectionCenter.Program..cctor () [0x00000] in <filename
unknown>:0
--- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An
exception was thrown by the type initializer for
HealthVaultConnectionCenter.Program ---> System.ArgumentNullException: Argument
cannot be null.
Parameter name: ptr
at System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer
(IntPtr ptr, System.Type t) [0x00000] in <filename unknown>:0
at HealthVaultConnectionCenter.TraceProvider..ctor (System.String
applicationName, Guid controlGuid, Boolean useSequenceNumbers) [0x00000] in
<filename unknown>:0
at HealthVaultConnectionCenter.Program..cctor () [0x00000] in <filename
unknown>:0
--- End of inner exception stack trace ---
fixme:advapi:UnregisterTraceGuids 0: stub
--
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.