http://bugs.winehq.org/show_bug.cgi?id=28892
Bug #: 28892
Summary: KERNEL32.RaiseException Sibelius 6
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.e.neal.andrews(a)gmail.com
Classification: Unclassified
This KERNEL32.RaiseException is occurring using the relay debug channel while
attempting to start Sibelius 6. (never starts up due to a messagebox stating a
loading error and that Sibelius needs to be reinstalled even after a successful
install)
0009:Call KERNEL32.RaiseException(406d1388,00000000,00000004,0032fb10)
ret=008287d1
0009:Ret KERNEL32.RaiseException() retval=6830e0fd ret=008287d1
Running Wine 1.3.31 on Ubuntu 11.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34423
Bug #: 34423
Summary: Star Trek Online won't display options menu
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexhenrie24(a)gmail.com
Classification: Unclassified
After opening Star Trek Online, if you click the Options menu, a Wine Internet
Explorer window opens at the address "app:3" and you never get the Options
menu.
Installing ie8 from winetricks gets around the problem.
Star Trek Online creates an IEframe showing
http://launcher.startrekonline.com/launcher_login. This page contains the
following link which is supposed to bring up the Options menu in the launcher:
<a target="_blank" href="app:3">Options</a>
Interestingly, if you fool the Star Trek launcher into loading a different
page, one that has the same link but without the target="_blank", it works! To
do so:
1. Add "127.0.0.1 launcher.startrekonline.com" to /etc/hosts
2. Set up Apache. Create the file /var/www/launcher_login with the content "<a
href="app:3">Options</a>".
3. Launch Star Trek Online.
Now when you click the Options link, you'll get the Options menu just as
expected. This seems to indicate some problem in the way Wine handles
target="_blank" for custom URI schemes. On Windows, a new Internet Explorer
window doesn't appear at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12284
Summary: floppy images not supported or ioctl 7000 not supported
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arekm(a)maven.pl
Can't use programs that are trying to create bootable floppy drive.
My setup:
[arekm@tarm ~/.wine/dosdevices]$ ls -al a*
lrwxrwxrwx 1 arekm users 8 mar 29 23:32 a:: -> ../a.img
where a.img is floppy disk image (note: I have no real floppy hardware in this
machine - laptop)
Now:
$ wine SMU3218.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:win:SetLayeredWindowAttributes (0x10028,0x00000000,255,2): stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 70000 (device=7 access=0 func=0
method=0)
fixme:win:SetLayeredWindowAttributes (0x2004a,0x00000000,255,2): stub!
and the program reports that it's unable to determine floppy disk type.
I guess the problem is in unsupported ioctl or just lack of floppy images.
The program is http://carme.pld-linux.org/~arekm/SMU3218.exe (1.5MB)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37707
Bug ID: 37707
Summary: Core Media Player installer crashes
Product: Wine
Version: 1.7.32
Hardware: x86-64
URL: http://www.tucows.com/preview/299014
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: jaromir(a)mailinator.com, xerox_xerox2000(a)yahoo.co.uk
Blocks: 18072
Distribution: ---
Created attachment 50196
--> https://bugs.winehq.org/attachment.cgi?id=50196
terminal output/backtrace
austin@aw25 ~ $ sha1sum thecoremediaplayer-setup.exe
20ceecfcf3774ce468bd12c1661b53e24a64fe81 thecoremediaplayer-setup.exe
austin@aw25 ~ $ du -h thecoremediaplayer-setup.exe
828K thecoremediaplayer-setup.exe
austin@aw25 ~ $ wine --version
wine-1.7.32-182-g89ecba6
Potentially a regression, but I don't have an old enough wine version to test
against (and I can't compile that old).
May be related to bug 34982.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14369
Summary: beware stack overflow into TEB
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14666)
--> (http://bugs.winehq.org/attachment.cgi?id=14666)
try to warn when stack overflows into TEB
It's too easy to overflow the stack and thus overwrite the TEB, particularly
when using external tools such as valgrind(memcheck) and printf :-) Try to
detect and give a warning. Patch is attached, and will be sent to
wine-patches(a)winehq.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=30083
Bug #: 30083
Summary: QQ2011 crashed
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chengyi.liang(a)sohu.com
Classification: Unclassified
Created attachment 39198
--> http://bugs.winehq.org/attachment.cgi?id=39198
wine log message
0.use clean .wine dir with wine-gecko installed. and do not modify any thing.
1. install qq2011,download from
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe
2. run QQ2011
3.QQ whill show main intface a few time ,then crashed.
main error mesage is:###!!! ABORT: Main-thread-only object used off the main
thread: file /build/wine-mozilla-1.4/xpcom/base/nsCy
cleCollector.cpp, line 1267
from 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=14368
Summary: enable more-robust debugging of signals and exceptions
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14665)
--> (http://bugs.winehq.org/attachment.cgi?id=14665)
ease debugging at lowest level of signals and exceptions
The code which handles signals and exceptions can be made more robust by using
symbols for some bare numeric constants (EXCEPTION_WRITE_FAULT,
EXCEPTION_EXECUTE_FAULT, EXCEPTION_READ_FAULT). Debugging can be made easier
with a *printf() that uses only a few hundred bytes of stack space, in contrast
to the several kilobytes required by the *printf() of glibc. With glibc it is
too easy to overflow the stack of only 12 KiB. Patch is attached, and will be
sent to wine-patches(a)winehq.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=23426
Summary: WoW Battlechest 3.2.0 patch can't put up release notes
with ie6
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This only happens with 'winetricks ie6', so take it with a grain of salt,
but while applying the 3.2.0 offline patch, one sees the dialog
Cannot find 'c:\users\dank\Temp\Blizzard Installer Temporary Data -
50ad729f\patch.html?'
Note the ? at the end. Looking at the disk, I see that
~/.wine/drive_c/users/dank/Temp/Blizzard Installer Temporary Data -
50ad729f/patch.html
definitely does exist at this point. Does the pathway that
triggers loading that web page have a string termination problem?
Clicking OK on that dialog lets the patch continue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11906
Summary: werkkzeug3 TE does not work
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ripzonetriton(a)gmail.com
Created an attachment (id=11203)
--> (http://bugs.winehq.org/attachment.cgi?id=11203)
log
It installs/uninstalls fine but doesn't start properly and does not work.
Here is the download link: http://www.werkkzeug.com/
It's free to download but you have to follow a registration 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=17662
Summary: Failed to connect to the mount manager error in winecfg
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsfrerot(a)egliseespoir.com
Created an attachment (id=19849)
--> (http://bugs.winehq.org/attachment.cgi?id=19849)
screen shot of the error
After a fresh install of ubuntu x64 and installing wine
1.1.16~winehq0~ubuntu~8.10-0ubuntu1, winecfg gives an error when going to the
"Drives" tab. "Failed to connect to the mount manager", see picture attached.
I tried to launch it from the command line and here is what I saw:
[jsfrerot@jsfrerot-desktop ~]$ winecfg
err:process:__wine_kernel_init boot event wait timed out
err:winecfg:open_mountmgr failed to open mount manager err 2
I copied the .wine folder from a 32bit ubuntu and the drives were shown in the
tab (no errors with the mount manager)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.