http://bugs.winehq.org/show_bug.cgi?id=30229
Bug #: 30229
Summary: no program groups: folder tree needed
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmichae3(a)yahoo.com
Classification: Unclassified
currently, WINE stuffs all the …
[View More]programs into a single folder.
NSIS installer creates a shortcut to a UNIQUE (I think) uninstall.exe for each
program in its program group/folder in windows named simply "Uninstall" (it
does this automatically).
a program group is where the shortcuts are stored in windows. c:\program files\
is where the programs reside.
many other installers do this too. wine puts simply overwrites anything with
the same name. it has NO CONCEPT of program groups or a tree of program
groups. this needs to be changed.
I have about 20 of these utility programs I write for windows. so you can
expect about 20 Uninstall shortcuts,each in their own program group.
also,in WINE I don't remember seeing anything about an Add/Remove programs. I
could be wrong, but it was hard to find if it was there.
the bad thing about doing what WINE has done is it's like doing the same thing
with UNIX programs amd mushing all the directory contents toghether. all your
readme files get overwritten, INSTALL files get overwritten, configure files
get overwritten, you get the idea. you don't just dump the contents of the
installer into 1 directory. that's asking for trouble.
keep them separate.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24114
Summary: Half Life 1, Opposing Force and Blue Shift crash
before the menu loads
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epsilon72(a)cox.net
Half Life 1, and its expansions Opposing …
[View More]Force and Blue Shift crash before the
menu is able to load.
In all three instances the menu background is visible but the program crashes
before the text in the menu appears. This happens within a second or so after
starting the game.
Someone might want to test CounterStrike 1.6 to see if the problem is present
in other goldsrc games.
Steps to reproduce:
1. Install Half Life 1, Opposing Force and Blue Shift via Steam.
2. Start Half Life
3. Game crashes
Expected results:
-Game does not crash.
This is strange because up until now these games have been working flawlessly.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30156
Bug #: 30156
Summary: LeagueOfLegends launcher crashes with nvidia 295.20
drivers
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://leagueoflegends.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: …
[View More]spindler.matej(a)gmail.com
Classification: Unclassified
I'm on arch x86-64 and running self compiled wine-1.4.
Before driver update launcher started without any problems. Downgrading driver
(packages nvidia, nvidia-utils and lib32-nvidia-utils) to 290.10 is still
working OK.
With new driver it crashes after clicking play button, with:
wine: Unhandled page fault on write access to 0x0000000c at address 0x7e6a1ea3
(thread 000c), starting debugger...
I'm attaching +relay,seh,tid log compressed as it is ~43Mb.
To reproduce:
I copied game files from windows install (used to work without problems).
Launcher needs native vcrun2005
Workaround bug26924
- go to : "GameDir"/RADS/system
- launch with:
wine "rads_user_kernel.exe" run lol_launcher $(ls
../projects/lol_launcher/releases/) LoLLauncher.exe
- wait for updates to finish and click PLAY.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22739
Summary: winecfg fails to apply some drive mappings to the
WINEPREFIX/dosdevices directory
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
- Install a second HDD …
[View More]in your computer, make sure Ubuntu can use it: it
appears in /etc/fstab, it is mounted on /media/disk, etc. (I tried to reproduce
the problem with a file mounted as ext2fs, but it works)
- Run winecfg:
(export WINEPREFIX=~/.winetmp && rm -rf $WINEPREFIX && export WINEDEBUG=winecfg
&& winecfg)
- Click Drives, click Autodetect..., click Apply, notice E: appears to be
mapped to /media/disk
- ls -l ~/.winetmp, notice there is no "e:" link
The lines below show up when I click Apply:
warn:winecfg:set_drive_label unable to set volume label for devicename of
L"E:\\", label of L""
trace:winecfg:PRINTERROR error: 'Not ready'
trace:winecfg:set_drive_serial Putting serial number of 00000000 into file
'E:\.windows-serial'
trace:winecfg:apply_drive_changes set drive e: to "/media/disk" type 3
Regarding the last one, I looked at winecfg/drive.c, in apply_drive_changes,
and the "set drive" message is displayed when DeviceIoControl succeeds. My
understanding is that the DeviceIoControl is supposed to create those links, so
it seems it fails.
Ubuntu 10.04 64
I also tried with wine-1.1.42, and it has the same behavior.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22700
Summary: Counter Strike: Source after close set wrong
resolution
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
After I close Counter Strike Source wine set wrong display …
[View More]resolution -
1024x768 (my resolution is 1920x1080)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22371
Summary: failure installing ip communicator 7.0.3
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)interlinx.bc.ca
Created an attachment (id=27380)
--> (http://bugs.winehq.org/attachment.cgi?id=27380)
…
[View More]stdout/stderr of failed installation of IP Communicator 7.0.3.0
I tried installing IP Communicator 7.0.3.0 with 1.1.42 and it failed. The
AppDB shows Gold for this application and 1.1.36:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=18539
I tried to downgrade to 1.1.36 with
http://wine.budgetdedicated.com/archive/ubuntu/jaunty/wine_1.1.36~winehq0~u…
but that doesn't seem to contain a /usr/bin/wine so there is obviously
something I am misunderstanding about that package. I have a query open to the
maintainer about that.
In the meanwhile I have opened this bug.
Attached is the stdout/stderr from the attempt to run the 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=15021
Summary: Strange characters (Missing font maybe??)
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yecarrillo(a)gmail.com
Created an attachment (id=15660)
--> (http://bugs.winehq.org/attachment.cgi?id=15660)
…
[View More]Output of env WINEDEBUG=+relay env WINEPREFIX="/home/user/.wine" wine
"C:\windows\command\start.exe" "C:\ESRI\AV_GIS30\arcview\bin32\arcview.lnk"
Some font is missing in ArView GIS causing strange characters in the main
layers list of the main app.
Ubuntu 8.04
Wine for Ubuntu 1.1.3 from Winehq repository.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30201
Bug #: 30201
Summary: Mouse pointer get stucked in the bottom right corner
of the wine window
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)thschuetz.de
…
[View More]Classification: Unclassified
I just tried to start some games I installed with wine some time ago and had to
find out that the mouse pointer get stucked in the bottom right corner. I
downgraded to some older wine version but the problem stayed. The problem
occured with "Euro Truck Simulator" and "Bus Driver Gold" at x86-64 and I know
another user who has the same problem with "Fallout 2" at x86 (32 bit).
We think that the problem is related to the new xorg-server 1.12.0 but we don't
know for sure. I try to find out more.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28637
Bug #: 28637
Summary: C&C Tiberium Wars - does not restore desktop
resolution
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Classification: …
[View More]Unclassified
Whole game works perfectly, but after exiting it does not restore original
desktop resolution. No matter what option will I use (Allow WM to
decorate/handle windows) it still doesn't work - I have to restore the original
resolution in preferences. Game shows almost no output - except for audio
mixer. Tested with WINE 1.3.29.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8765
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-03-19 14:56:28 CDT ---
No response in 650 days => abandoned. If this …
[View More]still an issue in current (1.4 or
newer) Wine, and you can provide the needed information, feel free to reopen.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=3688
--- Comment #29 from Athrun <samurai_no_densetsu(a)yahoo.es> 2012-03-19 12:07:11 CDT ---
No longer happening on wine-1.4.
--
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=30026
Bug #: 30026
Summary: Nokia Suite 3.3.86 freezes on usb connect
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: fathom(a)sirc.hu
Classification: Unclassified
Created attachment 39105
--> …
[View More]http://bugs.winehq.org/attachment.cgi?id=39105
backtrace
Install OK.
Crashes on usb connection screen.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=27703
Summary: Fishdom 2: launcher window doesn't show without
winetricks ie7
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.playrix.com/games/pc/fishdom-2.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: austinenglish(a)gmail.com
Instead, running shows some shdocvw fixme's and I can't tab back to the
terminal to kill it. I have to switch to a vterm and wineserver -k.
winetricks -q ie7 gets me a working launcher to get to the next bug.
c49fb7556a6c32289f19b7af781bf45fc3f4c4ac
fishdom-2-premium-edition_en_trial.exe
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=27704
Summary: Fishdom 2: game exits after a couple seconds with alsa
driver enabled
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.playrix.com/games/pc/fishdom-2.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.…
[View More]org
ReportedBy: austinenglish(a)gmail.com
Depends on: 27703
Workaround bug 27703 with native ie7, then launch the game with the winealsa
driver. The first screen will show, but when the main menu should appear, you
instead get a crash:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x180438,0x180338): stub
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc47cfc
disabling sound, using OSS instead, or enabling hardware emulation all
workaround it, though I still get an annoying buzzing sound.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=7156
Sam <altogatto(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |altogatto(a)gmail.com
--- Comment #22 from Sam <altogatto(a)gmail.com> 2012-03-18 03:18:12 CDT ---
I can see this issue in Wine 1.4 with The Master Genealogist 7.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.…
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17464
Summary: Word 2007 can not save any documents and symbol input
crashes Word
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steven(a)sjdsoft.hk
Can not save in Word 2007. Excel OK. Also, …
[View More]insert symbol does not work in word
(crashes and restarts the program) but ok in Excel. (I have installed the
symbol font.)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29517
Bug #: 29517
Summary: Hard Reset crash on intro screen
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jorgitorrr(a)gmail.com
Classification: Unclassified
Created attachment 38230
--> http:…
[View More]//bugs.winehq.org/attachment.cgi?id=38230
Console Output
When I am trying to run Hard Reset it get freeze in the intro 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9087
--- Comment #37 from Sven Romeike <romeikesven(a)googlemail.com> 2012-03-17 11:22:24 CDT ---
ok forget what i wrote about the 404... xD
--
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=9087
Sven Romeike <romeikesven(a)googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |romeikesven(a)googlemail.com
--- Comment #36 from Sven Romeike <romeikesven(a)googlemail.com> 2012-03-17 11:20:42 CDT ---
I also have this crackeling and also the sound in WoW seems to play too fast.
When …
[View More]changing virtual Desktop the sound gets lost and only comes back when
changing the output device inside WoW. This usually helped bring the sound back
but this time it started crackling and playing the soundfiles too fast.
I'm running "wine Wow.exe -opengl" on Ubuntu 12.04 beta with Wine 1.4 with
"Windowed Fullscreen" set inside WoW and have not made any changes to the
default ubuntu wine install. WoW is run from a my Windows install on a ntfs
partition.
@Austin: I'd run the regression test but the adress seems to be broken with
error 404
http://www.kernel.org/pub/software/scm/git/docs/git-bisect.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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28852
Bug #: 28852
Summary: Star Trek Online, sound distorted/stutters
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doh123(a)gmail.com
Classification: Unclassified
around Wine 1.1.40, STO …
[View More]worked fine, with mmdevapi set to disabled.
At 1.3.25, of course, it had to be enabled for sound... but since the forcing
over to mmdevapi for sound, sound has never worked in this game properly (at
least on CoreAudio).
up to the current 1.3.31, it still has the same problem. The sound stutters
and echoes itself over and over at each sound effect... for a long time, making
the sound next to useless.
I do not know of this affects more than just mmdevapi on CoreAudio... but sound
used to work fine before mmdevapi.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=4656
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dank(a)kegel.com
Resolution| |FIXED
--- Comment #13 from Dan Kegel <dank(a)kegel.com> 2012-03-16 22:36:21 CDT ---
Reported …
[View More]fixed.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=4656
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #12 from joaopa <jeremielapuree(a)yahoo.fr> 2012-03-16 20:56:13 CDT ---
Reported fixed.
And link is burst.
So this bug can be closed as ABANDONED or FIXED.
--
Configure …
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30179
Bug #: 30179
Summary: War of the Ring: Game crashes when building any
structure.
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
Classification: …
[View More]Unclassified
Regression SHA1: 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Lord of the Rings: War of the Ring used to work fine but when tested it
recently it crashes as soon as you try to build any structure in the game.
Since this is a regression, did a regresion test, the result was:
68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f is first bad commit
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Apr 19 21:24:26 2011 +0200
wined3d: Give GL_ARB_map_buffer_range another try.
Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that
caused major
performance problems. If the user is using an older driver we now drop the
VBO instead of using
doublebuffered loading, which means that we fall back to the current
behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for
GL_ARB_instanced_arrays.
:040000 040000 0cada15043b731febf2ef2a673aaaecc4af75f8d
c474ade74a8db2a9c547674dbb4c809841087a3d M dlls
There's a working demo showing the same problem at:
http://www.fileplanet.com/130634/130000/fileinfo/The-War-of-the-Ring-Single…
To reproduce, use game level on the top right of the map.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22031
Summary: Age Of Empires III regression: Sound is muted once the
game is started
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jorl17.8(a)gmail.com
CC: m.b.lankhorst(a)…
[View More]gmail.com
(Affects versions from 1.1.35 and on)
Age Of Empires III's sound works great out of the game itself (read: playing).
All the sound effects, everything works. However, once the game starts, sound
goes completely mute and doesn't come back (ie: ending the game and going back
to the menu doesn't bring the sound back).
Regression testing made me believe that it was a dsound bug, so I found this
commit:
commit 317d95a9db5337c19a12a24a21502f4b44e8d8a9
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed Dec 9 16:58:04 2009 +0100
dsound: Clean up DSPROPERTY_Description1.
As to 'why' it happens, I have no clue, but I may try to help debugging it. In
advance, let me warn you that I am quite busy nowadays and won't have any
'free' time for the next 3-4 weeks. After that, I'll be more available.
>From what I saw, no error messages were displayed, and I didn't see any output
difference between 1.1.35 and 1.1.40 (except for some unrelated language
stuff). Again, I can dig it up when I have more free-time...
I should also note that I tested this with all of Age Of Empires' extensions,
though I doubt any significant sound-subsystem changes were made to their
sources.
Thanks,
João Ricardo Lourenço, Jorl17, jorl17.8(a)gmail.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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=25465
Summary: Trying to install SolarWinds Engineers Toolkit (SWET)
v10.
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bradford.c.wright(a)gmail.com
uname -a
Linux hostname 2.6.32-26-generic #48-…
[View More]Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010
x86_64 GNU/Linux
On my first attempt to install SWET I received the following errors.
microsoft data access components 2.7
command line option syntax error. type command /? for help.
I pressed ok and then received the following.
solarwinds toolset v10.6 error
1: 1904 2: c:\windows\system32\msrdc20.ocx 3: -2147220473
1: 1904 2: c:\program files\common files\solarwinds\tsgetxu6ex55.dll 3:
-2147220473
1: 1904 2: c:\windows\system32\asycfilt.dll 3: -2147220473
1: 1904 2: c:\windows\system32\msrdo20.dll 3: -2147220473
1: 1904 2: c:\windows\system32\snmpv50.ocx 3: -2147220473
I tried to start the app but nothing happened. So I tried reinstalling the app
and this is what I get.
microsoft data access components 2.7
command line option syntax error. type command /? for help.
I pressed ok and then received the following.
Program Error
The program solarwinds-toolset-v10.exe has encountered a serious problem and
needs to be closed. we are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in wine. you
may want to check http://appdb.winehq.org for timps about running this
application.
If this problem is not present under windows and has not been reported yet,
you can report it at http://bugs.winehq.org.
Please note I am very new to Wine and have limited linux knowledge.
--
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.
[View Less]