http://bugs.winehq.org/show_bug.cgi?id=6442
Summary: Wine 0.9.23 crashed when launching audio tab
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kfiaciarka(a)gentoo.pl
I'm using gentoo, on gentoo forum someone wrote that he has problem with game
performance when playing heroes of might an magic 4 using wine. He found this
tread and some patches http://bugs.winehq.org/show_bug.cgi?id=3902 . I added
them to wine ebuild and compiled wine with no problem. But when I tried to set
audio to alsa winecfg crashed just after i clicjed on audio tab.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6440
------- Additional Comments From citizenr(a)gmail.com 2006-13-10 20:56 -------
btw the new bug description is wrong, emule doesnt crash, it just gives that
error and :
-in wine XP mode doesnt bring up interface (but still connects to server and
starts dl/up)
-in W98 mode works normally
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6440
------- Additional Comments From citizenr(a)gmail.com 2006-13-10 20:53 -------
no native libs, everything buildin.
I only tried to force native rpcrt4.dll to see if it will bypass that error.
But normally I run all buildin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6441
Summary: Win16 app w/custom bitmap fonts locks on Wine 0.9.23,
works on versions <= 0.9.22
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ktk(a)enterprise.bidmc.harvard.edu
I have a 16-bit windows terminal-emulator application that runs flawlessly on
all versions of Wine up to and including 0.9.22. It uses custom .FON fonts that
are converted via fnt2bdf -> bdftopcf to allow the app to draw and emulate the
character generator of a Data General terminal.
On Wine version 0.9.23, the application freezes solid as soon as a button-press
or key-press event is received. It is not in a run-loop; there is no debug output.
When first invoked, the application draws a fixed-size main window using a
special 7x9 font. On top of that, it pops up a small "connection settings"
window with typical controls and buttons for entering and selecting parameters.
Under Wine version 0.9.23, both the main window and its pop-up behave
normally (with respect to other X11 windows) until either a key-press or
mouse-click is delivered to either window, whereupon the application becomes
non-responsive. When this happens, the windows stop re-drawing themselves when
they are moved or dirtied; for example, if one focuses and then blurs some other
window, the other window's bitmap remains visible within the confines of this
app's window.
I have no access to the source of the application, so am somewhat at a loss as
to how to get more information out of it about why it is freezing. I mention
the custom screen fonts in case that might be the smoking gun; I assume other
people using 16 bit apps are not having such issues. The application itself is
officially called "MediTech Remote Workstation" and is built with "KIPP
Developer's Toolkit."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6426
------- Additional Comments From truiken(a)gmail.com 2006-13-10 20:12 -------
Ignore my last entry, it turns out that we trip up over the summary information
in the msi file and never set the WordCount properly. Changing the break on
suminfo.c:176 to continue makes everything work, but a better solution is needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6440
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|emule Call from 0x7ee65f30 |emule crashes on
|to unimplemented function |unimplemented function
|rpcrt4.dll.I_RpcExceptionFil|rpcrt4.dll.I_RpcExceptionFil
|ter, aborting |ter
------- Additional Comments From mike(a)codeweavers.com 2006-13-10 18:54 -------
I suspect you're using native ole32 or oleaut32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6426
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2006-13-10 18:49 -------
The installation files are all in the 15 or so cab files that come with the
setup. The installer doesn't set the compressed attribute for any of the files
or in the WordCount property, so according to what little informatiion msdn says
about compressed files, these files should not be recognized as compressed. I
have a feeling that native msi checks if a source file exists, and if it doesn't
it checks if there is a cab entry in the media table for that file, and if there
is, then the file is compressed. I'll write a test case for this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.