http://bugs.winehq.org/show_bug.cgi?id=16961
Summary: Videos in The Neverhood are broken since 1.1.3
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: churchyard(a)gmail.com
CC: stefan(a)codeweavers.com
In The Neverhood videos has bad FPS (about 2), they are unwatchable. It affects
Wine 1.1.3 and all newer versions. I've done Regression Testing and it's commit
e178ddd9e1e16d1a3f52492799692e289eefcf8c.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16768
Summary: Unable to scan using ARP with Softperfect Network
Scanner
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
When scanning with SoftPerfect Network Scanner, ARPing does not work as the
required function is not currently implemented in wine (only stub).
Wine says: fixme:iphlpapi:SendARP (DestIP 0x0100a8c0, SrcIP 0x00000000,
pMacAddr 0x8f5ae4, PhyAddrLen 0x8f5aec): stub
Setting Softperfect Network Scanner to scan using ARP: Options->Program Options
->Method->ARP (arping)
Running Ubuntu 8.10 x64.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16461
Summary: Using the checkbox crashes the application (Registax4)
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.verduci(a)gmail.com
This problem is related to the software Registax4.
This software work only if I don't use the checkbox, but this affect the final
result because I can not use some features.
My Linux OS is Ubuntu 8.04.
To reproduce the bug:
1. Open Registax;
2. Click, for example, the checkbox "Show Frame List".
This problem is not present in wine 0.9.59.
View this link to the AppDB:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7097
Thanks for this great "not emulator"!
Giuseppe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10939
Summary: Mackie Tracktion gui is very cpu hungry
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ireneshusband(a)gmail.com
The audio output of Mackie Tracktion is extremely choppy when (and only when)
the GUI is visible. The choppiness is much worse at lower latencies (using
jack/wineasio), so I presume that this means the cpu is under very heavy load.
To reproduce this:
Go to http://www.mackie.com/products/tracktion3/index.html and download and
install the demo. You'll also need to have wineasio for this.
Start Jack and then Tracktion. Play the demo track "Spiralling".
What you will probably hear will be very choppy indeed. You will probably also
see a huge number of xruns.
Now switch from X to a virtual console (ctrl-alt-F1). The choppiness
disappears. On my machine (a 2.8GHz P4) when I run top from a virtual console I
find that Tracktion uses between 45% and 70% cpu time while playing
"Spiralling" at 10ms latency. However when the gui is visible it stutters badly
even with a project containing nothing but a single wav file or a single
undemanding vsti plugin.
I have experienced this problem both on an Ubuntu Gutsy system and a on
recently installed Gentoo system.
--
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=10307
Summary: mono-1.2.5 quoting problem somewhere...
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Found this while trying http://www.mono-project.com/GtkSharp:_Hello_World
$ wget http://kegel.com/wine/winetricks
$ sh winetricks mono12
$ cd ~/".wine/drive_c/Program Files/Mono-1.2.5.2"
$ rm -f x.cs
$ touch x.cs
$ wine cmd /c bin/mcs.bat x.cs -pkg:gtk-sharp-2.0
fails with
error CS2001: Source file
`Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll' could not be found
(On Windows, it correctly complains that there's no entry point.)
The file "~/.wine/drive_c/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll"
exists.
+relay shows a few clues.
000e:Call msvcrt.fopen(00153588 "C:\\Program
Files\\Mono-1.2.5.2\\lib\\pkgconfig\\gtk-sharp-2.0.pc",004059fa "r")
ret=00405ae3
...
000e:Call ntdll.strlen(001510e8 "Libs:
-r:${libdir}/mono/gtk-sharp-2.0/pango-sharp.dll
-r:${libdir}/mono/gtk-sharp-2.0/atk-sharp.dll
-r:${libdir}/mono/gtk-sharp-2.0/gdk-sharp.dll
-r:${libdir}/mono/gtk-sharp-2.0/gtk-sharp.dll") ret=00403d73
...
000e:Call ntdll.strlen(00151698 "-r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:C:/Program
Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/gtk-sharp.dll") ret=00409aa7
...
000e:Call ntdll.strlen(001518c0 "-r:C:/Program") ret=00403d73
...
000e:Call ntdll.strlen(001518ce
"Files/Mono-1.2.5.2/lib/mono/gtk-sharp-2.0/pango-sharp.dll") ret=00403d73
Somehow when ${libdir} was expanded, some quotes were left off,
or something.
It kind of looks like the variable expansion is happening inside mono.
+all shows
000e:Call ntdll.strcmp(00155a30 "libdir",00155b78 "libdir") ret=672f5c28
000e:Ret ntdll.strcmp() retval=00000000 ret=672f5c28
000e:RET libglib-2.0-0.g_str_equal() retval=00000001 ret=672d181e
000e:RET libglib-2.0-0.g_hash_table_lookup() retval=00155bd0 ret=004033bf
000e:CALL libglib-2.0-0.g_strdup() ret=004033c7
000e:Call ntdll.strlen(00155bd0 "C:/Program Files/Mono-1.2.5.2/lib")
ret=672f3670
so presumably it's mono that is screwing up here.
--
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=9471
Summary: OpenZelda Quest Designer Rendering issues.
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://openzelda.thegaminguniverse.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kphillisjr(a)gmail.com
Created an attachment (id=7813)
--> (http://bugs.winehq.org/attachment.cgi?id=7813)
Screenshot of the example rendering bug.
This is a fairly major rendering error that makes some of the main features of
OpenZelda unusable, when it comes to having the quest designer used.
Errors and fixme's left on this application:
err:wgl:X11DRV_wglGetProcAddress (wglMakeContextCurrentARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetCurrentReadDCARB) - not found
fixme:win:EnumDisplayDevicesW ((null),0,0x34f58c,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x133560) : stub,
simulating 64MB for now, returning 64MB left
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x132780)->(0x1002a,00000008)
fixme:d3d:IWineD3DClipperImpl_SetClipList (0x174530,0x34f9e8,0),stub!
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Unsupported flags: 00000001
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Unsupported flags: 00000001
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Unsupported flags: 00000001
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Unsupported flags: 00000001
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x132780)->((nil),00000008)
note: here is an example of how the Quest Designer is supposed to Render.
http://openzelda.thegaminguniverse.com/images/screenshot3.PNG
--
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=10251
Summary: 1cv77 on platform 25 page fault
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtualprotoss(a)yahoo.com
Created an attachment (id=8878)
--> (http://bugs.winehq.org/attachment.cgi?id=8878)
1cv77_platform25
When start the 1cv7s.exe, normally starting, then open any configs - 1-3
seconds, and crash with Unhandled exception: page fault on read access to
0x0fa43720 in 32-bit code (0x0041d2b7).
--
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=17484
Summary: Leisure Suit Larry 7 refused to run with Win98 settings
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wagnermaik(a)web.de
Created an attachment (id=19579)
--> (http://bugs.winehq.org/attachment.cgi?id=19579)
Leisure Suit Larry - Error messages and stack dump
Installing "Leisure Suit Larry 7" worked fine but when I tried to start it up
from Mandriva 2009.0 I got the attached message. Hope you find it useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17454
Summary: Toad's tool 64 doesn't work
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eduardosmuov38(a)hotmail.com
Created an attachment (id=19533)
--> (http://bugs.winehq.org/attachment.cgi?id=19533)
Debug from the terminal
I open this application and it quits.
I have MSVCP71.DLL
Debug 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=17242
Summary: Regedit: Exported key names containing backslashes are
not escaped
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cybolic(a)gmail.com
For example, exporting HKEY_LOCAL_MACHINE\System\MountedDevices in regedit will
write keynames as such:
[HKEY_LOCAL_MACHINE\System\MountedDevices]
"\??\Volume{00000000-0000-0000-0000-000000000043}"=hex:2e,2e,2f,64,72,69,76,65,\
5f,63,00
which cannot be imported by regedit - the correct output should have been:
[HKEY_LOCAL_MACHINE\System\MountedDevices]
"\\??\\Volume{00000000-0000-0000-0000-000000000043}"=hex:2e,2e,2f,64,72,69,76,65,\
5f,63,00
which imports 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=17175
Summary: Crash running Quicken 2008
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wblairm(a)gmail.com
This is your problem. A missing gdiplus function.
Quicken will crash just after you select a data file. Error condition reports
missing gdiplus.dll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17067
Summary: Stud_PE crashes on Tools -> Plugins
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: specious(a)gmail.com
Stud_PE 4.2.0.1, the EXE viewer, crashes when the Tools -> Plugins menu is
opened. Therefore the plugins cannot be used.
This freeware app can be downloaded here: http://www.cgsoftlabs.ro/studpe.html
err:seh:setup_exception_record stack overflow 124 bytes in thread 0009 eip
7ddb5ba0 esp 002312b4 stack 0x230000-0x231000-0x330000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17026
Summary: Prince of persia warrior within: everything is upside
down during gameplay
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manuel_jose_silva(a)hotmail.com
When I play Prince of Persia Warrior Within everithing is upside down during
gameplay. I solve this problem by setting special effects to low.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16820
Summary: Application crashes on save. No save possible.
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shadowvoice(a)inbox.lv
Created an attachment (id=18518)
--> (http://bugs.winehq.org/attachment.cgi?id=18518)
log from terminal
Hi All!
I'm on Ubuntu 8.41 / Wine version wine-1.1.10 installed via packages from Wind
HQ.
All updates available are installed.
VCarvePro v4.6 Trial from Vectric's (http://www.vectric.com) download page
crashes on trying to Save any job. Same problem with fulli functional version
which I got minutes ago.
So far didnt find anything needed to be install from Winetricks more than
DirextX and all fonts.
Tried to follow advices mentioned on
http://www.vectric.com/forum/viewtopic.php?p=21832&sid=2a1297b593697dd09931…
but didnt suceed so far ;-(
I need this working DEADLY, cose it's bussiness related problem and I cant run
my expencive equipment...
Regards,
Kirs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16753
Summary: unimplemented function ntoskrnl.exe.KeGetCurrentThread
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josergc(a)gmail.com
Created an attachment (id=18419)
--> (http://bugs.winehq.org/attachment.cgi?id=18419)
unimplemented function ntoskrnl.exe.KeGetCurrentThread
Hi everybody,
I just updated from the version 1.1.10 to 1.1.12 compiling the source code, and
each time I attempt to execute the wine appears the attached message.
How works the coredumps? because I executed "wine ulimit -c unlimited" but it
still out puts the same message. Can I fix it by myself?
Thank you very much!
Jose
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16729
Summary: regression: font smoothing doesn't work in wine-1.1.12
Product: Wine
Version: 1.1.12
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=18407)
--> (http://bugs.winehq.org/attachment.cgi?id=18407)
screenshot of large text in 1.1.12
In 1.1.11 and earlier versions, large fonts are smoothed, but they are not
smoothed in 1.1.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=16475
Summary: since at least 10 wine versions winamp5 is unbearable
slow
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spreetec(a)gmx.net
it becomes slow from the very start, moving the main window can take up to 30
seconds, further test are not necessary since it would take hours to do 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=16298
Summary: Finale Notepad 2009: Clicking on splash screen causes X
error
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://makemusic.iqstorage.com/Finale/Fin2k9WinDemo2.zip
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Run the installer, click on the splash screen before it disappears => crash:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x3c00005
Serial number of failed request: 552
Current serial number in output stream: 565
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16282
Summary: Quartus II 80sp1: Compiling project crashes application
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boran.car(a)gmail.com
Created an attachment (id=17563)
--> (http://bugs.winehq.org/attachment.cgi?id=17563)
Trace from running application with wine from the command line
When Compiling a project, Quartus II crashes with a message box from Visual C++
runtime saying that the application has requested the runtime to terminate 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=16158
Summary: Condor: Wine System Tray
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=17407)
--> (http://bugs.winehq.org/attachment.cgi?id=17407)
screenshot
An empty "Wine System Tray" window appears as soon as the "Debriefing"-screen
pops up. It's completely empty, but does not disappear. Also there is no [X] in
top right corner...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16088
Summary: Quartus II 80sp1: Opening About window crashes
application
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boran.car(a)gmail.com
Created an attachment (id=17314)
--> (http://bugs.winehq.org/attachment.cgi?id=17314)
Screenshot of the error window displaying quartus internal error information.
Opening Help->About Quartus II crashes Quartus II 80sp1 first with an error
message inside Quartus saying about an internal error, as shown in the
attachment.
When running from the terminal using wine I get this message after the
application crashes, nothing else.
fixme:htmlhelp:HtmlHelpW HH case HH_GET_WIN_TYPE not handled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15981
Summary: Rhapsody 3 and 4 crash at end of autoupdate install
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://service.real.com/rhapsody/download/version4/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user in
http://real.lithium.com/real/board/message?board.id=InstallingRhapsody&mess…
asked about Rhapsody, so I had a look at all the freely
downloadable versions I ran into. (Bug 15980 is about version 2.)
Installing the Listen version of Rhapsody, either
http://service.real.com/rhapsody/download/version3/http://service.real.com/rhapsody/download/version4/
succeeds; on startup, it autoupdates to the
newest version (and you have to avoid accepting the
autoupdate prompt more than once, or you'll start
multiple concurrent autoupdate installs).
Sadly, though, the autoupdater crashes on completion:
Unhandled exception: page fault on read access to 0x62ee1340 in 32-bit code
(0x62ee1340).
Backtrace:
=>1 0x62ee1340 (0x0033ecc0)
2 0x7ec07b9a call_window_proc+0x6a(hwnd=<?>, msg=<?>, wp=0, lp=3404588,
result=0x33ed94, arg=0x62ee1340) [dlls/user32/winproc.c:458] in user32
(0x0033ed00)
3 0x7ec0cec7 WINPROC_call_window+0xf7(hwnd=<?>, msg=129, wParam=0,
lParam=3404588, result=0x33ed94, unicode=0, mapping=WMCHAR_MAP_SENDMESSAGE)
[dlls/user32/winproc.c:2218] in user32 (0x0033ed40)
4 0x7ebcc631 call_window_proc+0x91(hwnd=<?>, msg=<?>, wparam=0,
lparam=3404588, unicode=0, same_thread=1, mapping=WMCHAR_MAP_SENDMESSAGE)
[dlls/user32/message.c:1634] in user32 (0x0033eda0)
5 0x7ebd1875 send_message+0x1d5(info=<?>, res_ptr=0x33ee3c, unicode=0)
[dlls/user32/message.c:2465] in user32 (0x0033ee00)
6 0x7ebd1d33 SendMessageA+0x53(hwnd=0x60062, msg=129, wparam=0,
lparam=3404588) [dlls/user32/message.c:2610] in user32 (0x0033ee40)
7 0x7ebff0a0 WIN_CreateWindowEx+0x1450(cs=0x33f32c, className=0x8002,
flags=32) [dlls/user32/win.c:1190] in user32 (0x0033f100)
8 0x7ec0030a CreateWindowExA+0x6a(exStyle=1, className=*** invalid address
0x8002 ***, windowName="", style=2160591040, x=357, y=81, width=278,
height=105, parent=0x600e4, menu=(nil), instance=0x10000000, data=(nil))
[dlls/user32/win.c:1391] in user32 (0x0033f360)
9 0x7eb97159 DIALOG_CreateIndirect+0x6a9(hInst=0x10000000, dlgTemplate=<?>,
owner=0x600e4, dlgProc=0x100146e5, param=0, unicode=0, modal=1)
[dlls/user32/dialog.c:621] in user32 (0x0033f530)
10 0x7eb99a38 DialogBoxParamA+0x78(hInst=<?>, name=*** invalid address 0x72
***, owner=0x600e4, dlgProc=0x100146e5, param=0) [dlls/user32/dialog.c:808] in
user32 (0x0033f550)
I have a feeling our DialogBoxParam isn't doing the right thing
with that name parameter...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15818
Summary: winecfg should fit on a 640x480 display
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Currently, if winecfg is run on a virtual desktop of size 640x480 (at 96 dpi),
the OK, Cancel, and Apply buttons are cut off. The entire dialog should fit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15522
Summary: Firefox crashes on LDS.org's Move Media Player page with
latest git and 1.1.5
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.lds.org/move/index.html?type=conference&event
=178&lang=english
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookiecaper(a)gmail.com
Created an attachment (id=16477)
--> (http://bugs.winehq.org/attachment.cgi?id=16477)
Log of crash on close
Go tohttp://www.lds.org/move/index.html?type=conference&event=178&lang=english
in Firefox in WINE, install plugins it requires, and load this page, start a
clip, and then close it. Thing crashes on an X error and the attached backtrace
is output. This usually happens on close, but I had it occur on load once.
Backtrace doesn't look terribly useful but I'm not sure which packages need
debug flags.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15433
Summary: Failure to load mp3 in popup file browser in Audiosurf.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)unixbigots.org
Created an attachment (id=16300)
--> (http://bugs.winehq.org/attachment.cgi?id=16300)
Wine error/warning output
When I attempt to open an MP3 from my hard drive to play in Audiosurf the
application crashes. I have Quicktime 7.1.6.200 installed, which is required
for Audiosurf.
This is using the popup file browser in the app, because the in game file
selection is unusable. The only way I can play is if I use the Audiosurf
radio.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.