http://bugs.winehq.org/show_bug.cgi?id=25010
Summary: radmin fast search halfworking.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emoxam(a)gmail.com
cursors moves unlogical when trying to search a folder by pressing a keys
matched first letter of the …
[View More]folder name! it works logical only if you press
only first letter!
what did i mean!
we know that in the most every folderlist we can press fisrt letters of the
folder name and cursors moves to the right folder if a folder exists in the
current location.
so that function i used in windows.. it's really comfortable when you have
about 80 folders..
so how it works in radmin through wine - really unlogical!
we have two fims.. begins with the "ved" and "var" (var is the first in the
folder listing who begins from "v")
so we press leters "v" and then "e" - all good - we are on "ved"
so we press letters "v" and then "a" - cursor position is firm wich begins from
"ve" - i mean "ved" adain! why "ved" ?
so we have "oao" - i press "o,a,o" and i am on the third firm that in the
listing begins from "o", but firm begins from oao is only one!
uncorrect "a" letter work ?
so we have "lpq" - i press "l,p" i am on the seconf firm.. the first was lpq ..
unlogical - i am pressed the "p" and cursors didn't stay on the place. this is
the only one firm begins from "lpq"! BUT if a press "l,p,q" i exactly ont "lpq"
firm!
so thats what i meant unlogical moves! i caanot understand algorithm.
thank you!
--
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=28343
Summary: UFO: Extraterrestrials Gold - crash at start unless
native d3dx9_26 (or d3dx_36) is used
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mooroon2(a)mail.ru
CC: wine-…
[View More]bugs(a)winehq.org
Created an attachment (id=36322)
--> (http://bugs.winehq.org/attachment.cgi?id=36322)
WINEDEBUG="+tid,+all,err+all,warn+all,trace-all" output
UFO:ET not only require native dsound/dmusic as reported in bug #25728, but
also crashes unless native MS d3dx9_26 or d3dx9_36 are used. I had first ran
into this bug with Wine 1.3.11, and it pertained till version 1.3.24. Can't
test with later version due-to dsound/dmusic override workaround is no longer
working as reported in bug #28340.
What's interesting is that is is sufficient to install native dsound/dmusic and
only one of native d3dx_26/d3dx_36 to get the game working. With native d3dx_26
and wine's built-in d3dx_36 the game seems to start up faster than with wine's
built-in d3dx_26 and native d3dx_36.
I attach essential WINEDEBUG logs recorded with Wine 1.3.24 + MS native
dsound/dmusic + wine's built-in d3dx_26/d3dx_36.
Most "promising" line are:
fixme:d3dx:D3DXGetImageInfoFromFileInMemory (0x8a00c0, 49280, 0x34f8a0):
partially implemented
fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
fixme:d3dx:D3DXCreateEffectEx (0x14a2a8, 0x8c44a0, 1192, (nil), 0x8c4958,
(nil), 0, (nil), 0x8c1770, 0x8c1764): semi-stub
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
fixme:d3dx:get_format_info Unknown format 0x35545844
>From relay trace it looks like that the last d3d function called prior to the
crash is d3dx9_36.D3DXCreateTextureFromFileInMemoryEx().
--
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=19799
Summary: cscript crashes if you call WScript.Arguments(0).
Breaks Chromium build setup.
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://src.chromium.org/viewvc/chrome/trunk/tools/depo
t_tools/bootstrap/win/get_file.js?revision=14457&pathr
ev=14457
OS/Version: Linux
Status: NEW
Keywords: …
[View More]download
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Chromium has a nifty self-bootstrapping source code management
script (see http://dev.chromium.org/developers/how-tos/install-gclient )
gclient downloads svn for you before it runs it. This used to use
a little wget binary checked in to the source tree (!) but now uses
a little javascript script, get_file.js
http://src.chromium.org/viewvc/chrome/trunk/tools/depot_tools/bootstrap/win…
(which looks pretty similar to the vb in
http://www.xefteri.com/articles/show.cfm?id=7 )
If you read the script, it's kind of scary; there's ADO and all sorts
of weird shit going on, just to download a file.
And since it uses cscript, I think you have to do 'winetricks wsh56' to try it.
But guess what Wine fails on? After a little effort,
I reduced that script down to the single line:
WScript.Arguments(0);
Yup, that crashes. But if you do 'winetricks dcom98', it succeeds.
--
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=29822
Bug #: 29822
Summary: winebuild should use Clang to assemble if Clang is
used to compile
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: camillo.lugaresi+wine(a)gmail.com
…
[View More]Classification: Unclassified
Trying to build Wine on Mac OS X 10.7 using Clang 3.0, winebuild generates
several errors like "acledit.CPpFo1.s:83:Unknown pseudo-op: .cfi_startproc".
The problem is that Clang supports CFI, but the version of GNU as shipped with
OS X does not. When configure checks for CFI support, it uses Clang, and marks
it as supported; this means that, later on, -fasynchronous-unwind-tables is
passed to winegcc and then to winebuild, which generates the CFI lines and
tries to assemble using /usr/bin/as, which rejects them.
The problem can be solved by using "clang -c" as an assembler instead of "as"
when the C compiler in use is Clang and not GCC. I verified that this fix works
using a quick and dirty patch to winebuild, but it needs to be properly
conditionalized.
--
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=28666
Bug #: 28666
Summary: Spa Mania: Read from NULL when toggling fullscreen
mode
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: …
[View More]Unclassified
Created attachment 36838
--> http://bugs.winehq.org/attachment.cgi?id=36838
Plain terminal output
Attempting to enter or leave fullscreen mode crashes 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=23215
Summary: 4x4 Evo 2: Pagefault on second launch of game
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=28891)
--> (http://bugs.winehq.org/attachment.cgi?id=…
[View More]28891)
First run goes grand, second run gets pagefault....
This bug is fairly interesting. On the first launch after a clean install it
works perfectly, then on the second launch we get a nasty little pagefault.
Logs 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21943
Summary: GetCharABCWidthsI does not return correct widths when
handling a DC with dc->gdiFont == null
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: culex.eriklund(a)gmail.com
Created an …
[View More]attachment (id=26641)
--> (http://bugs.winehq.org/attachment.cgi?id=26641)
Log from running Aztaka
When GetCharABCWidths is passed a HDC thats DC* has dc->gdiFont == null it
performs no calculation to alter the argument LPABC abc to reflect the real
widths of the characters. Presumably abc is populated by the average width of
the characters as can be gotten from GetTextMetricsW since text does show up at
all, though truncated.
--
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=21143
Summary: Missing GUI elements in Shaiya
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bloodywing(a)neocomy.net
Created an attachment (id=25386)
--> (http://bugs.winehq.org/attachment.cgi?id=25386)
missing GUI …
[View More]in shaiya
Some of Shaiyas GUI elements are missed in new Wine version. Last working
version was 1.1.30.
--
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=20590
Summary: Cities XL 1.0.3.392 crashes
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sinner(a)psitronic.de
Created an attachment (id=24567)
--> (http://bugs.winehq.org/attachment.cgi?id=24567)
Wine …
[View More]output while running
Here is a logfile from a segfault crash from "Cities XL". The game ran great
until an update that occured this week.
AppDB entry:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=10537
I already informed the Monte Christo game support, but maybe their answer will
be "wine is not supported". So I decided to post it here to, maybe its a wine
bug.
The game crashes when leaving the starter and loading the game. An Splashscreen
image is displayed, and then the segfault box appears.
If I can provide any other information, please let me know.
02:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT]
(rev a1)
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9600 GT/PCI/SSE2
OpenGL version string: 3.2.0 NVIDIA 190.42
--
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=17385
Summary: Zeus Master of Olympus does not render (black screen)
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olivier.leconte27(a)orange.fr
Created an attachment (id=19438)
--> (http://bugs.winehq.org/…
[View More]attachment.cgi?id=19438)
WINEDEBUG=+ddraw trace file
Zeus Master of Olympus does not render (black screen), but the introduction
movie before main screen is displayed works properly.
I use the following command to kick off the game in windowed mode:
wine explorer /desktop=Jeux,1280x1024 Zeus.exe
This is with the commercial version (1.x), and I don't know whether this bug
applies to the either the demo or the Atlantis extension.
This bug first started with version 1.1.3, and existed on every version I could
test up to 1.1.15 (pretty much all of them).
I have attached a WINEDEBUG=+ddraw 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13757
Summary: Outcast (and Outcast Demo 1) : can't skip credits when
exiting the game.
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://dld-9.tomsgames.net/get/f4063e2070f59e6abd1b12881c517235/484
ae50e/9/4/4/16449/outcast_demo_1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
…
[View More]Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remjg(a)free.fr
Hello,
When exiting the Outcast game or the Outcast demo 1, I can't skip credits by
pressing "escape"... It lasts about 4 minutes!
This is annoying because Outcast runs in 512x384 so if I kill wine, my desktop
resolution doesn't come back in 1680x1050.
Nevertheless, If I wait 4 minutes it's ok!
You can try the Outcast demo 1, maybe it's easy to solve.
--
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=24034
Summary: StarCraft2 zerg bloodstains and overlords slime
dropping effect are too big
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
Screenshot attached shows a …
[View More]bloodstains of zerg (and only zergs, terrans are
unaffected) that are covering full screen. Size of bug-affected effects depends
on camera position. While moving camera it may cover all screen, as on
screenshot or disappear completely, with few in-middle variants.
Done on ATI HD4570, kernel 2.6.35, fglrx-10.7. wine-1.2 and 1.3.0 tested.
UseGLSL=disabled - without this bloodstains are not rendered at all.
--
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=21304
Summary: commandos : setup_exception_record nested exception
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richlv(a)nakts.net
game commandos hangs every now and them with : setup_exception_record nested
…
[View More]exception
possibly related to :
bug 15195
bug 20380
bug 19025
bug 9454
bug 20820
--
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=18682
Summary: d3d9/visual: tests fail with glsl disabled
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://test.winehq.org/data/22a277cc2ea99285c4be50633e
db3db1a526dc1c/wine_ae-ub904-noglsl/d3d9:visual.html
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: minor
Priority: P2
…
[View More]Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21391)
--> (http://bugs.winehq.org/attachment.cgi?id=21391)
+d3d9, from a different test run
visual.c:183: Driver string: "Display"
visual.c:184: Description string: "NVIDIA GeForce 9800 GT"
visual.c:185: Device name string: "\\.\DISPLAY"
visual.c:186: Driver version 7.15.11.8044
The tests pass fine with backbuffer.
--
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=15669
Summary: Lego Loco hangs on startup attempting to play back intro
video
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=16729)
--> (http://bugs.…
[View More]winehq.org/attachment.cgi?id=16729)
Lego Loco thread backtraces
With today's Git (wine-1.1.6-314-g36d0140), when attempting to start the Lego
Loco application, the application simply hangs on a black screen. A bit of
tracing shows the hang to be due to the mciavi asynchronous playback thread
being blocked in a ShowWindow call:
if (!(GetWindowLongW(wma->hWndPaint, GWL_STYLE) & WS_VISIBLE))
ShowWindow(wma->hWndPaint, SW_SHOWNA);
which seems to suggest that the problem lies in user32. Thread backtraces and
trace logs are 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=23623
Summary: Dockable tool pallet icons don't render after resizing
tool pallet.
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kc8ldo(a)arrl.net
Using MathCAD 2000 Pro under wine-1.2-rc7 the …
[View More]dockable tool pallets icons don't
render. I have to manually resize the tool pallets and run the mouse pointer
over the empty tool pallet to get the icons to show up. After that everything
is fine so long as the tool pallet isn't resized. By the way this has never
worked in any release of wine that I've tried over the years.
--
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=18315
Summary: Mortyr 2 - For Ever: graphical bugs
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Created an attachment (id=20858)
--> (http://bugs.winehq.org/attachment.cgi?id=20858)
…
[View More]Mortyr 2 game log
- NPC bots do not show.
- Player weapons / hands do not show.
- Game speed drops unplayable when antialiasing option is selected.
- Selected weapon indicator does not change.
--
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=12223
Summary: MSN Messenger Winks doesn't apear
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Steps to reproduce:
- Set wine to Win2K
- Set riched20 to native with winetriks riched20 (if you don'…
[View More]t do this you
can't open a new conversation window)
- Install flash player from
http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/inst…
- Sign in and open a conversation window, and try to send a wink. You won't see
the winks.
After do winetricks msxml3 the winks will work.
--
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=20187
Summary: MSN Messenger 7.0 crash while changing the tabs
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.microsoft.com/downloadS/details.aspx?displa
ylang=en&FamilyID=cf49c56c-8b3e-4eae-9904-9505f47bed45
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: …
[View More]wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=23790)
--> (http://bugs.winehq.org/attachment.cgi?id=23790)
Conseole output
I was changing quickly the tabs at the right side of msn messenger when the
crash appear. I'm attaching the backtrace.
--
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=16807
Summary: MSN Messenger 7.0 Audio Conference doesn't work.
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=CF49C56C-8B3E-4EAE-9904-9505F47BED45&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo:…
[View More] wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
When you try to make a conference using the microphone you will get a message
saying that You can execute the audio and video assistant in that moment.
Looking in the console it shows:
err:ole:CoGetClassObject class {7a42ea29-a2b7-40c4-b091-f6f024aa89be} not
registered
err:ole:CoGetClassObject no class object {7a42ea29-a2b7-40c4-b091-f6f024aa89be}
could be created for context 0x1
And this is related to the RTC Client that is not implemented on Wine.
http://msdn.microsoft.com/en-us/library/ms775464(VS.85).aspx
--
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=21367
Summary: DATALINE Office Demo: install fails - sometimes
Product: Wine
Version: 1.1.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas(a)braml.org
Created an attachment (id=25727)
--> (http://bugs.winehq.org/attachment.cgi?id=…
[View More]25727)
console output of a crash during install
When testing the install of DATALINE Office Demo on 1.1.36, I noticed that it
crashes Wine. Since it used to work with 1.1.24 (according to my test report
over at AppDB
http://appdb.winehq.org/objectManager.php?sClass=version&iId=15365), I went off
to run a regression test.
When I was finished, I reverted the patch in HEAD and ran the installer again.
It went through as it did witch 1.1.24.
To make absolutely sure, I ran the installer again, with clean HEAD (and 1.1.36
from the Ubuntu PPA to make sure). And it didn't crash! But then, on second run
(starting from scratch witch a clean .wine) it crashed as before, that is, at
the same point according to the installer's progress bar).
I tried several times, and sometimes the install works, sometimes not. The
number of failed installs is greater though).
So I fear my regression test was useless, since I didn't test the install at
the different points more than once. I could re-run the regression test doing
so, but I might still miss a "bad" one simply by not trying often enough.
I don't know how to test this further, but I attach the console output of a
crash on 1.1.36 for a start.
--
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=26561
Summary: H&R Block 2010 (At Home Standard) - Registration/Skip
Registration impossible to click
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an …
[View More]attachment (id=33820)
--> (http://bugs.winehq.org/attachment.cgi?id=33820)
Terminal log. ...fxme:mshtml, etc.
I was going to try doing taxes on my Linux box just to see if it was possible
in wine, but it isn't. (QEMU ftw) :P
The program installed fine, but then it is impossible to actually run the
program due to a button bug.
There should be two links:
1) Register the next time you start the program
2) Submit your registration data to the server
Screenshot: http://i.imgur.com/Lu2di.png
Neither of these links are clickable, hence making the entire program useless.
Update also failed with a blank page, but that's probably another 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29502
Bug #: 29502
Summary: Dark Horizon: audio doesn't finish when videos end
Product: Wine
Version: 1.3.36
Platform: x86
URL: http://www.fileplanet.com/193616/190000/fileinfo/Dark-
Horizon-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
…
[View More]AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 38205
--> http://bugs.winehq.org/attachment.cgi?id=38205
terminal output
There is a strange problem with playing audio during the intro sequences in
Dark Horizon and in Tarr Chronicles (both games use the same game engine).
The game starts with 4 intro videos (3 short logos and a longer introduction
video). When a video ends and the next one begins to play, the audio part of
the previous video keeps playing.
It doesn't matter if I skip the videos or let them play until they finished,
the problem is there.
This results in cacophony when the player finally gets to the main menu.
Sound doesn't work well in mid-game either: I can hear dialogue (radio
chatter), but sound effects and in-game music are missing. What I hear instead
is the audio from the last intro video.
Besides, there is a short, periodical sound in the menus, which I can't
identify where it comes from.
Can be reproduced with the demo too. The demo requires: corefonts (Verdana) and
native d3dx9_36.dll
Videos are in avi format and all but one have the following properties:
Video: VC-1/WMV3 codec
Audio: uncompressed PCM, Stereo, 44,1 kHz
One of the intro videos are in Motion Jpeg with audio sample rate 48 kHz.
I think this could be either a quartz or winegstreamer issue.
Native quartz and devenum dlls don't seem to help:
1. native quartz + devenum and disabled winegstreamer=videos don't play and the
game is erroring out
2. native quartz + devenum and winegstreamer enabled: the first video begins to
play but Wine soon becomes stuck with
err:ntdll:RtlpWaitForCriticalSection section 0x14887a38 "gstdemux.c:
GSTImpl.csFilter" wait timed out in thread ...
Fedora 16
gstreamer-0.10.35-1.fc16.i686 + additional plugins
Alsa 1.0.24
PA is not running
--
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=22046
Summary: When using two monitors, starcraft causes primary one
to shut down
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://appdb.winehq.org/appview.php?appId=72
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: …
[View More]andrey_y_k(a)yahoo.com
I have two monitors. When I run starcraft, it automatically picks the smaller
and secondary monitor and turns off my primary one. When I exit the game, I
have to go into the Display settings and turn the primary monitor
back 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.
[View Less]