http://bugs.winehq.org/show_bug.cgi?id=29641
Bug #: 29641
Summary: Wrong textures on Angry Birds
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 38416
--> http://bugs.winehq.org/attachment.cgi?id=38416
Screenshot of the issue
The problem appears from level 1-2 and up, everything looks good on the first
level.
A download link to a demo showing the problem is available at:
http://download.angrybirds.com/
Wine version: wine-1.3.37-108-g4cd49d3
The only console output:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wininet:set_cookie Unknown additional option L"MAX-AGE=600"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
Ubuntu 12.04 alpha 1, using Mesa 7.11, and a ATI HD 6570:
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 2.1 Mesa 7.11
--
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=19122
Summary: MCI mciSendString with repeat as a play flag does not
work
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emil.jo.andersson(a)gmail.com
This works (plays once as expected):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic"), response, (UINT)_tcslen(response), NULL);
This does not work (doesn't play at all):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic repeat"), response, (UINT)_tcslen(response),
NULL);
I've tried this both in a virtual machine (Virtualbox) and on a non-virtual
machine. Both were running Ubuntu 9.04 with version 1.1.24 from the Wine
repository.
--
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=28884
Bug #: 28884
Summary: keyboard input does not work properly for Sculptris
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)light-bg.com
Classification: Unclassified
Created attachment 37113
--> http://bugs.winehq.org/attachment.cgi?id=37113
console output
The application runs flawlessly while controlled with the mouse only or with a
combination of keyboard and mouse input simultaneously.
But upon pressing any button on the keyboard alone, with the only exception of
the F* keys and the NumLock, the application freezes until focus is changed to
another window and returned to the application window.
After returning focus to the application window Sculptris continues to work as
if no keyboard shortcut was pressed. The only exception to this are the square
brackets and the numpad Del keys, which have the effect of
increasing/decreasing the brush size. They too do freeze the app, but the brush
is larger/smaller after returning to the app. No other keyboard shortcuts (most
notably ctrl-z - undo) are not working. This makes the application unusable for
serious work, because many things are controlled only via keyboard and are not
present in the UI.
There is nothing on the console, except the following three lines:
--attached--
--
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=32222
Bug #: 32222
Summary: LTspice: text fields issues
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Steps to reproduce:
1) Download, install and run LTSpice -
http://ltspice.linear.com/software/LTspiceIV.exe
2) Create a new schematic and place a resistor by pressing 'R' and clicking in
the schematic
2a) Ctrl-right click on the device and fill up the "SpiceLine", then keep on
typing -- it won't follow the typed characters instead, it will stay "anchored"
to the beginning.
3) Add a text by pressing 'T', writing something, then clicking on the
schematic.
3a) Fill up one line, then keep going. It will let you see what you type ahead,
but breaking a line with ctrl-enter will leave garbage. The same happens for
any number of lines.
3b) If there's a very long one-line expression, the cursor will stay at the
beginning, it will not show up moving and any editing is done "blindly".
--
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=23523
Summary: Call of Juarez DX10 Benchmark does not start
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://games.on.net/file/9061/Call_of_Juarez_DirectX_1
0_Benchmark_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Created an attachment (id=29364)
--> (http://bugs.winehq.org/attachment.cgi?id=29364)
Crash log
After running the launcher for the software; it crashed.
--
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=32114
Bug #: 32114
Summary: Dialog resizing glitches, slow panning when zooming,
minor traces
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Hello
And my apologies for any language errors, I'll "do my best", though.
- I -
Since version 1.5.12 (Linux Mint 13, current version 1.5.16), LTspice seems to
suffer from a slow "click-and-drag" panning after zooming, which seems to be
related to font smoothing. Not being a guru, I reverted to the last version
(1.5.12) which, even if the text isn't anti-aliased after zooming it over a
certain amount (I use these customized settings: http://www.sharpfonts.co.cc/ ,
sharp fonts), it allows for smooth panning.
I can't screenshot the sluggishness, but it can be easily verified by lacing a
fair amount of devices, creating a schematic which, after pressing space (zoom
to fit), will make the fonts barely readable. Then use the mouse-wheel to
scroll and the pan.
- II -
Another problem is since I can't remember when, but it's not something that
really gets in the way, it can be overcome, but now that I'm here I may as well
mention them:
1. Placing a component on the schematic and Ctrl-right-clicking on it;
2. Adding a SPICE directive ('S' key) or a text ('T' key)
3. Ctrl-right-clicking on a component's name
All will make use of some dialog windows which allow text entries: 1 has
table-like entries, 2 has a multi-line entry and 3 uses a one-line entry. The
problem arises when launching LTspice with the simple "wine LTspice.exe"
command (terminal, launcher, etc), which makes use of LTspice's built-in
detection of a WINE environment.
1. In the dialog window that opens, a line that takes more than the default
window (entry) width will be cropped. Nothing unusual, but the line of text
normally follows the last typed characters, to be able to see what you're
currently doing; instead, the line of characters seems anchored to the first
one leaving you typing blindly ahead. (screenshot1.png)
2. Typing a full line and beyond will make things just like above. You can
Ctrl-enter for a new line, but it's the same, all the way down. However, here
you will get to see the "current typing" line. (screenshot2.png)
There's a nastier glitch if you have a mile long line among the others, because
when right-clicking on it to edit it, the I-beam cursor will not move it's
position, furthermore delete or backspace are invisible; this can be avoided by
breaking it into multiple lines with ctrl-enter and adding "+ " at the
beginning of the new line, for SPICE directives. (screenshot3.png,
screeshot4.png)
3. This only has problems with resizing (see below).
Trying to resize the dialog windows will let you do so, but the internal area
won't (I can only imagine what alien description will this seem to you)
(screenshot5.png, screenshot6.png). Therefore for #1 you won't know what
happens if (e.g.) you have a rather long formula to be implemented, for #2, if
there are lots of parameters to be defined, you're left scrolling like crazy,
not being able to see more than 4 lines and cropped, too, while for #3, well, I
suppose that won't matter as much if #1 gets done, because #1 displays all
possible lines (where there's the case).
Now, using "wine LTspice.exe -nowine" (LTspice specific switch) will get around
these problems -- and it's the current way of launching for me -- in that it
will allow proper resizing of dialog windows, but not the cropping of the
longer test line, however...
- III -
...the price to pay will be that using F8 to move a component will leave
crumble-like traces behind (F5, copy, F7, cut, the same) (screenshot7.png).
Minor glitch, though.
PS: I'll add the screenshots after this, it seems to only allow one
attachement.
--
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=18564
Summary: QQ 2009 crashes after signin
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://www.imqq.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)greenviolet.net
Using Wine 1.1.21 on Solaris Express Community Edition b114, with winetricks
(vista, gdiplus, msxml3, vcrun6), the application installs (with some minor GUI
glitches) but crashes once you enter your credentials and attempt to log in.
I would attach a trace, except that trying to trace to a file still spews
useful output to the terminal for some reason here. Without being able to
properly place that information in context in the log, both the trace and the
terminal output are somewhat useless.
--
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=29592
Bug #: 29592
Summary: Problems with text fields & scrollbars
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://cd.textfiles.com/infomagic/imagic4pak5/disk3/Mi
scellaneous-Utilities/ebot_einstall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Wine seems to have several issues with some types of text field. They are
probably related so I'll describe them all here.
One program which shows these problems can be downloaded from
http://cd.textfiles.com/infomagic/imagic4pak5/disk3/Miscellaneous-Utilities…
Run ebot_einstall.exe then click Next to show the license agreement. The
agreement is in a text field/box with a scrollbar to the right.
First issue:
The view is initially positioned at the bottom; it should be at the top. (The
flashing cursor/caret at the end of the text is also present on Windows. It
seems Wine sets the initial view position so the caret is shown, whereas
Windows does not?)
Second issue:
Move the mouse pointer outside the window and click to de-activate it. Move the
pointer back over the ebot_einstall window (not over the text box) and click to
activate it. Notice how all the text is now highlighted; it shouldn't be.
Third issue:
Run ebot_einstall.exe and click Next. (At this point, the contents of the text
field are not highlighted.) Click and drag the scrollbar knob upwards. Notice
how the text field immediately moves to show the top of the document, and the
view position remains there as you move the knob up and down. If you release
the mouse button when the knob is half-way down the scrollbar, it jumps back to
the top.
Fourth issue:
After doing the test in the third issue above, move the mouse pointer so it's
about 3/4 of the way down the scrollbar. Click the mouse button repeatedly.
Notice that the text in the box pages down each time, but when the scrollbar
knob is under the mouse pointer, clicking again causes it to jump back to the
top. (On Windows the knob does not move in that case.) Thus clicking over and
over causes the view to cycle down a page then back to the top again and again.
Fifth issue:
On Windows, when you page the view up or down by clicking in the scrollbar
above or below the knob, the view moves by one line less than a page. For
example when paging down, the view moves so the previously-lowest visible line
becomes the uppermost visible line. On Wine, the view moves by a whole page
each time.
Sixth issue:
On Windows, pressing the Page Up or Page Down key causes the view to move by a
page (less one line as mentioned above). In Wine however, pressing those keys
causes the caret to move. Press PgUp/PgDown until you're roughly in the middle
of the document. Then press PgUp/PgDown alternately. Notice the view only moves
up and down by one line because of 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=18335
Summary: CreateProcess doesn't set hProcess correctly when
starting a Linux program
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
Created an attachment (id=20876)
--> (http://bugs.winehq.org/attachment.cgi?id=20876)
test case
When CreateProcess starts a Linux program, it sets hProcess to 0 - causing
WaitForSingleObject to fail.
To test this:
Get CreateProcess example from MSDN:
http://msdn.microsoft.com/en-us/library/ms682512(VS.85).aspx
Add a few lines to print out the value of pi.hProcess and the return value of
WaitForSingleObject.
(I'll attach the code).
Run it with an argument "C:/windows/system32/notepad": hProcess is non-zero,
and WaitForSingleObject succeeds.
Then run it with an argument "/usr/bin/ls": "ls" still runs, but hProcess is 0
and WaitForSingleObject returns -1.
--
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=20777
Summary: Unigine Heaven benchmark crashes on load.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://unigine.com/download/#heaven
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=24871)
--> (http://bugs.winehq.org/attachment.cgi?id=24871)
terminal output
sh winetricks dotnet20
wine msiexec /i Unigine_Heaven-1.0.msi
--
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.