http://bugs.winehq.org/show_bug.cgi?id=27914
Summary: Simple Screenshot-Code doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: user123(a)trash-mail.com
Hello,
I copied a simple Screenshot code and made some easy changes on it. The
Screenshot-Code is saved in a DLL an i call its function 'int
do_screenshot(char*)'.
There are 3 files:
- w32ss.cpp
Implementation of the Screenshot-Logic.
- w32ss.hpp
Header of w32ss.cpp (export do_screenshot for C)
- w32ss_test
Test-Program for the dll.
The program is very small and easy. I compiled it with the Microsoft C++
Compiler and MinGw on Windows. Both binaries work on Windows.
On Wine the Test-Output works and the tool finishes, but the screenshot-file is
not created. I don't know why.
best regards
--
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=26944
Summary: GomezPEER fails to end gozilla.exe
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://lastmile.gomez.com/PEERInstall.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34375)
--> (http://bugs.winehq.org/attachment.cgi?id=34375)
Wine 1.3.18 console output
GomezPEER runs it's own implementation of the Mozilla client (which I believe
is based on Firefox 3.5.8). After so long the PEER complains that gozilla.exe
is already running and should be closed before continuing. gozilla.exe does
indeed stay loaded and does not exit. Under Windows 7 the PEER does not have
this problem.
After exiting GomezPEER normally, gozilla.exe remains in memory and has to be
killed, which is what happens in the log when this occurs
err:ntdll:RtlpWaitForCriticalSection section 0x8765ac "?" wait timed out in
thread 005e, blocked by 004a, retrying (60 sec)
not sure what it's waiting for.
Log attached, although it doesn't offer a great deal (ignore the trickle
errors).
vcrun2005 is installed due to bug 24745 but this makes no noticeable difference
to the application at all (although it's nearly all background).
You need to log in to see this behaviour.
--
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=32049
Bug #: 32049
Summary: Pirate101 launcher fails while downloading game on
initial run
Product: Wine
Version: 1.5.15
Platform: x86
URL: https://www.pirate101.com/free_game/download_game
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Created attachment 42245
--> http://bugs.winehq.org/attachment.cgi?id=42245
Launcher failure
Pirate101 installs without any overrides. On first run, the launcher allows you
to login and then starts to download the game, but soon pops up a message that
"A problem has occurred" and asks if you want to report it to KingsIsle.
Regardless of whether you click yes or no, the launcher is a zombie at that
point and everything has to be manually killed.
Winetricks ie7 works around the problem, and the game itself seems to work fine
(at least the little I tested). I also tested removing the overrides set by
winetricks after the first run, and found that on subsequent runs the game
launched and did download content during the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34050
Bug #: 34050
Summary: World of Warplanes moo::rc().drawindexedprimitive,
failed
Product: Wine
Version: 1.6-rc4
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 45254
--> http://bugs.winehq.org/attachment.cgi?id=45254
Terminal output
I installed World of Warplanes on a 32 bit wineprefix then I installed this
stuff
dxd9_36
vcrun2008
corefonts
msxml3
wininet
ie7
I did not get log in menu so I had to use this guide
http://appdb.winehq.org/objectManager.php?sClass=version&iId=28313
1. Navigate to the res folder with the World_of_Warplanes folder.
2. Go to the packages folder (with the res folder), and unpack the
shared_content.pkg
3. Rename shared_content.pkg to shared_content2.pkg
4. Copy the localization folder into the shared_content folder (the
localization folder is located within the res folder; the shared_content folder
is the one you created from the shared_content.pkg)
5. Add the .pkg extension to the shared_content folder.
6. Run the game
so i started the game on the first game it played then I exited the game and
started it all over again but now I got this error
moo::rc().drawindexedprimitive, failed
--
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=33892
Bug #: 33892
Summary: major bugfix in IRecordInfoImpl_RecordCopy
Product: Wine
Version: 1.6-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rosen.diankov(a)gmail.com
Classification: Unclassified
the following function in oleaut32/recinfo.c
static HRESULT WINAPI IRecordInfoImpl_RecordCopy(IRecordInfo *iface, PVOID
pvExisting, PVOID pvNew)
needs to copy stuff from pvExisting to pvNew, however it was doing the
opposite!
The fix is simple, just do:
memcpy(pvNew, pvExisting, This->size);
--
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=34407
Bug #: 34407
Summary: Multi Theft Auto: does not start
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vasquinhos13(a)sapo.pt
Classification: Unclassified
Created attachment 45796
--> http://bugs.winehq.org/attachment.cgi?id=45796
terminal output running mta on wine-1.5.15
export WINEARCH=win32 WINEPREFIX=~/.winegta
Install GTA:SA version 1.0
Install MTA - I use nightly builds http://nightly.mtasa.com/ : 1.3 - Current
release version - Windows full installer
http://nightly.mtasa.com/mtasa-1.3.4-full_rc-5751-20130824.exe is the one I
last install, but others versions doesn't start too.
sha1sum:
072c9dabf5f6e225f199fa8e93ec20c6638221d2 mtasa-1.3.4-full_rc-5751-20130824.exe
Need to install vcrun2008 through winetricks or MTA installer (tried booth
ways); corefonts and tahoma through winetricks
With these steps, I could run MTA on wine-1.4.1 on Caixa Magica 18(Ubuntu 12.04
base distro). For some reason, I cant on Sabayon -
http://forum.winehq.org/viewtopic.php?t=19591 - only on PlayonLinux's
wine-1.4.1.
I am running Sabayon.
I tried the following wine versions:
1.4.1 - cant install GTASA on Sabayon
1.5.25 - installs successfully. does not start. no error window.
1.6 - installs successfully. does not start. no error window.
1.7 - installs successfully. does not start. no error window.
--
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=20838
Summary: Morrowind Graphics Extender's d3d8.dll replacement
fails to load
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://morrgraphext.sourceforge.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
Morrowind Graphics Extender enhances Morrowind's graphics by providing its own
d3d8.dll that calls to d3d9, and catches certain calls to provide enhanced
functionality. Under Wine, the provided d3d8.dll fails to load with exception
c0000005 (sigsegv).
Being open source, I was able to trace the crash to the handling of the
STARTUPINFO provided by GetStartupInfo. As you can see in DllMain here:
https://morrgraphext.svn.sourceforge.net/svnroot/morrgraphext/d3d8/main.cpp
it calls GetStartupInfo then goes right to parsing the lpTitle field to find
the executable name.
Under Wine, though, the returned STARTUPINFO.lpTitle field will either be an
empty string (for the unicode version) or NULL (the ansi version, and sometimes
the unicode version), as opposed to the full application path/exe. Being that
the code uses the ansi version, it gets a NULL lpTitle and segfaults when it
derefs it while looking for the directory separator.
To reproduce, you'll have to install MGE, then run Morrowind using
WINEDLLOVERRIDES="d3d8=n,b;dinput8=n,b"
(it has to be n,b since the dll will also try to load the system/built-in dll).
The crash is reproduceable with any d3d8 app, but will likely not work properly
when fixed if it's not Morrowind.
--
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=17138
Summary: FlightGear does not display 3d models
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mclaud2000(a)tutopia.com
Game starts properly, but after finishing loading only the menu is shown, not
the aircraft or the game world.
Also, fgrun, the FlightGear loader, does not show the aircraft models.
--
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=23393
Summary: Text rendered with background colour same as
foreground (so invisible) in Moon Tycoon
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.anarchyent.com/moontycoon/index.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Moon Tycoon is a 3D simulation/strategy game set on the moon. Info at
http://www.anarchyent.com/moontycoon/index.asp
This bug is for the original CD-ROM full game and the demo. A demo can be
downloaded from http://www.anarchyent.com/moontycoon/demo.asp
You'll need to use winetricks to install IE 6 before running the demo. (That
doesn't apply to the full game.)
Now that bug 23263 has been fixed (thanks!), the game starts with Wine 1.2rc5.
However, there is an issue with text rendering. Text background is the same
colour as the foreground, making it invisible; each text string appears as a
light grey rectangle.
To reproduce, download and install the demo, then run MT.exe. At the title
screen click START NEW GAME, then any of the options (Tutorial, Standard,
Campaign 1, 2 or 3). The text below should be rendered as light grey on black
background, but is in fact light grey on light grey. If you select Tutorial and
start the game, the text at the top of the screen has the same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26765
Summary: x86_64 OS should not be selectable on a 32-bit system
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://source.winehq.org/source/programs/winecfg/appde
faults.c?v=wine-1.3.17#L38
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
winecfg currently allows a user to select any Windows version that has been
added to Wine, but 2008R2 does not support 32-bit processors.
Maybe this can be solved by defining VER_PLATFORM_WIN64_NT ?
Any app expecting a 64-bit processor should fail, but this is bound to come up
at some point in the future.
If/when other architectures are supported the list will change again.
Not sure how big a headache this is to resolve, but it is only a trivial issue
AFAICT.
I'm sure we've all seen the list before:
http://en.wikipedia.org/wiki/Comparison_of_Windows_versions#NT_Kernel-based
--
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=21177
Summary: EVE-Online Voice don´t work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxdonald(a)linuxdonald.de
When i want enable eve voice in-game it disconnected from the eve voice server.
And in the terminal i become this:
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
Wine version ist the lastest git version.
--
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=29230
Bug #: 29230
Summary: Steam client crash on select "news" tab
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: midnighterdev(a)gmail.com
Classification: Unclassified
Created attachment 37761
--> http://bugs.winehq.org/attachment.cgi?id=37761
log of crash Steam client on "news" tab select
I Starts steam client, then select "news" tab into steam client and client
exits.
--
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=30577
Bug #: 30577
Summary: Spartan demo: badly displayed main menu screen, mostly
black
Product: Wine
Version: 1.5.3
Platform: x86-64
URL: http://www.jeuxvideo.com/telecharger/jeux-et-demos/000
09121-spartan-pc.htm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Created attachment 40007
--> http://bugs.winehq.org/attachment.cgi?id=40007
Screenshot wine 1.5.3
Main game menu screen is mainly black (with sometimes some small display
artefact on the right of the screen).
Only the menu labels are displayed.
Ubuntu 11.10 x86_64; nvidia 295.40
Full log
--------
fixme:win:EnumDisplayDevicesW ((null),0,0x32f628,0x00000000), stub!
fixme:d3d_surface:surface_init Trying to create a render target that isn't in
the default pool.
fixme:d3d_surface:wined3d_surface_flip Ignoring flags 0x1.
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:mmtime:TIME_MMTimeStop Timer still active?!
--
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=31820
Bug #: 31820
Summary: GomezPEER Bug 26944 causes a Wineserver crash
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://lastmile.gomez.com/PEERInstall.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: critical
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41869
--> http://bugs.winehq.org/attachment.cgi?id=41869
wine-1.5.13-430-gfb383cd console output
Running the GomezPEER leads to Bug 26944. Ignoring the dialogs that pop up
allows them to build up continuously resulting in a wineserver crash. Not sure
what the app is actually trying to do as it is a background / system-tray
application.
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
This leaves all the .exes in RAM and they have to be killed manually.
Not sure if this is a regression as it can take a while to recreate, so a
bisect will take a LONG time.
Will upload a new log when I figure out how to raise the ulimit (ulimit(1) is
deprecated).
--
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=18579
Summary: Photoshop CS4 error in automate/merge HDR and
photomerge
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chemacg(a)gmail.com
When i click in this two options (File/Automate/Merge HDR... and
File/Automate/Photomerge...) i get this error (in a window, in the command line
i see nothing):
Error 19: Bad argument
-Bad argument.
Line: 981
-> menu.add( 'item',fileMenuItem );
--
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=27777
Summary: Printing issue in Wine with MS Office.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: differentlocal(a)gmail.com
I have wine 1.3.24-0, Microsoft Office 2003 and Ubuntu 10.04.
Printer - HP 1320n, driver - HPLIP.
In Word and Excel I have an issue with printing any documents - all included
(jpg or other, like logo's and clipart) images doesn't prints. On the printer I
get pages with all text, but with blank areas on the place of this images.
Images, drawn in Word/Excel drawing tools prints fine, all other images (in
GIMP or native linux OpenOffice) prints fine. Problem exists only in MS Office
via Wine.
Tried:
- Reinstall MS Office
- Reinstall Wine
- Remove .wine directory and reinstall MS Office
- Update Wine to the latest version (from ppa)
And.. nothing changes.
What I can try now? This is bug I think.
--
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=28127
Summary: Ubisoft Game Laucher Installation fails within
dlls/oleaut32/variant.c:659
Product: Wine
Version: 1.3.26
Platform: x86-64
URL: http://static3.cdn.ubi.com/orbit/launcher_installer/Ub
isoftGameLauncherInstaller.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
Fails upon installation with backtrace. You may download installer for free at
bug's URL.
WINEDEBUG=+variant and backtrace log 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=32714
Bug #: 32714
Summary: EVE Online client crashes / fails to load when play is
selected from Launcher
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fastalan(a)gmail.com
Classification: Unclassified
Created attachment 43166
--> http://bugs.winehq.org/attachment.cgi?id=43166
backtrace created when I click play in the eve launcher
Installed EVE Client from vendor's web site using offline downloads. Install
works fine, but when I click play from the launcher the crash in the attached
backtrace occurs.
Tried the Graphics/Emulate virtual desktop option
Tried disabling d3d11
Tried swapping up the native, builtin order for the libraries identified on
vendor web site, winehq and other articles.
--
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=31068
Bug #: 31068
Summary: Gómez Peer Vis C++ error
Product: Wine
Version: 1.5.6
Platform: x86-64
URL: http://lastmile.gomez.com/PEERInstall.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 40777
--> http://bugs.winehq.org/attachment.cgi?id=40777
Wine 1.5.6 console output
At random intervals a pop-up dialog claims that there is a Vis C++ error. This
dialog then locks up and gozilla.exe, a Mozilla Firefox variant that comes with
the Gómez Peer, has to be killed.
gozilla.exe runs in the background so it is difficult to discover what it is
actually doing.
The workaround is to run "winetricks vcrun2005".
This is not a new bug but I've never got round to logging it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27242
Summary: Wiggles: Error at starting the game.
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34823)
--> (http://bugs.winehq.org/attachment.cgi?id=34823)
Terminal output on Wine 1.3.19
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Wiggles
4) patch Wiggles with Wiggles_Patch_1_0_844.exe
4) wine Wiggles.exe
Behaviour:
Wine error window.
Expected behaviour:
No Wine error window.
--
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=16571
Summary: More than one video back buffer
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/BigKahu
naReefSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=18073)
--> (http://bugs.winehq.org/attachment.cgi?id=18073)
Screenshot showing drawing errors
While running Big Kahuna Reef
(http://downloads.popcap.com/www/popcap_downloads/BigKahunaReefSetup.exe) the
screen does not redraw properly leaving a "corrupt screen". The screen does
redraw between levels and the game is playable.
Console shows
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain The app requests more than one
back buffer, this can't be supported properly. Please configure the application
to use double buffering(=1 back buffer) if possible
and the app shows that it is requesting two buffers, and this can not be
changed.
I imagine this will affect other apps requesting more than one buffer but I
could not find a bug open to this specific problem.
Can this be fixed?
--
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=31371
Bug #: 31371
Summary: Counter Strike: Source won't run on wine 1.5.9
Product: Wine
Version: 1.5.9
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: supimbao(a)gmail.com
Classification: Unclassified
Just updated wine to 1.5.9, installed Steam and tried to launch Counter Strike:
Source.
The game will open and show the Valve video, but won't get to the main menu.
Software used:
Ubuntu 12.04 64bits
Wine 1.5.9 with 32bits prefix
Nvidia drivers 295.49
Hardware used:
Pentium dual core E6700 @ 3,52Ghz
Geforce 9600gt
--
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=13484
Summary: Last Half of darkness Shadows of The Servants (Two
issues)
Product: Wine
Version: 1.0-rc2
Platform: Other
URL: http://www.lasthalfofdarkness.com/newlasthalf_demo.htm
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmajchrowicz(a)gmail.com
Basically there are two problems with this application (don't know if I should
split it into two bug reports):
1) The demo runs very slowly (you nead to hit a space bar and wait a little to
skip the intro).
2) Wine doesn't restore resolution after quiting the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24799
Summary: wine crash on Easyworship 2009 exit
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
whenever I try to close EasyWorship 2009 eval version I get wine crash,
moreover application is not closable in a regular way, it needs to be killed.
Application is downloadable on:
http://www.easyworship.com/downloads/ew_builds/current/EasyWorship_web.zip
console output is attached in 20101018_console.txt
any idea?
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=22747
Summary: µTorrent: The update message from 2.0.1 to 2.0.2 does
not show properly some characters
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.oldapps.com/utorrent.php?old_utorrent=32
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28042)
--> (http://bugs.winehq.org/attachment.cgi?id=28042)
Screenshot-µTorrent 2.0.1-Update message looks bad
- Download uTorrent 2.0.1 from the URL I provided.
- Run uTorrent: (export WINEPREFIX=~/.winetmp && rm -rf $WINEPREFIX && wine
utorrent-2.0.1.exe )
- Click Cancel when it asks whether to make it the default app.
- Notice the message below "A new version of µTorrent ..." shows two rectangles
instead of newline characters (see attached screenshot).
--
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.