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.
http://bugs.winehq.org/show_bug.cgi?id=8054
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2011-10-05 15:39:13 CDT ---
(In reply to comment #6)
> I can't seem to replicate this error and oss is no longer supported (am I
> right?). Timidity works very well here.
Ossv4 is supported.
I asked Andrew:
<aeikum> austin_laptop: i wouldn't really expect the situation to be improved.
what they want is some way to specify which MIDI device gets slot 0
<ohsix> if they're using alsa shouldn't they be using aconnect no matter what
is going on?
<aeikum> i have no idea :)
<aeikum> that solution obviously doesn't work in the general case, anyway
--
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=9051
Roland Haeder <roland(a)mxchange.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roland(a)mxchange.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3037
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|LTspice: broken internal |LTspice, Progman: broken
|windows resizing |internal windows resizing
--- Comment #61 from André H. <nerv(a)dawncrow.de> 2011-10-05 12:15:06 CDT ---
this still can be tested with Wine's progman as per comment #53 and the bug
still occurs
--
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=8097
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |00cpxxx(a)gmail.com
Ever Confirmed|0 |1
--- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-05 12:09:30 CDT ---
Still present 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=8054
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |austinenglish(a)gmail.com
--- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-05 12:02:07 CDT ---
I can't seem to replicate this error and oss is no longer supported (am I
right?). Timidity works very well here.
--
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=24958
Summary: colormap? problem with internet maps in OziExplorer
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: jdoutt(a)whoi.edu
I'm using wine 1.3.6 compiled from source on Ubuntu.
Oziexplorer ( http://www.oziexplorer.com/ ) is mapping software and recently
they have added the capability to use maps from the internet.
To get OziExplorer, go to "http://www.oziexplorer.com/" then click on
oziexplorer in upper left
The latest edition can be downloaded from there.
Finally, to get the new internet mapping capability click on "New click
here for details and downloads" near bottom and then click on internet maps
page. Download "internet maps.map" file.
Most of the internet maps sphw up OK, but images from GoogleSatellite &
GoogleTerrain show up as dots of different colors.
Incidentally, satellites photos from NASA in "MrSid" format are OK.
This looks like a similar problem with OziExplorer that was fixed in bug 21067.
--
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
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #32 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-05 07:11:20 CDT ---
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.
--
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 #31 from Luigi Messina <luigi.messina(a)unimib.it> 2011-10-05 03:15:41 CDT ---
Hi,
unfortunately I have just noticed latest wine version, 1.2.3 did break
something, as the program now crashes just after login.
This time however the error message is different:
wine: Unhandled page fault on read access to 0x0000003c at address 0x5f806510
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0000003c in 32-bit code
(0x5f806510).
let me know if an attachment with complete stack trace is needed.
P.S. The rendering bug has always been present instead
--
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=4490
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9992|0 |1
is obsolete| |
Attachment #26518|0 |1
is obsolete| |
Attachment #28840|0 |1
is obsolete| |
Attachment #28992|0 |1
is obsolete| |
--- Comment #31 from Austin English <austinenglish(a)gmail.com> 2011-10-04 22:39:21 CDT ---
Created attachment 36723
--> http://bugs.winehq.org/attachment.cgi?id=36723
current output/backtrace
--
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=4490
--- Comment #30 from Austin English <austinenglish(a)gmail.com> 2011-10-04 22:38:54 CDT ---
(In reply to comment #29)
> could you please verify again with latest wine
There's a download available. In the future, please test yourself rather than
asking others to do so.
Yes, still present in wine-1.3.29-198-gfc2dcd0.
--
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=27203
Summary: EAGL3 Engine: Does not remove splash image after intro
movies, game not displayed correctly. Unusable.
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oooze81(a)lavabit.com
After the introduction movies play, the splash image for the game is not
removed. It is possible to interact with the game, click on buttons, hear music
etc. but it is possible to play. On one occasion I did manage to reach the
first car selection screen, but the graphics were garbled (Only portions of the
car show, no background images, missing text to an unplayable level). All games
using the EAGL3 engine are affected, and the symptoms are exactly the same
--
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=24822
Summary: Word 2007, Excel 2007, etc. open document, crash
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inverness1(a)gmx.de
After pressing the round office button in the left hand corner, Word / excel
freezes and an error message appears. Word / excel must be closed.
Reverting to the stable 1.2 wine, the problem does no longer appear.
--
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=16035
Summary: Microsoft Office XP can't modify word document
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexis.deruelle(a)laposte.net
Created an attachment (id=17262)
--> (http://bugs.winehq.org/attachment.cgi?id=17262)
+msi,+msidb WINWORD.EXE
MS Office XP installs correctly however :
- MSWORD.EXE displays a popup at startup advising to "repair" the installation.
- MSWORD.EXE does not allow for modification although documents are perfectly
rendered.
--
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=7987
--- Comment #13 from Luis Alvarado <luisalvaradox(a)gmail.com> 2011-10-04 22:07:41 CDT ---
Can confirm working as it should from 1.3.27 to 1.3.29. No problem related to
this.
--
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=9359
Summary: Need for Speed Most Wanted crahshes frequently
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailing_list(a)orange.nl
Created an attachment (id=7649)
--> (http://bugs.winehq.org/attachment.cgi?id=7649)
Terminal_output
I tried running NfS: MW with and without sound. At first it ran great (with
sound), but now it crashes the whole time. I have attached the terminal output.
--
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=21476
Summary: Need for Speed Most Wanted - "unload the debugger and
try again"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin-angermann-aka-xaviax(a)gmx.net
if i start need for speed most wanted, a message appears: "unload the debugger
and try again".
the game dont start.
--
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=8034
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-04 18:18:34 CDT ---
Dan, download link no longer works. I can't find this old version for download.
Over 1 year without posts.
--
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=5163
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #90 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-04 18:14:39 CDT ---
Still present 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=21195
Summary: Wine fails to launch Pirates of the Caribean at
World's End
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: chris(a)cpaulinski.com
I saw the other bugs listed with this app but this bug is new. Whenever I try
to play the game the system switches to 640x480 video mode the disney splash
screen comes up I get about 1 second into the pregame loading and then the
program crashes and I get a message saying that an error has occured and it may
be a defect with wine or the program. Program works under windows. I've tried
updating my wine to no avail.
--
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=20936
Summary: Code::Blocks nightly build crashes on closing.
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.mast(a)gmail.com
When closing Code::Blocks. It crasehs printing out the following in the
console:
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
--
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=25587
Summary: winejack advertises incorrect supported sample rates
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrakov(a)gmail.com
This is a copy-paste from Bug 14717 comment 46 (by Raymond), to keep the
different bugs "zero-order-hold resampler is used" and "winejack advertises
incorrect supported sample rates" discussed in different places.
===
if winejack.drv can only supply only jack server'sample rate
wwo->sample_rate = fp_jack_get_sample_rate(client);
but in waveoutcaps , it incorrectly state that it can support 16bits 11025Hz,
22050Hz and 44100Hz if the jack server is running at 48000Hz
948 /* NOTE: we don't support any 8 bit modes so note that */
949 /* WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4M08;
950 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4S08; */
951 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4S16;
952 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4M16;
953 /* WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2M08;
954 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2S08; */
955 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2M16;
956 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2S16;
957 /* WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1M08;
958 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1S08;*/
959 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1M16;
960 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1S16;
961 }
It only 16bit and WAVE_FORMAT_48M16 | WAVE_FORMAT_48S16 by providing 16bit ->
float conversion
if you start jack server at 96000Hz, winejack.drv should WAVE_FORMAT_96S16 |
WAVE_FORMAT_96M16 in waveoutcaps
--
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=20484
Summary: Audio distortion using Jack
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p.drezet(a)inx-systems.com
When using Jack as the audio back end for wine low level but significant
distortion is heard and measurable on the output.
The level of distortion is sufficient to make wine jack unuseable for medium
quality audio applications (i.e. quality is rediced to equivelant of 32kbs -
mp3). This occurs on all signal levels and does not appear to be clipping.
This can be reproduced and identified most easily by recording the Jack output
with Audacity (also tested with other jack recording applications) and
comparing the spectrum of the original and recorded signals.
The spectrum indicates that the full bandwidth is present, but additional
frequency content has appeared. This also occurs when dithering is enabled in
jack.
Sounds like re-sampling aliasing issue - or perhaps an internal filter variable
scaling 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=21050
Summary: Wine returns an error OLE error 80070057
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)drapper.com
I have instaled WORDsearch under wine and all appeared to go well, on fist
opening the programme it took me to a page asking me to tell it what internet
access I have and then... I can not remember if anything happened then, but it
did not work. Now every tine I try to launch the programme it returns OLE error
80070057.
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=20815
Summary: MAGIX MOVIE EDIT PRO 11 - Fails to Start.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmnthr(a)yahoo.com
CC: rmnthr(a)yahoo.com
MAGIX MOVIE EDIT PRO 11 Installs successfully but fails to start.
--
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=28276
Summary: Crysis2 crashes on startup since commit
006413afe495fbf73542154462885e4fdbf12a2a
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rockorequin(a)hotmail.com
Crysis 2 crashes shortly after the startup screen appears ever since wine
1.3.26-213.
Bisecting shows this as the problem:
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
Reverting this commit fixes the problem in the latest wine
wine-1.3.27-330-g6802bfc.
--
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=21389
Summary: Debugger does not start when application crashes
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ayers(a)fsfe.org
I'm trying to capture trace for bug in a game, yet it seems I'm having issues
creating a useful log. I have followed the instructions:
http://wiki.winehq.org/FAQ#head-a37de3282d447376d2220d20a278ae52258551a4
and obtained a log which ends with:
fixme:cursor:SetSystemCursor (0x1226,00007f02),stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3d0eb54,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3d0ed3c,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1644a0,0x1672a0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1644a0,0x1672a0): stub
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x3f12bd
(thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 5752") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
So I've read through:
http://www.winehq.org/docs/winedev-guide/dbg-config
and found that my registry entry for [MACHINE\\Software\\Microsoft\\Windows
NT\\CurrentVersion\\AeDebug] contains:
Debugger REG_SZ winedbg --auto %ld %ld
I assume the --auto is expected even though it is not mentioned in the FAQ.
Please advise on how I can get the wine debugger configured correctly.
--
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=20487
Summary: CS1.6 - high ping
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
Ping to servers from console is fine, ping to servers from cs1.6 server list is
fine (20-30) and in-game ping is between 100-900ms. For example native linux
openarena have about 20ms. It's not depend on game server. I tested wine from
1.1.28 - 1.1.32, all version have same issue. wine configuration cleared.
--
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=19127
Summary: FlashFXP 2.1 does not show menu bar anymore
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geist1(a)sms.at
Created an attachment (id=22090)
--> (http://bugs.winehq.org/attachment.cgi?id=22090)
Snapshot of FlashFXP udner Wine 1.24
FlashFXP 2.1 does not show a menu bar anymore with Wine 1.24, instead there
come an error
"An internal error has occurred.
A Win32 API function failed
An internal error has occurred.
Access violation at address 7ECE0B33 in module 'gdi32.dll'. Read of address
00000008"
--
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=18279
Summary: Unhandled page fault on execute access
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwp.txt.file(a)gmail.com
Created an attachment (id=20812)
--> (http://bugs.winehq.org/attachment.cgi?id=20812)
the output when i run lfs.exe
I wanted to play live for speed on my Debian\sid\amd64 but it won't start.
Instead the debugger showed some 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=20537
Summary: Program loader
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eaterjolly(a)gmail.com
Installs work perfectly, but when i launch the program it says eith the name of
the program or wine program loader in the task bar and after 20 seconds it
disappears!
--
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=20125
Summary: Jane's F/A-18 installer fails "not compatible with NT
4.0"
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith_kw_muir(a)blueyonder.co.uk
this worked in 1.1.14 so I'm assuming its a regression can you edit the
setup.ini so it ignores the O/S check? or is their a parameter in setup.exe
that allows that? if so I'll put a comment in the app. tried all wineconfig
options for O/S including NT 4.0 nothing worked.
--
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=20321
Summary: The installation of Visma Enskild Firma freezes after
installation-folder is chosen.
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wicing(a)home.se
The installation of Visma Enskild Firma freezes after installation-folder is
chosen.
--
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=19715
Summary: SWAT 4 Freezes, loses mouse focus, crashes.
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webmaster(a)geekstreak.com
Created an attachment (id=23035)
--> (http://bugs.winehq.org/attachment.cgi?id=23035)
Wine Console output.
While playing SWAT 4, in various sections the game will temporarily freeze with
a Critical Section wait timeout. After several seconds the game will unfreeze
but loses all mouse input (and sometimes loses keyboard input). The mouse will
be able to leave the screen, even if it's warped.
Attached is the wine terminal output.
Reproducing this problem:
In the first level - "Food Wall Restaurant" - you can walk into the front door
of the restaurant. After you and your men are inside the dining area, the game
should freeze. Sometimes nobody is in the dining area. Simply restarting the
level should fix this, as the game randomizes the positions of enemies and
civilians.
Note 1:
The game is unplayable due to the well known mouse capture problem that
requires an xorg API fix. To get around this problem, a simple mouse hack was
written using the middle click to switch between warped and non-warped mouse
modes. Without this, menu navigation is impossible, or looking around in the
game is impossible.
I can confirm that this minor hack does not affect this bug - a version of wine
without the hack was used to confirm the loss of mouse input.
Note 2:
dlls/ntdll/critsection.c, line 436, wait_semaphore - changing the 5 second
delay to 300 seconds temporarily alleviates the problem, allowing the player to
usually get through several levels; however, other problems occur that may or
may not be related to this bug (freezes at random intervals, textures load as
garbage in random levels, the error message is slightly different, etc...)
--
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=22283
Summary: i cant play
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alebbius(a)gmail.com
Created an attachment (id=27226)
--> (http://bugs.winehq.org/attachment.cgi?id=27226)
the error
i did the installation correctly, but when i launch the .exe it doesn't
start...
--
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=21213
Summary: Sim Theme Park 2.0: Page fault on read access when
entering username
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25480)
--> (http://bugs.winehq.org/attachment.cgi?id=25480)
wine: Unhandled page fault on read access to 0xffff0013 at address 0xffff0013
(thread 0009), starting debugger...
The game works fair, mouse is a bit buggy but gameplay is possible. However at
username screen when you start to type a page fault occurs. Only current work
around is leaving player name as "Enter your player name". Attached is log of
me attempting to type and getting the page fault.
--
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=20940
Summary: Macromedia Flash 8 update do not work: it do not copy
the new files.
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexyecu(a)gmail.com
In wine 1.1.34 fl8_flashlite2_1_update.exe (an update for Macromedia Flash 8)
works wrong. It backups some old files in .wine/users/user/Local
Settings/Application Data/Macromedia/Flash_8/en/Configuration/Classes but do
not copy the new ones. So, Flash becomes unusable, on any compilation it sais:
**Warning** Scene=Scene 1, layer=action, frame=1:Line 1: The file
'toplevel.as', which is required for typechecking ActionScript 2.0, could not
be found. Please make sure the directory '$(LocalData)/Classes' is listed in
the global classpath of the ActionScript Preferences.
It`s ok with wine 1.1.31.
And one more bug, I do not know where to post it: in any version of wine-1.* I
should kill IDriver.exe, the process starting with Macromedia Flash
installation (оr with an update installation), cause this process do not stop
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=20876
Summary: Wine 1.1.33 + Steam + Counter-Strike 1.6 install crach
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a2525578(a)uggsrock.com
Created an attachment (id=25024)
--> (http://bugs.winehq.org/attachment.cgi?id=25024)
console error when steam crash.
I use Ubuntu 9.10 x64 and Wine 1.1.33. I can install Steam, but i cant install
nothing, it crash. And Steam status icon in "up corner", its very hard use it,
because mouse keep jumping between 3 difference selects: "Games, Store and
Friends".
--
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=20075
Summary: crashes on eMule
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterpj(a)ngi.it
After the last update, eMule (0,49c + MorphXT 11.3) is very very often crashing
in the transfer menu: it happens when you use the contestual menu on files in
download (by right click of the mouse). In the previuos version of wine it
didn't happen, it worked perfectly.
Please correct this because its nearly impossible to use emule in this way.
I hope you'll tell me something about the fix.
Thank you a lot and thank you for all Wine is doing!
MasterPJ
--
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=26348
Summary: Unknow ERROR during install Vixi Freecorder
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: enio_job(a)hotmail.com
An error is reported trying install Vixi Freecorder (www.vixi.net) under Wine
on a PC running Ubuntu 10.04 LTS. Vixi Freecorder is a aplication for download
videos in .flv and .swf format from various sites.
--
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=21223
Summary: Installation of Holley Commander 950 Software fails
with Bad File Descriptor error
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: etork(a)neb.rr.com
Created an attachment (id=25495)
--> (http://bugs.winehq.org/attachment.cgi?id=25495)
debuglog created when running SETUP.EXE
Installation of Holley Commander 950 Software (using wine SETUP.EXE on the
commandline) fails with the following:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x526e6046 wine client error:1e: write: Bad file descriptor
This is on Fedora Core 11, using wine version 1.1.32, installed via rpms. A
test on Fedora Core 12, with wine version 1.1.32 fails in the same way.
Using a fresh install of .wine directory still fails, using as root or
non-root user gives same result.
A small debuglog is attached, (using
WINEDEBUG=+all wine foo.exe > debuglog 2>&1 )
--
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=18988
Summary: Final Fantasy 8: crash with video in background
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=21872)
--> (http://bugs.winehq.org/attachment.cgi?id=21872)
Log from the crash
When playing ff8 and there is a video running in background (ie. from first
disc train mission in timber) game will very often 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=19378
Summary: Quicken 2008 registration displays garbled inoperative
HTML
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
Created an attachment (id=22459)
--> (http://bugs.winehq.org/attachment.cgi?id=22459)
garbled Quicken Registration dialog
I installed Wine 1.01 on Kubuntu 9.04 amd-64 and installed Quicken 2008 from
CD-ROM. The installation failed in the online update.
I then installed wine-1.1.26 from the PPA http://wine.budgetdedicated.com/apt
I did not install any of the WineTricks mentioned on the AppDB
When I ran Quicken 2008, I got a prompt about going online to register. When I
followed that, the Quicken Registration dialog appeared, but apart from a
banner
"Welcome to Quicken registration..."
it was full of gibberish characters as if the encoding is wrong. I will attach
a screenshot.
As you can see, the status line of the dialog window contains
file://C:\windows\profiles\All Users\Applicataion
Data\Intuit\Quicken\INET\COMMON\PNF\REG\4A5E9E00.H
This file exists on my drive C: with slightly different capitalization at the
end -- Inet\Common\Pnf\Reg\4A5E9E00.HTM
I can open this file and it appears fine in my Linux Firefox browser and text
editor; not garbled at all, no UTF characters. It seems to hold the HTML for
all the stages of the registration process; in working Quicken you don't see
all of this HTML at once.
This bug sounds like what SpinDr describes in comment 9 of bug 14672. I am
reporting a separate bug because that bug is "I am not presented with the box".
I get the box, but it's garbled.
I'm happy to attempt to debug this further; alas my log with WINEDEBUG=+relay
filled my disk and I had to remove it, and now I don't know how to get back to
the registration dialog because I used the trick of Shift+Ctrl "One Step
Update" to turn off registration!
--
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=21237
Summary: Installer for Unreal (original game) crashes on
startup with "Unhandled exception: page fault..."
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shaun(a)cantab.net
Using Ubuntu 9.10 x86_64, wine 1.1.35:
- Inserted original Unreal disk
- ran "WINEPREFIX=/tmp/wine/unreal wine setup.exe"
- get error: "wine: Unhandled page fault on read access to 0x11ff51ba at
address 0xf74c3c1b (thread 0026), starting debugger" (full trace 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=20016
Summary: USB audio device only visible to if VirtualBox is
running a virtual machine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardg1952(a)yahoo.com
System: Fedora 11
wine-1.1.23-1.fc11.i586
ION TTUSB05 USB Turntable
VirtualBox-3.0.6_52128_fedora11-1.i586
Acoustica SpinitAgain (LP to CD or mp3)
I purchased the SpinItAgain software to accelerate the process of converting my
+1,000 album collection to mp3. I'd started with Audacity and the USB
turntable, but it is a laborious process. SpinItAgain looked promising since it
could look up album info on the web.My concern was, would wine be able to
access the USB turntable. I installed SpinItAgain and everything worked right
out of the box.
It would crash every few days, but it would restart and I would carry on.
Two days ago the program crashed and could no longer see the USB turntable.
I tried rebooting the Fedora 11 host, re-plugging the USB cable, nothing made
the USB turntable visible in wine. I was invoking winecfg, selecting the audio
tab and checking wave input under ALSA to see if the turntable was visible.
In frustration I started a VirtualBox Windows XP guest with the intention of
moving the SpinItAgain to VB. XP under Virtual Box is horribly slow so while
waiting for XP to boot, I ran winecfg again and to my amazement the USB
turntable was again visible in wave in AlSA. I had been running a Fedora 10
guest in VirtualBox and only shut it down about the time wine lost access to
the USB turntable.
To confirm that VirtualBox is the magic trigger. I shut down the VirtualBox XP
session and checked winecfg - the USB Audio disappears. I then started a Fedora
10 guest under VirtualBox, re-checked winecfg and USB Audio was again under
wave in ALSA. With this setup SpinItAgain is working once more.
If I hadn't already had VirtualBox running when I originally installed
SpinItAgain the USB turntable would not have been visible in wine and I would
have assume the program was unusable through wine with the USB turntable.
It's worrisome that an apparently unrelated application running has such a
major impact wine's ability to access a piece of hardware. As this is audio,
and the weirdness of pulseaudio coming in to replace ALSA is causing a plethora
of problems, I don't feel confident that this workaround will continue to work.
Hopefully this information will be useful to the wine developers.
--
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=27492
Summary: Starcraft locks up when attempting to use the mouse
ingame
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aim_here2002(a)yahoo.co.uk
Created an attachment (id=35148)
--> (http://bugs.winehq.org/attachment.cgi?id=35148)
Regression test result.
After wine version 1.3.20, Starcraft 1/BroodWar is no longer playable. After
starting the game and then attempting to click on any ingame unit or building,
the game locks up. The console complains about a stack overflow. I then have
kill the process to get a decent X resolution, and I don't know offhand how to
get a backtrace or somesuch.
The actual overflow message is this:
"err:seh:setup_exception_record stack overflow 816 bytes in thread 0009 eip
7efb77cb esp 00231000 stack 0x230000-0x231000-0x330000"
The bug only happens in fullscreen mode, and doesn't occur in virtual desktop
mode.
Since this is a regression, I did the long boring compiley thing to get this:
a59c7cc8596b658d3c0854a737528cf60947ac1f is the first bad commit
commit a59c7cc8596b658d3c0854a737528cf60947ac1f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed May 11 12:30:03 2011 +0200
winex11: Automatically clip the pointer when the foreground window is
full-screen.
:040000 040000 f94f9152b3112463b3bdf874a0d64dae1029e309
04faeb9831f686bb586fd81166ad95cf6da05738 M dlls
--
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=20959
Summary: eureqa : wine: Unhandled illegal instruction
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.wilcox(a)comcast.net
Created an attachment (id=25126)
--> (http://bugs.winehq.org/attachment.cgi?id=25126)
backtrace of eureqa
fatal error when starting Eureqa. Illegal instructions.
--
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=28309
Summary: Prints empty...
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: audioprof2002(a)hotmail.com
http://forum.winehq.org/viewtopic.php?p=66351#66351
A free Windows software Paperbak needs printer:
http://www.ollydbg.de/Paperbak/index.html
have installed a PDF printer:
sudo apt-get install cups-pdf
http://localhost:631/admin
Printer appears in Windows.
Printer works on other softwares,
but with Paperbak prints empty.
have tested other printers... Canon Pixima iP1900, Kodak esp3, etc...
tested other PCs with: Ubuntu 10.x 32-bits
KXStudio 10.x generic kernel.
--
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=21345
Summary: Dreamweaver cs3's installation problem
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teyssandier.william(a)free.fr
installation dreamweaver cs3 impossible
--
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=21091
Summary: virtualdub mp3 playback error
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
VirtualDub 1.9.7, wine 1.0.1 on Ubuntu 9.10
when trying to playback an AVI with mp3 audio I get an error from virtualdub:
"The operation cannot continue as the target audio codec has jammed and is not
decompressing data. Codec state for driver "Wine MPEG3 decoder": source buffer
size [...etc etc]"
The error occurs when playing (press the space bar in virtualdub):
- a movie, starting somewhere inside the stream
- a clip (i.e. a video that was probably extracted from a movie), starting
anywhere
It seems that the error does not occur when playing movies from the very
beginning of the stream (thus when using an "original" mp3 stream, from the
beginning)
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=20916
Summary: autocad 2002 crashes on first run after install
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolf550e(a)gmail.com
Created an attachment (id=25078)
--> (http://bugs.winehq.org/attachment.cgi?id=25078)
command line output
Installed fine, when ran it shows splash, then main window with toolbars etc.
If provided file on command line, opens the file and renders it. But before it
finishes and lets me do anything, it crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20740
Summary: yahoo games blood ties will not install or run.
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikescony1(a)ameritech.net
Created an attachment (id=24807)
--> (http://bugs.winehq.org/attachment.cgi?id=24807)
terminal output of installation bloodties
Hello fellows:
Installed yahoo games blood ties <installer yahoo_bloodties_tm6-3.exe> on wine
vers. 1.1.33. This was done on a fresh prefix.
Game does not install properly. You do get a desktop icon but the application
does not run.
I have enclosed a copy of the terminal output for the installation.
Please let me know if further information is required.
Respectfully
Michael Sconyers
--
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=20292
Summary: Audiosurf: QuestViewer.exe crashes on game startup
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djrbk(a)clearwire.net
Upon clicking the OK button after the program loads, Audiosurf throws an error
and hangs. (The program QuestViewer.exe has encountered a serious problem and
needs to close. We're sorry for the inconvenience)
Clicking Close will not close the window or the program, but by closing the
(now greyed) program window and selecting Force Quit, theprogram closes 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=18999
Summary: Game created with RPG MAKER : some keys are pressed by
the computer when playing.
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: generalzarmakuizz(a)hotmail.fr
When playing a game made by RPG MAKER XP, sometimes it looks like some
directional keys are automatically pressed (as if the computer press the key).
For example you don't press any key, and the hero goes left. If the hero goes
left and you press right, the hero don't move left or right.
When you have a choice to do, sometimes the cursor will travel into the
different choices even if you don't press any key.
If you run the game with the console (wine Game.exe), the bug is weaker.
--
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=15662
Summary: Jackd crash (winecfg)
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: incredible.angst(a)gmail.com
Created an attachment (id=16726)
--> (http://bugs.winehq.org/attachment.cgi?id=16726)
Backtrace (crash of winecfg while trying to test jack sound output)
Wine crashed while trying to test jackd sound output in winecfg (ALSA and OSS
just doesn't 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=20543
Summary: Downgrade Jack not found from fixme to warning
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Trivial, but this fixme should probably be just a warning since Jack is
generally optional:
fixme:jack:JACK_drvLoad error loading the jack library libjack.so.0, please
install this library to use jack
Observed confusion here:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/466499
--
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=21554
Summary: i have a "mmap() failed: memory can't be asigned",
then the game starts, but when it's going to main
menu, something fails
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jknvv13(a)gmail.com
I have a error with Need for Speed Shift, when I run the game a video starts,
but when the game goes to the menu, it fails!!
on the console I receive
"wine: Unhandled page fault on read access to 0x00000000 at address 0x8304eb
(thread 0009), starting debugger..."
Thanks
jknvv13(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=21256
Summary: Copy & Pasting Asian fonts does not work
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winjeel(a)hotmail.com
When I copy and paste from an MS Word 2000 document or Open Office document
into another MS Word, the Asian fonts (Japanese) changes to empty squares. I'm
using Open Office 3.1, MS Word 2000, and Ubuntu 9.10 with Wine 1.1.33. The
Asian fonts were first entered in SCIM in Ubuntu (9.04), and on Windows XP. The
font originally used was MS Mincho, which is the commonly used font in Japanese
documents.
--
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=19908
Summary: wine jack audio out is mono
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p.drezet(a)inx-systems.com
configuring wine to use jack then run a win32 application the following
Readable client is created in jack.
wine_jack_out_0
within this there re two ports: out_l and out_r - which woujld presumable be
the stereo channels.
when running an audio source programme in wine audio is outputted from both
these ports however both have the same signal and the audio is not the original
stereo audio. I think it is just one channel split onto both out_l and out_r
rather than a summed mix.
>From audio.c this appears to be the behaviour if the audio source is considered
mono - the data is copied to both channels.
The win32 audio source application has been verified to operate with wine in
stereo using the alsa output.
Is there anyway of making wine output the missing stereo data? Should
wine_jack_out_1 carry the lost second channel? If so how do you get wine to
create output on wine_jack_out_1 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=20726
Summary: error in wine 64 bits
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.novedoso.tk
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reduardowise(a)gmail.com
error in wine 64 bits running project 64 version 6.
--
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=657
Jay <jaynobyl(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaynobyl(a)gmx.de
--
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=9051
Michael Stefaniuc <mstefani(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.2.0 |1.4.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=22032
Summary: Steam in-game overlay does not work outside winedbg
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Enrico_m(a)gmx.de
CC: stefandoesinger(a)gmx.at
Thanks to the amazing work of Stefan Dösinger (my wine hero), the Steam in-game
overlay is finally working - but only if I run Steam in winedbg. Outside
winedbg i get the following error, if I try to run the game with in-game
overlay enabled:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ede1bf5
Tested with "Supreme Commander 2", "Mirror's Edge" and "Team Fortress 2"
I'm happy to provide logs, if someone could point me to the right trace
channel(s).
--
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 #51 from Tim Williams <tjandacw(a)yahoo.com> 2011-10-04 05:33:58 CDT ---
(In reply to comment #50)
> Hi, I was wondering if there are any new developments. I installed TM-AHG a
> couple days ago. The first couple times I tried to use it (right after I
> installed it), it worked. I accessed the database on DOTnet and could see the
> data. It seems like it only stopped working after I rebooted my computer. The
> workaround doesn't seem to work for me. Once it's unresponsive, I've tried to
> kill it with the system monitor as well as the command line 'kill'. Both do
> kill it, but when I restart the program, it just goes back out and gets it
> again. I don't get the message that it terminated poorly. Any other ideas for
> a work-around? The manual says if you hold the left shift while clicking the
> icon, it will start without going out to Dotnet, but that doesn't seem to work.
Not sure what the '-AHG' refers to, but after you kill TM, when you start it
again, you will get a popup saying that you didn't upload the database the last
time you exited, and if you would like to use the current files on your
computer. Click 'Yes' and the data that was downloaded the last time will be
used.
I haven't really tried the left-shift option, but you want to use DotNet anyway
to get the current data. You just have to kill TM and then get back in.
I need to try and get back to tracking down this bug, but I'm really not good
in Windows programming, and I keep getting lost in all the different callbacks.
HTH,
--
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
Joe <joekluse(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joekluse(a)gmail.com
--- Comment #50 from Joe <joekluse(a)gmail.com> 2011-10-04 03:17:13 CDT ---
Hi, I was wondering if there are any new developments. I installed TM-AHG a
couple days ago. The first couple times I tried to use it (right after I
installed it), it worked. I accessed the database on DOTnet and could see the
data. It seems like it only stopped working after I rebooted my computer. The
workaround doesn't seem to work for me. Once it's unresponsive, I've tried to
kill it with the system monitor as well as the command line 'kill'. Both do
kill it, but when I restart the program, it just goes back out and gets it
again. I don't get the message that it terminated poorly. Any other ideas for
a work-around? The manual says if you hold the left shift while clicking the
icon, it will start without going out to Dotnet, but that doesn't seem 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=28564
Bug #: 28564
Summary: [regression] registrar.c:782:8: error:
'CLSID_Registrar' undeclared
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
Classification: Unclassified
I just tried to compile a fresh copy of the git/master. The uild dies with:
/usr/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op -o
registrar.o registrar.c
registrar.c: In function 'DllGetClassObject':
registrar.c:782:8: error: 'CLSID_Registrar' undeclared (first use in this
function)
I'm on a slackware 13.37+patches i686.
--
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=5535
Jay <jaynobyl(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaynobyl(a)gmx.de
--
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=7929
--- Comment #122 from Erich Hoover <ehoover(a)mines.edu> 2011-10-03 12:30:31 CDT ---
(In reply to comment #121)
> It did. Now Filemaker can find servers automatically (and connect, open files
> and stuff), just like in Windoze. Many thanks again!
> But... Should setcap be needed for the patch, or wine, to work correctly?
In the case of this patch, yes. There are also a couple other networking
features that also require CAP_NET_RAW, so I'm hoping Alexandre will allow this
solution. It's possible that this capability could be turned on by default,
but I doubt that will happen until some security changes are made to the
preloader code.
--
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=8780
--- Comment #24 from jhgf <bernhardloos(a)googlemail.com> 2011-10-03 12:01:16 CDT ---
Created attachment 36694
--> http://bugs.winehq.org/attachment.cgi?id=36694
CreateTypeLib to CreateTypeLib2
The on-disk file format is different, but not sure if this really matters in
the 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=8780
jhgf <bernhardloos(a)googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
URL|http://www.futurepinball.co |http://www.futurepinball.co
|m/downloads/FuturePinballSe |m/download.html
|tup_v1.6b.20061029.exe |
Summary|Future pinball fails to |CreateTypeLib unimplemented
|load table |(needed for example by
| |native vbscript in certain
| |situations)
--
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=7929
--- Comment #121 from Emerson Prado <emerson.prado.eng(a)gmail.com> 2011-10-03 11:35:32 CDT ---
(In reply to comment #120)
> If that's the case then it didn't setup the capabilities correctly. Provided
> that you compiled Wine and installed it to the "standard" prefix then this
> should do it:
> sudo setcap cap_net_raw+epi /usr/local/bin/wine-preloader
It did. Now Filemaker can find servers automatically (and connect, open files
and stuff), just like in Windoze. Many thanks again!
But... Should setcap be needed for the patch, or wine, to work correctly?
--
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=8780
--- Comment #23 from Jacek Caban <jacek(a)codeweavers.com> 2011-10-03 11:25:45 CDT ---
(In reply to comment #22)
> But considering that vbscript is very much WIP at the moment, it might be
> better to wait a few weeks.
I'm done with initial version of vbscript, although there are still many
missing things to implement. Please file a separated bug report.
--
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=8854
Jay <jaynobyl(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaynobyl(a)gmx.de
--
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=6691
--- Comment #21 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-10-03 09:36:37 CDT ---
Still present in wine-1.3.29-121-gfdda702
--
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=5623
Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #36 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2011-10-03 08:42:10 CDT ---
Yes, it should be fixed. All hardware keyboard events go through server which
keeps internal state. Now GetAsyncKeyState calls server to query this state.
--
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=201
--- Comment #93 from J <kalaka(a)gmail.com> 2011-10-03 08:11:52 CDT ---
(In reply to comment #90)
> (In reply to comment #89)
> > Created attachment 36657 [details]
> > screenshot
> >
> > This is what it looks like here on wine-1.3.29-121-gfdda702.
>
> Same here on wine-1.3.29-121-gfdda702
Yes, I apologize, I was using a previous version of git. Looks good now!
--
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=5322
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |nerv(a)dawncrow.de
Resolution| |FIXED
--- Comment #44 from André H. <nerv(a)dawncrow.de> 2011-10-03 06:05:26 CDT ---
Marking fixed as per Comment 43 and the fact that i never had this 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=28049
Summary: Mouse movement is jerky and wrong
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon(a)gullidge.org
When trying to play WoW in wine, I keep getting a strange problem with the
mouse. If I move it somewhere, it will move smoothly over there and then jerk
back half the way or so. So if I move it from the left to the right, when I
stop moving, it will move to about the middle of the screen. This makes it very
difficult to actually click anything.
This is not specific to 1.3.26, I have also tried 1.1.16, 1.2.3. I have tried
these built as 64 bit (wow doesn't run on 64 bit) and 32 bit. I've built from
source and allowed aptitude to build. The same problem occurs.
Wow is using opengl, the graphics are fine, everything works fine except for
the mouse.
--
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=7710
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 22:49:33 CDT ---
Still present in latest git:
http://source.winehq.org/source/dlls/ntdll/time.c#L485
The patch from comment 6 may still be valid.
--
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=1129
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|kennybobs(a)o2.co.uk |
--
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=6086
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--
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=18256
Summary: Quicktime 2 Unimplemented function
olesvr32.dll.OleRevokeServer on exit
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime212.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20781)
--> (http://bugs.winehq.org/attachment.cgi?id=20781)
wine-1.1.20-36-gdc31d87 console output
When closing Quicktime 2's PLAYER32.EXE, there is an unhandled exception in
olesvr32.
wine: Call from 0x7b844463 to unimplemented function
olesvr32.dll.OleRevokeServer, aborting
Quicktime 2.1.2.59
--
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=6795
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://download.skype.com/S |http://www.filehippo.com/do
|kypeSetup-Beta.exe |wnload_skype/1883/
CC| |kennybobs(a)o2.co.uk
--- Comment #17 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-10-02 19:15:12 CDT ---
In any mode Skype loads but I cannot login. Don't know why, maybe Skype have
finally blocked this version.
Anyone else any success?
--
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=24571
Summary: System error: Code 1814
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: birla.sunil(a)gmail.com
i am trying to get Skype running on rhel 5.3 ...
the problem is that I as soon as I start skype the error: 1814 occures.
System error: Code 1814
Resource name not found.
It says in a different window
The programm skype.exe has encountered a serioys problem and needs to close...
This can be caused by a problem in the programm or a defiency in Wine
You may want to check...for tips. Well I cant find anything with the same or
similar problem and I also can not uninstall skype using the wine uninstaller.
It just doenst do 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=6078
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|urlmon:ICQ 5.1 fails to |ICQ 5.1 fails to start
|start (crashes) |(crashes)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6078
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kennybobs(a)o2.co.uk
--- Comment #21 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-10-02 17:58:27 CDT ---
Still present in 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.
http://bugs.winehq.org/show_bug.cgi?id=657
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kennybobs(a)o2.co.uk
--
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=22297
Summary: ICQ 7.x under Wine (windows 7 ) Error at Setup
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)community-chaos.de
At the attachment you can see the Error in the Installation under Ubunt 9.04
Jaunty with GNOME 2.0x.x.
Pleas check this bug at the Step how ICQ take the "Update at laste minuite".
Note; I've just Wine with Windows 7 and RollerCoaster Tycoon 3 Delux and
Thunderbird 2.x installed - nothing else -.
I hope you can fix the Bug and releas a fixed Version of Wine.
If you've more question please ask me with a Mail.
Best Regards
Marcel
--
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 #47 from Maxime C. <Maxime81(a)gmail.com> 2011-10-02 16:17:37 CDT ---
git clone git://source.winehq.org/git/wine.git
cd wine
patch -p1 < patch_name.diff
./configure
make
sudo make install
If you don't succeed, please ask on a forum but not here. When you are adding a
comment, a lot of people is receiving your message. Thank you for your
understanding.
--
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 #46 from Warday <warday27(a)hotmail.com> 2011-10-02 16:13:03 CDT ---
(In reply to comment #44)
> (In reply to comment #43)
> > > Please let me know how this patch works for you. I would love to see it
> > > accepted into WINE.
> >
> > He can you tell me how I use the pach?
>
> http://wiki.winehq.org/Patching
I still cant do 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=625
--- Comment #19 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-10-02 15:41:46 CDT ---
Organizer 97 refuses to start no matter which method I try to launch the app -
it still cannot find the DLLs.
Adding the relevant directory to the PATH in the registry does still work.
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.
http://bugs.winehq.org/show_bug.cgi?id=1129
--- Comment #39 from Saulius K. <saulius2(a)gmail.com> 2011-10-02 14:15:29 CDT ---
Scratch my question, just have found comment #21.
Does someone have an URL for older 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=201
--- Comment #92 from Bruni <earns.61(a)gmail.com> 2011-10-02 13:38:56 CDT ---
(In reply to comment #88)
> Created attachment 36620 [details]
> Navicat Premium 10.0.5 on WINE 1.3.29
>
> Toolbar and menubar icons in Navicat Premium 10.0.5 running under WINE 1.3.29
> are still black.
Can you please retest in current 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=201
--- Comment #91 from Bruni <earns.61(a)gmail.com> 2011-10-02 13:08:38 CDT ---
(In reply to comment #87)
> (In reply to comment #86)
> Please file a new issue for this.
See bug 28534
--
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=201
Bruni <earns.61(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |earns.61(a)gmail.com
--- Comment #90 from Bruni <earns.61(a)gmail.com> 2011-10-02 13:06:14 CDT ---
(In reply to comment #89)
> Created attachment 36657 [details]
> screenshot
>
> This is what it looks like here on wine-1.3.29-121-gfdda702.
Same here on wine-1.3.29-121-gfdda702
--
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=7563
--- Comment #22 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 12:34:21 CDT ---
Saulius, please test bug 1129.
--
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=7563
--- Comment #21 from Saulius K. <saulius2(a)gmail.com> 2011-10-02 12:31:38 CDT ---
(In reply to comment #20)
>
> Nouveau's drivers are different from the nvidia binary drivers..
What does make you guys think it is X driver which causes difference? I see no
real evidence only assumption in comment #12.
--
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=27830
Summary: Band-in-Box 9 Pro: Regression - winevdm crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugreport(a)musictechnology.co.za
On running the application: "... winevdm has encountered a serious problem and
needs to to close..." Also see regression introduced by earlier commit.
922e15cbd04fde3d9d4fbb98600f5471420c2daa is the first bad commit
commit 922e15cbd04fde3d9d4fbb98600f5471420c2daa
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon May 17 11:48:12 2010 +0200
winex11: Use the subpixel rendering configuration from fontconfig to
override the registry options.
:040000 040000 fdcd958a4abd5374f9bc3bc77236e802bf1bcbaa
e6cafdc1e15e81329a57bdbe6038ee4bb303100b M dlls
--
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=27295
Summary: MS Money 2000: crashes on File>Open
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.vai(a)unipv.it
CC: julliard(a)winehq.org
Created an attachment (id=34908)
--> (http://bugs.winehq.org/attachment.cgi?id=34908)
Crash output
The program crashes if I choose File>Open from the menu. The program used to
work before, so I performed a regression test, and the result is attached.
Please be patient with me because I am not an expert. Please tell me if the bug
is going to be solved. It is really blocking the app, MS Money 2k, which was
indeed working fine 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=7563
--- Comment #20 from Austin English <austinenglish(a)gmail.com> 2011-10-02 11:04:48 CDT ---
(In reply to comment #19)
> Not a chanse, guys. I have nVidia card here on Arch Linux (regularly updated)
> too. I use nouveau driver. And I still encounter privileged instruction
> exception:
>
> wine: Unhandled privileged instruction at address 0x637ce3 (thread 0009),
> starting debugger...
>
>
> Wine version 1.3.29 .
Nouveau's drivers are different from the nvidia binary drivers..
--
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=7563
--- Comment #19 from Saulius K. <saulius2(a)gmail.com> 2011-10-02 11:00:58 CDT ---
Not a chanse, guys. I have nVidia card here on Arch Linux (regularly updated)
too. I use nouveau driver. And I still encounter privileged instruction
exception:
wine: Unhandled privileged instruction at address 0x637ce3 (thread 0009),
starting debugger...
Wine version 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=26781
Summary: Office 2007 crashes when using the file open dialog
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.hirsch(a)gmail.com
When opening a file dialog in Office, (I tested Word and Powerpoint) the
programs throw a "<program> has encountered a problem and needs to close" crash
dialog. I have set riched20 and usp10 to (native,builtin). I am using the
latest Fedora 14 packaged version of Wine (1.3.16). This does not seem to be
related to earlier Fortify issues in Redhat packages. (I have verified that the
package is not built with Fortify).
I am attaching the output from running powerpoint on the command line. The
crash actually occurred starting with the line "fixme:shell:SHGetFileInfoW
SHGFI_OVERLAYINDEX unhandled"
--
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=8802
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 10:33:20 CDT ---
Still present 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=8490
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #20 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 10:32:39 CDT ---
Still present 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=7387
--- Comment #22 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 09:47:15 CDT ---
(In reply to comment #21)
> Are you using DOSBox SVN? see bug 26423
Oops, sorry for the noise. Retested in dosbox svn and it 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=7563
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #18 from Austin English <austinenglish(a)gmail.com> 2011-10-02 09:43:28 CDT ---
(In reply to comment #17)
> 3 Nvidia users are saying it's fixed. I guess it's related to my onboard intel
> graphics card driver then. Is it safe to mark fixed?
Yeah. The intel problem is a separate bug (and may be in the drivers).
--
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=7387
--- Comment #21 from André H. <nerv(a)dawncrow.de> 2011-10-02 09:34:04 CDT ---
(In reply to comment #20)
> André, it seems wine is converting long names wrongly to pass into dosbox. For
> example:
>
> Path: /little_big_adventure_2/lba2
> Wine conversion: \LITT~QLO\lba2
>
> Dosbox fails to find that directory and quits, the expected dosbox directory
> would be \LITTLE~1\lba2
Are you using DOSBox SVN? see bug 26423
--
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=7563
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--- Comment #17 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 09:28:45 CDT ---
3 Nvidia users are saying it's fixed. I guess it's related to my onboard intel
graphics card driver then. Is it safe to mark 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=7387
--- Comment #20 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-02 09:25:19 CDT ---
André, it seems wine is converting long names wrongly to pass into dosbox. For
example:
Path: /little_big_adventure_2/lba2
Wine conversion: \LITT~QLO\lba2
Dosbox fails to find that directory and quits, the expected dosbox directory
would be \LITTLE~1\lba2
--
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=28481
Summary: Wine 1.4 has no bugs
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Nothing is targeted for 1.4 release except bug #6971 which was closed for
1.3.21 release and interesting enough the wiki states bug #9649 and bug #10495
amongst other things.
http://wiki.winehq.org/WineReleaseCriteria
--
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=15224
Summary: Remove the "Clone This Bug" link from the bug page
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
"Related actions -> Clone This Bug" is confusing. Creating bug clones
should be discouraged in Wine bugzilla. Have a look at the bug 15211
as an example.
--
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=28542
Bug #: 28542
Summary: Adobe Reader X preferences window vanishes and becomes
unusable
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/
10.0.1/en_US/AdbeRdr1001_en_US.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 36640
--> http://bugs.winehq.org/attachment.cgi?id=36640
wine-1.3.29-121-gfdda702 +vcrun2008 console output
1. Install Adobe Reader X.
2. Install vcrun2008.
3. Run Adobe Reader X with protected mode disabled.
4. Click on Edit then Preferences.
The preferences window quickly flashes up and disappears, and nothing else can
be done in the app and has to be killed.
Try ESC and RETURN to close the invisible window but it doesn't work.
No known workaround.
--
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=3817
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|austinenglish(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=2812
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|austinenglish(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=1425
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(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=28518
Bug #: 28518
Summary: Everything can not work on 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: sinojelly(a)163.com
Classification: Unclassified
Created attachment 36599
--> http://bugs.winehq.org/attachment.cgi?id=36599
everything-wine error.
I have a NTFS volume /dev/sda3
I want to search files i it by everything.
It seems run ok, but search nothing,
it says "CreateFileW(): GetLastError(): 5: Failed to open volume \\.\Z:"
Maybe something wrong with wine File IO simulation module. Thanks!
I use Ubuntu 11.04, wine-1.3.28-373-g8b903e4.
You can download everything here:http://www.voidtools.com/
jelly@jelly-ubuntu:~$ df -h
文件系统 容量 已用 可用 已用%% 挂载点
/dev/sda1 15G 5.0G 8.5G 37% /
none 998M 712K 997M 1% /dev
none 1004M 924K 1003M 1% /dev/shm
none 1004M 104K 1004M 1% /var/run
none 1004M 0 1004M 0% /var/lock
/dev/sda6 55G 22G 31G 41% /home
/dev/sda3 161G 157G 4.8G 98% /media/B49C6DC49C6D822A
--
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=21029
Summary: Runes of Magic fails to load in WINE 1.1.34
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=16051
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimmy(a)boombatower.com
Runes of Magic still installs using the method described on the winehq page,
but no longer loads.
I have it working on my laptop which runs WINE 1.1.33, but it fails on my
desktop with same distro and version except WINE 1.1.34. This has also been
confirmed by a number of comments from users.
The game window opens and remains black for a long time (like usual, even on
Windows), then you hear the music and then in WINE 1.1.33 you see the main
screen. As of WINE 1.1.34 this does not seem to happen after several minutes.
Let me know if there is anything else I can provide, possibly install devel
libs and dumb some debug?
OpenSUSE 11.2
ATI Radeon 4870 (with proprietary driver)
--
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=19499
Summary: Halo CE's built-in chat does not work.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
When you're playing you usually press "T" or "H" to get a one-line chat prompt.
Problem is that you can't see what you're typing. Neither what others say.
I'll play with a friend to ask if he can see what I send (I'll just type
something and then press enter to send the message), as I think it's just a
problem with the text drawing.
This text is the only with a font one in pure white color, maybe it's related
to it or some missing font?.
What could I do to help debugging this?.
--
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=17051
Summary: finepix_5.4.10E
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabona(a)freestart.hu
I've got an ubuntu 8.04.
when I used wine 1.0 the finepixviewer 5.4.10E runs without error.
when I upgraded to wine 1.1.13, this software cannot run.
the installation is OK, but the software cannot run, just exiting.
--
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=4268
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #85 from Austin English <austinenglish(a)gmail.com> 2011-10-01 13:18:16 CDT ---
Closing.
--
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=22568
Summary: Spore: Shows black screen when run using Wine 1.1.42
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silver(a)silvermb.com
I am new to Linux operating system so please bear with me if my explanation or
details shown below are not specific enough.
Description of problem
Spore shows black screen on start up. No Graphics, No Sound and No Cursor
displayed.
Installation process worked OK with no errors.
Software/Hardware
Wine 1.1.42
Spore 1 - Installed from DVD. (I am currently using the Correct No-CD to get
around the DVD not recognised issue).
Latest Graphics driver for Intel 945GM built in card.
32 bit Ubuntu 10.04 Operating System. (Also tried using previous Ubuntu 9.10
with no luck).
Dell Latitude D620 Laptop.
Other Details
I have tried to fix this issue using information from other bug reports with no
luck, details are shown below:
1. Changed the following Registry entries:
HKEY_CURRENT_USER, Software, Wine, Direct 3D.
DirectDrawRederer = opengl.
OffscreenRenderingMode = backbuffer.
UseGLSL = disabled.
I have also tried using OffscreenRederingMode = fbo and had same error.
2. I have run the software from terminal using the -safe flag and got the
following message:
fixme:thread:SetThreadIdealProcessor (0x64): stub
fixme:thread:SetThreadIdealProcessor (0x6c): stub
after this message the terminal seems to wait and do nothing.
Does anyone have any ideas how to fix this issue ?
Thanks
Silver
--
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=22111
Summary: Ultraedit 14.10 crash with FTP function
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)mailitalia.it
Created an attachment (id=26955)
--> (http://bugs.winehq.org/attachment.cgi?id=26955)
terminal crash log wine 1.1.41 in ultraedit 1.1.41 using FTP
FTP function in ultraedit 14.10 works quite well in wine 1.1.40 (sometimes
crashes, but not always like in wine 1.1.41)
In wine 1.1.41 crashes every times i try to use it. In every action like: open
a folder, open a file etc (always with FTP).
--
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=21659
Summary: World of Warcraft doesn't paint ground textures
outside anymore
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cryogenfx(a)gmail.com
since upgrading to 1.1.38, WoW doesn't want to paint textures on the ground
outside anymore, it just flickers white and black. downgrading to 1.1.36 and
the textures are back. all inside textures show, and all terrain features are
there.
I have no idea what else to report really, or what mroe info you need, but feel
free to ask.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20620
Summary: syslevel.c: Win16Mutex and loader.c: loader_section
thread time outs
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k.king177(a)ntlworld.com
a single thread on syslevel.c: Win16Mutex
and two threads on loader.c: loader_section
issue "wait timed out in thread ####, blocked by each other.
and then dumps.
Was trying to install bitware bitfax software with wine 1.1.32 compiled from
source on PCLOS 2009.1
Have previously been able to get past this point (last tested in 1.1.7)
have tried with setting at W98,W2K and XP.
uname -a:
Linux localhost 2.6.26.8.tex3 #1 SMP Mon Jan 12 04:33:38 CST 2009 i686 AMD
Athlon(tm) 64 X2 Dual Core Processor 5200+ GNU/Linux
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19609
Summary: Framemaker regression: Drawing element window is drawn
incorrectly
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ulrich.gemkow(a)ikr.uni-stuttgart.de
When using Framemaker 7. with the latest git version the window to select the
drawing elements is drawn to broad (it should only contain the two icon rows)
and when changing its size, it is redrawn incorrectly (border missing,
background color wrong).
This worked in earlier git versions (and in cxoffice).
--
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=23606
Summary: Flight Simulator 2004 cannot click lessons as in rc6
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
In rc 7 I cannot click on flight lessons with Rod anymore. This was working in
Wine rc6 so I guess it's a gecko related error.
Many thanks to check for 1.2
--
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=23548
Summary: Black Field (Shadow) behind an for the Cars by GTR 2,
rFactor, BMW-M3 Challenge an Volvo the Game
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: postbox.thomasf(a)versanet.de
"GTR 2" works with 1.1.41 100% perfekt. From 1.1.42 > 1.2.rc5 has the in Game
Graphic a black Field (Shadow? ) for an behind the Car (Playing in Cockpit
View)
The same Effekt aslso in "BMW-M3 Challenge" , "Volve the Game" and "rFactor"
--
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=22643
Summary: FIFA 10 does not work.
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://news.bigdownload.com/2009/09/16/download-fifa-1
0-demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
On Wine 1.1.44 EA`s Game FIFA 10 does not work. See log for details.
On Wine 1.1.43 and older it worked, but very, very, very slow and
unplayable.
On Wine 1.1.20 it works just as in windows (and network game too with
vcrun2005) on ATI Radeon HD 3600 with latest fglrx.
This issue affects demo too. See download link.
--
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=21718
Summary: fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to
(0,0)-(1400,1050) err:ntdll:RtlpWaitForCriticalSection
section 0x7e0d79a0 "x11drv_main.c: X11DRV_CritSection"
wait timed out in thread 001e, blocked by 0009,
retrying (60 sec)
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryces_dad(a)yahoo.com
I moved from 1.1.32 to 1.1.38. Had problems so I wiped my entire .wine system
clean and did a fresh install of 1.1.38.
I installed my BattlezoneII, which ran flawlessly on 1.1.32, and after a very
short period of time it will freeze but background sounds still play. A few
second later, a black box appears in the middle of the app yet it's
unresponsive. If I wait a minute or so, the app stops leaving the light blue
background of the virtual desktop. The shell shows me this..
"fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(1400,1050)
err:ntdll:RtlpWaitForCriticalSection section 0x7e0d79a0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 001e, blocked by 0009, retrying
(60 sec)"
The thread and blocked by number change from incident to incident.
My system is a 64bit Sabayon 5.1 (Gentoo)
Excellent product by the way. :)
Marc
--
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=20141
Summary: Trackmania constantly rumbles joystick with Wine
1.1.29
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
After upgrading to Wine 1.1.29, running Trackmania United Forever with a joypad
attached (a Logitech Rumblepad 2) constantly rumbles the joypad at all times,
except when loading. This didn't happen with earlier Wines. Reassignment of
joypad controls has also stopped working reliably.
--
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=19989
Summary: MCI Regression from 1.1.28 to 1.1.29 (No MCI Device
Open)
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sortell(a)gmail.com
Created an attachment (id=23516)
--> (http://bugs.winehq.org/attachment.cgi?id=23516)
console output
Kubuntu 09.04
wine version 1.1.29
Using a software package called Exercitia Latina for a college latin course.
The program is called Exercitia Latina and it seem to work alright until I
updated to 1.1.29.
There is a section where you type in the appropriate word or phrase and hit
enter and you move to the next line if you are correct.
This worked alright in 1.1.28, but 1.1.29 opens an error dialog upon hiiting
the enter key that states "No MCI Device Open" and I am not able to move on.
I reverted back to 1.1.28 and it works again.
This is reproducable and happens on my girlfriends computer as well (fresh
kubuntu install virtualized using virtualbox on an OSX host) where the problem
was first observed.
I added an attachment of the basic wine output.
I can also try to attach a full WINEDEBUG=+relay or any other debug outputs as
well if desired.
Thanks
-Scott
--
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=19794
Summary: a retrogress
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jilingshu(a)Gmail.com
two problems:
1. the winedbg cannot work in wine 1.1.27(downloaded from debian sid
repositories,wine-unstable) but it can work well in wine 1.0.1(downloaded from
debian sid repositories,wine)
2. i try to run QQ2009 English Version Beta2 by wine.wine 1.0.1 will crashed
after i logged in and wine 1.1.27 will crashed while i logging in.
the new error which shown in 1.1.27 is:
err:ntdll:RtlpWaitForCriticalSection section 0x70460350 "?" wait timed out in
thread 0009, blocked by 0028, retrying (60 sec)
this error not shown in 1.0.1
the full backtrack is in the attachment.
thx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23661
Summary: Star Wars Episode I -The Phantom Menace : No longer
will install
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brande77(a)gmail.com
The installer returns the pop-up window error when run "Severe: get prof
failed!" You can click "OK" and attempt to continue the installer, but soon
after during file copy another warning window pops up: "Severe: file set
execute failed". Clicking "OK" again will then give you a series of pop up's
with no text, just a red "X" and an OK button which constantly reappears after
clicking OK about 10 times, then the installer skips right to the end of the
process with "Install complete" but nothing was installed except a menu entry
in wine. This used to be a platinum rated wine app that installed normally in
prior versions of 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=22195
Summary: SILKYPIX Developer Pro slow menus and sliders
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.silkypixuk.com/index.php/View-details/Silky
pix-Software/21-Silkypix-Developer-Studio-Pro-UK-Windo
ws
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard.huettemann(a)gmx.net
Silkypix Developer Pro Version: 4.1.31.2 is working significant slower than
under WINE 1.1.27, especially the sliders and menus for image processing are
slow and sloppy.
--
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=22022
Summary: Turbocad 4 won't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaheme(a)gmx.de
when I start TurboCad V4 in Wine 1.1.40 I get an error.(watch at the
attachment)
The programm works well with Wine 1.0.1
--
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=21623
Summary: The game Serious Sam 2 does not start on wine 1.1.38
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergo(a)bk.ru
On my OpenSUSE 11.2 with wine 1.1.38 I tryed to install Serious Sam 2.
Installation was excellent. No problems were while beginning of the game (video
about Sam's mission and so on). But when the 1 level of game was loaded
everything stopped and I got a warning dialog telling me about a bug in the
game.
My hardware: nvidia 7900 GT, driver 190.53. I know that this game run on the
previous versions of Wine. That's why I tryed to play SS2 on Linux. X-server
remain in 1024x768 resolution. Re-login corrected problems with relolution and
restore 1280x1024.
Wine's settings were by default, directx I did't install.
Ready to get another descriptions and make another tests:)
--
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=21151
Summary: Battlefield Vietnam Invisible Rockets, 1.1.33 OK ,
1.1.35 broken
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steven.wooding(a)gmail.com
I have played battlefield Vietnam on 1.1.33 just fine without any problems.
But after I upgraded to 1.1.35 the rockets where all invisible. Everything
else seems to work 100%, the rockets even do damage and all the animations
around the rocket is where. Just the rocket and smoke that is missing.
Makes it really difficult to play with the helicopters since you can't see
exactly where the rocket went
--
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=17293
Summary: wine from version 1.1.7 to 1.1.12 no longer uses winecfg
advanced settings for drive mapping
Product: Wine
Version: 1.1.7
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinrs(a)softhome.net
After running winecfg Drives->Show Advanced to set drive Type, wine versions
from 1.1.7 no longer uses this information to find the drive type. This is
confirmed by tracing through wine debug.
For example, run winecfg, choose Drives tab, Add.., D: drive, Show Advanced,
Path:/some-normal-directory-path, Type: CD-ROM
The D: drive is not detected as CD-ROM but rather as a normal disk.
Also confirmed with Type: Local using a path that is a bind mount point (not
even a network mount), and it detects as remote drive rather than local drive.
This is confirmed from version 1.1.7 to 1.1.12 (not sure after that).
--
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=28522
Bug #: 28522
Summary: games (steam) crashes on startup
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookily(a)gmx.de
Classification: Unclassified
my system: kubuntu 11.10 64bit - beta2, mainboard: XFX nforce 750i SLI (775),
graphics: 1 pcs. nvidia geforce 8800gts 512
Tested on wine 1.2.3 and wine 1.3.28.
Its not possible on my system to start a game. Tested: cs-source (steam),
Dungeon Keeper 2.
system (graphicscard) info in steam: no hardware drivers found!
Linux drivers 280.13 are installed!
>glxinfo | grep rendering
direct rendering: Yes
GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
steam system info:
Grafikkarte:
Kein Treiber entdeckt (no driver found)
Kein DirectX-Treibername entdeckt (no directx drivername found)
Keine Treiber-Version entdeckt (no driver version found)
Keine DirectX-Treiberversion entdeckt (no directx driver version
found)
Kein Treiberdatum entdeckt (no driver date found)
Keine DirectX-Karte entdeckt (no directx card found)
Keine Anbieterkenn. entdeckt (no provider ID found)
Keine Gerätekenn. entdeckt (no device ID found)
Anzahl der Monitore: 1
Keine Grafikkartenanzahl entdeckt
Kein SLI oder Crossfire entdeckt
Prim. Anzeigeauflösung: 1920 x 1080
Desktop-Auflösung: 1920 x 1080
Prim. Anzeigegröße: 50.8 cm x 28.6 cm (58.2 cm diag.)
Kein prim. Bustyp entdeckt (no bus type found)
Kein prim. VRAM entdeckt (no VRAM found)
Keine unterst. MSAA-Modi entdeckt (no MSAA found)
Hope anybody can help me.
Thanks in advance.
Cheers, boulderlink
--
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=4268
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |ABANDONED
--- Comment #84 from Austin English <austinenglish(a)gmail.com> 2011-10-01 13:15:38 CDT ---
(In reply to comment #83)
> The bug reporter stated (#81) that they could not test anymore this bug because
> of bug http://bugs.winehq.org/show_bug.cgi?id=6789 (I found it through AppDB,
> reported for the same application) which has been closed as abandoned (by the
> same bug reporter). I would thus suggest to also close this one as abandoned.
Agreed.
--
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=28513
Bug #: 28513
Summary: Kindle crashes on msvcp90.dll
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erkiha(a)gmail.com
Classification: Unclassified
Created attachment 36593
--> http://bugs.winehq.org/attachment.cgi?id=36593
crash log
Kindle for PC still crashes, did work ok up to wine 1.3.26.
wine: Unimplemented function
msvcp90.dll.?reserve@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXI@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=28532
Bug #: 28532
Summary: King's Bounty: The Legend - Custom mouse cursor alpha
channel broken (displays black instead of transparent)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mooroon2(a)mail.ru
CC: huw(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 9b7ea6f417a68517745203123d9df0516ebc60b1
Introduced recently in wine git with the following commit:
9b7ea6f417a68517745203123d9df0516ebc60b1 is the first bad commit
commit 9b7ea6f417a68517745203123d9df0516ebc60b1
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Sep 27 16:13:39 2011 +0100
gdi32: Forward StretchBlt calls from the dib driver to the null driver.
:040000 040000 ce22d7943f0f7aecdda67e97b5812cb40b40cc96
c11b7ea6be9e5605ec4b3d2959af57b22ec7d54d M dlls
Reverting this patch against wine-1.3.29-121-gfdda702 (HEAD as of 01/10/2011)
fixes the problem. Problems with Mouse cursor in this game had had a long
history. Custom game mouse pointer hadn't been rendered at all until pretty
recent Wine version (more info available in bug #24956).
P.S. CCing author of the "first bad commint".
--
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=28358
Summary: Application support for Watchtower Library broke.
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon(a)tretter.net
Created an attachment (id=36350)
--> (http://bugs.winehq.org/attachment.cgi?id=36350)
Error message when trying to open WTlib
After upgrading wine from 1.3.27 to 1.3.28, the Watchtower Library 2010 fails
to start.
--
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=5180
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #12 from Austin English <austinenglish(a)gmail.com> 2011-10-01 08:53:53 CDT ---
(In reply to comment #10)
> I can run examples from main entry and comment #4 inside the IDE in 1.3.26. I
> can also compile both examples with a small fix.
>
> The error happens because vbKeyEscape is not found but this is another bug
> because one of the completion libraries was not loaded... Changing it to 27
> fixes the problem (although there's an error in the condition anyway allowing
> any key press to stop the demo).
>
> Can anyone (specially Dan) retest it?
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=23652
Summary: gmax crashes during startup with unimplemented
function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.turbosquid.com/gmax
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installation and registration run fine. Starting the game crashes with
wine: Call from 0x7eda8093 to unimplemented function
msvcirt.dll.??0ifstream@@QAE@PBDHH@Z, aborting
winetrics vcrun6 works around the problem and lets the app start.
(Unrelated note: If you choose opengl in the initial dialog, it aborts; you can
edit gmax.ini to get back to a working state.)
--
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=201
--- Comment #88 from Shanto <shanto(a)hotmail.com> 2011-10-01 00:45:00 CDT ---
Created attachment 36620
--> http://bugs.winehq.org/attachment.cgi?id=36620
Navicat Premium 10.0.5 on WINE 1.3.29
Toolbar and menubar icons in Navicat Premium 10.0.5 running under WINE 1.3.29
are still black.
--
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=5623
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #35 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-09-30 22:28:26 CDT ---
After studying a bit of the X server and searching for a way to create a global
keyboard hook in X I believe that what wine is doing currently is the best we
can have and I personally consider this bug fixed.
I searched several forums and lists and everyone has the same answer that it's
not possible to create a global hook to get keyboard keys in X server because
each application has it's own message queue, differently from windows that have
only one queue (or am I wrong?).
The current wine implementation get keys/clicks from the focused wine window
and is able to share them with all other opened wine windows.
My demo application is in the comment above if anyone have some time 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.