http://bugs.winehq.org/show_bug.cgi?id=26536
Summary: strftime using wrong locale
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
strftime is using the wrong locale in two applications for me (could not find
any others using this function): In the game "Uru" by Cyan, and in the "Vault
Manager" Cyan published years ago to manage your own Uru servers. In both
cases, when I start the applications on a German Windows system, they use the
English locale for strftime, so I get times like "10:23 AM" (I Know it's
definitely strftime for Uru since that string is created by the Python part of
the game, and the line in the source code says timestr =
time.strftime('%m/%d/%Y %I:%M %p', currenttime)).
If however I start these applications on my German Kubuntu, the "AM" just
vanishes, so I can not even tell whether this is 10:23 or 22:23. In addition,
the "Vault Manager" also displays abbreviations of month names, and in case of
"Mär" (for März = March), it has trouble with the special character: It says
"Mär".
In both cases, starting wine with LC_ALL=C fixes the issues.
--
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=24463
Summary: Ligatures in certain fonts mess up centered text, look
out of place
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gibmirspam(a)gmail.com
Created an attachment (id=30865)
--> (http://bugs.winehq.org/attachment.cgi?id=30865)
Screenshot with an example of the bug
I've noticed this bug in Foobar2000 with the font Tahoma, but it possibly
affects other applications as well.
I'm using a plugin that displays song lyrics. Now, for certain combinations of
characters (such as "fl" or "fi"), the program uses ligatures instead of the
individual characters. In every line with a ligature, the text is aligned to
the left instead of the middle. Furthermore, the ligature characters seem to be
from a different font set and therefore look out of place.
Other fonts such as Verdana don't use ligatures and look fine.
See screenshot for example.
--
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=22349
Summary: Altera's Quartus II SOPC Builder GUI is upside down
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: https://www.altera.com/support/software/download/alter
a_design/quartus_we/dnl-quartus_we.jsp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreryan908(a)gmail.com
Created an attachment (id=27349)
--> (http://bugs.winehq.org/attachment.cgi?id=27349)
7zip compressed MPEG video showing problem
The GUI renders properly when the program is first painted but as soon as you
interact with anything, the updates are drawn relative to the bottom (as though
someone mixed up Y coordinate and did Height - Y instead of plain Y).
This results in a button at the bottom of a window that when pressed and held,
the pressed graphic is drawn just below the title bar instead of where the
button actually is.
[The console dumps a bunch of warnings about D3D swap chains so it might be
DirectX related]
--
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=31237
Bug #: 31237
Summary: libfaketime: integrate with libfaketime to allow
running a program with a fake time
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alister.hood(a)gmail.com
Classification: Unclassified
Like Wine, faketime is another lib/application that is useful for running
legacy programs, for example those which can no longer run because of the
"millenium bug". It lets you present a fake system time to a program.
It would be nice if the functionality of libfaketime could be integrated with
Wine.
The faketime executable and Wine do not cooperate well. Some programs such as
winecfg and notepad work well, but when you try to run other programs (e.g.
Excel 2007 which was one I tried) they crash, and then any subsequent programs
you try to run also crash, even programs which worked fine before running Excel
or whatever the problem program was:
# faketime '2006-09-20' winecfg
wine: Unhandled page fault on read access to 0x00000000 at address (nil)
(thread 001d), starting debugger...
Some Wine programs do actually run fine apart from outputting this error, but
others crash properly.
I reported this to the faketime developer, and this was his reply:
> Basically, libfaketime has clear limitations when it comes to programs
> that spawn child processes due to the LD_PRELOAD design. Wine probably
> starts a lot of sub-programs, and since only the parent process is tricked
> into seeing the faked time, but the spawned child processes get access to
> the real wall clock time, this inconsistency might lead to this page fault
> crash.
>
> As of today, we have undertaken several steps to make libfaketime capable
> of supporting spawned child processes (at least on Linux), but we're not
> quite there yet. Some problems we ran into so far are still K.O. criteria,
> so I can't promise any delivery date right now.
>
> However, libfaketime can be integrated into other programs quite easily,
> so if the Wine developers would use it in their Wine source, faking the
> time for any Wine-executed program would be quite trivial and without all
> those sub-process hassles. However, I don't know whether the Wine guys
> would be interested in such an option
So, are "the Wine guys" interesting in integrating libfaketime with Wine?
FYI here's a link:
http://www.code-wizards.com/projects/libfaketime/index.html
--
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=30958
Bug #: 30958
Summary: StarForge Alpha build: Black screen due to shader
compilation errors
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billy65bob(a)gmail.com
Classification: Unclassified
Created attachment 40619
--> http://bugs.winehq.org/attachment.cgi?id=40619
log of running the game, letting it load and then exiting - no WINEDEBUG
variable set
The StarForge guys have put out a freely available alpha build of their game.
Attempting to run it in wine with all quality settings gives me a black screen
and the console I have running in the background prints a great many errors
about shader compilation, including a multi hundred line shader dump - the log
is attached.
The user interface and the HUD can be seen.
Relevant hardware specs
GPU NVIDIA 460GT
driver: nvidia 302.17
--
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=22629
Summary: Far Cry: segfault upon execution
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
Far Cry segfaults upon execution, almost instantaneously.
Version: as of GOG.com
How to reproduce:
- install game (recommended: "wisotool far_cry_gog", see
http://wiki.winehq.org/wisotool)
- cd "$WINEPREFIX/drive_c/Program Files/GOG.com/Far Cry"
- wine Bin32/FarCry.exe
Result (terminal output):
$ wine Bin32/FarCry.exe
Segmentation fault
--
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=27226
Summary: Customer Database Pro black screen
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpha003(a)yahoo.com
Created an attachment (id=34794)
--> (http://bugs.winehq.org/attachment.cgi?id=34794)
User interface blacked out
The user interface of Customer Database pro is blacked out with the exception
of the data input boxes. Other UI options outside of data input appear as
normal with minimal to no disruption to the user.
Link to Software downlaod
http://download.cnet.com/Customer-Database-Pro/3000-18482_4-10232618.html?t…
Any help is appreciated
--
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=27260
Summary: Freelancer: Complains about debugger on amd64 and
fails to start
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
On amd64 Freelancer doesn't start but complains, that a debugger has been
detected and instructs one to unload the debugger an restart Freelancer.
Playing the game with the same Wine version on i386 works. Judging from a post
at [0] from 2008 by Andreas Lausch this problem has existed for some time, thus
I didn't try to find a "good" version for bisecting on amd64. Please let me
know, if there is any patch/test I should run for you or some debugging channel
you need.
Please note, that I'm seeing this bug with a stock Freelancer (no matter
whether it's patched to 1.1 or not). It seems like some mods enable playing of
Freelancer on amd64 (e.g. [1] is a recent report for amd64 with a mod).
[0]
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=2504#Comment-3…>
[1]
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=2504&iTestingI…>
--
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=30297
Bug #: 30297
Summary: Sikuil IDE doesn't start up
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
wine-1.5.0-147-g4c6a198
1. Download jre-6u31-windows-i586-s.exe :
http://java.com/en/download/manual.jsp
2. Download portable version of Sikuli:
https://launchpadlibrarian.net/79944128/Sikuli-X-1.0rc3%20%28r905%29-win32.…
3. Install jre
4. Start Sikuli:
$ wine Sikuli-IDE.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x37ddd04,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x37ddd04,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x37ddaa0,0x00000000), stub!
fixme:font:freetype_SelectFont Untranslated charset 255
[info] locale: en_US
The IDE doesn't start, only print above message.
wine start Sikuli-IDE.bat
fixme:exec:SHELL_execute flags ignored: 0x00000100
Also doesn't work.
However, wine Sikuli-IDE.exe -h works:
$ wine Sikuli-IDE.exe -h
fracting@fracting-redhat:~/Wine/sikuli/Sikuli-X-1.0rc3 (r905)-win32/Sikuli-IDE$
fixme:win:EnumDisplayDevicesW ((null),0,0x37ddd04,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x37ddd04,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x37ddaa0,0x00000000), stub!
usage: Sikuli-IDE [--args <arguments>] [-h] [-r <sikuli-file>] [-s] [-t
<sikuli-test-case>]
--args <arguments> specify the arguments passed to Jython's
sys.argv
-h,--help print this help message
-r,--run <sikuli-file> run .sikuli or .skl file
-s,--stderr print runtime errors to stderr instead of
popping up a message box
-t,--test <sikuli-test-case> run .sikuli as a unit test case with
junit's text UI runner
Also, the -r arguments work as well
--
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.