http://bugs.winehq.org/show_bug.cgi?id=13214
Summary: No icons on control buttons with Audacity 1.2.6
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.strich.b(a)web.de
Created an attachment (id=13050)
--> (http://bugs.winehq.org/attachment.cgi?id=13050)
console log for start and emmidiate quit of Audacity, warn+all, fixme+all
For Audacity 1.2.6 run under Wine, there are no icons on the control buttons of
the main window, rendering the interface unusable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28454
Summary: Audacity 1.3 crashes on startup - unimplemented
function
msvcp90.dll.?replace@?$basic_string@DU?$char_traits@D@
std@@V?$allocator@D@2@@std@@QAEAAV12@IIABV12@@Z
Product: Wine
Version: 1.3.28
Platform: x86-64
URL: http://audacity.googlecode.com/files/audacity-win-unic
ode-1.3.13.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
On startup, Audacity briefly shows a "scanning VST plugins" window, then
crashes:
wine: Call from 0x7b83b4c2 to unimplemented function
msvcp90.dll.?replace@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IIABV12@@Z,
aborting
wine: Unimplemented function
msvcp90.dll.?replace@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IIABV12@@Z
called at address 0x7b83b4c2 (thread 0039), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31110
Bug #: 31110
Summary: SharpOcarina (.NET 4.0 app using OpenTK, C# OpenGL
wrapper) fails to create a temp OpenGL context
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
"SharpOcarina" is a scene development tool for "The Legend of Zelda: Ocarina of
Time".
Written in C#, requiring .NET Framework 4.0
Website: http://code.google.com/p/sharpocarina/
It makes extensive use of "OpenTK" -> http://www.opentk.com/
"The Open Toolkit is an advanced, low-level C# library that wraps OpenGL,
OpenCL and OpenAL. It is suitable for games, scientific applications and any
other project that requires 3d graphics, audio or compute functionality."
Another interesting "testsuite" for Wine OpenGL, the complete source is
available ;-)
The app itself fails quickly after load:
--- snip ---
...
002b:Call user32.CreateWindowExW(00000000,001814a0
L"7c76823a-2b3a-499b-b4f7-e135ab4518ab",001a1e28 L"OpenTK Native
Window",54000000,00000000,00000000,00000280,000001e0,0001011c,00000000,040d0000,00000000)
ret=045bebf2
...
002b:Ret user32.CreateWindowExW() retval=00010122 ret=045bebf2
...
002b:Call user32.GetDC(00010122) ret=04771a21
002b:Ret user32.GetDC() retval=000006a8 ret=04771a21
002b:Call gdi32.DescribePixelFormat(000006a8,00000001,00000028,0032df20)
ret=04771c55
002b:Call opengl32.wglDescribePixelFormat(000006a8,00000001,00000028,0032df20)
ret=7eb0b844
002b:Call gdi32.GdiDescribePixelFormat(000006a8,00000001,00000028,0032df20)
ret=7e1741d2
002b:Ret gdi32.GdiDescribePixelFormat() retval=00000044 ret=7e1741d2
002b:Ret opengl32.wglDescribePixelFormat() retval=00000044 ret=7eb0b844
002b:Ret gdi32.DescribePixelFormat() retval=00000044 ret=04771c55
...
002b:Call gdi32.SetPixelFormat(000006a8,00000001,0032df20) ret=04773492
002b:Call opengl32.wglSetPixelFormat(000006a8,00000001,0032df20) ret=7eb0b960
002b:Call gdi32.GdiSetPixelFormat(000006a8,00000001,0032df20) ret=7e173296
002b:Ret gdi32.GdiSetPixelFormat() retval=00000001 ret=7e173296
002b:Ret opengl32.wglSetPixelFormat() retval=00000001 ret=7eb0b960
002b:Ret gdi32.SetPixelFormat() retval=00000001 ret=04773492
...
002b:Call opengl32.wglCreateContext(000006a8) ret=04773547
002b:Call gdi32.__wine_get_wgl_driver(000006a8,00000029) ret=7e172fd5
002b:Ret gdi32.__wine_get_wgl_driver() retval=7ea739e0 ret=7e172fd5
002b:Ret opengl32.wglCreateContext() retval=00010000 ret=04773547
...
002b:Call opengl32.wglMakeCurrent(000006a8,00010000) ret=047735e8
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 702
Current serial number in output stream: 702
--- snip ---
I assume this works on Windows (if someone wants to test the app).
If I'm not mistaken, this seems to be the C# source code for the failing code:
https://opentk.svn.sourceforge.net/svnroot/opentk/trunk/Source/OpenTK/Platf…
(WinGLContext constructor, temp context creation in order to load wgl
extensions).
Prerequisite: 'winetricks -q dotnet40'
NOTE: There is a bug in winetricks 'dotnet40' recipe.
You _must_ set 'fusion' override to builtin (fusion=b) for the installer to
succeed and to get all assemblies properly installed into GAC.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10686
Summary: Marangatu fails with "Object doesn't support this
action"
Product: Wine
Version: 0.9.50.
Platform: PC-x86-64
URL: http://www.set.gov.py/set_htm/softwares/descargas/marang
atui/instalador.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=9523)
--> (http://bugs.winehq.org/attachment.cgi?id=9523)
Full terminal log
The eset.exe fails to start, bringing up a message box saying that Runtime
Error 445, Object doesn't support this action and then Wine pagefaults. Full
terminal output and error message attached.
--
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=23577
Summary: Kaspersky Internet Security 2010 installation problem:
need Wins Xp SP 2
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: bojan(a)antonovic.ch
kis9.0.0.736 gives the following line on the console:
err:msi:ITERATE_Actions Execution halted, action L"ErrorXPSP2RequiredShow"
returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19324
Summary: Get a Wine Error popup when trying to build a UBCD4Win
iso
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.ubcd4win.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franks(a)montgomery.edu
Created an attachment (id=22375)
--> (http://bugs.winehq.org/attachment.cgi?id=22375)
wine: Unhandled page fault on read access
The application itself installs fine in Wine version 1.1.23 and 1.1.25 on Suse
Linux Enterprise Desktop 11. I can get in and enable and disable plugins but
when I try to build a CD I get the Wine Error popup saying that "The program
UBCDWinBuilder.exe has encountered a serious problem and needs to close." I get
this error running in cli and double clicking on the exe. Now before I get the
pop I notice the application gets an error when opening up a hive while
building the registry. This happens so fast I can not see the full error in the
application before it crashes and the popup is produced. Went back and ran
under cli wine UBCD4WinBuilder.exe WINEDEBUG=warn+all &> log.txt and I am
suppling those to you for your reading pleasure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23732
Summary: Error when trying to build a UBCD4Win iso
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.ubcd4win.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonik3(a)o2.pl
Error when trying to build a UBCD4Win iso
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22124
Summary: BartPE: crashes when trying to make "Build"
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxandr(a)ua.fm
Created an attachment (id=26980)
--> (http://bugs.winehq.org/attachment.cgi?id=26980)
terminal output
I launch "pebuilder.exe", everything goes fine. But when I press "Build" button
after a few seconds (screenshot1) application crashes (screenshot2).
Looks like there are some issues with registry creation, .inf files parsing
functions, etc.
Tested and didn't worked in any of these combinations: pebuilder 3.1.10a,
3.1.10; building PE from windows 2003 sp2, windows xp sp3.
Wine is installed from http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu
repository.
A few Wine updates earlier the problem still existed.
BartPE can be downloaded from here:
http://www.nu2.nu/pebuilder/#download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28729
Bug #: 28729
Summary: EasyBCD: bcdedit complains about lack of privileges
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.lazzarotto(a)gmail.com
Classification: Unclassified
I tried to use two softwares which make use of bcdedit.exe. Those are:
EasyBCD - http://neosmart.net/dl.php?id=1 (free non-commercial version)
Sardu - http://www.sarducd.it/
Both of them use bcdedit.exe in order to open bcd files, such as those present
on Windows Recovery discs. In both cases I get the same error message, which
should be this:
"Privilege not held"
(my system is in Italian so I'm not sure about the exact words)
Of course Wine doesn't have a BCD file, but EasyBCD asks me if I want to open
one and when I point it to the location I get the error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.