http://bugs.winehq.org/show_bug.cgi?id=24787
Summary: WoW 4.x D3D: Player shadow broken with orm=backbuffer
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: adys.wh(a)gmail.com
Created an attachment (id=31337)
--> (http://bugs.winehq.org/attachment.cgi?id=31337)
orm=backbuffer behaviour
See attached screenshots
--
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=25399
Summary: EasyCash & Tax Crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugfinder(a)bunge-it.de
This Programm let Wine crash when i select "Select New Datadirectory"
--
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=10085
Summary: Adobe Bridge CS2 complains that it can't start due to
licensing restrictions
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
I'm testing the Adobe Bridge that comes with the Photoshop CS2 trial. On
Windows during the 30 days or trial this application works. It shows the same
message when these 30 days passes.
--
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=32978
Bug #: 32978
Summary: Solidworks 2012 : OpenGL Display refresh problems with
keyboard events (mouse is OK)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
In Solidworks 2012, openGL 3D graphics windows is refreshed asynchronously from
keyboard events ( rotations, zooms from keyboard shortcuts ), model redraws,
and even initial window opening.
Mouse events are perfectly handled, no lags on mouse selection, rotation or
zoom.
In short : mouse action is needed to refresh 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=29861
Bug #: 29861
Summary: MiPony crashes after startup with null pointer access
in fire_event
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To reproduce:
rm -rf ~/.wine
winetricks dotnet20
wine Mipony-Installer.exe
Either 'winetricks gdiplus' or use patch in bug 23759 to get past gdiplus
crash
cd "$HOME/.wine/drive_c/Program Files/MiPony"
wine MiPony.exe
Log:
Unhandled exception: page fault on read access to 0x00000068 in 32-bit code
Backtrace:
=>0 fire_event+0x9e(doc=0x8a1cf00, eid=EVENTID_READYSTATECHANGE, set_event=0x1,
target=0x89caaa0, nsevent=(nil)) [dlls/mshtml/htmlevent.c:985]
1 set_ready_state+0xb4(window=0x8b411e8, readystate=READYSTATE_LOADING)
[dlls/mshtml/persist.c:416]
The obvious superficial patch
--- a/dlls/mshtml/htmlevent.c
+++ b/dlls/mshtml/htmlevent.c
@@ -982,7 +982,8 @@ void fire_event(HTMLDocumentNode *doc, eventid_t eid, BOOL
s
TRACE("(%p) %s\n", doc, debugstr_w(event_info[eid].name));
- prev_event = doc->basedoc.window->event;
+ prev_event = NULL;
+ if (doc->basedoc.window) prev_event = doc->basedoc.window->event;
makes the problem seem to go away. The app then lets you play with its menus
and seems to behave (though it still crashes on quit).
--
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=16832
Summary: Hinterland fails to run, wine reports Unhandled page
fault to NULL
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Ubuntu 8.10 x86_64, using the budgetdedicated.com wine 1.1.12 package.
I attempted to run Hinterland, and it eventually resized the window it had
spawned to about 1280x1024, displayed the company logo, then abruptly
transitioned to a bright white screen. At the same time, horrible static
started blaring from my speakers.
Clicking anywhere in the window resulted in the Unhandled page fault on write
access to 0x00000000 noted in the summary.
I will shortly be attaching the console output and 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.
http://bugs.winehq.org/show_bug.cgi?id=36752
Bug ID: 36752
Summary: mp3directcut crash
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: web(a)culturanuova.net
Under wine I can open and play a mp3 file, but when I clic "stop" or "pause"
the program crash.
--
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=32111
Bug #: 32111
Summary: on start game perfect world
Product: Wine-gecko
Version: unspecified
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: cybermerlin(a)ya.ru
Classification: Unclassified
unspecified bug if start game perfect world from http://pw.mail.ru/download.php
--
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=37074
Bug ID: 37074
Summary: Ironclads series: missing text in the menus without
native d3dx9_36
Product: Wine
Version: 1.7.24
Hardware: x86
URL: http://www.gamershell.com/download_57176.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49271
--> http://bugs.winehq.org/attachment.cgi?id=49271
+d3dx log (uncompressed 2.5 MB)
Text is missing in the menu without native d3dx9_36 (or d3dx9_42).
Terminal output doesn't show anything related, I guess it's not the same as bug
#24754.
Later the game crashes with built-in d3dx9_36, this bug is about the missing
text in the menus.
As the game is loading to the main menu you can see several warnings in the
+d3dx log, such as
>warn:d3dx:D3DXGetImageInfoFromFileInMemory Unsupported pixel format {6fddc324-4e03-4bfe-b185-3d77768dc908}
I think the game loads the required fonts from .png files located in
../Data/Graphic/UI/Fonts
Fedora 20
Nvidia binary drivers 340.24
--
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=18689
Summary: Wine serial-handling consumes 100% CPU when using
USB->Serial-converter
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henjac(a)gmail.com
Created an attachment (id=21403)
--> (http://bugs.winehq.org/attachment.cgi?id=21403)
Patch from december 2008 solving the bug
Ubuntu 9.04
Wine 1.1.22
SeaClear II v1.0.0.196
USB-GPS: GlobalSat BU-353 USB (pl-2303-driver in linuxkernel)
Symptoms:
When running the above combo Wine consumes 100% of available CPU. If I start
without GPS everything is as is should (no obsessive cyclestealing)
The app works in both scenarios but obviously something is not quite right in
how Wine handles the USB-Serial-converter.
(This behavior is also verified in VectorLinux 6.0)
I found a patch for it:
http://www.nabble.com/serial-04-04%3A-fix%3A-WaitCommEvent()-does-not-work-…
The above patch solves my problem.
However, the latest version of Wine I managed to apply the patch to is 1.1.17.
Could a developer take a look at the patch and if possible integrate it into
the Wine-sourcetree.
/Henrik
--
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=25342
Summary: Bionic Commando: Rearmed. Dark foreground graphics
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mechevar21(a)yahoo.com
Created an attachment (id=32216)
--> (http://bugs.winehq.org/attachment.cgi?id=32216)
Example of dark foreground graphics
Running Bionic Commando: Rearmed results in dark foreground graphics that make
the game almost unplayable. All other aspects of the game seem to working
perfectly. Attached some graphic screenshots.
--
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=33323
Bug #: 33323
Summary: alway force close after run in a few second or minute
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: tuntip(a)gmail.com
Classification: Unclassified
Created attachment 44072
--> http://bugs.winehq.org/attachment.cgi?id=44072
alway force close after run in a few second or minute
alway force close after run in a few second or minute
--
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=16584
Summary: chaostheory music lack of drums
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: y.salnikov65535(a)gmail.com
In chaostheory demo by Conspiracy music have no drums and some other sounds.
--
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=32448
Bug #: 32448
Summary: WoW, The memory could not be "read". Sound/video
performance issues
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skvitek(a)gmail.com
Classification: Unclassified
wine : 1.5.17 (+1.5.19)
bumblebee : 3.0
nvidia : 313.09 (+310.19)
wow: 5.1.0 (build 16357)
alsa-lib : 1.0.26
alsa-utils : 1.0.26
Samsung NP300E5C-U03RU, Core i3 2370M, Nvidia GF620M, 4GB RAM, Intel HD Audio.
When I started Wow.exe I get an error:
"...
The instruction at "0xB765696F" referenced memory at "0xFFFFFFFF".
The memory could not be "read".
..."
Ok, I startded it with WINEDEBUG+relay -> WoW get started, but now I have some
performance issues with sound/graphic - they freezes every 5..15 seconds for
1..3 and more seconds. So it becomes unplayable.
Some logs on attachments.
Other games, like SW: Battlefront 2 run without any trouble.
--
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=31410
Bug #: 31410
Summary: ebook converter
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.maud.hit(a)gmail.com
Classification: Unclassified
Created attachment 41280
--> http://bugs.winehq.org/attachment.cgi?id=41280
hamster ebook converter crash
I tried to open Hqmster ebook converter in wine. it crashes at the begining.
--
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=28675
Bug #: 28675
Summary: FUEL: Abandoned Vehicles Do Not Appear where they
should
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith19933(a)gmail.com
Classification: Unclassified
The abandoned cars and trucks which should form obstacles on the roads of FUEL
are instead moved off the road and appear in fields, on top of cliffs and other
places around the roads instead, which causes driving along roads to be easier
and driving off-road to be more difficult.
--
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=13632
Summary: ShipSimulator 2008 freezes after start playing
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
Created an attachment (id=13616)
--> (http://bugs.winehq.org/attachment.cgi?id=13616)
Default logfile from demo version
The game (demo and retail likewise!) do freeze after I have started a game. It
doesn't depend on if I choose the only one mission in demo or try to sail
arround in free mode with the retail version. The game is saying "Loading: 0%"
in the screen and no more.
Additionally I have found out some strange things like missing menu entries in
selection boxes and the sea surface has a lot lines over it (looks like the
mesh lines to me). Attached is a default log file. I will add a relay log
shortly.
--
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=34539
Bug #: 34539
Summary: Final Fantasy XIV Benchmark: moving the window inside
a virtual desktop causes mouse focus issues
Product: Wine
Version: 1.7.2
Platform: x86-64
URL: http://uk.download.nvidia.com/nzone/international/benc
hmarks/ffxiv/FFXIVBenchmark.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: erich.e.hoover(a)gmail.com
Classification: Unclassified
Extract the benchmark, and run 'winetricks vd=1024x768 d3dx9'. Start the
benchmark, then once the benchmark is running, click/drag the title bar to move
the window inside the virtual desktop. Release the mouse button. The mouse will
still have control of the window.
Regression introduced by:
austin@aw25 /tmp/wine-rt $ git bisect good
057b0d8bcac633ff80238c6de3ece04655eccf2c is the first bad commit
commit 057b0d8bcac633ff80238c6de3ece04655eccf2c
Author: Erich Hoover <ehoover(a)mines.edu>
Date: Thu May 2 21:18:03 2013 -0600
user32: SetTimer and SetSystemTimer should respect the timeout limits.
:040000 040000 befd61fd0d95ca817dce9662f1b564a9eaea72d6
03bfeda56c03b175746f5e0cd47ddf3853aeee73 M dlls
:040000 040000 fa6721db4dd638b4f97329e0ae207d77853aa57b
3a44115bd050e8fffdd6b469adde15576cd4a9bd M include
--
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=10212
Summary: Microsoft Crimson Skies crashes after startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/crimsonskies/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8829)
--> (http://bugs.winehq.org/attachment.cgi?id=8829)
relavant portion of +all log
Microsoft Crimson skies goes to a white screen and the debugger launches when
the mission is started.
--
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=34857
Bug #: 34857
Summary: Hoyle Casino 2011 game won't launch.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rahulc93(a)gmail.com
Classification: Unclassified
When I try to launch the Hoyle Casino 2011 game, it fails to start, and an
error is generated. The back-trace for it is attached along-with.
--
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=34915
Bug #: 34915
Summary: user32:msg fails on Windows XP
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
There are two sets of checks that frequently fail on Windows XP:
http://test.winehq.org/data/tests/user32:msg.html
msg.c:8363: Test failed: did not get expected count for minimum timeout (100 !=
~64).
msg.c:8384: Test failed: did not get expected count for minimum timeout (100 !=
~64).
msg.c:8427: Test failed: did not get expected count for minimum timeout (100 !=
~64).
and
msg.c:12631: Test failed: popup menu command: 1: the msg 0x0104 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 2: in msg 0x0007 expecting lParam
0x20000001 got 0xe0000001
msg.c:12631: Test failed: popup menu command: 3: the msg 0x0104 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 4: the msg 0x0106 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 5: the msg 0x0008 was expected,
but got msg 0x0007 instead
msg.c:12631: Test failed: popup menu command: 6: the msg sequence is not
complete: expected 0211 - actual 0000
In both cases the test failures happen with SP2, SP# all the way to the latest
patches, and on QEMU/KVM and VMware VMs.
--
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=32977
Bug #: 32977
Summary: Solidworks 2012 needs unimplemented function
dwmapi.dll.DwmInvalidateIconicBitmaps (Win7 mode)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
When mode set to Seven, Solidworks 2012 crashes with this message :
wine: Call from 0x7bc4dcf0 to unimplemented function
dwmapi.dll.DwmInvalidateIconicBitmaps, aborting
So probably a stub is needed for this function.
--
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=18289
Summary: wine gets some wrong charcodes on some keyboard mappings
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jurgis.pralgauskis(a)gmail.com
wine gets some wrong charcodes on some keyboard mappings
for example if You set Lithuanian keyboard mapping
$ setxkbmap lt
$ LANG=lt_LT.UTF8 notepad
and press "9" (not on numeric keyboard, but on laptop)
you get "8" :/
more "fun" happens with NotePad++ or MS Word
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13427&iTesting…http://appdb.winehq.org/objectManager.php?sClass=version&iId=2735&iTestingI…
--
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=25392
Summary: Unable to start qm.exe from state-machine.com website
on Ubuntu 10.04 LTS
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akshay.ranjan(a)gmail.com
Created an attachment (id=32308)
--> (http://bugs.winehq.org/attachment.cgi?id=32308)
Error dialog
I am unable to start the HSM drawing tool from Quantum (state-machine.com). I
was able to run this tool in Windows. I tried changing Windows version settings
in Wine but it didn't helped.
--
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=30737
Bug #: 30737
Summary: Dde_OnRequest should return groups_data instead of
NULL
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bug-track(a)fisher-privat.net
Classification: Unclassified
Created attachment 40241
--> http://bugs.winehq.org/attachment.cgi?id=40241
patch v1
The setup32.exe of EG (Evangelisches Gesangbuch) fail before end of setup. The
reason is on unxpected result on DdeClientTransaction. The second reason is
probably programming error of this app.
The app works as fallow:
- DdeCreateStringHandleA with "Progman"
- then DdeClientTransaction with hszItem == Pragman and hszTopic == Pragman.
- after this it parses the data returned by previous command.
at this stage it will try to parse NULL pointer and fail. At this point i would
say, it is an app problem. But it works on windows and looks like it returns
NULL in really rare cases.
Currently i did some hacky patch wich return empty group data. It fixes crash
issue on the end of setup.
--
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=23300
Summary: Overgrowth crashes immediately on launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qense(a)ubuntu.com
The game 'Overgrowth' is currently still in alpha, but preorderers can download
the alphas already.
A Linux version is planned, but waiting for a library to be ported to Linux.
Meanwhile Linux users are encouraged to use Wine. All alphas I have tested
(from a78) up to and including the latest a83 release crash.
When you launch the a83 release you have to wait for a few seconds until a
window pops up called 'Phoenix', a Wine debugger window, and a warning dialogue
telling the application crashed. That's all.
A lockfile can be found in the data directory that Ovegrowth places in the data
directory at ~/Wolfire/Overgrowth/lockfile, but apparently there is an issue
with that, according to a fixme.
Previously I got errors telling me that configuration text files in a(nother)
data directory didn't exist, even though one of the two was there and creating
the other didn't help. That issue is gone now, but maybe some of the issues
with the data directory are reamining.
The command " env WINEPREFIX="/home/{username here}/.wine" wine
C:\\windows\\command\\start.exe /Unix /home/{username
here}/.wine/dosdevices/c:/users/{username here}/Start\
Menu/Programma\'s/Overgrowth/Overgrowth.lnk" has this result:
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000413", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception 0xc000000d at address 0x80000023:0x7814e785 (thread
001c), starting debugger...
--
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=21425
Summary: Logitcech quick cam driver and logitech kb driver give
installation errors
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmcfarland(a)dslextreme.com
Created an attachment (id=25803)
--> (http://bugs.winehq.org/attachment.cgi?id=25803)
Wine backtrace file
I am trying to install lws110.exe and lgps304.exe on to my wine installation
and I am getting installation errors.
--
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=24266
Summary: game crashes
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rommessean(a)yahoo.com
hello i resently installed wine and a game called requiem momento mori
everytime i try and play it the launcher for the game takes about 1-3 minutes
to load then when i start the game its normal but the backround animations are
very sketchy i login and sometimes it just crashes and exits the game other
times i make it to the character screen get to the loading screen it finishes
loading then tell me that "a severe error has occurred and must shutdown" i
used to have windows vista basic instaled and havnt had this problem. i have
ubuntu 10.04 now and now i cant play i hope that theres enough information here
to help solve the problem i dont know anything about fixing bugs but if you
need more info let me know
--
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=21923
Summary: winedbg should not called himself recursively
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
While trying to debug wine built with llvm/clang, I've found an annoying
behavior of winedbg : if it fails with an unhanled page fault, it spawn another
instance of winedbg, which will do the same, endlessly.
Wine should be able to detect such failure in winedbg and abort, crash, core
dump, whatever, but not spawn more and more instance of winedbg.
--
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=19635
Summary: KnightOnline version 1742
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://knightonlineworld.gamersfirst.com/download_clie
nt.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 10wattmindtrip(a)gmail.com
Created an attachment (id=22910)
--> (http://bugs.winehq.org/attachment.cgi?id=22910)
Initial Download attempt
The Launcher.exe will not update. It gives the error: "The central directory
was not found. If you're opening a multi-disk archive, make sure you have
inserted the last disk. Retry?" and "Archive open 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=24397
Summary: Interior Weather Sound Mod causes Crash on Start
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: vbgraphix2003(a)hotmail.com
Using this mod:
http://planetelderscrolls.gamespy.com/View.php?view=mods.detail&id=3846
I get a crash with the following error:
wine: Unhandled page fault on read access to 0x0000004c at address 0x6e8423
(thread 0023), starting debugger.
Deactivating k_weather.esp fixes the crash. Though, clearly, this is a
sub-optimal solution.
--
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=23710
Summary: mech3.exe critical error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jlewellen1371(a)gmail.com
Hi i am new to Linux running Ubuntu 10.4 on a Comaq presario 2500 realy like
the system just try to run some old game that i like one is Mech Warrior 3 from
Micro prose for windows 98 got it to install with sound turned to low but when
i start the program the graphics goes very large and it quites with mw3.exe has
performed a critical error and i have to restart
--
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=17191
Summary: Ep I Racer: missing elements in graphic
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://downloads.pcworld.com/pub/new/fun_and_games/actio
n/racerdemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plamen_h_x(a)yahoo.com
Created an attachment (id=19090)
--> (http://bugs.winehq.org/attachment.cgi?id=19090)
missing
here is white, partially transperant position number of racer pod's ahead
player,
that never appear in wine. Look at screenshot for more details.
--
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=23910
Summary: When I'm trying to configure Wine I receive this
message
Product: Wine
Version: 1.2
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lagentsecret(a)yahoo.com
Created an attachment (id=30020)
--> (http://bugs.winehq.org/attachment.cgi?id=30020)
When I'm trying to configure Wine I receive this message
When I'm trying to configure Wine I receive this message
--
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=23297
Summary: Closing Altium Designer PCB view (while using DirectX)
causes error
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnvoltz(a)gmail.com
Closing a PCB view in Altium Designer 2009 causes an exception error popup
window:
Access violation at address 2028E466 in module 'wined3d.dll'. Read of address
00000014 at 2028E466.
Altium Designer continues to execute correctly after dismissing the error
window, but opening subsequent PCB views causes more errors, eventually
crashing the app with
err:d3d:delete_gl_buffer >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glDeleteBuffersARB @ buffer.c / 105
The error only happens if using DirectX mode in the PCB view, or when viewing
the PCB in 3D.
--
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=19803
Summary: Lord of the Rings Online crashes when loading if
Texture Detail is set higher than Very Low
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.codeweavers.com/compatibility/browse/name/?
app_id=2869;tips=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sandalle(a)sourcemage.org
>From "Crashing While Loading" on
http://www.codeweavers.com/compatibility/browse/name/?app_id=2869;tips=1:
"If you are experiencing crashing while changing zones, there is a fairly
simple fix. Before you change zones, reduce your texture quality to very low,
then proceed to the next zone."
The less memory a computer has the more likely this seems to happen. Works fine
at Very High on the same box with Windows 7 (64-bit) and Windows XP (32-bit).
WINE 1.1.27.
nVidia driver 190.18
nVidia Corporation G98 [GeForce 9300M GS] (rev a1) 512Mb (on first computer
w/4G RAM)
nVidia Corporation G73 [GeForce 7300 GT] (rev a2) 256Mb (on second computer
w/3G RAM)
X.org 1.6.3
Linux 2.6.30.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=27532
Summary: alGetError() should return AL_NO_ERROR when called out
of context
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: openal32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
A proprietary app I tried today calls alGetError() to see whether
alcOpenDriver() worked... which is dumb, but alGetError() returns AL_NO_ERROR
on Windows, so it got away with it. Linux's alGetError() returns an error
in that situation.
See also http://opensource.creative.com/pipermail/openal/2011-June/012399.html
--
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=24565
Summary: Page fault in Pax Imperia II execution
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin.hennion(a)wanadoo.fr
Created an attachment (id=31026)
--> (http://bugs.winehq.org/attachment.cgi?id=31026)
Wine output
Some users have problems trying to launch Pax Imperia: Eminent Domain (Appdb
entry 1327).
--
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=24447
Summary: 1964 emulator fails to start in Mac OS X
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30842)
--> (http://bugs.winehq.org/attachment.cgi?id=30842)
Output
The application does not start properly.
--
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=22203
Summary: X Error of failed request: BadWindow
Product: Wine
Version: 1.1.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jb.imm(a)gmx.de
Created an attachment (id=27094)
--> (http://bugs.winehq.org/attachment.cgi?id=27094)
Crash when it actually starts up
When I want to install an appliation, it shows the spash screen of the
installer, then crashes with the message:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 19 (X_DeleteProperty)
Resource id in failed request: 0x4e00005
Serial number of failed request: 979
Current serial number in output stream: 1030
I'm on 32 bit Linux (no 64 bit drivers!) on a 64-bit machine and do have a
Radeon video card (no nvidia module or anythign like that). Using the Ubuntu
wine-1.2 package.
The weird thing is that it usually (19 in 20 times) crashes with that exact
message, but 1 in 20 times it starts up the installer and crashes during the
installation process. I've created an attachment for the message that appears
when it crashes during installation.
--
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=23349
Summary: Medal of Honor Beta can't connect to a server
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=29093)
--> (http://bugs.winehq.org/attachment.cgi?id=29093)
Terminal output
The game loads fine but hangs when it attempts to connect to a server. Attached
terminal output.
--
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=10154
Summary: Reel Deal Vegas Casino seems to lock up on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.phantomefx.com/vegas_mania_overview.asp
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat: install the two-cd app, then do
$ cd ~/.wine/drive_c/Program Files/Phantom EFX/OnlineCasino
$ wine Launcher/OLCLauncher.exe
It sits in a tight loop, calling
0009:Call user32.PeekMessageA(0033fae8,00010024,00000000,00000000,00000001)
ret=0043053a
0009:Call
winex11.drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,000004ff,00000000)
ret=7ec2501a
0009:Ret winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000102
ret=7ec2501a
0009:Ret user32.PeekMessageA() retval=00000000 ret=0043053a
and a few other things over and over.
Another way to try to run the game is to do
$ wine bin/Prelauncher.exe
This at least puts up a window that has a spinny
ascii art "Searching for Sessions" message,
but none are found. On the console one sees
fixme:dpnet:IDirectPlay8ClientImpl_EnumHosts (0x129938):((nil),0x64aba8,0):
Stub
--
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=20621
Summary: DoubleCAD XT-1.1: installation is OK, then the program
opens, and it's immediately frozen [X11 still works]
Product: Wine
Version: unspecified
Platform: Macintosh
URL: http://www.DoubleCAD.com
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riek(a)pandora.be
I have installed DoubleCAD in WINE (with the terminal) .
After registration with an activation code for the free version,
which I received by email after contact on the website: "www.DoubleCAD.com",
WINE asked for "GECKO" .
I agreed an installed,
the program opens, with "X11" .
But nothing worked,
no menu, no help (F1-button) .
To quit the frozen program, I had to quit "X11" .
X11 was still running properly .
--
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=37145
Bug ID: 37145
Summary: Can not submit confirmation string on the website
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christopherwuy(a)gmail.com
When I recieved confirmed string and logined the website
https://www.winehq.org/mailman/confirm/wine-devel/ to submit, it only refreshes
the input field of confirmation string and do nothing.
A friend had tried it and he met the same problem too.
--
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=32856
Bug #: 32856
Summary: Add a VM running the tests from a non c: drive
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
kernel32:volume skips some tests unless it is run from a non c: drive:
volume.c:402: Tests skipped: Please re-run from another device than C:
--
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=35576
Bug ID: 35576
Summary: WineTestBot leaks staging files
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Classification: Unclassified
Currently the tools/testbot/var/staging directory of my test environment has
more than 10000 files which is way more than the number of current tests. There
are probably two issues:
* The janitor script purges all tests that are more than a week old. Yet a lot
of files are older than that. It's possible that the staging files should not
be there any more once a test has been run and thus by the time the Janitor
script purges it. However the Janitor script should probably still ensure that
the staging files get purged too.
* It seems that whenever WinePatchesWebSubmit.pl is run it creates a set of
staging files. However if the Engine is stopped those won't be processed
immediately and thus the next time WinePatchesWebSubmit.pl runs it will create
a new set of staging files, presumably for the same set of patches. It's likely
that this is also causes a leak, probably exacerbated by the Janitor script.
Fortunately the official WineTestBot is rarely offline though.
--
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=35946
Bug ID: 35946
Summary: Cannot mark a VM for maintenance if it is running a
task
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
To mark a VM for maintenance one sets its status to 'maintenance'.
The problem is that when a VM runs a task its status is 'running' and once its
done the task script blindly sets its status to 'dirty' hence overwriting the
'maintenance' status.
Note that even setting the VM role to 'retired' does not work although the task
script does not explicitly change it. It seems like the whole VM's row gets
rewritten when the the task script saves the new status.
So the task script should refresh its view of the VM status and check that it's
still 'running' before changing it. That still leaves open a small window for
races but that's probably acceptable.
The same problem exists in the RevrtVM.pl script with the 'reverting' and
'sleeping' states.
--
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=34965
Bug #: 34965
Summary: New Testbot doesn't correctly sets the time for the
VMs so e.g. winhttp is failing
Product: Wine-Testbot
Version: unspecified
Platform: x86
URL: https://newtestbot.winehq.org/JobDetails.pl?Key=3484
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: fgouget(a)codeweavers.com
Classification: Unclassified
winhttp tests a secure connection to google.com, but fails because the VM time
out of the certificates time range:
winhttp:winhttp start - -
winhttp.c:806: WINHTTP_CALLBACK_STATUS_FLAG_CERT_DATE_INVALID
winhttp.c:859: Test failed: failed to send request 12175
winhttp.c:870: ftStart Wednesday, November 06, 2013 2:00:40 PM
winhttp.c:874: ftExpiry Thursday, March 06, 2014 12:00:00 AM
winhttp.c:878: local Friday, October 25, 2013 9:23:32 AM
after hacking this into the tests before the skip:
size = sizeof(info);
ret = WinHttpQueryOption(req, WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT,
&info, &size );
ok(ret, "failed to retrieve certificate info %u\n", GetLastError());
{
SYSTEMTIME st;
char exdate[255], extime[255];
FileTimeToSystemTime( &info.ftStart, &st );
GetDateFormatA( LOCALE_USER_DEFAULT, DATE_LONGDATE, &st, NULL, exdate, 255 );
GetTimeFormatA( LOCALE_USER_DEFAULT, 0, &st, NULL, extime, 255 );
trace( "ftStart %s %s\n", exdate, extime );
FileTimeToSystemTime( &info.ftExpiry, &st );
GetDateFormatA( LOCALE_USER_DEFAULT, DATE_LONGDATE, &st, NULL, exdate, 255 );
GetTimeFormatA( LOCALE_USER_DEFAULT, 0, &st, NULL, extime, 255 );
trace( "ftExpiry %s %s\n", exdate, extime );
GetLocalTime(&st);
GetDateFormatA( LOCALE_USER_DEFAULT, DATE_LONGDATE, &st, NULL, exdate, 255 );
GetTimeFormatA( LOCALE_USER_DEFAULT, 0, &st, NULL, extime, 255 );
trace( "local %s %s\n", exdate, extime );
}
--
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=31798
Bug #: 31798
Summary: Some sort of anti-spam measure for testbot signups
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
We get maybe 2-3 spam applications per day now, from automated
sign-up-for-anything bots.
A simple captcha (even a homegrown "enter the text 'I am human' one") would
probably be sufficient.
--
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=26443
Summary: GitWeb: 'patch' links within a commitdiff don't work
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ken(a)codeweavers.com
On a commitdiff page such as
<http://source.winehq.org/git/wine.git/commitdiff/0b396208db68c950725adae49c…>,
there are "patch" links next to each changed file in the summary (along with
"blob", "blame", and "history"). Those patch links should link to an anchor
within the page. However, they're currently broken, being something like
<http://source.winehq.org/git/gitweb.cgi#patch4>. The anchor is right, but the
page URL is not for the current page.
I have tested with Firefox 3.6.15 and Safari 5.0.3 on Mac OS X 10.6, although I
have no reason to believe the browser or OS affect the issue.
--
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=31781
Bug #: 31781
Summary: Add VMs with multiple network interfaces
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Some Wine developers have reported a need to have at least some VMs with
multiple network interfaces for some of Wine's conformance tests. For instance:
http://www.winehq.org/pipermail/wine-devel/2012-August/096875.html
--
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=31780
Bug #: 31780
Summary: Add VMs with virtual CDs
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Some Wine developers have reported a need to have at least some VMs with
a CD in the virtual drive for some of Wine's conformance tests. For instance:
http://www.winehq.org/pipermail/wine-devel/2012-August/096873.html
This would be quite easy to do. Mostly, all that's needed is the appropriate CD
images and then configuring specific VMs to use them (one VM could even have
multiple CD drives).
I can set this up when configuring the VMs for the new Wine TestBot, however
someone else will have to provide the CD images, or, even better scripts to
generate them.
--
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=33788
Bug #: 33788
Summary: The VMs clock is off
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The issue is that WineTestBot restores running VM snapshots. So when these
start their clock is still set to whenever the snapshot was taken which can be
months ago. VMware had a special driver that took care of updating the VM clock
automatically when starting the snapshot but QEmu/KVM does not.
The VMs may synchronize with an Internet clock eventually depending on thet
particular Windows' default configuration and how often they do so.
This has an impact on some tests and causes failures. My understanding is that
in particular the certificate tests check that some online certificates have
expired. But obviously if the VM's clock is still running months behind it may
not consider the certificate to have expired yet.
These tests should arguably compare the system clock with the certificate
expiration date and realize that the certificate has not expired yet. However
that's not the point of the test.
The solution is to force the VM clock to resynchronize by running a special
command when we start the snapshot. These commands depend on the Windows
version :-(
Windows >= 2003
w32tm /config /syncfromflags:manual
/manualpeerlist:0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org
Windows XP
net time /setsntp:"0.pool.ntp.org1.pool.ntp.org2.pool.ntp.org"
--
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=26608
Summary: AvaSoft: doesn't run
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kotya.karapetyan(a)gmail.com
Created an attachment (id=33873)
--> (http://bugs.winehq.org/attachment.cgi?id=33873)
Log of installing and running in terminal.
After freshly installing Wine 1.2.2 using 'sudo apt-get install wine' on Ubuntu
10.10, I ran the Windows program installer from a CD with 'wine start
setupAvaSoftUSB2.EXE'. The installer reported some problems, see attachment.
However, the program icon appeared on the desktop. When double-clicking it, the
program started to run, but then the window 'Program Error' appeared with the
suggestion to report this bug here. I rerun it in Terminal, the log is also
shown in the attachment. In both cases (in the end of installation and after
closing the launched program), Wine stopped doing anything after showing the
last line in log. In GUI, the following errors are shown when the program stops
working: 'Application Error: Exception EExternalException in module ntdll.dll
at 0002D908. External exception C0000025.' Then 'avaspec76usb2: Access
violation at address 7D7A5540*. Read of address 7D7A5540*.' four times. Then
'Runtime error 216 at 0299F6C4'
* This number is not reproducible, it changes each time. E.g. I've also got
7DB17540.
--
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=27228
Summary: Battlefield Play4Free: Crashing when running initial
update/download
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: karlmk(a)hotmail.com
Created an attachment (id=34796)
--> (http://bugs.winehq.org/attachment.cgi?id=34796)
Errors when running the updater from command line.
How to reproduce this problem:
1. Download and install firefox 3.6.17 from mozilla.com
2. Go to battlefield.play4free.com
3. Log in
4. Press Play now
5. Install the requested plugin, and press restart.
6. The game (or actually the updater) starts, and shows you the EULA, but
crashes.
A little explanation on how this game works when launching. You go on the
website and installs a plugin, this plugin basically contains an exe file
called BP4FUpdater. When you press on the "Play Now" button online, this file
gets called with a bunch of parameters. This exe will check that the game is up
to date before launching it, and if this is the first time you run the game, it
will download the game.
If you want to try and launch the updater directly you can go into:
C:\Users\<YourUserName>\AppData\Roaming\Mozilla\Firefox\Profiles\ceaeu01e.default\extensions\battlefieldplay4free(a)ea.com\plugins
and run BP4FUpdater.exe -sessionId "<YourSessionKey>" -serverDeltaTime "0"
-loggedIn "true" -showStaticAdImage "false" -lang "en" -ip "<YourIP>"
-soldierName "<YourSoldierName>" -hostname "battlefield.play4free.com"
The variables sessionId, ip and soldierName are you able to get from the
webpage you get to when you press Play Now, inspect the source, and search for
sessionId.
Attatched are the errors I get when running the updater directly from the
command line, with the correct parameters (as seen working on a vmware image).
--
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=25029
Summary: Evernote 4.0 Switching Notebooks Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another user but I think I see it too.)
--
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=24969
Summary: Heroes V on wine froze system after saving
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psykopqs(a)o2.pl
I use ubuntu 10.04, wine 1.2, video driver mesa 7.7.1 (radeon xpress). Heroes
of might and magic V Tribes of the East work fine but after saving my system is
suspended, and I must use reset. This bug occurs on wine 1.1.37, 1.2, 1.3.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=27556
Summary: Photomagic will not run.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom(a)littlemonster.co.uk
Created an attachment (id=35225)
--> (http://bugs.winehq.org/attachment.cgi?id=35225)
The executable which crashes
Win 3.1 programme, which installs and runs under at least Win98SEII, has to
have directories created for its components whilst installing then gets as far
as drawing it's window frame on running before winevdm crashes. Wine had been
set to emulate Windows 3.1 for this executable after installation.
The installer does not add links to Wine's menu despite indicating that it has
done so.
The programme is a graphics editor that I always seem to go back to using
despite more modern competition. I like the way it works even if it can't cope
with long filenames!
Please advise if corrections or additions are needed to this submission. Thanks
for your patience.
--
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=26147
Summary: westward fails to install
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: stripes416(a)gmail.com
Created an attachment (id=33311)
--> (http://bugs.winehq.org/attachment.cgi?id=33311)
westward.log showing unimplemented commands
Game available at this link
(http://www.mostfun.com/Details.aspx?GameID=Westward) fails to install. (You'll
need a user agent switcher to download in Linux)
--
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=27023
Summary: STATISTICA 7 falla al graficar
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chicoman129(a)hotmail.com
Con wine 1.2.2 Al intentar graficar los datos, el programa STATISTICA 7 falla y
se necesita forzar el programa para cerrar. Este problema no se presenta en
Windows.
--
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=26521
Summary: Gratuitous Space Battles fails to initialize 3D
Engine.
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: wickedsmoke(a)users.sf.net
Created an attachment (id=33775)
--> (http://bugs.winehq.org/attachment.cgi?id=33775)
wine 1.3.16 output
The Gratuitous Space Battles demo (downloaded from http://www.positech.co.uk/
Mar 22, 2011) fails to run. An error dialog showing the following error is
displayed:
Failed to initialise 3D Engine:..\src\Game.cpp 321
I have also tried wine versions 1.1.37, 1.2.2, & 1.3.6 with the same results.
--
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=26267
Summary: EyeQ
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmc(a)lleida.org
Hello,
I have installed EyeQ software
(https://www.eyeqadvantage.com/index.cfm?&CFID=63380&CFTOKEN=39465337) and when
I use an option that let me pace my reading it shows an errror.
What can I do?
--
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=26257
Summary: Program MGCWorks.exe has found a serius problem and
has been closed
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javieradrianr(a)gmail.com
Created an attachment (id=33463)
--> (http://bugs.winehq.org/attachment.cgi?id=33463)
Backtrace open fail MGCWorks.exe (Time attendance program)
Fail to open time attendance software.
--
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=24938
Summary: Serif Photoplus 11 installs but cannot run
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: swrjjysngh(a)gmail.com
Created an attachment (id=31581)
--> (http://bugs.winehq.org/attachment.cgi?id=31581)
screen shot of error message on startup
Installs just fine.
Screen comes up and then message window to say that a serious error has
occurred and must close - see attached screen shot.
--
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=28689
Bug #: 28689
Summary: gcc complains 'xsd_child' may be used uninitialized in
function 'XDR_to_XSD_doc'
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
When I crank up gcc's warning level a bit, build fails with
gcc -c -I. -I. -I../../include -I../../include -I/usr/include/libxml2
-I/usr/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC
-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -Wlogical-op
-I/usr/include/freetype2 -g -O1 -Werror -Wno-unused-but-set-variable
-Wno-unused-but-set-parameter -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o xdr.o
xdr.c
...
xdr.c: In function 'XDR_to_XSD_doc':
xdr.c:516:36: error: 'xsd_child' may be used uninitialized in this function
The function's big and hairy, hard to tell what's up with that variable
offhand.
--
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=26473
Summary: Blood Bowl isn't working for Me computer
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wikiro(a)yahoo.com
Created an attachment (id=33708)
--> (http://bugs.winehq.org/attachment.cgi?id=33708)
This is the Backtracings
I did what I was told on the installation. Download .NET2.0, disable UseGLSL,
and set to FBO.
But when the game starts it goes to the first screen
Play/Manual/Website/Technical Support
Then I click play and an error message pops up:
The Program BB.exe has encountered a serious error and needs to close. We are
sorry for the inconvenience.
Contact this website issue has not been reported yet.
Thanks for the help if you can give it. Ill do what you ask.
--
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=28244
Summary: ClueFinders Mystery Amulet (cfread.exe) page faults
when starting
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla.winehq(a)planet-hinchley.com
Created an attachment (id=36191)
--> (http://bugs.winehq.org/attachment.cgi?id=36191)
Unhandled Exception trace
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0040151f).
ClueFinders Mystery Amulet fails with page fault when starting up.
--
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=28085
Summary: Wine crashes fighting red dragon in Deathtrap Dungeon
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)rjlee.homelinux.org
Created an attachment (id=35958)
--> (http://bugs.winehq.org/attachment.cgi?id=35958)
Output of process, including backtrace
Wine (or the program?) crashes with an unhandled page fault when running the
Deathtrap Dungeon game (1.0) while fighting the final monster (red dragon) in
the game.
Seems to be that whenever I strike the dragon with the red sword, it crashes.
--
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=27237
Summary: After running some programs under Wine, loss of left
mouse button functionality
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ktowns(a)live.com.au
Well that's basically it. I have to restart my computer to get my mouse
working correctly. I haven't experienced this with any other application.
There aren't any relevant Terminal messages. I can likely reproduce the issue.
--
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=25191
Summary: Enclave GOG version - 3D model not appearing on screen
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emanuele.emalele(a)gmail.com
Created an attachment (id=31975)
--> (http://bugs.winehq.org/attachment.cgi?id=31975)
Execution log without any WINEDEBUG
Gentoo Linux 32 bit - ATI fglrx 10.10
After successful install and intro execution, on start game unfortunately all
the world is rendered correctly but the any 3D model doesn't appear at all on
the screen.
Severity is MINOR because by forcing rendering engine in OpenGL, the game works
perfectly; anyway I suppose the game was built for D3D8.
Default log attached.
Into appdb I read about nVidia's graphic card successful problem less
rendering: maybe the issue is the ATI driver I do not know.
Please note that the game uses Pixel Shader: maybe something strange is
happening during ATI pixel shader activation.
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.
http://bugs.winehq.org/show_bug.cgi?id=25145
Summary: Teamviewer 5 startup problem on Fedora 14 (Laughlin)
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: admin(a)nixgurus.net
Hello,
I am facing problem with teamviewer 5. I installed with Teamviewer 5 RPM
package supplied by teamviewer. I submitted a ticket on teamviewer support too.
Please see attached logs and back trace.
My system details are:
Wine: wine-1.3.6-1.fc14.i686
Teamviewer: teamviewer5-5.0.8888-1.i386
Kernel: 2.6.35.6-48.fc14.i686
OS: Fedora 14 (Laughlin)
Regards,
Hassan
--
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=26727
Summary: Cars: Mater National is crashing
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schmatzler(a)googlemail.com
Created an attachment (id=34048)
--> (http://bugs.winehq.org/attachment.cgi?id=34048)
Terminal output
When I try to run Cars: Mater National, I get a short noise from the speakers
and its freezing. I have to kill the application.
Terminal output is 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=27041
Summary: Failed to open mount manager
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)live.at
The system.reg file seems to be missing the lines:
[System\\CurrentControlSet\\Services\\MountMgr] 1216050542
"Description"="Device mounting service"
"DisplayName"="Mount Manager"
"ErrorControl"=dword:00000001
"ImagePath"="C:\\windows\\system32\\drivers\\mountmgr.sys"
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000001
I found this on another old thread ... deletion of the .wine directory didn't
help - had to add theses lines manually.
thx
--
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=26462
Summary: DISCOVER Excel 2000 crashes running from CD
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
Created an attachment (id=33693)
--> (http://bugs.winehq.org/attachment.cgi?id=33693)
wine XL2K_AP.EXE
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.2
wine1.2:
Installed: 1.2.2-1ubuntu1~maverick2
Candidate: 1.2.2-1ubuntu1~maverick2
Version table:
*** 1.2.2-1ubuntu1~maverick2 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
1.2.2-0ubuntu2~maverick2 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/universe i386
Packages
1.2-0ubuntu9 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe i386
Packages
3) What is expected to happen is when one tries to run the Discover Excel 2000
program from the CD via:
wine XL2K_AP.EXE
it runs the program.
4) What happens instead is immediately after the above command a window pops up
noting:
"The program winevdm.exe has encountered a serious problem and needs to close.
We are sorry..."
It looks like the program was developed for Windows 3.1 and 95 as per the
readme files. The attached backtrace was when one clicks:
+ Applications
+ Wine
+ Configure Wine
+ Applications tab
+ Windows Version: Windows 3.1 dropdown
--
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=26173
Summary: EnumDisplayDevicesW invalid value
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rumble.fish.au(a)gmail.com
Created an attachment (id=33356)
--> (http://bugs.winehq.org/attachment.cgi?id=33356)
lshw output for display controller
Trying to run Guild Wars on HP Mini 5102 netbook - getting 1 fps! Have run both
glgears and amoeba and they run fine so OpenGL is installed and running
properly. lshw does report that the display controller device hasn't been
"claimed" - not sure if this is a 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=27948
Summary: Solid Edge (Tested V20 and ST2) crashes at Splash
Screen
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: consoni_2519(a)hotmail.com
Installing Solid Edge ( V20 an ST2, into separated and clean wine prefixes )
using winetricks vcrun2005, vcrun2008, dotnet20 and msxml6. Installantion runs
smoothly (at least visually), but at start, the following erros messages
appears before Splash Screen disappears:
-Hangs at Splash Screen with terminal message:
"err:ntdll:RtlpWaitForCriticalSection section 0x7bcaf8e4 "loader.c:
loader_section" wait timed out in thread 003f, blocked by 0009, retrying (60
sec)"
-Then waits and:
"err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc33c9a"
--
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=26634
Summary: world of warcraft crashes at end of startup
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turgut(a)kalfaoglu.com
Created an attachment (id=33904)
--> (http://bugs.winehq.org/attachment.cgi?id=33904)
wow crash of several runs
World of warcraft crashes at the end of startup - that is, one minute into the
game, the trace is shown below. Hardware: Dell inspiron 1545. Wow launches
normally on another system with the same data and config files.
enclosed: opengl debug enabled trace of several runs..
--
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=30862
Bug #: 30862
Summary: New prelink is required for debug builds
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wrar(a)wrar.name
Classification: Unclassified
At least on current Debian unstable with gcc 4.7.0 and at least with the Debian
1.4 package (which includes -g in CFLAGS) kernel32.dll.so cannot be relocated
with prelink older than the latest release (20111012):
prelink: kernel32.dll.so: Unknown DWARF DW_AT_8465 with block DW_FORM
You can see this message in our build logs at e.g.
https://buildd.debian.org/status/fetch.php?pkg=wine&arch=i386&ver=1.4-0.4&s…
It may be not clear from the message but prelink actually exits without
changing the binary so kernel32.dll.so is not relocated which causes all bugs
that was fixed by adding the relocation.
Support for "DW_AT_8465" which is DW_AT_GNU_call_site_value was added to
prelink in r188 on 2011-04-01 so at least in some cases if you build wine with
debug, you are required to use prelink >= 20111012, otherwise you deserve the
same configure warning that is issued when prelink is not installed.
Unfortunately I don'see an easy way to check the prelink binary version as they
all report "prelink 1.0" in -V.
When wine is built with gcc 4.6.3 prelink fails on DW_OP_242
(DW_OP_GNU_implicit_pointer) instead which was added in the upstream r187 on
2010-11-23 (so 20111012 is still required). When wine is built with gcc 4.5.3
prelink 20090925 doesn't fail. This may be the real cause of "Steam overlay
requires gcc 4.5" reports such as #22053.
--
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=34299
Bug #: 34299
Summary: http://www.winehq.org/download/ubuntu incorrectly
identifies the Ubuntu PPA as WineHQ's
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
That page states:
"Ubuntu's default repository includes Wine, however if you want to stay up to
date with the latest Wine package you can use WineHQ's by following these
instructions."
That wording leads users to believe that the PPA is under the control of WineHQ
when it is not. As a result, bugs don't get reported promptly to the package
maintainer and users expect support on the forum for any problem they may have
installing Wine packages. When told otherwise, many choose to argue, pointing
to the wording on that page. I can't really blame them.
--
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=28640
Bug #: 28640
Summary: kernel32/thread.ok fails on ubuntu 11.10?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Don't know if this is a wine bug, an ubuntu bug, or a kernel bug yet.
kernel32/thread.ok fails reliably for me on ubuntu 11.10
(which uses linux-3.0.0, fwiw). Logs are slightly clearer when
run on a single core, but it still fails. Log:
dank@i7:~/wine-git/dlls/kernel32/tests$ taskset -c 0 make thread.ok
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so thread.c && touch thread.ok
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
thread.c:823: Test failed: SetThreadAffinityMask(thread,-1) failed to request
all processors.
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
Protocol error:003b: partial read 12
wine client error:3a: read: Bad address
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x690abb19
wine client error:b: write: Bad file descriptor
wine client error:27: write: Bad file descriptor
The errors vary, but there's always a bad file descriptor, and often
a crash. Sometimes starting a wineserver in the foreground fails
because trying to get the /tmp/.wine-.../lock fails with EAGAIN, too.
I'll attach a +relay,+seh log. Looks kinda like a null pointer read
crash near the start of the thread that runs a queued work item?
--
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=37125
Bug ID: 37125
Summary: PVS-Studio Error: First the execution, then the trial
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies a First the execution, then the trial Error,V595. The
'decl' pointer was utilized before it was verified against nullptr. Check
lines: 1411, 1417. parser.y 1411
...
var_t *v = decl->var; //<==
expr_list_t *sizes = get_attrp(attrs, ATTR_SIZEIS);
expr_list_t *lengs = get_attrp(attrs, ATTR_LENGTHIS);
int sizeless;
expr_t *dim;
type_t **ptype;
array_dims_t *arr = decl ? decl->array : NULL; //<==
type_t *func_type = decl ? decl->func_type : NULL; //<==
...
First the value by pointer is taken, then it is checked.
Other similar fragments:
V595 The 'pcbData' pointer was utilized before it was verified against
nullptr. Check lines: 1859, 1862. registry.c 1859
V595 The 'token_user' pointer was utilized before it was verified against
nullptr. Check lines: 206, 213. lsa.c 206
V595 The 'psp' pointer was utilized before it was verified against nullptr.
Check lines: 2680, 2689. propsheet.c 2680
V595 The 'lpFindInfo' pointer was utilized before it was verified against
nullptr. Check lines: 6285, 6289. listview.c 6285
V595 The 'compiland' pointer was utilized before it was verified against
nullptr. Check lines: 287, 294. symbol.c 287
V595 The 'graphics' pointer was utilized before it was verified against
nullptr. Check lines: 2096, 2112. graphics.c 2096
V595 The 'current' pointer was utilized before it was verified against
nullptr. Check lines: 240, 251. request.c 240
details on the V595 error here: http://www.viva64.com/en/d/0205/
--
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=27274
Summary: Battlefield Play4Free: Crashing when running
pre-downloaded game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karlmk(a)hotmail.com
Created an attachment (id=34885)
--> (http://bugs.winehq.org/attachment.cgi?id=34885)
Wine error when joining game
To reproduce this bug you need to do the following.
1. Copy a already downloaded and working copy of battlefield play4free from a
windows install. ( It resides under "C:/Program Files (86)/EA Games/Battlefield
Play4Free" by default)
2. Copy this to your Linux installation.
3. Install vcrun2008 from winetricks.
4. Run BFP4f.exe with the following parameters: +webSiteHostName
"battlefield.play4free.com" +battleFundsHostName "battlefield.play4free.com"
+frontendUrl "http://battlefield.play4free.com/game" +survey 0 +sessionId
<yourSessionID> +webSiteHostName battlefield.play4free.com +lang en
+soldierName "<YourSoldierName>"
5. Starting the game now works, and you are placed on the initial soldier
selection and equipment screen.
6. Press "Play Now" in the top right corner.
7. The game crashes after a while with the attached error.
--
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=27445
Summary: Textures do not render correctly in Shellshock 2
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewdadoun(a)yahoo.com
In game characters are exploded and appear as almost plant like objects. Pretty
similiar to the issue in bully, though more sever. Also it seems like this
issue causes a slowdown in-game as well, since the speeds are a lot slower than
they should be.
--
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=27491
Summary: Pandora saga: program error
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirkku1994(a)gmail.com
I installed the Pandora saga and it seemed fine, but when I pressed the "play"
button, I got following error message: the program Pandora saga.exe has
encountered a serious problem and needs to close...
--
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=27565
Summary: Can't re-install unreal tournament g.o.t.y
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: banjingan99999(a)yahoo.com
i have install UT before with tactical ops patch mod , also i have uninstall ,
but it cannot uninstall UT program at Wine Software Uninstaller . . . i have
deleting the UT program file folder at Wine File . . .
--
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=27574
Summary: No Sound on Unreal Tournament Goty and UT Video
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: banjingan99999(a)yahoo.com
I have installed unreal tournament via Wine , and play UT via wine , the sound
got nothing . . . mostly the game like UT got no sounds . . . what's the
problem is it ? is that about the kernel ? im using fedora 14 . . . before this
, im using fedora 13 , the video its okay , only got no sound . . what im
supposed to do then ?
--
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=27582
Summary: Wine is not able to start and run an application
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: lagolo2009(a)hotmail.com
Trying to start an app. called The secrets of hildegards, installed with wine,
and everythings seems to be ok, until I want to start it: -Sorry, the app. is
unable to start, please contact appdb.winehq.org and report this to them.
Have Linux Ubuntu Lucid Lynx with wine 1.2.2 installed.
What to do?
--
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=27589
Summary: Program Error
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: anna_grant90(a)hotmail.com
The program DesktopMgr.exe has encountered a serious problem and needs to
close. This can be caused by a problem in the program or a deficiency in Wine.
You may want to check http://appdb.winehq.org for tips about running this
application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org
--
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=27766
Summary: giftbox+ has a problem and shuts down
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smokinabowl2(a)gmail.com
ok so i downloaded a game bot for farmville to see if it runs on linux wife
like the game and uses this quit regulery and she uses windows vist witch runs
this app great but i wanna switch her to linux and found out u can run this on
linux but wine keeps saying that giftbox has run in to a sirus problem and must
shut down and boom it closes now i know i did every thang right but wtf it wont
run the program is it cuz its nut a program u all have listed or like pls help
me
--
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=27980
Summary: Wine aborts setup.exe for weird reason
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: borntobesteve(a)aol.com
Wine aborts setup.exe: Why?
WINE can't see setup.LST file during installation of simple win ME app
I'm installing eX-Sense Pro under wine in Natty. It's a simple win me/win xp
application.
The setup.exe runs fine, but wine seems to not see setup.LST - another file in
the same directory:
Setup cannot find C:\users\redwood\Temp\boom1000\setup.LST.
Setup is aborting...
During installation, the boom1000 directory is created and setup.exe is copied
into it, but setup.LST is not copied. When I set up boom1000 and copy setup.LST
into it, the install process creates boom1001 and repeats the same mistake.
Any ideas? Thx.
--
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=28054
Summary: Distorted JPG image in Word and PowerPoint 2007
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.duelli(a)web.de
Created an attachment (id=35923)
--> (http://bugs.winehq.org/attachment.cgi?id=35923)
Word Document with Distorted Image
I have a single JPG image I regularly use which gets distorted when pasting it
into Word 2007 or PowerPoint 2007.
The right half of the image is drawn solid black.
Attached is an exemplary Word Document just containing the image.
The image is not distorted when opening the document in LibreOffice or on a
Windows machine.
For me it is currently just this image but possibly other images are affected
as well.
--
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=28096
Summary: Starcraft running in Window (not full screen)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nobregahercules(a)gmail.com
Created an attachment (id=35987)
--> (http://bugs.winehq.org/attachment.cgi?id=35987)
Starcraft is in Window
Using: Ubuntu 11.04, Starcraft Broodwar vs 1.16.1
Whem Starcraft start run in Windowed (in window not maximized)
I like it, but the Window is small, and in some cases i move mouse fast, and go
out window losting current moviment in window, and in some cases starting a
system task(createing folder...).
I want increase this window, but i not find how to 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.
http://bugs.winehq.org/show_bug.cgi?id=28117
Summary: wine + zingarelli 2008
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cryfre2001(a)yahoo.it
Created an attachment (id=36023)
--> (http://bugs.winehq.org/attachment.cgi?id=36023)
err report wine+zingarelli
problem font on dictionary.
--
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=28546
Bug #: 28546
Summary: Torchlight demo fails with
err:seh:setup_exception_record stack overflow
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haleykd(a)users.sf.net
Classification: Unclassified
I've installed the gamersgate torchlight demo into a new prefix. When I run
the game it crashes with:
err:seh:setup_exception_record stack overflow 1332 bytes in thread 0009 eip
7bc403bb esp 00240dfc stack 0x240000-0x241000-0x340000
I suspect there is a timing problem since
WINEDEBUG=fixme-all,relay WINEPREFIX=~/.wine-tl wine 'Torchlight.exe' 2>&1 |
cat - >/dev/null
works, with the obvious slowdown due to the extra output, but
WINEDEBUG=fixme-all,relay WINEPREFIX=~/.wine-tl wine 'Torchlight.exe'
2>/dev/null
does not.
I've also tried the runic installer, with and without a virtual desktop. Also
the initial splash screen that allows for entering the product key does not
work but that should be a separate bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28633
Bug #: 28633
Summary: Sound lost on Wine after upgrading to Oneiric Ocelot's
RC
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boldoconketchup(a)hotmail.com
Classification: Unclassified
I have lost completely the sound on Wine after upgrading to Oneiric's Release
Candidate Version yesterday.
The sound tests on winecfg only show an error message displaying "Audio test
fails!" or something like that. The same result shows on any sampling
frequency, bits, and/or hardware acceleration.
The games run as well as usual, though.
I have sound on all the other Ubuntu aplications I have in my system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28771
Bug #: 28771
Summary: S4League client crash with MSVCR80
Product: Wine
Version: 20050930
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francescobrozzu(a)gmail.com
Classification: Unclassified
I installed succesfully S4League on my wine 1.3.30 installation but when i run
the client it crashes when tries to load msvcr80.dll. I already installes
vcrun2005 package from winetricks. Attached there's 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.
http://bugs.winehq.org/show_bug.cgi?id=28779
Bug #: 28779
Summary: Sourceinsight: Segfault when started the application
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: jshandorov(a)mm-sol.com
Classification: Unclassified
Created attachment 36977
--> http://bugs.winehq.org/attachment.cgi?id=36977
log file
Segmentation occurs when trying to start "source insight 3.50.0034" on Ubuntu.
See attached log file. I tried reinstalling sight and wine, but it didn't help.
KERNEL: 2.6.38-10-generic #46~lucid1-Ubuntu SMP Wed Jul 6 18:41:04 UTC 2011
x86_64 GNU/Linux
UBUNTU: 10.04 LTS - the Lucid Lynx
--
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=30861
Bug #: 30861
Summary: Error when running Age of Empires 2 on Mint 64
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bruiserker(a)yahoo.com
Classification: Unclassified
Created attachment 40422
--> http://bugs.winehq.org/attachment.cgi?id=40422
Memory dump generated by Wine
When attempting to run Age of Empires II on Mint 64 an error is returned.
Memory dump is 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.