http://bugs.winehq.org/show_bug.cgi?id=26577
Summary: eBay Turbo Lister 7 fails to install
Product: Wine
Version: 1.3.10
Platform: x86-64
URL: http://download.cnet.com/eBay-Turbo-Lister/3000-2155_4
-196740.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: hans(a)meelstraat.net
Created an attachment (id=33840)
--> (http://bugs.winehq.org/attachment.cgi?id=33840)
Wine 1.3.16 +msi (2.6 MB)
eBay Turbo Lister 7 reports a feature transfer error and exits during install.
This is a regression.
489f82e9b43029fa644718f8c941381c6113672d is the first bad commit
commit 489f82e9b43029fa644718f8c941381c6113672d
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Dec 23 17:07:55 2010 +0100
msi: Rewrite command line parsing to handle quoted values correctly.
:040000 040000 99daca3b3d9bbaa7ccd470f0bc10b4cbc62e9e28
b8b4f479b98bfedae7ff697934d553eae01c379f M dlls
http://source.winehq.org/git/wine.git/commitdiff/489f82e9b43029fa644718f8c9…
Reverting the commit in Wine 1.3.16 fixes the 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=26764
Summary: winecfg is picking up the wrong Windows version
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://source.winehq.org/source/programs/winecfg/appde
faults.c?v=wine-1.3.17#L38
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
1. Open winecfg
2. Select Windows 7
3. OK to close
4. Open winecfg
2008R2 is selected.
The problem appears to be that winecfg is pulling the build version from the
registry - but different versions of Windows can use the same kernel and hence
have the same build number (such as 7 and 2008R2).
build_str = get_reg_key( HKEY_LOCAL_MACHINE, szKeyNT, "CurrentBuildNumber",
NULL );
isn't enough information for winecfg to know which version you selected last
time.
A +winecfg trace shows this happening.
This has only become obvious now 2008R2 has been added, but XP x64 SP2 and 2008
SP2 will suffer the same fate (when added).
What I can make out from the code it seems to store szVersion but doesn't
retrieve it. Obviously, I have no idea how to fix it or I would have sent a
patch.
--
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=17863
Summary: Sage Line 50 UK v10 can not launch uninstaller from
shortcut
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=16135
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The shortcut to launch the uninstaller for Sage Line 50 v10 fails, and this is
why:
env WINEPREFIX="/home/test/.wine" wine "C:\windows\command\start.exe"
"C:\Program" Files\Common Files\InstallShield\Driver\7\Intel 32\IDriver.exe
/M{CD442089-F88D-4F46-8E3C-E4B2964B2415}
See the fun mistake? (... "C:\Program" Files\ ...)
Two ways to get around this, run the command correctly
wine "C:\Program Files\Common Files\InstallShield\Driver\7\Intel
32\IDriver.exe" /M{CD442089-F88D-4F46-8E3C-E4B2964B2415}
Or remove it using "uninstall" - both work.
So I guess there's something going a bit wrong when the shortcuts/launchers are
made (winemenubuilder?)
Apologies if this is a duplicate, I could not find the specific problem when
searching.
--
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=20128
Summary: MS .Net (dotnet) 4.0 fails to install
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://download.microsoft.com/download/6/B/2/6B20C066-
05D6-4A83-B174-22F9C4BC7AE5/dotNetFx40_Full_x86.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=23700)
--> (http://bugs.winehq.org/attachment.cgi?id=23700)
MS error dialog
Running the installer for .Net 4.0 (currently Beta 1) fails immediately and
shows the MS error reporting dialog.
>From the attached screenshot, it seems to fail when attempting to run
"VSSETUP".
This is the x86 (i386/32-bit) version.
--
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=4140
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-08 09:31:11 CDT ---
Reported 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.
http://bugs.winehq.org/show_bug.cgi?id=7698
Mark I. <pilota51(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pilota51(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.
http://bugs.winehq.org/show_bug.cgi?id=2666
--- Comment #51 from Warday <warday27(a)hotmail.com> 2011-10-07 13:39:21 CDT ---
It works relay good. I didn't notice an increase of the drop-down menus dilate.
Unfortunately I didn't notice Any improvement on multilayer games. (with voobly
server).
--
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=8133
--- Comment #13 from EA Durbin <ead1234(a)hotmail.com> 2011-10-07 08:03:31 CDT ---
(In reply to comment #12)
> (In reply to comment #11)
> > The game no longer runs to me.
> >
> > winefree@ACER:/home/bjesus$ fixme:service:EnumServicesStatusExW resume handle
> > not supported
> > fixme:service:EnumServicesStatusExW resume handle not supported
> > wine: Unhandled page fault on read access to 0x00000000 at address (nil)
> > (thread 0035), starting debugger...
> >
> > Can't do a better test now, download link:
> > http://www.gamershell.com/download_36144.shtml
>
> For me the game runs just fine, and i can enter a playername as well.
>
> The only thing i had to do is "winetricks ie6" to work around the blank initial
> screen, but that is not related to the game itsself. Anyone else care to test?
Yes, I will test this weekend. There was more than 1 version of clue developed.
The one I was having problems with came in a box of cereal. I'll dig it out
over the weekend and give it another try.
--
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=28410
Summary: Star Ruler is missing Tech Tree, Designs and others,
probably due to some failure loading a script
(bisected)
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolfgang.scheicher(a)gmail.com
The Game Star Ruler (up to the current version 1.1.0.0) worked perfectly until
this change:
006413afe495fbf73542154462885e4fdbf12a2a is the first bad commit
commit 006413afe495fbf73542154462885e4fdbf12a2a
Author: Grazvydas Ignotas <notasas(a)gmail.com>
Date: Thu Aug 4 23:24:49 2011 +0300
ntdll: Use swapping method to return . and .. as first entries.
:040000 040000 cb445dd153f9b57d3a2e7cc71206441d0530fdf3
5e84ecb0723072147d39a7be912139f962db85df M dlls
Game and Demo available under http://starruler.blind-mind.com/
(Demo also misbehaves).
--
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=6200
Damjan Jovanovic <damjan.jov(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
CC| |damjan.jov(a)gmail.com
Resolution|ABANDONED |
--- Comment #10 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2011-10-07 05:29:23 CDT ---
Apps are still being reported with this issue. Reopening.
--
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=6200
Damjan Jovanovic <damjan.jov(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |computers57(a)hotmail.com
--- Comment #9 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2011-10-07 05:28:45 CDT ---
*** Bug 22217 has been marked as a duplicate of this bug. ***
--
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=9141
--- Comment #11 from Joel Holdsworth <joel(a)airwebreathe.org.uk> 2011-10-07 03:15:34 CDT ---
(In reply to comment #10)
> Joel, any interest in making some nice images? :)
I did consider it, but the following issues are in my mind.
First, the icons should not be Tango styled - that style is only for icons, and
if not Tango then what? Maybe something flat and minimal.
Second, it would be a chunk of work to produce a set from scratch, with minimal
benefit to the FOSS desktop. Which means that I feel my efforts maybe better
spend else where (- I'm currently doing things with FreeCAD, which will soon
fill an important gap in our application space).
Third, there is one low hanging fruit: to take an SVG LGPL set such as Gnome's
and produce a rendering script that works with rsvg to render these into bmps,
in a similar way to the build-icon script. However, these bmps would ideally be
32-bit. Or 8-bit at the very least. This may present some app compatibility
issues - the current set are 4-bit just like in Windows 3.1, so adding colour
depth may break apps. Also, having large uncompressed BMPs will bloat cards.dll
up to 1Mb plus.
In summary because of the technical questions, and the significant work that
might be needed, and the marginal benefit, I deliberately avoided the dll.
Maybe one day someone else will come with a passion for shiny gradient shaded
alpha blended playing cards, but until then this bug is rather in limbo.
--
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=8997
--- Comment #52 from Joe <joekluse(a)gmail.com> 2011-10-07 02:33:00 CDT ---
Tim - thanks for the quick response. -AHG stands for American Heritage Girls.
It's a type of scouting troop and Troopmaster tailored a version for them. The
reason I wasn't getting the pop-up is because someone else had the database
locked, so it was opening it for me as read-only. When you kill it in that
mode, you don't get the pop-up when restarted. As soon as I tried it with the
database unlocked, it behaved like you said, and the workaround works.
That said, I do find it interesting that the program worked correctly when I
first installed it. In fact I got out and back in a couple times (I remember
reopening it to show it to my wife later that day). The only thing I can think
of between then and the next day when it didn't work is that I rebooted the
computer. I only bring this up, because I thought it might help you narrow
down the problem. If you'd like, I can uninstall/reinstall and see if I get
similar behavior. I appreciate you looking into this and am happy to help out
in any way that I can. Unfortunately, I know nothing of windows programming.
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=8133
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #12 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-07 01:51:31 CDT ---
(In reply to comment #11)
> The game no longer runs to me.
>
> winefree@ACER:/home/bjesus$ fixme:service:EnumServicesStatusExW resume handle
> not supported
> fixme:service:EnumServicesStatusExW resume handle not supported
> wine: Unhandled page fault on read access to 0x00000000 at address (nil)
> (thread 0035), starting debugger...
>
> Can't do a better test now, download link:
> http://www.gamershell.com/download_36144.shtml
For me the game runs just fine, and i can enter a playername as well.
The only thing i had to do is "winetricks ie6" to work around the blank initial
screen, but that is not related to the game itsself. Anyone else care to test?
--
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=8133
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
URL| |http://www.gamershell.com/d
| |ownload_36144.shtml
CC| |00cpxxx(a)gmail.com
--- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-06 23:04:30 CDT ---
The game no longer runs to me.
winefree@ACER:/home/bjesus$ fixme:service:EnumServicesStatusExW resume handle
not supported
fixme:service:EnumServicesStatusExW resume handle not supported
wine: Unhandled page fault on read access to 0x00000000 at address (nil)
(thread 0035), starting debugger...
Can't do a better test now, download link:
http://www.gamershell.com/download_36144.shtml
--
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=6667
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6348|0 |1
is obsolete| |
Attachment #6349|0 |1
is obsolete| |
Attachment #6350|0 |1
is obsolete| |
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2011-10-06 23:02:24 CDT ---
Created attachment 36756
--> http://bugs.winehq.org/attachment.cgi?id=36756
mshtml,urlmon,shdocvw trace
The crash at the exit isn't related, just me exiting the client after a few
seconds.
--
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=6667
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
URL| |http://www.ragnarokonline.c
| |om/
--- Comment #24 from Austin English <austinenglish(a)gmail.com> 2011-10-06 23:00:47 CDT ---
It's a free download. Still in wine-1.3.29-245-g895b48e. Attaching logs.
--
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=609
Dmitry Timoshkov <dmitry(a)baikal.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #38 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2011-10-06 22:05:21 CDT ---
No metabugs please.
--
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=3057
Bug 3057 depends on bug 609, which changed state.
Bug 609 Summary: Add BiDi support - meta bug
http://bugs.winehq.org/show_bug.cgi?id=609
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--
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=2012
Bug 2012 depends on bug 609, which changed state.
Bug 609 Summary: Add BiDi support - meta bug
http://bugs.winehq.org/show_bug.cgi?id=609
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--
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=98
Bug 98 depends on bug 609, which changed state.
Bug 609 Summary: Add BiDi support - meta bug
http://bugs.winehq.org/show_bug.cgi?id=609
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--
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=609
Dmitry Timoshkov <dmitry(a)baikal.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--- Comment #37 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2011-10-06 22:05:02 CDT ---
It's better to file separate bugs for separate issues.
--
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=8133
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-10-06 21:17:29 CDT ---
I don't suppose there's a demo available (assuming it's still around in
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.
http://bugs.winehq.org/show_bug.cgi?id=9141
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, integration
URL| |http://sourceforge.net/proj
| |ects/svg-cards/files/
CC| |joel(a)airwebreathe.org.uk
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-10-06 21:10:08 CDT ---
Joel, any interest in making some nice images? :)
--
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=609
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |24655
--
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=609
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |13092
--
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=609
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |9876
--
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=27043
Summary: Warcraft III - Reign of Chaos - Cannot type text in
full screen mode
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: admin(a)dominion-it.co.za
Created an attachment (id=34477)
--> (http://bugs.winehq.org/attachment.cgi?id=34477)
warcraft 3 reign of chaos debug file
Good day.
System : openSuse 11.4 i586
When running Wine that the application has full control to increase its speed I
cannot type text to create a new profile. the text goes directly to the Gnome
desktop and not to the Warcraft game. BUT if I enable that Wine must emulate a
800 x 600 desktop for example, THEN I can type in the text . I tried also to
say that the system must control the windows but that does not help, seems only
to work if I emulate a screen.
Attached log file that was generated when running for more debug information.
thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7182
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-10-06 19:37:44 CDT ---
(In reply to comment #9)
> This should be fixed. Please test.
No response, over a year, Aric thinks it's fixed, so let's assume so.
--
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=5253
--- Comment #120 from Austin English <austinenglish(a)gmail.com> 2011-10-06 19:36:36 CDT ---
Any difference in 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.
http://bugs.winehq.org/show_bug.cgi?id=609
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, integration
Platform|Other |x86
Version|unspecified |20020411
OS/Version|other |Linux
--- Comment #36 from Austin English <austinenglish(a)gmail.com> 2011-10-06 19:35:51 CDT ---
Aric is still working on this, based on what was discussed at Wineconf.
--
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=7333
--- Comment #9 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-06 18:54:14 CDT ---
(In reply to comment #8)
Ill try checking with Zoombinis tomorrow (see bug 11163)
--
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=2666
--- Comment #50 from K1773R <K1773R(a)darkgamex.ch> 2011-10-06 18:00:31 CDT ---
No reason to excuse!
The Performance seems now to be OK (tested with older wine version 1.3.20
because of pulseaudio), badly now the dropdown menus in AOE2TC are delayd 3-5
seconds (before 1 seconds) but this is acceptable since its not revelant in the
gameplay. Thanks alot :)
greetings
--
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=7333
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-06 17:39:00 CDT ---
Friendly reminder of ~3 years without new posts. No download too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7556
Vijay Kamuju <infyquest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |infyquest(a)gmail.com
--- Comment #4 from Vijay Kamuju <infyquest(a)gmail.com> 2011-10-06 17:02:24 CDT ---
please test again with latest git
--
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=2666
Alex Henrie <alexhenrie24(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #36592|0 |1
is obsolete| |
--- Comment #49 from Alex Henrie <alexhenrie24(a)gmail.com> 2011-10-06 15:48:21 CDT ---
Created attachment 36750
--> http://bugs.winehq.org/attachment.cgi?id=36750
Proposed patch v2
Sorry for the delay in replying. David Kiefer discussed the performance
problems on wine-devel and based on his feedback I made and submitted a revised
patch last week. Please try this patch and discard the previous one.
--
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=2666
K1773R <K1773R(a)darkgamex.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |K1773R(a)darkgamex.ch
--- Comment #48 from K1773R <K1773R(a)darkgamex.ch> 2011-10-06 13:44:09 CDT ---
@Alex Henrie thanks alot for that fix, bad thing that i get like 1-2 fps with
that patch :( thanks anyway :)
greetings
--
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=20061
Summary: wine: Segmentation Fault - all programs under wine
including winecfg
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brad.k.martin(a)gmail.com
Created an attachment (id=23615)
--> (http://bugs.winehq.org/attachment.cgi?id=23615)
Core file created by running 'winecfg' with no .wine folder
Unable to launch any programs using wine, including the builtin notepad.exe or
winecfg. When run from the terminal, the program causes a segmentation fault
immediately.
I have removed the .wine folder and the problem is still happening. Winecfg
seg faults before re-creating the .wine folder.
Distribution: Ubuntu 8.10 with all patches applied.
uname -a: Linux wine_test 2.6.27-14-generic #1 SMP Mon Aug 31 13:01:41 UTC 2009
i686 GNU/Linux
Wine version: 1.0.1
Core dump 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=20385
Summary: Half-Life crash when in-game HEV suit volume setting
too high
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netfab(a)gmail.com
Step to reproduce :
- run steam, half-life and load a game
- go to options, audio tab
- incrase the HEV suit volume slide to maximum
- go in game, play and take damages until the little voice say something like
:
> automatic medical assistance engaged
If the volume is too high, you come back on your desktop with a dialog box
which say :
> Fatal error
> SV_Startsound: volume = 346
(I don't know the exact volume number)
I don't know if the game really crash, but if the volume is really too high,
maybe the error should be handled differently ? 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=6620
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #34 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-06 06:33:18 CDT ---
Marking fixed as per bug reporter comment 33 above.
--
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=6620
--- Comment #33 from Luigi Messina <luigi.messina(a)unimib.it> 2011-10-06 03:04:32 CDT ---
(In reply to comment #32)
> Please, retest in latest wine version 1.3.29, if possible test in latest git
> version. Also you can provide a download link so others can test too.
>
> I guess this bug is fixed in the latest version, there were several changes in
> the dib section since the previous post in 2010.
Sorry, apparently something was broken with my wine configuration and after
getting the same error with wine 1.3.29 and compiled wine-git version I decided
to reinstall wine 1.3.29 and aleph from scratch and it now works again.
Thank you anyway.
Unfortunately I cannot provide any binaries as aleph is a proprietary software
and I don't have permission to redistribute 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=28427
Summary: Dirt 3 launch: launch encountered a serious problem an
needs to close
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: insan1997(a)gmail.com
Created an attachment (id=36444)
--> (http://bugs.winehq.org/attachment.cgi?id=36444)
the logs for dirt 3 launch
When i tried to launch dirt 3 it only shows the window that says "the program
dirt3.exe has encountered a serious problem and needs to close. we are sorry
for the inconvenience"
logs are 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=7236
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-05 22:31:26 CDT ---
Retested in 1.3.29. Same issue. Nothing in console 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=5231
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.13.
Severity|normal |minor
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2011-10-05 20:48:54 CDT ---
Still in wine-1.3.29-217-g5432611.
--
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=4888
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2011-10-05 20:46:01 CDT ---
(In reply to comment #24)
> Reason 3 isn't available anymore, but reason 4 seems fine now.
>
> Please retest.
No reply, marking WORKSFORME (not sure how much changed between versions).
--
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=4753
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |hardware
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2011-10-05 20:45:13 CDT ---
(In reply to comment #7)
> Still a problem?
Two years, no reply, and few people have the hardware to test.
--
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=8195
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
Component|user32 |winex11.drv
--- Comment #21 from Austin English <austinenglish(a)gmail.com> 2011-10-05 20:43:59 CDT ---
Disabling either window manager option in winecfg (control/decorate) makes the
problem go away, so winex11.drv is more likely.
--
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=8195
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |x86
OS/Version|other |Linux
--- Comment #20 from Austin English <austinenglish(a)gmail.com> 2011-10-05 20:41:41 CDT ---
(In reply to comment #17)
> Yep, I'm seeing this in firefox3 as well.
Still in wine-1.3.29-217-g5432611.
http://www.filehippo.com/download_firefox/4708/
e5ec43793341ff7995170e131da64574b4e0b1a9 Firefox Setup 3.0.3.exe
install/run firefox. CTRL+O, click down arrow on folder selection, then click
the top bar and move the Open File window. The child menu stays put.
--
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.