http://bugs.winehq.org/show_bug.cgi?id=15253
Summary: Bitmap Font Problem
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giuseppe.adamo(a)gmail.com
Created an attachment (id=16039)
--> (http://bugs.winehq.org/attachment.cgi?id=16039)
Bitmap Font Test …
[View More]Program
I am actually trying to run under Linux a VB6 windows application for CNC
operators.
Everything works fine, but I have found a problem when using bitmap fonts
(tipically a .FON file type).
It seems that only one character is printed to the screen, the char that is
defined as the 'Default char' in the bitmap font header.
I simplified the problem writing a really small VB6 application that only calls
the font dialog using COMDLG32.OCX.
As you can see, even the standard dialog, when pointing to my font (WTerms1x),
prints the test string using only one character.
To setup the wine environment to run my application:
1) Extract the attached .zip archive (BitmapFonts.zip) in a directory of your
choice.
2) Copy the COMDLG32.OCX control in: ~/.wine/drive_c/windows/system32
3) Point to the above directory and register the activeX control by typing:
regsvr32 ./COMDLG32.OCX
4) Copy the SINGOLO.FON font file in: ~/.wine/drive_c/windows/Fonts
5) Run the registry editor by typing 'wine regedit'
6) Register the SINGOLO.FON font so that wine can see it. Point to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
7) Add a string key named WTerms1x with the value: C:\Windows\Fonts\SINGOLO.FON
Now, from the directory where you extracted BitmapFonts.zip, run the command:
wine BMPFontTest.exe then press the button on the main form.
If the font SINGOLO.FON has been correctly registered, you should see the
standard windows font dialog pointing to the font WTerms1x.
Taking a look at the example text in the dialog, you should notice that the
test string is composed all of the same (wrong) character.
To verify that the .FON file is correct and that probably wine prints only the
'Default char', I have included a bitmap font utility, Fony,
that can help you verify the font and change/check the 'Default char'
attribute.
Fony is freeware and can be downloaded from http://hukka.furtopia.org/
I hope for a reply since that problem 'IS A PROBLEM' for my application.
In the meanwhile ... VIVA WINE !!! :D
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14290
Summary: winhelp: temporary 100% CPU use when loading some help
files
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
When loading some help files, Wine winhelp appears to …
[View More]hang for a while with
100% CPU use.
To demonstrate, download quenzar.hlp from
http://bugs.winehq.org/attachment.cgi?id=14572
and load into Wine winhelp.
CPU usage goes to 100% for about a minute (on my old slow PC), but the help
window does open eventually. There is no delay when opening the same file with
the Windows 95 WINHLP32.EXE under 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=17310
Summary: Window looses its top returning from fullscreen and is
undragable from normal means
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11696
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -…
[View More]unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james.jrp015(a)gmail.com
When <alt-Enter> is used from fullscreen, the window appears in the upper left
and looses the top of the window(cannot drag with mouse noramlly).
It will drag if you hold down alt however.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=18347
Summary: GdipImageRotateFlip and GdipImageSetAbort aren't
implemented
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
GdipImageRotateFlip and GdipImageSetAbort are marked "stub"…
[View More] in gdiplus.spec.
Cooliris tries to call them and crashes because of that. When I added stub
implementations, similar to other functions in image.c, it fixed that
particular crash. (Cooliris still dereferences a NULL pointer later, though -
possibly because the GDI+ functions aren't actually implemented. I'm looking
into that.)
If you want to test this, you'll have to set HOMEDRIVE and HOMEPATH first (see
bug 18336).
Btw, what does "@ stub" do? Is there any point in adding that, as opposed to a
dummy implementation of the function?
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20208
Summary: Liquid Story Binder - 'z' location broken and window
management issues
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.blackobelisksoftware.com/Downloads/LSBXEins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-…
[View More]bugs(a)winehq.org
ReportedBy: thompson_d_(a)hotmail.com
The 'z' location of windows does not appear to be handled correctly - Liquid
Story Binder has several windows which are designed to overlap without docking,
and the main window (that should be in the back) appears in the front. You
have to minimize it to be able to see working windows, but the main window has
all the tools for switching between working windows and opening new files.
Also, it is possible to lose an entire chapter, etc., because the window
becomes inaccessible. I haven't been able to re-create the bug, but I have a
file where chapter two works but chapter one doesn't.
Running the program through the terminal reveals a ton of richedit:fixme's and
a few errors in richedit, but replacing with native richedit DLLs does not
appear to fix the issues above.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11764
Summary: surround 5.1 sound
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iugamarian(a)yahoo.com
Winamp with Winamp AC3 Filter 1.01a performs better than Amarok 1.4.
Also the very old game Starcraft …
[View More]has support for surround.
Therefore please give more importance to the following:
Allow DirectSound acces to Alsa, for the rear left, rear right, center and
woofer speakers.
Yes, Linux does support surround. Use "alsamixer" to deactivate the mute
on the other speakers. Use Amarok, Totem, or their base Xine, to test surround.
You have to go to settings, select Xine Engine and select 5.1 surround (in Xine
you should select first "Master of the known universe" :) )
I am attaching an example of a file that the Xine engine cannot play,
but Winamp with Winamp AC3 Filter 1.01a with integrated dts support can.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=16805
Summary: Adobe Acrobat can't connect to password server
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://adobe.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.winehq.org/pipermail/wine-users/2009-January/…
[View More]046445.html
a user reported that Acrobat was unable to connect to a
password server when trying to display certain kinds of
restricted access .pdf files.
He sent me one of the .pdf files, and sure enough, network
traffic occurred, but the app reported that networking had
failed. I'll attach a log.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=20356
Summary: BewerbungsMaster, a program for helping people with
their applications hangs in several places.
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://www.optimale-bewerbung.de/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More] ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=24109)
--> (http://bugs.winehq.org/attachment.cgi?id=24109)
Log of starting the BewerbungsMaster and as well as the Registration process.
NOTE: This Bug is about a german program with glitches. I guess that not much
work needs to be done in order to let this function properly.
The 'BewerbungsMaster' is a program that is intended to help people with
managing their applications (not programs) to companies and whatever other jobs
they might apply for. 'BewerbungsManager' easily stores personal data, style
sheets and actual DIN-Norms in order to help its user generating a perfect job
application and keeping track of their CV and everything that it needed in
order to get the job they want.
I am the owner of a fully working license for the 'BewerbungsManager' and and
enjoy being in close contact to its developer (who honestly does not know that
much about Linux). The program installs without any noticable error (although I
must say that fonts are very small through the install process). And here we
start: Starting it works fine until itb says "Please wait..." - and there it
hangs. Issuing a 'STRG+C' in console mysteriously lets the program continue -
and it WORKS FINE from that point on.
Secondly the registration process hangs and the progress bar stop half way of
completion. Registration is -of course- besides the full functionality of the
program in WINE one of the most important processes for the developer.
I´d like you to analyze the log and find out, why 'STRG+C' has to be pressed
first in order to let it continue. Important places in the log have been
commented. Up until that point reproduction is easy: Download a free trial of
BewerbungsMaster here: http://www.optimale-bewerbung.de/download.php (first
.EXE on the left).
That the checkboxes in BewerbungsMaster do not work properly is considered a
minor bug. Functionality first, please. THANKS FOR TAKING A LOOK!
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=12662
Summary: Ragnarok: Problem restoring window size
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winter.blood(a)gmail.com
When running Ragnarok in full-screen mode, if you switch desktops (in Gnome,
not tested …
[View More]in KDE), using ctrl+alt+left or ctrl+alt+right and then switch back
to the desktop with ragnarok, the window size is incorrectly set. This behavior
is not reproducable with alt+tab.
To reproduce:
1) Install ragnarok as per these instructions:
http://appdb.winehq.org/appview.php?iVersionId=928&iTestingId=7119 (The updater
will not work without the SPECIFIC native DLLs listed.) using Ragnarok,
available freely at http://iro.ragnarokonline.com/download/download.asp
2) Disable virtual desktop if enabled.
3) Run setup.exe, select your desktop resollution and check the 'full screen'
checkbox.
4) Run Ragnarok.exe, Press start after patching has completeted.
5) Once the game is started, (under gnome) press ctrl+alt+right to switch
desktop, and then ctrl+alt+left to switch back.
6) The window will be of a smaller size than the fullscreen window, centered in
the middle of the screen.
Outcome:
Game is open, but not fullscreen, and is displayed as a small area in the
center of the screen instead.
Expected outcome:
Game runs, switching to a different desktop and back restores the game to same
settings as before the desktop switch.
Wine build:
Wine-0.9.59 on Ubuntu linux 8.04 (32-bit)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=14614
Summary: Devil Mary Cry 4 : Unable to check compatibility for
Format
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellegueulle.damien(a)neuf.fr
CC: bellegueulle.damien(a)…
[View More]neuf.fr
Game will now execute, but displays a black screen.
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_A16B16G16R16F
--
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.
[View Less]