http://bugs.winehq.org/show_bug.cgi?id=24638
Summary: UTAU singing voice synthesizer fails to generate wav
file
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nekomukuro(a)yahoo.it
Created an attachment (id=31139)
--> (http://bugs.winehq.org/attachment.cgi?id=31139)
Output with "No batch file" checked
Getting and installing the program:
Program download on http://utau2008.xrea.jp/ by clicking on the link that says
"v0.2.76 インストーラ"
The program is in Japanese, but there's an English translation here ->
http://utau.wikia.com/wiki/UTAU_wiki:UTAU_GUI_Translation
I installed the program with
$ LANG="ja_JP.UTF-8" wine utau0276inst.exe
It won't work without setting the LANG environment to Japanese, because it
generates the default voicebank with Japanese filenames.
I went forward accepting all the default values.
Then I copied the res folder of the English translation in the installation
directory (the bug happens even without adding the translation, so it's not
related).
Steps to reproduce:
Launch the program like this
$ LANG=ja_JP.UTF-8 wine "C:\Programmi\UTAU\utau.exe"
Click the pencil button and place some notes on the piano roll.
Select the notes.
Press the play button.
The program doesn't play any note, and gives a "Failed to generate a wav file.
Please check settings." error message.
No settings I could try managed to solve the problem, but I noticed the program
has a slightly different behavior depending on the value of the "No batch file
for rendering" option in Tools->Option...->General
- With the option checked, the output of the resampler.exe tool (which does
pitch manipulation of the voice samples) is shown in the console and a bunch of
wav files corresponding to the notes are generated in the cache directory.
- With the option unchecked, it doesn't generate any wav file in the cache dir
and tries to execute wavtool.exe (which I believe applies the envelope to the
rendered samples) on wav files that don't exist (probably because the previous
step failed).
Either case, it eventually shows the above mentioned error and it doesn't play
anything.
I have a log file for both cases. The output of Wine and the one of the program
are mixed together in the files, I don't know how to set them apart, sorry.
--
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=26911
Summary: Command & Conquer Tiberian Sun: no sound in skirmish
mode without dsound emulation?
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game seems to run fine, but entering skirmish
mode seems to break the sound (and it stays broken
upon return to main menu). Setting winetricks dsoundhw=Emulation
seems to work around the problem.
--
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=22556
Summary: Multiple issues with Raisonance Ride7 IDE
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)andrewsmith.plus.com
After a fresh install of the Ride7 IDE, the application hangs (with high CPU
usage) when attempting to exit.
Additionally, after installing the RKit-ARM addon, the application no longer
starts - the program window appears and parts of the UI are shown, but then
crashes.
Software available as free download from:
http://www.mcu-raisonance.com/mcu_downloads.html (first link on that page is
the Ride7 IDE, the second link is the RKit-ARM add-on).
--
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=24143
Summary: TGA image is not visible in Layered Windows Demo
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/LayeredWindow.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The window captures any window you move over it and only thing is displayed in
the terminal is.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
--
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=23591
Summary: EditPadPro: Access violation when using function
navigator with mouse double-click
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarekczek(a)poczta.onet.pl
Created an attachment (id=29490)
--> (http://bugs.winehq.org/attachment.cgi?id=29490)
last 100 lines of +relay
Open the source code file, eg.
/usr/src/wine-1.2-rc6/dlls/user32/winproc.c
Open the File Navigator window with Ctrl-F9 (left side pane)
Try double-clicking a function name in this pane.
You get:
Access violation at address 00559FCA in module 'EditPadPro.exe'. Read of
address 00000018.
After closing this message you can go on. The function we called positions the
editor at the right place and places focus in the right pane. It works as
expected. The only thing is this message.
This may be connected with windows switching / activating / deactivating as it
is a 2 pane app.
Prerequisites:
After installing the demo app
http://download.jgsoft.com/editpad/SetupEditPadProDemo.exe follow the
guidelines from AppDb
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20710 to properly
configure it for wine. Just 2 simple steps.
Additional info:
The same result as double-clicking can be achieved by clicking once and
following it with the enter key. This does not cause any problems.
Trying to locate the same function name many times doesn't bring the access
violation banner any more.
It appears only when you try to follow a new function. After that the function
is freed from the annoying message box.
I contacted Jan Goyvaerts, the author of the app. He is familiar with wine and
he says this is a wine bug.
What else can I provide to make it solved? Brothers programmers, this editor is
a powerful crossplatform tool for editing code. It's worth investigating some
time. I spent already several hours to test this bug and report it. Maybe I
should make another report with specific WINEDEBUG options?
--
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=27996
Summary: Flickering grass, magic and flickering trees
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zoroaster(a)inode.at
CC: wine-bugs(a)winehq.org
I have tested Oblivion 1.2.0416 with many different graphic settings with Wine
1.3.1, 1.3.9, 1.3.22, 1.3.23 and 1.3.24 (it seems Oblivion does not run with
Wine 1.3.25).
The following problem exists in all tested versions:
1. There its some sort of grass that is only temporary visible, it flickers
(also if you stand still in some positions).
2. If you are using magic there are also graphical "grass" artifacts visible at
the target (especially if the spell duration is more than 1 second).
3. If you turn on distant trees this flickering phenomena is also visible with
temporary visible trees everywhere in medium to near distance.
I am no expert but it seems there are some problems with unclean graphic
buffers. Some graphic is applied where it does not belong to and this also
seems to have high impact on performance. On my new AMD Radeon HD 6750M 1024 MB
graphics board I have at least about 40 FPS with really everything turned on,
as long as I'm not in exterior cells with grass or trees. But in that case I
get only 10 FPS and graphical errors as described 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.
http://bugs.winehq.org/show_bug.cgi?id=22266
Summary: some text disappears after several minutes in Qt
Dominate
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://dominategame.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan(a)bryanrussell.com
I've installed Qt Dominate from www.dominategame.com and noticed that the text
in the status window in the lower left disappears after several minutes of
playing the game (every time). It works with no problem on my windows XP
machine. I updated Wine with no affect. Also I saw that there was a similar bug
with Qt apps where txt was not showing up, but the testcase app for that bug
works fine on my system.
--
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=24395
Summary: Gratuitous Space Battles demo crashes with ERROR -
FMOD[Failed to getDriverCaps]
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://positech.co.uk/gratuitousspacebattles/
installs, but when I try to start it, I get
ERROR - FMOD[Failed to getDriverCaps] (62) Error initializing output device.
..\src\GUI_Sounds.cpp 661
The next run tries to create a 0 x 0 screen and crashes because the game left
C:\\users\\dank\\My Documents/My Games/GratuitousSpaceBattles/prefs.ini
empty; deleting that directory recovers from this secondary problem.
This is on Ubuntu with pulseaudio. speaker-test shows the speakers are
working.
--
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=11972
Summary: not able to chat in the chat rooms
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: durgesh2487(a)gmail.com
The chat/messenger client Rediffbol is getting correctly installed via wine but
when in a private message or in a chat room , the messages of other users and
myself cannot be seen. The user list can be seen.
While the message typed from here on linux can be seen by the ones on windows.
To make the long story short, it is not possible to "chat" in the chat rooms
or in the private messaging windows.
here is a link to the 8th version of that software:
http://imdownloads.rediff.com/newbol/bolinstaller.exe
while the website for that software:
http://messenger.rediff.com/newbol/
am attaching the 7th, i.e the older version of this software as an attachment.
Thanks in advance.
--
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=18788
Summary: firefox 3 won't take input in HTML password form
fields
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: njt(a)ayvali.org
Created an attachment (id=21559)
--> (http://bugs.winehq.org/attachment.cgi?id=21559)
I typed 'foo' in the username field and hit tab, and typed 'foo' in the
password field
I'm running Wine on FreeBSD 7.1-RELEASE. I was successfully able to install
Firefox 3.0.10 via wine.
However, in Firefox itself, I cannot enter passwords into any of the HTML
password form fields.
Under any other platform, Firefox displays dots for each character in a
password field, under Wine, nothing is displayed, no matter what key is
pressed.
Under normal HTML text fields, everything is fine.
See the attached screenshot. In the top Gmail login, this was Firefox running
in my OS. I typed 'foo' in the username field, hit TAB, and then typed 'foo' in
the password field.
In the bottom Gmail login, I did the exact same thing, but Firefox was running
through wine. Notice how the same keystrokes show nothing in the password
field.
This is not a display error, if I hit 'submit', the server seems to receive
nothing from the password field.
--
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=26840
Summary: CyclePad software fails in setup (32-bit version)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dcalarcon(a)gmail.com
The message says that winevdm has found a serious problem and needs to close.
CyclePad is a freeware software that can be downloaded at:
http://www.qrg.northwestern.edu/software/cyclepad/cyclesof.htm
--
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=26457
Summary: Photoshop CS2 color picker "OK" button doesn't works
anymore
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Since 1.3.14 or 15, color picker "OK" Button isn't clickeable anymore. I have
to hit "Enter" on my keyboard to validate. Here is picture to show you :
http://i.imgur.com/WMSsl.jpg
Also I can't reproduce the bug, it appear sometimes. Never get it before
1.3.14. Also, maybe others windows are affected to 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.
http://bugs.winehq.org/show_bug.cgi?id=26814
Summary: Mini Golf crashes in-game with XI_BadDevice
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.myrealgames.com/download-free-games/mini-go
lf/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Just playing the game and it crashes with
X Error of failed request: XI_BadDevice (invalid Device parameter)
Major opcode of failed request: 144 (XInputExtension)
Minor opcode of failed request: 46 ()
Device id in failed request: 0x1ad
Serial number of failed request: 20979
Current serial number in output stream: 20979
Cannot play the game again after this crash but I will will consider creating a
new bug for that.
--
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=19540
Summary: Wine crashed out after add an evidence file in
EncaseDemo.exe (EncaseDemo.exe from Guidance®).
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickityman(a)hotmail.com
I'm running latest wine (1.1.26) in Ubuntu Jaunty x86. I was trying to run the
ENCASE DEMO forensic application from Guidance®. It started without issue but
when a tried out to add an evidence file the application crashed out. The
Guidance® application was started from a terminal (bash) as follows:
$ wine EnCaseDemo.exe
The report from the crash is in attachment.
I will provide gladly any further information if necessary.
Thanks in advance,
CW
--
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=28361
Summary: Heroes 6 demo crashes after closing the town window
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambrop7(a)gmail.com
Created an attachment (id=36358)
--> (http://bugs.winehq.org/attachment.cgi?id=36358)
Wine output
To reproduce:
- Use Wine 1.3.28. Previous versions probably fail from bug 28152.
- Install Heroes 6 Demo:
http://might-and-magic.ubi.com/heroes-6/en-GB/news/details.aspx?c=tcm:21-22…
- Set VideoMemorySize to the correct value. The game was crashing on startup
until I did that. http://wiki.winehq.org/UsefulRegistryKeys
- Start the game. Set all video options to lowest (I did that, not sure if it's
needed), and restart it.
- Start the campaign and get into the game.
- Double-click the town to open the town window, then close it.
- The game may crash shortly after closing the window (but not immediately; I
think it renders for a short time before it crashes). If not, repeat the last
step until it does.
The game crashes in multiple ways, but the common thing seems to be the:
fixme:d3d9:surface_init Multisample quality set to 31, substituting 0.
fixme:d3d9:surface_init Multisample quality set to 31, substituting 0.
err:d3d_surface:surface_load_location Don't know how to handle location
0x200000.
--
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=23320
Summary: regedit regsvr
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Just a quite simple bug : when installing SolidWorks 2010, the installer
crashes with this message :
regedit: ERROR, invalid hex value
regedit: ERROR Key HKEY_LOCAL_MACHINE\Software\SolidWorks\SolidWorks
2010\General not created. Value: EnableImproveDrawingViewCreation, Data:
dword:0000000000000001
As 0000000000000001 is definitely not a dword, i guess that some
cast/formatting should be needed to avoid such cases.
reg.exe command works perfectly :
wine reg add "HKLM\Software\SolidWorks\SolidWorks 2010\General" /t REG_DWORD /v
EnableImproveDrawingViewCreation /d "0000000000000001"
ADD - HKLM\Software\SolidWorks\SolidWorks 2010\General
EnableImproveDrawingViewCreation 0 REG_DWORD 0000000000000001 0
L'op�ration s'est termin�e avec succ�s
--
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=28538
Bug #: 28538
Summary: ArcPad 10 is not starts.
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnnarcisz(a)gmail.com
Classification: Unclassified
I installed the ArcPad 10 software, and I tried to start it.
The main window started, but then the software sent an error message, and
stopped.
--
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=19299
Summary: fixme:quartz:MediaControl_RenderFile
(0x7c20978/0x7c2097c)->(L"D:\\assimil\\d_fr\\sounds\\e
001_01.mp3" (0x7c47674)): stub !!!
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quickhelp(a)gmail.com
CC: quickhelp(a)gmail.com
Created an attachment (id=22346)
--> (http://bugs.winehq.org/attachment.cgi?id=22346)
output of the WINEPREFIX=/bla wine Assimil.exe command
- I copied all files from the cd into /blub.
- I created a clean wine v1.1.25 environment: WINEPREFIX=/bla winecfg
windows XP
sound turned on with default (ALSA) settings that work for me in other
programs
d: = /blub as type CD-ROM
- I installed the application (ASSIMIL french CD version 3.10): WINEPREFIX=/bla
wine d:\setup.exe
This seems to have worked.
- cd /bla/drive_c/Programme/Assimil/d_fr
- WINEPREFIX=/bla wine Assimil.exe
The program starts.
But when it comes to play sentences that are stored in mp3 files I hear nothing
and see the above error message.
Unfortunately with google I didn't found a lot about it.
I tried several reinstalls with "winetricks vb6run d3dx9 ie6 vc6run" but it
does not work.
Any hint will be highly appreciated!
Please let me know if you need anything else!
--
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=26356
Summary: Mouse "lags" and doesn't pick up quick movements.
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheart(a)gmail.com
After installing wine 1.3.15 and running F.E.A.R. (from steam) Mouse ingame
(the menu is fine) is not responsive enough and doesn't pick up fast movements
at all.
Related console output is:
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
I suspect one of Alexandre's commits
winex11: Synchronize the mouse cursor in update_mouse_state.
winex11: Update the window cursor at most once every 100ms if nothing changed.
is the culprit. I'll do a regression testing later to find out exactly the
offending commit.
--
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=19776
Summary: Diablo 1.09 Sound error
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: midian(a)netikka.fi
Created an attachment (id=23170)
--> (http://bugs.winehq.org/attachment.cgi?id=23170)
errormsg
Diablo ingame suddenly crashes while ur playing, happens early or late in the
game.
--
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=15118
Summary: PokerTracker HUD dysfunctional (UpdateLayeredWindow
needs implementing?)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wtipton(a)hmc.edu
Created an attachment (id=15822)
--> (http://bugs.winehq.org/attachment.cgi?id=15822)
normal output
PokerTracker (www.pokertracker.com -- trial version available) creates a bunch
of small windows which overlay poker clients' windows and give various
statistics about opponents' play.
The most recent versions of PokerTracker include updates to this functionality
which, unfortunately, break the application under wine. Instead of the small,
information-bearing dialog appears a very large blank gray one with which the
user can not interact.
The most relevant-seeming line in the normal output is:
fixme:win:UpdateLayeredWindow
(0x10a40,0x354,0x33f300,0x33f2d4,0x380,0x33f2bc,0x007b7b7b,0x33f334,2): stub!
--
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=18057
Summary: mishandled has_space==1 && opt_s==0 in
programs/wcmdmain.c for built in commands
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swelef(a)post.sk
When using ActivePerl to execute Perl statements such as
my $p=`set PATH`;
ActivePerl will pass it as a quoted argument to CreateProcessW:
CreateProcessW app L"cmd.exe" cmdline L"cmd.exe /x/d/c \"set PATH\""
wcmdmain.c:wmain will get the following arguments:
0 => L"cmd.exe"
1 => L"/x/d/c"
2 => L"set PATH"
and determine that has_space==1 && opt_s==0 thus creating
cmd = L"\"set PATH\""
This command is later passed to WCMD_execute where there's no match with
the "inbuilt[]" commands (because of the leading double-quote) and it's in
turn passed to WCMD_run_program. That function tries to do its best but in
the
if ((opt_c || opt_k) && !opt_s && !status
&& GetLastError()==ERROR_FILE_NOT_FOUND && command[0]=='\"')
branch (wcmdmain.c, lines #1158-1162 in wine 1.1.19) it strips the quotes
and calls _itself_ thus missing the check for "inbuilt[]" commands. What's
required here is to call back to WCMD_execute but unfortunately some of
the WCMD_execute's arguments are not available at this point.
PS: I'm trying to use S60_5th_Edition_SDK_v1.0 on debian lenny and the
first point of failure was the Perl statement
open PIPE, "set EPOCROOT |";
I have made experiments with wine 1.0.1 and 1.1.19 and with ActivePerl
5.10.0.1004 and StrawberryPerl 5.10.0.4 with the same results. However,
Wine 1.1.19 with ActivePerl and `set PATH` is the only test case I have
investigated in depth.
--
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=28311
Summary: WCMD_for /R needs to handle supplied root
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: runetmember(a)gmail.com
Because of error "fixme:cmd:WCMD_for /R needs to handle supplied root" some
installers can not unpackage files from archive. Original bugreport:
http://bugs.winehq.org/show_bug.cgi?id=28058
--
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=21131
Summary: cmd /c echo "&" returns 'Echo is ON', not '"&"'
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
echo /c ^&
should give
&
as well, but that's bug 18346...
--
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=25202
Summary: Wine should use pkg-config --libs freetype2 instead of
freetype-config --libs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Currently the Wine configure script uses freetype-config --libs to figure out
the flags needed for linking (freetype-config returns "-lfreetype -lz"). But
freetype-config returns the values needed for _static_ linking. Please use
pkg-config --libs freetype2 which gets it right and only reports "-lfreetype"
back.
This problem lead to e.g. <http://forum.winehq.org/viewtopic.php?t=1951> on 64
bit builds on Debian and its derivatives (and maybe others). And even though I
can work around this by having the 32 bit libz around in the build environment,
the better solution would be not to link needlessly against it.
--
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.