http://bugs.winehq.org/show_bug.cgi?id=5863
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-08 09:52 -------
All that Wine can provide is source. It's up to your distro's packager to keep-up.
Which btw you forgot to mention. If you really want Wine binary packages the
very next day - use SuSE.
--
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=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 09:42 -------
BTW, another problem, this time with the wineconsole program, is, that it
doesn't create its own window. This makes the implementation of
GetConsoleWindow() difficult if not impossible, and also complicates signal
handling, because xterm for instance delivers a signal to the process. There
should be at least an option to run a console program in its own window. This
would have more benefits, like adding buttons and menus would be possible.
--
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=5814
------- Additional Comments From rob(a)codeweavers.com 2006-05-08 09:37 -------
Looks good. Two minor points though: hFontList should be a OLEFontImpl thing
(and make sure to clean it up on destruction) and the identation is off-by-one
for the ref and gdiFont fields of WINE_HFONTITEM.
Also, some tests for the return codes of AddRefHFont and ReleaseHFont would be
good (including the tests for each one where the HFONT isn't currently being
tracked by the StdFont object).
--
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=5857
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 08:52 -------
What's the problem with this?
Is it a legal issue?
>From the technical viewpoint, it is incorrect that Wine Explorer behaves like
the File Manager of Windows (NT) 3.x for compatibility with Windows
95,98,NT4,2000,XP. On these versions of Windows, Windows Explorer is a program
that also provides the complete Windows desktop functionality. While I do not
say that Wine Explorer must behave like Windows Explorer, it would be nice to
have the option to have at least something similar. There's no reason why there
can't be a version of Wine Explorer that provides a unique Wine desktop and file
manager. It could be made incompatible with Windows insofar that it doesn't try
to emulate COMCTL32.DLL V6 or Windows Explorer, but would provide a WINECTRL.DLL
that would have specific Wine controls, and a "Wine Explorer" (probably named
differently) with a look and feel different from that of Windows Explorer. This
could even solve legal issues, and could make some difference.
The advantage of such a solution would be that users could've an integrated
experience of the environment. Say, you have a user on workstation that runs
GNU/Linux and Wine, but the user lives in a corporate environment that wants to
migrate but cannot for technical reasons (like, there's some legacy software of
which source code is no longer available), and it happens that the user works
with the legacy software most of the time. Then would it not be convenient to
have all that stuff in one place?
Currently I'm using GNOME, and it's just cumbersome to launch Wine applications
and make links to stuff on the desktop. It's not much easier with KDE too. If
there was a file manager with integrated DND functionality, it would be easy to
drag icons from the Wine side to the GNOME side, for instance.
Well, I'll look into the issue myself, and see what I can do. Perhaps I'll
provide a custom desktop generally running on Windows, and on Wine also, and
people like me will be happy. I could also integrate that in Wine if there no
objections, someday.
--
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=5864
alevkovich(a)tut.by changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine creates 3582-490 subdir|wine creates 3582-490 subdir
|and tmp*.tmp file in windows|and tmp*.tmp file in windows
|temp dir and does not start |temp dir
|winapplication |
------- Additional Comments From alevkovich(a)tut.by 2006-05-08 08:16 -------
Linux alexl_m 2.6.17-gentoo-r4 #1 Mon Jul 24 13:34:36 EEST 2006 i686 Mobile AMD
Sempron(tm) Processor 3300+ AuthenticAMD GNU/Linux
Wine is installed and correctly setuped. When I try to start winapplication
WINE creates 3582-490 subdir (this dir contains winappl I tried to start) and
tmp*.tmp file in windows/temp dir. If this application is not required some
data then this appl start ok, but if some data from is required the application
failed with error.
For example:
/mnt/sklad/Wine is path to C disk
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ ls
main.ico names.bin phones.bin Phonview.exe streets.bin
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ wine Phonview.exe
The program starts and returned: that it is not possible to open phones.bin
file.
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ cd /mnt/sklad/Wine/windows/
temp
alex@alexl_m /mnt/sklad/Wine/windows/temp $ ls
3582-490 tmp5023.tmp
alex@alexl_m /mnt/sklad/Wine/windows/temp $ cd 3582-490
alex@alexl_m /mnt/sklad/Wine/windows/temp/3582-490 $ ls
Phonview.exe
alex@alexl_m /mnt/sklad/Wine/windows/temp/3582-490 $
It seems WINE starts this program under windows/temp directory.
--
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=5864
alevkovich(a)tut.by changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine creates 3582-490 dir |wine creates 3582-490 subdir
|and tmp*.tmp file in windi |and tmp*.tmp file in windows
| |temp dir and does not start
| |winapplication
--
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=5865
Summary: Age of Empires 3 doesn't show fonts because
GetFontUnicodeRanges isn't implemented
Product: Wine
Version: 0.9.18.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
Age of Empires 3 demo doesn't show any texts, rendering the game useless. It
seems as if it can't obtain a list of available characters it could render:
fixme:font:GetFontUnicodeRanges (0x6a40, (nil)): stub
fixme:font:GetFontUnicodeRanges (0x6a40, 0x3450ce4): stub
if this stub method would be implemented, you could actually see some text in
there and start playing!
--
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=5864
Summary: wine creates 3582-490 dir and tmp*.tmp file in windi
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alevkovich(a)tut.by
--
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=4635
------- Additional Comments From felix(a)derklecks.de 2006-05-08 07:10 -------
The error message comes from a copy protection system created by previewsystems.
But they were bought by aladdin.
see: http://www.aladdin.com/news/2001/corp/preview.asp
There are several trial versions having problems with this protection: derive,
flash, lots more
I once read it was impossible to implement support for this protection but i am
unable to find it now.
--
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.