http://bugs.winehq.org/show_bug.cgi?id=7316
Jonata Bolzan <jbopen(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jbopen(a)gmail.com
--- Comment #37 from Jonata Bolzan <jbopen(a)gmail.com> 2009-03-04 06:09:36 ---
I don't know if it's related with this bug, but CorelDRAW X3 doesn't recognize
OpenType fonts installed in the Linux system (/usr/share/fonts). Tested in Wine
1.1.16
--
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=2841
--- Comment #29 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-03-04 01:12:59 ---
You may try to disable the WM decorations in winecfg, that's a different
thing from disable WM control on Wine windows.
And alternative is to patch Wine (with the suggested patch) to disable
broken _NET_WM_WINDOW_TYPE_DIALOG style altogether. Damjan, could you
please send that patch to wine-patches? I think it falls under the same
rules as _NET_WM_WINDOW_TYPE_UTILITY disabled earlier.
--
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=8392
--- Comment #7 from Mikhail Cholokov <mikhail.cholokov(a)gmail.com> 2009-03-03 12:12:42 ---
This issue concern IBM jvm (which bundled with Lotus Notes). I've tested java
applications for Lotus Notes. When "internal" java code try to interact with UI
(create window, for example) we would have the crash
The same situation with java applets...
I've tested for wine 1.1.16 also.
--
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=8826
--- Comment #14 from knan-wine(a)anduin.net 2009-03-03 10:51:07 ---
Nice detective work. Could you share your hacks so far?
--
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=17598
Summary: many fonts slow application startup time
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jack_fear_2009(a)hotmail.com
loaded 200+ TrueType fonts into /usr/share/fonts/truetype and wine dramatically
slowed down the launching of applications (up to minutes). the wine system
tray fails also. delete fonts from /usr/share/fonts/truetype restart wine and
runs normal.
Same thing happened when fonts are just loaded into the wine drive.
--
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=8826
--- Comment #13 from Cody Hamilton <codyh(a)ctzns.net> 2009-03-03 04:19:03 ---
Scrub that - it's just glEnable(GL_VERTEX_PROGRAM_POINT_SIZE). Activating that
and using glsl shaders makes for perfect windows-like smoke and fire effects.
Looks like that call is missing somewhere.
--
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=8826
--- Comment #12 from Cody Hamilton <codyh(a)ctzns.net> 2009-03-03 02:47:27 ---
After a bit more checking it's not so much a bug as it is a result of opengl
point size limitations. The game sends point sizes per-vertex, which wine does
not support as the only explicit way to change point sizes is with
glPointSize(), which is global.
I managed to get somewhat proper smoke and fire effects by forcing point size
to 64, then enabling GL_VERTEX_PROGRAM_POINT_SIZE and setting appropriate
attenuation. This way, point size is always high when close, and falls off
slowly.
There has to be a better way of doing this - my way butchers normal point
processing and only works because sh3 scales them similar to this way anyway.
Is there any other way to render these? Maybe convert to billboards?
--
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=17590
Summary: f4: Function keys F1-F4 are not working
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sander(a)mi.fu-berlin.de
Im trying to run the audio transcription tool 'f4', which can be downloaded
from
http://www.audiotranscription.de/
It installs and starts up nicely. However, the function keys F1--F4, which
start and stop the audio playback, do not work. Unfortunately, this type of
control is the central feature of the program. Strangely, the keys F7 and F8
do work.
I am using wine 1.1.16 on an up-to-date Debian squeeze machine. When starting
the program from the console, I get the following output:
sander@haile:~$ wine "C:\\windows\\command\\start.exe"
"C:\\Programme\\f4\\f4.bat"
fixme:exec:SHELL_execute flags ignored: 0x00000100
sander@haile:~$ fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:mixer:ALSA_MixerInit No master control found on Intel 82801DB-ICH4 Modem,
disabling mixer
fixme:win:EnumDisplayDevicesW ((null),0,0x95a824,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x95a824,0x00000000), stub!
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:keyboard:RegisterHotKey (0x1002e,49209,0x00000002,112): stub
err:module:import_dll Library WMVCore.DLL (which is needed by
L"C:\\Programme\\f4\\MDKSoundPluginv10.dll") not found
fixme:imm:ImmGetOpenStatus (0x152510): semi-stub
When I then open an audio file, I get
fixme:imm:ImmGetOpenStatus (0x155358): semi-stub
fixme:amstream:IAMMultiMediaStreamImpl_Initialize
(0x158088/0x158088)->(0,0,(nil)) partial stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream
(0x158088/0x158088)->((nil),0x3640bc8,0,(nil)) partial stub!
err:amstream:IMediaStreamImpl_QueryInterface
(0x158b18)->({f7537560-a3be-11d0-8212-00c04fc32c45},0x4900420),not found
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x155190,0x155c20): stub
fixme:imm:ImmGetOpenStatus (0x153ac8): semi-stub
Pressing the function keys does not produce any console output.
Any help would be much appreciated. I am new to wine, please let me know what
I can do to help fix 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=1348
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sander(a)mi.fu-berlin.de
--- Comment #18 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-03-02 22:48:44 ---
*** Bug 17590 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.