http://bugs.winehq.org/show_bug.cgi?id=22922
Summary: Black and White 2 1.2 slow on WINE, gives GL errors
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookiecaper(a)gmail.com
Getting ~10 FPS on Black and White 2 with GL error "err:d3d:state_pscale
>>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glPointSize(...); @ state.c /
1511" continually spammed into the console.
Using Wine 1.2-rc2, nvidia 195.36.15, B&W 2 1.2, and GeForce 6150SE.
--
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=20480
Summary: Soldier of Fortune II Multiplayer Main Menu won't show
up
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
This problem was already corrected probably in Wine version 1.0.1 according to
Roland Haeder. It has been around at least in 1.1.31 and 1.1.32.
When launching Sof2mp.exe, "Loading..."-text appears normally, but when
entering the menu, text flashes once, but won't go away. Menu is still working:
music is hearable, mouse movements can be heard, etc.
What has been tested:
- Using a Virtual Desktop. (Has worked earlier (1.0.1 case).)
Thought of a possible temporary workaround:
- Playing the intro movies before the menu (if possible). In single player
mode, menus do work, though disabling the movies haven't been tested yet.
--
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=9919
Summary: Microsoft Access Snapshot Viewer 10.0 install fails
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=B73DF33F-6D74-423D-8274-8B7E6313EDFB&displaylang=en
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
md5sum: 2aec4a3c7a1c928deeb7d1e9b8779bb2 snpvw.exe
The installer aborts with "A setup initialization file has been corrupted."
The installer seems to be a win16 app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15866
Summary: MechCommander 2: DSERR_CONTROLUNAVAIL errors
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.mechcommander.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Starting the game with
WINEDLLOVERRIDES="dpnet=n" wine MC2Rel.exe -window /gosnoblade /gosusehw
it will display many
FAILED (0x8878001e - DSERR_CONTROLUNAVAIL) - SetPan(0x8fa89a0: 0)
errors. These errors occur each time a sound notification or similar (e.g.
hovering the mouse over a button in the menu or firing a weapon inside the
game) is played.
The reason is the function
IDirectSoundBufferImpl_SetPan
inside buffer.c from dsound dll.
The following code is the reason:
/* You cannot use both pan and 3D controls */
if (!(This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D)) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Is the logic here correct?
Shouldn't "if(!A || B)" really be if(!(A || B)) ?
However the comment "You cannot use both pan and 3D controls" doesn't make any
sense in both cases, I think.
If I change it accordingly, it will work (not display these errors any more):
/* You cannot use both pan and 3D controls */
if (!((This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D))) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Changing it according to the comment to if(A && B) doesn't work.
I hope I provided enough information. I don't really know what I did there.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37308
Bug ID: 37308
Summary: GDI performance regression after Ubuntu 12.04 to 14.04
upgrade; incl. testable app
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: gustep12(a)yahoo.com
Thank you for working on Wine. I love the fact that Wine occasionally works
better (much faster and yet accurate rendering) for legacy Windows XP
applications than newer Windows versions!
For example, here is a legacy CAD application which is easy to install and run
in Wine, but which is very GDI intensive. As such, it is a good test for GDI
speed issues. When you open a complex CAD file, this app runs nicely in Windows
XP, but 5x or 10x slower in Windows Vista and later. Fortunately, it runs at
least the same or faster in Wine than it does in WinXP!
In fact, I guess I run this app half the time just to see how and if Wine is
working.
The application in question is PCB123 v2.1.0.7000, you can search for it online
or get the 7MB installer here. It always installs easily and works well in
Wine:
pcb123installer.exe (v2.1.0.7000, ~7MB):
https://stanford.box.com/s/69ijfwjf7qc95bq6bh2m
I purposely use this older version of PCB123 because, compared to versions that
came later, it has significantly faster display rendering performance with
complex PCB designs, such as this one, which I made:
PCB123-v2-complex-testfile.123, ~800kB:
https://stanford.box.com/s/3kmfcif91c1e909ak7jc
If you open this *.123 PCB design file and turn the mousewheel to zoom in or
out, it triggers a complete screen redraw. A screen redraw can take from one to
five seconds on sub-optimal software (Windows Vista/7/8, newest Wine), but
should take only a fraction of a second with good software (Windows XP, earlier
Wine).
If the scree re-draw takes too long, you can hide the filled copper planes of
the PCB. This speeds up redraws significantly, but the general issue (rendering
is now slower than it used to be, decreasing productivity) remains:
PCB123-v2-complex-testfile-nofill.123, ~800kB:
https://stanford.box.com/s/08zamniq0gx3imlwhi76
This software was originally released in the Windows XP years. It ran much
worse on Windows 7. It ran super-fast on Wine, regardless of hardware and/or
Linux version, I believe. Over time, I ran this software under Wine on a few
different Linux distros (Fedora, Mint, Ubuntu), and different hardware (older
Thinkpad with slow IGP, newer desktop with GTX660), the results were always
great under Linux+Wine, and much poorer under Windows 7.
Most recently, I had it running smoothly on Ubuntu 12.04 LTS, probably with
Nvidia binary driver 319 and whatever Wine version was up to date.
Then, about three days ago, I let Ubuntu proceed with the upgrade to 14.04 LTS.
Initially, PCB123 worked quickly, but then another set of Ubuntu 14.04 updates
came in, probably including the Nvidia driver update v331. Somehow this
un-installed Wine, and I couldn't re-install it - same issue as described here:
http://askubuntu.com/questions/449507/nvidia-libopencl1-331-has-to-be-remov…
Following the instructions on that page, I then did this:
sudo apt-get install nvidia-cuda-toolkit #Need to get 250 MB of archives; 774
MB of additional disk space will be used
sudo apt-get install ocl-icd-opencl-dev #this will remove nvidia-libopencl1-*
and nvidia-opencl-dev
sudo apt-get install wine #Need to get 121 MB; 342 MB of additional disk space
will be used.
Then I reinstalled Wine successfully, but then somehow the display performance
of PCB123 got much, much slower. I estimate the screen redraw speed is now at
least 20x to 50x slower than it used to be.
I am now trying to roll back the Nvidia drivers, the Wine versions, and so
forth, to narrow down where the problem lies. No luck so far, PCB123 remains
slow. I may even try to install Ubuntu 12.04 LTS again just to see if this
fixes it. Any advice on how I can force different versions of Wine or relevant
DLLs for testing?
Any tips on how I can support fixing this issue?
Best regards,
Sebastian
--
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=24388
Summary: Exposure crashes while creating exposure image
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.nimisis.com/projects/exposure.php
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
this handy little app creates an image out of a webcamcapture or avi-file, as
if you would take a picture with a camera with a long shuttertime.
Steps to reproduce: i did:
1.winetricks allcodecs
2.Run exposure, and choose "From AVI --> Browse"
3. Select an AVI-file , then do "Load from AVI"
It crashes right away; with native avifil32 the crash is gone. There is no
avifil32 component in bugzilla. I'll attach a +relay,tid,+seh 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.
http://bugs.winehq.org/show_bug.cgi?id=27165
Summary: ffdshow A/V config tool: drop-down list doesn't appear
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://sourceforge.net/projects/ffdshow-tryout/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
In ffdshow's audio/video configuration window you can choose which decoder you
want to use for different A/V formats.
A drop-down menu should appear automatically when you select a decoder for the
desired format.
The menu doesn't appear in current Wine.
Actually, there is a way to make the menu appear: press and hold left mouse
button on the selected field (under Decoder tab). While LMB is still pressed,
move the mouse up or down by a couple of pixels.
Workaround: native comctl32.
This 'feature' worked correctly in Wine-1.1.2:
098dc7b3302f39c5500d644615a6f4c37d328ce0 is the first bad commit
commit 098dc7b3302f39c5500d644615a6f4c37d328ce0
Author: Lei Zhang <thestig(a)google.com>
Date: Mon Aug 18 16:05:27 2008 -0700
comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN.
:040000 040000 ab9cd9294cee7fd398296c68872b1661d28953c2
e40db8f62a0588aac662bc68d5f6b1aafe86e42e M dlls
To reproduce the issue in the application:
1) Install the app as usual: at the end of installation choose the option to
run the config tool automatically.
2) Under the Decoder tab select a field (containing either disabled or
libavcodec) >> the drop-down list doesn't appear.
The config tool can also be launched by:
wine rundll32.exe ffdshow.ax configure
--
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=35330
Bug ID: 35330
Summary: Typo: "in a separate windows" on the Man Page (at
http://www.winehq.org/docs/wine )
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: documentation
Assignee: wine-bugs(a)winehq.org
Reporter: shlomif(a)shlomifish.org
Classification: Unclassified
Hi all,
there's a typo in the man page (at http://www.winehq.org/docs/wine and "man
wine" from wine-1.6.1):
[QUOTE]
For running CUI executables (Windows console programs), use wineconsole
instead of wine. This will display all the output in a separate
windows (this requires X11 to run). Not using wineconsole for CUI
programs
will only provide very limited console support, and your program might
not function properly.
[QUOTE]
"in a separate windows" should be "in a separate window".
Regards,
-- Shlomi Fish
--
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=9491
Summary: CListCtrl:GetSubItemRect doesn't work for the label row
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.
res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36345
Bug ID: 36345
Summary: TGB Dual 8.3: A Windows Videogame emulator that
crashes when loading a ROM.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: swordofsilence(a)gmail.com
Created attachment 48413
--> http://bugs.winehq.org/attachment.cgi?id=48413
The backlog provided after TGB Dual 8.3 crashed.
When loading a videogame ROM with TGB Dual V8.3 open, such as Pokemon Crystal,
it crashes. If I attempt to load the Pokemon Crystal ROM directly, it will fail
to load with the message "There is no Windows program configured to open this
type of file."
Pokemon Crystal File was this type: Pokemon - Crystal Version (USA,
Europe).gbc.
The log that appears when I try to load it while TGB Dual V8.3 is open is
provided as an attachment.
Link for TGB Dual V8.3 Download:
http://www.emuparadise.me/Nintendo_Gameboy_Advance_Emulators/Windows/TGB_Du…
--
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=15083
Summary: ReadConsoleInputW() returns wrong values for CTRL+SPACE
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dg(a)cowlark.com
On the Windows console, if I use ReadConsoleInputW() to read user input and the
user types CTRL+SPACE, wine returns wVirtualKeyCode=VK_SPACE, UnicodeChar=0
where Windows XP returns wVirtualKeyCode=VK_SPACE, UnicodeChar=32.
--
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=34086
Bug #: 34086
Summary: MS Paint shows some images messed up.
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)astronomy.com.ph
Classification: Unclassified
Created attachment 45322
--> http://bugs.winehq.org/attachment.cgi?id=45322
If this picture is opened in MS Paint in WinXp, the transparent portions become
black. In older wine versions behave the same way (therefore do it correctly).
In wine 1.6-rc5 it's ruined.
In Wine 1.6-rc5, Windows XP MS Paint messes up some images with transparency.
In previous versions of Wine, it behaves correctly (meaning, same behavior as
running MS Paint on WinXP) by showing the transparent color as black.
--
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=32621
Bug #: 32621
Summary: Mouse pointer jumps on opening/closing WinUAE settings
window
Product: Wine
Version: 1.5.20
Platform: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2510.exe
OS/Version: Windows
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Testing with wine-1.5.20-22-ga701528 on Lubuntu 11.10 x86-64.
There is an issue with bogus mouse movement which shows up with the WinUAE
Amiga emulator. This seems to be a regression somewhere between
wine-1.5.17-252-g8ba4c31 and wine-1.5.17-270-ga0f039a.
WinUAE captures the mouse when emulation is running. The Windows mouse pointer
is made invisible and mouse movement is passed through to the emulated machine.
With emulation running, press F12 to open the settings window, and click the
Cancel to close it. The mouse pointer of the emulated machine jumps to a new
position when the settings window closes. It's as if Wine has queued up mouse
movement between your pressing F12 and clicking Cancel.
To reproduce:
- Download and run the WinUAE installer. Run WinUAE.
- Optional: When the settings window opens, click CPU and FPU in the tree-view
then select Fastest possible under CPU Emulation Speed.
- Click Start. After a few seconds you should see something in the emulation
window and there is a red mouse pointer which you can move. Move it around a
bit.
- Noting where the red mouse pointer is, press F12 to open the settings window.
- Click Cancel to close the settings window. The red mouse pointer jumps in
position. The difference between new and old positions may be related to the
amount you moved the Windows mouse pointer in order to click Cancel.
I ran a regression test but it wasn't entirely successful.
wine-1.5.17-252-g8ba4c31 GOOD
wine-1.5.17-270-ga0f039a BAD
In between those two commits, running WinUAE did not allow the emulation window
to be activated. Keyboard input went to the terminal window instead.
The last commit for wine-1.5.17-253-g841214d was:
user32: Don't check for driver events before normal messages in PeekMessage.
author: Alexandre Julliard <julliard(a)winehq.org>
Wed, 21 Nov 2012 18:20:27 +0000 (19:20 +0100)
commit: 841214ddb4d4dc620e6b51dfe6655b585d423edc
The last commit for wine-1.5.17-270-ga0f039a (which presumably fixed the
can't-activate-window issue) was:
user32: Fix the wait event mask in PeekMessage.
author Alexandre Julliard <julliard(a)winehq.org>
Thu, 22 Nov 2012 10:57:15 +0000 (11:57 +0100)
commit a0f039a6049641cc2be8fa32f2afa3c3f394a99b
--
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=11627
Summary: Need for Speed 2 SE 3dfx demo fails to start
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.nfshome.com/demos.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
It just prints:
The instruction at 0x00498d32 referenced memory at 0x00000004.
The memory could not be written.
And silently exits after that.
Which it didnt did before:
b22183703f8f77f8e1e32482f34934cadd207963 is first bad commit
commit b22183703f8f77f8e1e32482f34934cadd207963
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 15 22:32:36 2007 +0200
kernel32: Fix GlobalMemoryStatus to take into account the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
Also the page file size must not be truncated to 2Gb no matter what
the flag is set to.
:040000 040000 22266407af840ef6a38386a64fdc247e895c66ac
3924caf0140dfbe4bf8aff939710b1517b970e9f M dlls
--
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=26317
Summary: AVRStudio 4 installation package is unable to install
the program reporting that the application is already
installed
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wike.svk(a)gmail.com
CC: bunglehead(a)gmail.com
AVR Studio 4 installation package is unable to install the program. It shows
the message that program is already installed.
The installation file can be found at:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725
(requires registration before download)
--
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=22013
Summary: Secret of Monkey Island - Special edition: fails to
run with OSS sound driver
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
With alsa, works (though sometimes stutters, depending on acceleration
settings).
With OSS, however, fails to run, saying:
'Your machine failed to meet the minimum specification requirements.
Code: Sound device failed to initialize or not found.
Application will now exit.
OK'
Terminal output attached, though there's nothing sound related AFAICT.
--
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=33182
Bug #: 33182
Summary: Penny Girl fails to run (Unity3D based program)
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: macmolder(a)gmail.com
Classification: Unclassified
Created attachment 43890
--> http://bugs.winehq.org/attachment.cgi?id=43890
Terminal output
This unity3d based program installs fine, but crashes with an error :
Verificationerror#3:Client.Version=1.3.4674.081.Culture=neutral.PublicKeyToken=|hex
code| might be corrupted. Please re-install.
--
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=33926
Bug #: 33926
Summary: Civilization III menu items covered by KDE panel
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bero(a)lindev.ch
Classification: Unclassified
When running Civilization III in KDE 4.10.4, it switches to fullscreen, but
after the intro video, the KDE panel comes back and covers the lower part of
the game screen.
--
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=33167
Bug #: 33167
Summary: Sword of Stars securom fails
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: macmolder(a)gmail.com
Classification: Unclassified
Program installs fine, but when I try to start it says that securom cannot find
the disk.
--
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=33075
Bug #: 33075
Summary: Misao Crashes when opening inventory window.
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: detriment.eahil(a)gmail.com
Classification: Unclassified
Created attachment 43726
--> http://bugs.winehq.org/attachment.cgi?id=43726
The backtrace of the bug.
The game Misao runs and plays on Archlinux x86_64. The Kernel is Linux-ck,
though this occurs with even the vanilla kernel (I've tested it).
The game was created with Wolf RPG by Sen, the creator of Mad Father. I see
there is no entry for the little roleplaying game known as Misao, 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.
http://bugs.winehq.org/show_bug.cgi?id=31939
Bug #: 31939
Summary: QuickBooks Pro 8 setup exits silently
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42069
--> http://bugs.winehq.org/attachment.cgi?id=42069
wine-1.5.14-307-g1f876a6 +relay +seh +tid
The setup for Quickbooks Premier: Accountant Edition 2008 US exits silently.
Running as "wine d:\setup.exe" or any variant doesn't do anything. Nothing
printed in the console.
Tried "winetricks dotnet20 comctl32 msxml3 msxml4 vcrun2005" as suggested by
the AppDB but nothing makes any difference. "winetricks flash vcrun2008" both
won't install so couldn't try them.
Cannot find a downloadable trial for this specific version.
Works fine in Win XP.
--
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=28195
Summary: Atlantice Online: Starting launcher changes screen
resolution (dual screen)
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: alexander.stein(a)informatik.tu-chemnitz.de
I have a dual screen setup (using nvidia twinview) and when I start Atlantica
Online my screen gets resized to only 1 monitor.
xrandr output:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 2560 x 1024
default connected 1280x1024+0+0 0mm x 0mm
2560x1024 50.0
2048x768 51.0
1600x600 52.0
1280x480 53.0
1280x1024 54.0*
1024x768 55.0
800x600 56.0
640x480 57.0
Setting the screen back using xrandr -s 0 everything if fine and Atlantive runs
in widow mode without problems.
If you have some idea or a patch to test, give me a hint.
I'm using the git master.
--
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=24943
Summary: Entropia.exe has encountered a serious problem and
needs to close
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realwholename(a)yahoo.com
After running Entropia's Client Loader (which does the final step (settles the
TOU) of Entropia's installation process), launching Entropia.exe gets "The
program Entropia.exe has encountered a serious problem and needs to close".
I do have both d3dx9_34 and ie6 installed via winetricks.
--
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=23741
Summary: Spotify crashes when trying to play any song
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.b74(a)hotmail.co.uk
Created an attachment (id=29737)
--> (http://bugs.winehq.org/attachment.cgi?id=29737)
Terminal output under the OSS audio driver
Spotify crashes/doesn't play any sound when streaming with these audio drivers:
OSS - No sound can be heard
JACK - A bar is shown in spotify to say, "There is a problem with your sound
card. Spotify can't play music."
NAS - Songs are skipped repeatedly until a the "There is a problem with your
sound card. Spotify can't play music." appears within spotify.
(VERY ODD)
ALSA - Spotify crashed immediately when I tried to play a song, showing the
wine error handling dialogue. This does not occur when running via terminal
instead of the file's shortcut.
--
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=23177
Summary: Alpha Protocol online activation fails
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
After entering CD-Key info, the activator attempts to connect to its servers to
verify the key and fails with an error. If a log would be helpful, let me know
what you require.
--
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=14093
Summary: 1cv8.exe crashes with message bin/1cv8.exe: text.c:719:
TEXT_NextLineW: Assertion `pellip->under == 0 && pellip-
>after == 0' failed.
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksander.smirnoff(a)gmail.com
when calculator child window opened, minimizing main window leads to crash with
message :
bin/1cv8.exe: text.c:719: TEXT_NextLineW: Assertion `pellip->under == 0 &&
pellip->after == 0' failed.
please change assert to a simple warning.
Thanks!
--
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=31427
Bug #: 31427
Summary: Outlook 2010: Cannot open Mail attachments
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jh_816(a)hotmail.com
Classification: Unclassified
Linux Mint 13 Cinnamon
MS Outlook 2010
Unable to open mail attachments. (eg excel, ppt)
the attachment will be copied to "Local Settings/Temporary Internet
Files/Content.Outlook/.../" but excel (and other) claims that it cannot open
because of insufficient mem or disc space.
Even "by hand" the file cant be opened from that location while excel in
general can open files (from other directory'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=28317
Summary: Baldur's Gate 2 Throne of Bhaal mouse jumps to
previous position
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
A strange bug in the main menu of Baldur's gate 2 throne of bhaal (unsure if it
shows on BG 2 too):
Mouse jumps back to a previous position if you click it or wait long enough
(one second or so).
You can actually move the mouse since it seems that the sampling of the
previous position is not from the start of the movement.
It makes it unplayable.
--
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=27329
Summary: Ingame sound is creepy
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandrbezenkov(a)gmail.com
After mouse bug fixed I decided to test the game, but found that game has sound
problem. Ingame cinematics have only voices and no sound. During gameplay music
is buggy, ingame sounds are absent at all and voices are present from time to
time.
--
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=19876
Summary: Video Frame shifted up....
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
If you run WOW at a resolution lower than the max res available the video
shifts up and you only get the bottom buffer.. so it flashes and you do not see
the background or characters.
Fresh install of Wine with Aug 28 GIT and new .wine directory.
No added dll's and fresh install of fedora 10
glx info shows direct rendering and glxgears run fine.
If I run wow under vmware the video is fine.
--
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=36440
Bug ID: 36440
Summary: SMAX crashes
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ambell(a)gmail.com
Created attachment 48462
--> http://bugs.winehq.org/attachment.cgi?id=48462
I'm including the backtrace
It is crashing repeatedly at the beginning of this particular turn. It says
terranx.exe encountered a problem and needs to close. Backtrace attached,
thanks.
--
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=13398
Summary: Star Wars Knights Of The Old Republic Will Shows Splash
Screen and Quits
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baceman007(a)gmail.com
Star Wars Knights of the Old Republic shows a splash screen then quits. This
game worked in version 9.59 but after an upgrade from Ubuntu 7 to Ubuntu 8.04
and an upgrade of Wine from 9.59 to version 1-RC1 or now 1-RC2 the game will
launch, show the game menu, then if you choose game show the opening loading
image of a millennium falcon like ship, then quit with no displayed errors. I
have tried disabling sound and movies from the game menu, disabled the hardware
mouse, and set the textures to low. I've also tried changing the screen
resolution, running it in and out of a virtual desktop and using the most
recent NVIDIA drivers with Wine and tried different screen resolutions. I've
also tried all of the available sound drivers in version RC2. Please let me
know what other information you need from me to help you out here. My machine
is an AMD Athalon 1Ghz with 1GB of RAM and a sound blaster CA0106.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37392
Bug ID: 37392
Summary: error occured while starting radar 10 application
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sahilsatti04(a)gmail.com
Created attachment 49727
--> https://bugs.winehq.org/attachment.cgi?id=49727
crashed at the very initial...please help ASAP
problems at start...
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37353
Bug ID: 37353
Summary: Tiberian Sun is not starting
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ishide(a)o2.pl
Created attachment 49673
--> https://bugs.winehq.org/attachment.cgi?id=49673
wine bug logfile
Tiberian sun crashes when launched (game.exe).
Debian 7.2.0 Wheezy
Gnome 3.4.2
Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux
hardware:
cpu AMD athlon(tm)64 X2 Dual Core... 5000+ x 2
gpu GeForce GT 240
architecture 64-bit x86-64
ram 2 GiB
--
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=33040
Bug #: 33040
Summary: Arctic Combat Internal errors
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 43673
--> http://bugs.winehq.org/attachment.cgi?id=43673
Terminal output
Ok installed Arctic Combat with help of this gentleman
http://bugs.winehq.org/show_bug.cgi?id=33038
on x32 wine prefix
but I could not start the game the launcher started but when I entered my user
name and password and press to log in it crashed
http://i.imgur.com/CU6t4nE.png
--
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=32668
Bug #: 32668
Summary: "choppy" Negative mouse acceleration in TESV: Skyrim
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssewall(a)comcast.net
Classification: Unclassified
Linux Mint 14 MATE
Nvidia Driver 310.14
EVGA GeForce 560ti
x.org 7.7
I experience "negative" mouse acceleration in Skyrim. Moving the mouse in a
certain direction causes it to repeatedly "jump" in the opposite direction.
This results in very choppy mouse movement. Completely disabling acceleration
by setting Velocity Scaling to 0 with xinput seems to help a bit, but doesn't
completely solve the problem. I've tried this with two mice (Steelseries
sensei and a random off-brand usb mouse) and get the same result.
--
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=32306
Bug #: 32306
Summary: Installs fine, will not run complains of winsock
errors when running proe.exe
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grider.4(a)osu.edu
Classification: Unclassified
Created attachment 42643
--> http://bugs.winehq.org/attachment.cgi?id=42643
Error messages in terminal
Pro/e Wildfire 4.0 fails to run. Program complains of 2 things:
Workstation service not running
language EN_US.UTF
The console has a number of bind and winsock errors. It 'seems' that if this
networking issue is resolved that it would run.
--
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=23668
Summary: OpenAL based games not working on HDA-Intel cards when
openal32 set to builtin or default
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: openal32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: refalm(a)refalm.com
CC: wine-bugs(a)winehq.org
Games that use the Creative OpenAL sound system (like Race Driver GRID) don't
work on ALSA with HDA-Intel when the openal32 library isn't configured in Wine.
It needs to be set to native in the library configuration for sound from the
OpenAL Windows version to correctly speak to the sound 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.
https://bugs.winehq.org/show_bug.cgi?id=36687
Bug ID: 36687
Summary: Multiple applications want 'Msxml2.DOMDocument.4.0'
('{88d969c0-f192-11d4-a65f-0040963251e5} ->
CLSID_DOMDocument40)(CodeGear RAD Studio 2009)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml4
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
The failure is not critical but the terminal is spammed with a lot of:
--- snip --
$ pwd
/home/focht/.wine/drive_c/Program Files/CodeGear/RAD Studio/6.0/bin
$ WINEDEBUG=+tid,+seh,+loadll,+process,+msxml,+msgbox wine ./bds.exe
...
0034:fixme:shell:URL_ParseUrl failed to parse L"Borland.VclRtl"
0034:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111
0034:err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
0034:err:ole:CoGetClassObject no class object
{88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5
0034:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111
0034:err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
0034:err:ole:CoGetClassObject no class object
{88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5
0034:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111
0034:err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
...
<spam>
---snip ---
Might qualify as 'WONTFIX' since MSXML4 is EOL anyway:
http://blogs.msdn.com/b/ie/archive/2007/03/21/msxml4-to-be-disabled-in-late…
So this bug might be useful to catch potential dupes and provide info here.
$ wine --version
wine-1.7.19-70-gd6a59f7
Regards
--
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=33544
Bug #: 33544
Summary: DishWorld App is not working
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mandar.hawaldar(a)gmail.com
Classification: Unclassified
Created attachment 44395
--> http://bugs.winehq.org/attachment.cgi?id=44395
Backtrace
The application DishWorld was installed using "DishWorld-1.24.71.msi"
successfully.
But the application was not able to 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.
http://bugs.winehq.org/show_bug.cgi?id=29838
Bug #: 29838
Summary: Dungeon Defenders from Steam has no sound in-game.
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando(a)cmartins.nl
Classification: Unclassified
Created attachment 38755
--> http://bugs.winehq.org/attachment.cgi?id=38755
unique warn messages for sound channels
No sound in game. Cut scenes have sound. See attachment with unique warnings
extracted from log based on WINEDUBG=+tid,+dsound,+alsa,+coreaudio. Can provide
more data on request of course
--
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=27446
Summary: stack overflow in 7tokens manager
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
http://forums.mydigitallife.info/threads/27341-7Tokens-Manager-The-Activati…
Needs winetricks mono210.
adys@azura ~/tmp/7Tokens Manager v1.1 % WINEPREFIX=~/tmp wine 7Tokens\ Manager\
v1.1.exe
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not
<assembly>
err:seh:setup_exception_record stack overflow 1900 bytes in thread 0022 eip
7ef8b6d5 esp 00230bc4 stack 0x230000-0x231000-0x330000
Happens on both XP and 7.
--
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=34183
Bug #: 34183
Summary: alsa driver ignores output device selection
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vallesroc(a)gmail.com
Classification: Unclassified
Created attachment 45471
--> http://bugs.winehq.org/attachment.cgi?id=45471
My ~/.asoundrc setup
I own a soundcard (emu20k2) that alsa does hxmix with (no dmix involved). I
don't run pulseaudio.
I use a 4.0 (Front l/r, back l/r) set of speakers and I like front input to be
duplicated on the back, and to achieve that I use the attached .asoundrc, with
a pcm.ch40dup device that does just this.
Now, with ogg123 I'd do:
ogg123 -d alsa -o dev:ch40dup stereosong.ogg
And it'd play through the 4 speakers.
Now, I tried to get it to work with winealsa.drv:
1. It doesn't enumerate it, so I can't select it as output through the winecfg
panel. Workaround: I can force winealsa.drv to be aware of it through the
ALSAOutputDevices registry key (I put just "ch40dup" there) as described in
http://wiki.winehq.org/UsefulRegistryKeys
2. I select it as output and voice output on winecfg. Click test. The test
sound only plays through the front speakers, so it's failing to really use that
output and failing back to "default"... silently, without any output indicating
any problem on the terminal it was launched from.
3. Afterwards, I try foobar2000. Audio still outputs from front only.
Conveniently, foobar2000 does support selecting an output device. ch40dup is
listed. If I try to force playing through it, foobar2000 crashes. Stack trace
of its own builtin crash report tool reports the crash happens inside dsound.
--
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=24991
Summary: Steam Tray Icon Shows white border.
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rll31(a)humboldt.edu
Created an attachment (id=31664)
--> (http://bugs.winehq.org/attachment.cgi?id=31664)
Screenshot
The steam tray shows a white border in the Ubuntu 10:10.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37582
Bug ID: 37582
Summary: Post close.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex.port9(a)gmail.com
Distribution: ---
Created attachment 50006
--> https://bugs.winehq.org/attachment.cgi?id=50006
Post close writes the error
Post close writes the error...
--
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=35317
Bug ID: 35317
Summary: Aion - graphics bugs detailed
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galmo(a)mailinator.com
Classification: Unclassified
This has been happening since Aion 3 (didn't play before) and Wine 1.5.x
(didn't try before):
-as soon as the party UI appears (when you join a party), showing the other
members on the top left area of the screen, the game will start lagging jerkily
like hell. Only "solutions" are to either leave the party or hit F12 to disable
ALL UI.
-alt+tabbing out or switching desktops will often crash the game. Can be
somewhat avoided by hitting F12 first to disable all UI, then opening guake to
get access to the workspace switcher, and CLICKING on another workspace. Just
using hotkeys for workspace switching instead does NOT work without a 99% crash
though!!
-alt-tabbing or switching desktops will cause periodical graphical flickering,
and all text (ALL text, like on buttons, in windows, in dialogues, in chat..)
will disappear while _not_ moving around with your character. While moving, the
text will be readable (albeit still flickering mostly).
-using in-game teleporters will every time increase your lag and likelihood to
encounter a game crash soon.
--
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=32584
Bug #: 32584
Summary: RPC (OLE?) errors block Amazon Unbox Player
installation
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: isaac(a)twopinesstudio.com
Classification: Unclassified
Created attachment 42996
--> http://bugs.winehq.org/attachment.cgi?id=42996
Console log
Amazon Unbox Player's installer crashes after the installation is started. The
installer opens a message box with the title "Feature transfer error" and the
message "Error: -1627 Function failed." The message shown on the main window is
"Updating component registration"
Lines in the log after the line "err:ole:ClientRpcChannelBuffer...3a" (line 35)
after OK was clicked.
OS is Mac OSX 10.7.5
--
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=33030
Bug #: 33030
Summary: Counter Strike Online can not download update
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 43659
--> http://bugs.winehq.org/attachment.cgi?id=43659
Terminal output
I downloaded free 2 play cs online
http://cso.iahgames.com/site/index.aspx
then I created x32 wine prefix
game installed with no problem but when I started the game launcher the update
was stuck on 0% then I installed wininet from wintricks but no much luck
--
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.