http://bugs.winehq.org/show_bug.cgi?id=15973
Summary: Bad encoding on help Metatrader 4
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zburguy(a)gmail.com
Created an attachment (id=17164)
--> (http://bugs.winehq.org/attachment.cgi?id=17164)
screenshot
Bad Russian encoding help MENU in Metatrader 4 http://www.metaquotes.ru/
--
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=22350
Summary: Wine does not support .net apps out-of-the-box
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Simple .net apps should work in Wine without having to
install anything extra; see
http://wiki.winehq.org/Mono for current status.
This affects, for instance, the Sims 3 launcher.
--
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=22034
Summary: EXIT_ON_ERROR should use ERR instead of WARN in
winealsa.drv
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superquad.vortex2(a)gmail.com
In winealsa.drv , WARN() should not be used in EXIT_ON_ERROR() since those
functions in waveout.c and wavein.c are all fatal errors
(e.g. snd_pcm_hw_params_set_period_time() may return error on when using "hw"
device for some alsa driver by modifying registry "ALSA Driver" "UseDirectHW"
to "Y" for those hardware mixing sound cards)
wine is unable to report those error message for those alsa drivers
#define EXIT_ON_ERROR(f,e,txt) do \
{ \
int err; \
if ( (err = (f) ) < 0) \
{ \
WARN(txt ": %s\n", snd_strerror(err)); \
+ ERR(txt ": %s\n", snd_strerror(err)); \
retcode=e; \
goto errexit; \
} \
} while(0)
--
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=16471
Summary: New version of Mplus (5.2) does not work under wine
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gg.alex.weiss(a)gmail.com
Created an attachment (id=17848)
--> (http://bugs.winehq.org/attachment.cgi?id=17848)
Message I get when trying to run Mplus 5.2 under wine
I am a user of Mplus, a statistical software package. For some time and from
versions 4.2 to 5.1, I successfully ran Mplus under wine in Linux.
Unfortunately, the newest version (5.2) no longer runs under wine.
I contacted the authors of Mplus and they indicated that the problem appears to
have arisen due to their use of the latest version of the Intel Fortran
compiler (10.1.025).
At present, I am using version 5.1 of Mplus, though it would be nice to be able
to use the more recent version.
If any more information is needed, I can ask the people who produce Mplus; they
are quite good about supporting their product and this would likely benefit
them 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=18590
Summary: Silent Heroes: Out of adapter memory
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Created an attachment (id=21260)
--> (http://bugs.winehq.org/attachment.cgi?id=21260)
Console output WINEDEBUG=+d3d
Game starts and while loading initial data errors out with message "Program
will be terminated".
In console it writes:
err:d3d:resource_init Out of adapter memory
--
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=16366
Summary: Wine crashes with graphics exception
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 412(a)gmx.net
Created an attachment (id=17685)
--> (http://bugs.winehq.org/attachment.cgi?id=17685)
Shell dump
Once I tricked A Vampyre Story into thinking it was properly installed (broken
installer did the registry things and I copied the files from a windows
installation) I get an error message. I start the game in Windows XP mode and
with a replaced d3d_x38 (or whatever the name is) DLL.
The really weird thing are these two lines which is the last of the output I
get before it crashes completely:
Assertion failed: _pipe == (GraphicsPipe *)NULL at line 194 of
c:\orenpanda\panda\src\display\graphicsOutput.cxx
Assertion failed: _window == (GraphicsOutput *)NULL at line 99 of
c:\orenpanda\panda\src\display\displayRegion.cxx
There is no such thing as "panda" installed by the game and I didn't do it
either. I have no clue what that is.
--
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=19457
Summary: Starfleet Command graphics distorted (lacking
transparency)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=22607)
--> (http://bugs.winehq.org/attachment.cgi?id=22607)
Screenshot of graphics glitch
When playing the game Starfleet Command (either the full game or the demo), the
graphics of items needing transparency (torpedoes, in-game menu, explosions
etc) have permanent black squares around them, as though lacking transparency.
In particular, if the player's ship flies "inside" of one of these squares
(such as towards an explosion), the ship turns completely blue against the
black square background.
I've attached a screenshot to demonstrate the issue as well as console logs
from the app.
--
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=19215
Summary: Dragon NaturallySpeaking 10 Standard crashes
performing Language Model Optimization
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
This bug was uncovered on July 6 2009, by the correction of bug #15631. The bug
concerns a sub-menu in DNS 10's Accuracy Center.
To replicate:
Open program
CTL-T to open Tools drop-down menu
Select Accuracy Center
Select Run the Acoustic and Language Model Optimizers
Uncheck Perform Acoustic Optimization (this runs, and I think it runs well)
Check Perform Language Model Optimization (this function causes the crash)
Wine-dbg>attach 0x8
0xb80da42e: jmp 0xb80da423
Wine-dbg>set $BreakOnFirstChance=0
Wine-dbg>cont
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value
szNlsKeyName (a)
start_process () at /home/susan/wine/dlls/kernel32/process.c:941
0x7b877bba start_process+0xda [/home/susan/wine/dlls/kernel32/process.c:941] in
kernel32: movl %esi,0x0(%esp)
941 ExitThread( entry( peb ) );
Wine-dbg>
--
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=20213
Summary: AutoCAD 2009: Cross-hair leaves trace on drawing sheet
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23839)
--> (http://bugs.winehq.org/attachment.cgi?id=23839)
Traces on drawing sheet
I'm using Wine-1.1.30 on Fedora 11 32 bit. My graphic card is NVIDIA 9xxx with
drivers version 190.32.
When I move cross-hair or "create" selection windows (green or blue), it leaves
it's copy there but it should disappear. It also doesn't disappear when I move
drawing sheet.
--
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=15336
Summary: DirectInputCreate(): hInst is ignored; NULL value
doesn't result in an error.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gerbilsoft(a)verizon.net
While porting an application from Linux to Win32, I noticed a bug in Wine's
implementation of DirectInputCreate(). Specifically, Wine allows a NULL value
for hInst, whereas on Windows, specifying a NULL hInst results in error
0x80070057 ("The parameter is incorrect.")
Code:
HRESULT rval;
LPDIRECTINPUT lpDI;
HINSTANCE ghInstance = NULL;
rval = DirectInputCreate(hInst, 0x0500, &lpDI, NULL);
Expected Result: rval should contain 0x80070057 and lpDI should remain
uninitialized.
Actual Result: rval contains 0 and lpDI is initialized.
--
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=20773
Summary: Borderlands can't get install correctly
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kuyatzu(a)hotmail.de
Created an attachment (id=24867)
--> (http://bugs.winehq.org/attachment.cgi?id=24867)
install_log
I've a DVD version of Borderlands and want to install this on Linux.
I run the Setup and install but get some errors with .dll Files and
amdcpusetup.exe.
I've tried to reinstall the .dlls manual in the dir:../Borderlands/Binaries/
but still get errors like in the attachment
--
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=15539
Summary: quartz: referencemapper.ok sometimes fails in pc-bsd
(race condition?)
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: source, testcase
Severity: enhancement
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looks like it might need some slop:
[pcbsd@pcbsd ~/wine-git/dlls/quartz/tests]$ rm referenceclock.ok ; make
referenceclock.ok
../../../tools/runtest -q -P wine -M quartz.dll -T ../../.. -p
quartz_test.exe.so referenceclock.c && touch referenceclock.ok
referenceclock.c:89: Test failed: SystemClock - Expected difference around
10000000, got 11750000
*** Error code 1
Fails around 1/4 time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12069
Summary: native msvcp60.dll enhaces wines
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hi.
This is not exactly a bug, but i think that you should have it in mind. I dont
know how can it be related to wines internal behavior or not.
I only play one game. Tactical Ops 3.5
This game uses Unreal99 Engine.
It works in Wine as a Gold and sadly with at most 30 fps with all builtin.
With only one override it can grow to 70 fps in the same test conditions.
This native is msvcp60.dll
The game runs better with this dll present on the system. I dont know why or
what does this dlls or why the game can run without it but, it does makes a
difference.
I think that this override can improve all Unreal99 based games.
Close this bug if you think that it is invalid. I post to contribute and
documentate to other looking for the same issue.
Cheers.
Diego
--
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=23071
Summary: UltraEdit 16.10 : Fails to update itself
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.ultraedit.com/files/ue_english.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28642)
--> (http://bugs.winehq.org/attachment.cgi?id=28642)
Terminal output on Wine-1.2-rc2 after clicking Continue
Steps to reproduce:
1) remove ~/.wine
2) do default installation of ue_english.msi downloaded from given url
(IMPORTANT)
3) wine Uedit32.exe
4) close all popup windows (buy now, tip of the day etc.)
5) "Help->Check for Updates" new window will appear
6) "Download Update Now!" wait till it downloads updates
7) press "Continue" if prompted to shut down UltraEdit in order to begin
updating process
Behaviour:
Fatal Error window with following message
"Installation ended prematurely because of an error."
Expected behaviour:
UltraEdit should update itself to newer version
Additional info:
I tried to update from version 16.10.0.1025 to 16.10.0.1027
--
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=22786
Summary: ALLPlayer fails to start
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.allplayer.org/en/download/53-allplayer-4/do
wnload
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28117)
--> (http://bugs.winehq.org/attachment.cgi?id=28117)
Error at start
ALLPlayer 4.3.6.9 fails to start. It displays error like in attachment + error
from Wine.
--
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=19935
Summary: Colobot game don`t work
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
when i try to run the game, it`s freeze and wine start debugger. but debugger
cant give any information for long time, so i must kill 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=15510
Summary: Rockwell check for OS fails
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.rockwellautomation.com/rockwellsoftware/desig
n/rslogix5000/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JosephHenryBlack(a)yahoo.co.nz
Created an attachment (id=16455)
--> (http://bugs.winehq.org/attachment.cgi?id=16455)
Setup Log
RS Logix demo software for programming PLC's works for 90days. On clean wine,
without net1.1 installed and also using winetricks with net1.1 on a clean wine,
the install terminates quickly. The install log shows
RSLogix 5000 Setup: Begin loading step: Verifying operating system is
supported
RSLogix 5000 Setup: OS check failed: There is no available software that
will run on this OS
RSLogix 5000 Setup: End loading step: Verifying operating system is
supported
to reproduce:
run setup.exe
The window will open for the RSLogix 5000 series
Click Install RS Logix 5000 Demo Edition V16 and select English.
--
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=21046
Summary: cmd does not handle all operators in 'if' command
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
bug 15359 mentions that firefox's build scripts use commands like
IF %ERRORLEVEL% EQU 0
wine's cmd only supports == and != operators;
windows' cmd also supports equ, neq, lss, leq, gtr, geq.
--
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=17849
Summary: Tree doesn't fold/unfold on mouse click
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20122)
--> (http://bugs.winehq.org/attachment.cgi?id=20122)
Tree
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is in CATIAV5R19 with tree (attached image) in main window and this
is very annoying:
1) LMB in drawing area to lose focus on tree
2) LMB on "plus sign" in tree
behaviour:
nothing does happen
expected behaviour:
tree should unfold
3) move mouse pointer and tree unfolds as it should earlier
1) LMB in drawing area to lose focus on tree
2) LMB on "plus sign" in tree
behaviour:
nothing does happen
expected behaviour:
tree should unfold
3) LMB on "plus sign" again and tree unfolds but if i move mouse pointer the
tree folds again which is unwelcome
LMB-left mouse button
--
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=22556
Summary: Multiple issues with Raisonance Ride7 IDE
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)andrewsmith.plus.com
After a fresh install of the Ride7 IDE, the application hangs (with high CPU
usage) when attempting to exit.
Additionally, after installing the RKit-ARM addon, the application no longer
starts - the program window appears and parts of the UI are shown, but then
crashes.
Software available as free download from:
http://www.mcu-raisonance.com/mcu_downloads.html (first link on that page is
the Ride7 IDE, the second link is the RKit-ARM add-on).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24143
Summary: TGA image is not visible in Layered Windows Demo
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/LayeredWindow.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The window captures any window you move over it and only thing is displayed in
the terminal is.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
--
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=23591
Summary: EditPadPro: Access violation when using function
navigator with mouse double-click
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarekczek(a)poczta.onet.pl
Created an attachment (id=29490)
--> (http://bugs.winehq.org/attachment.cgi?id=29490)
last 100 lines of +relay
Open the source code file, eg.
/usr/src/wine-1.2-rc6/dlls/user32/winproc.c
Open the File Navigator window with Ctrl-F9 (left side pane)
Try double-clicking a function name in this pane.
You get:
Access violation at address 00559FCA in module 'EditPadPro.exe'. Read of
address 00000018.
After closing this message you can go on. The function we called positions the
editor at the right place and places focus in the right pane. It works as
expected. The only thing is this message.
This may be connected with windows switching / activating / deactivating as it
is a 2 pane app.
Prerequisites:
After installing the demo app
http://download.jgsoft.com/editpad/SetupEditPadProDemo.exe follow the
guidelines from AppDb
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20710 to properly
configure it for wine. Just 2 simple steps.
Additional info:
The same result as double-clicking can be achieved by clicking once and
following it with the enter key. This does not cause any problems.
Trying to locate the same function name many times doesn't bring the access
violation banner any more.
It appears only when you try to follow a new function. After that the function
is freed from the annoying message box.
I contacted Jan Goyvaerts, the author of the app. He is familiar with wine and
he says this is a wine bug.
What else can I provide to make it solved? Brothers programmers, this editor is
a powerful crossplatform tool for editing code. It's worth investigating some
time. I spent already several hours to test this bug and report it. Maybe I
should make another report with specific WINEDEBUG options?
--
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=22266
Summary: some text disappears after several minutes in Qt
Dominate
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://dominategame.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan(a)bryanrussell.com
I've installed Qt Dominate from www.dominategame.com and noticed that the text
in the status window in the lower left disappears after several minutes of
playing the game (every time). It works with no problem on my windows XP
machine. I updated Wine with no affect. Also I saw that there was a similar bug
with Qt apps where txt was not showing up, but the testcase app for that bug
works fine on 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=11972
Summary: not able to chat in the chat rooms
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: durgesh2487(a)gmail.com
The chat/messenger client Rediffbol is getting correctly installed via wine but
when in a private message or in a chat room , the messages of other users and
myself cannot be seen. The user list can be seen.
While the message typed from here on linux can be seen by the ones on windows.
To make the long story short, it is not possible to "chat" in the chat rooms
or in the private messaging windows.
here is a link to the 8th version of that software:
http://imdownloads.rediff.com/newbol/bolinstaller.exe
while the website for that software:
http://messenger.rediff.com/newbol/
am attaching the 7th, i.e the older version of this software as an attachment.
Thanks in advance.
--
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=18788
Summary: firefox 3 won't take input in HTML password form
fields
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: njt(a)ayvali.org
Created an attachment (id=21559)
--> (http://bugs.winehq.org/attachment.cgi?id=21559)
I typed 'foo' in the username field and hit tab, and typed 'foo' in the
password field
I'm running Wine on FreeBSD 7.1-RELEASE. I was successfully able to install
Firefox 3.0.10 via wine.
However, in Firefox itself, I cannot enter passwords into any of the HTML
password form fields.
Under any other platform, Firefox displays dots for each character in a
password field, under Wine, nothing is displayed, no matter what key is
pressed.
Under normal HTML text fields, everything is fine.
See the attached screenshot. In the top Gmail login, this was Firefox running
in my OS. I typed 'foo' in the username field, hit TAB, and then typed 'foo' in
the password field.
In the bottom Gmail login, I did the exact same thing, but Firefox was running
through wine. Notice how the same keystrokes show nothing in the password
field.
This is not a display error, if I hit 'submit', the server seems to receive
nothing from the password field.
--
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=19540
Summary: Wine crashed out after add an evidence file in
EncaseDemo.exe (EncaseDemo.exe from Guidance®).
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickityman(a)hotmail.com
I'm running latest wine (1.1.26) in Ubuntu Jaunty x86. I was trying to run the
ENCASE DEMO forensic application from Guidance®. It started without issue but
when a tried out to add an evidence file the application crashed out. The
Guidance® application was started from a terminal (bash) as follows:
$ wine EnCaseDemo.exe
The report from the crash is in attachment.
I will provide gladly any further information if necessary.
Thanks in advance,
CW
--
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=23320
Summary: regedit regsvr
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: denis.bonnenfant(a)diderot.org
Just a quite simple bug : when installing SolidWorks 2010, the installer
crashes with this message :
regedit: ERROR, invalid hex value
regedit: ERROR Key HKEY_LOCAL_MACHINE\Software\SolidWorks\SolidWorks
2010\General not created. Value: EnableImproveDrawingViewCreation, Data:
dword:0000000000000001
As 0000000000000001 is definitely not a dword, i guess that some
cast/formatting should be needed to avoid such cases.
reg.exe command works perfectly :
wine reg add "HKLM\Software\SolidWorks\SolidWorks 2010\General" /t REG_DWORD /v
EnableImproveDrawingViewCreation /d "0000000000000001"
ADD - HKLM\Software\SolidWorks\SolidWorks 2010\General
EnableImproveDrawingViewCreation 0 REG_DWORD 0000000000000001 0
L'op�ration s'est termin�e avec succ�s
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19299
Summary: fixme:quartz:MediaControl_RenderFile
(0x7c20978/0x7c2097c)->(L"D:\\assimil\\d_fr\\sounds\\e
001_01.mp3" (0x7c47674)): stub !!!
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quickhelp(a)gmail.com
CC: quickhelp(a)gmail.com
Created an attachment (id=22346)
--> (http://bugs.winehq.org/attachment.cgi?id=22346)
output of the WINEPREFIX=/bla wine Assimil.exe command
- I copied all files from the cd into /blub.
- I created a clean wine v1.1.25 environment: WINEPREFIX=/bla winecfg
windows XP
sound turned on with default (ALSA) settings that work for me in other
programs
d: = /blub as type CD-ROM
- I installed the application (ASSIMIL french CD version 3.10): WINEPREFIX=/bla
wine d:\setup.exe
This seems to have worked.
- cd /bla/drive_c/Programme/Assimil/d_fr
- WINEPREFIX=/bla wine Assimil.exe
The program starts.
But when it comes to play sentences that are stored in mp3 files I hear nothing
and see the above error message.
Unfortunately with google I didn't found a lot about it.
I tried several reinstalls with "winetricks vb6run d3dx9 ie6 vc6run" but it
does not work.
Any hint will be highly appreciated!
Please let me know if you need anything else!
--
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=19776
Summary: Diablo 1.09 Sound error
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: midian(a)netikka.fi
Created an attachment (id=23170)
--> (http://bugs.winehq.org/attachment.cgi?id=23170)
errormsg
Diablo ingame suddenly crashes while ur playing, happens early or late in the
game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15118
Summary: PokerTracker HUD dysfunctional (UpdateLayeredWindow
needs implementing?)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wtipton(a)hmc.edu
Created an attachment (id=15822)
--> (http://bugs.winehq.org/attachment.cgi?id=15822)
normal output
PokerTracker (www.pokertracker.com -- trial version available) creates a bunch
of small windows which overlay poker clients' windows and give various
statistics about opponents' play.
The most recent versions of PokerTracker include updates to this functionality
which, unfortunately, break the application under wine. Instead of the small,
information-bearing dialog appears a very large blank gray one with which the
user can not interact.
The most relevant-seeming line in the normal output is:
fixme:win:UpdateLayeredWindow
(0x10a40,0x354,0x33f300,0x33f2d4,0x380,0x33f2bc,0x007b7b7b,0x33f334,2): stub!
--
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=18057
Summary: mishandled has_space==1 && opt_s==0 in
programs/wcmdmain.c for built in commands
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swelef(a)post.sk
When using ActivePerl to execute Perl statements such as
my $p=`set PATH`;
ActivePerl will pass it as a quoted argument to CreateProcessW:
CreateProcessW app L"cmd.exe" cmdline L"cmd.exe /x/d/c \"set PATH\""
wcmdmain.c:wmain will get the following arguments:
0 => L"cmd.exe"
1 => L"/x/d/c"
2 => L"set PATH"
and determine that has_space==1 && opt_s==0 thus creating
cmd = L"\"set PATH\""
This command is later passed to WCMD_execute where there's no match with
the "inbuilt[]" commands (because of the leading double-quote) and it's in
turn passed to WCMD_run_program. That function tries to do its best but in
the
if ((opt_c || opt_k) && !opt_s && !status
&& GetLastError()==ERROR_FILE_NOT_FOUND && command[0]=='\"')
branch (wcmdmain.c, lines #1158-1162 in wine 1.1.19) it strips the quotes
and calls _itself_ thus missing the check for "inbuilt[]" commands. What's
required here is to call back to WCMD_execute but unfortunately some of
the WCMD_execute's arguments are not available at this point.
PS: I'm trying to use S60_5th_Edition_SDK_v1.0 on debian lenny and the
first point of failure was the Perl statement
open PIPE, "set EPOCROOT |";
I have made experiments with wine 1.0.1 and 1.1.19 and with ActivePerl
5.10.0.1004 and StrawberryPerl 5.10.0.4 with the same results. However,
Wine 1.1.19 with ActivePerl and `set PATH` is the only test case I have
investigated in depth.
--
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=21131
Summary: cmd /c echo "&" returns 'Echo is ON', not '"&"'
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
echo /c ^&
should give
&
as well, but that's bug 18346...
--
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=21198
Summary: Heroes of Might and Magic V hangs during start-up
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benoit.pierre(a)gmail.com
It hangs after displaying the splash screen, last trace is:
err:ntdll:RtlpWaitForCriticalSection section 0xc37d34 "?" wait timed out in
thread 0020, blocked by 0021, retrying (60 sec)
--
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=19583
Summary: The Football Superstars updater endlessly loops
attempting to update
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.footballsuperstars.com/FSDownloader.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22823)
--> (http://bugs.winehq.org/attachment.cgi?id=22823)
FSPatchR.exe standard error
With wine-1.1.26-316-g6deaa09, after installing Football Superstars (a
multi-gigabyte download), when the autoupdate utility is run post-install, the
autoupdate utility fetches relevant updates, but continuously restarts as if
the updates had never been applied. Standard error and patch updater logs are
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22934
Summary: Portal from Steam - recommended texture detail low
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Wine out of the box.
Portal from Steam. Only flash installed from Adobe page.
'Settings recommended for your system' set default to 'High' but 'Texture
detail' to 'Low'.
--
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=21132
Summary: 'cmd echo on' sometimes fails
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ rm a
$ wine cmd
Z:\home\austin\>echo on > a
Z:\home\austin\>type a
on
but running:
austin@laptop:~$ wine cmd /c echo on > a
austin@laptop:~$ cat a
shows an empty 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=10763
Summary: Window movement in virtual desktop mode should match
real Windows
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
This is a suggestion about the way window borders are drawn when windows are
dragged or resized, when in virtual desktop mode.
Windows (2000) operation seems to be like this:
- Window movement:
- When the pointer is stationary over the window title bar, pressing and
holding the left button causes the highlighted border frame to be drawn
after approximately 1 second. (Wine only draws the border frame once the
pointer is moved.)
- For non-resizeable windows, the border is highlighted by a 1-pixel thick
rectangle with dotted lines (Wine does this currently). For resizeable
windows, the border is highlighted by a 4-pixel thick rectangle with
crosshatch/checkerboard lines. (Wine uses XOR/complement highlighting in
this case.)
- Window resizing:
- As with movement of resizeable windows, the Windows border frame drawing
differs from Wine's complement type highlighting.
My suggestion is that by default Wine's behaviour should match the Windows
behaviour. However some users may prefer the complement type highlighting. (In
some cases parts of the Windows border frame are invisible, depending on the
background colour.) Maybe have an option or registry setting to tell Wine to
always complement (including when moving non-resizeable windows)?
--
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=17730
Summary: Painkiller level E4M3 "Babel" hangs on load
Product: Wine
Version: 1.1.17
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aoanla(a)yahoo.com
For unknown reasons, when attempting to start the level "Babel" in Painkiller
(Steam edition) in Wine, the game hangs roughly 50% of the way into loading the
level. The program can be killed by switching to a virtual console and killing
the process - this does not affect the Steam process, and results in an
apparently clean exit.
There is no debug output from Wine at any point around the time of the hang.
Bug occurs with NVIDIA drivers 177.80 and 180.37
Bug occurs with both fbo and backbuffer offscreen rendering.
Bug occurs with Wine 1.1.17. No other wine version tested yet
All previous levels load perfectly in 1.1.17.
--
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=20161
Summary: cmd can't handle echo commands containing quotes and
redirection
Product: Wine
Version: 1.1.30
Platform: PC
URL: ftp://ftp.gnu.org/pub/gnu/gcl/binaries/stable/gcl_2.6.
6.mingw32_cltl1_japi_20050210.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer for gnu common lisp
(ftp://ftp.gnu.org/pub/gnu/gcl/binaries/stable/gcl_2.6.6.mingw32_cltl1_japi_…)
runs a batch file which has the line
C:\Progra~1\GCL-2.6.6-CLtL1\lib\gcl-2.6.6\unixport>echo (setq
si::*system-directory* (namestring(truename (make-pathname :name nil :type nil
:defaults (si::argv 0))))) (si::save-system "modified.exe") | saved_gcl.exe
So I tried the short batch file
echo (si::save-system "modified.exe") > echo.txt
It fails to create echo.txt unless you remove the quotes.
[Here's how I happened to try the windows version of gnu common lisp on wine:
In
http://www.bautforum.com/science-technology/94008-free-mathematica-clone.ht…
someone said
"I have not heard of much success using WINE... of late...it seems to be
somewhat defunct(?)"
Bleah. So I tried running wxmaxima in wine. It aborts immediately
because its lisp interpreter tries to allocate all of RAM, and fails.
The interpreter seems to be a fork of GCL, so I went and tried GCL itself,
and ran into the above installer 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=21927
Summary: cmd /c "dir " fails
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In Windows, cmd /c "dir " works (note the trailing space).
In Wine, it doesn't, even if you invoke it from inside a cmd shell
(where the quote processing should be identical to that on windows).
This isn't specific to dir; it applies to any internal command.
External commands, e.g. cmd /c "notepad ", work fine.
Reported in wine-users forum, http://forum.winehq.org/viewtopic.php?t=7854
--
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=22715
Summary: specviewperf10: run_all.bat fails to invoke second
test
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.spec.org/gwpg/gpc.static/vp10info.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, do
cd ~/".wine/drive_c/Program Files/SPECopc/SPECViewperf/viewperf/viewperf10.0"
wine cmd /c Run_All.bat
On Vista, this works fine. On Wine, it fails after running the first test with
wine: cannot find L"C:\\windows\\system32\\Run_Viewset.bat"
File not found
--
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=19623
Summary: BITS background transfer job size is always unknown
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.eveonline.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: qmgr
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
Using the small installer to download Eve Online creates a background transfer
job with one file.
The file size progress works but the job totalbytes stays BG_SIZE_UNKOWN. This
leads to the percentage to stay at 0 and the time left calculation should only
garbage.
According to MSDN the job size should be set as soon as all file sizes of the
job are known.
--
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=13797
Summary: wineconsole curses backend wraps cursor in cmd
incorrectly
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: Solaris
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk+winehq(a)acm.jhu.edu
When wineconsole is built with SVR4 curses instead of ncurses, cmd.exe appears
to work correctly until enough text has been printed to reach the bottom of the
screen, at which point the cursor jumps to the topmost line of the screen.
Entering text will move the cursor along the topmost line, but the text will
not be visible. The cursor will remain on that line indefinitely.
As an example:
Start cmd: wineconsole --backend=curses cmd
Press return lots of times or run dir on a large directory.
The cursor will jump to the top of the screen and stay there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23694
Summary: EVE Online: Random "Unhandled page fault" during game
play
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krisloganm(a)hotmail.com
Created an attachment (id=29680)
--> (http://bugs.winehq.org/attachment.cgi?id=29680)
Terminal Output from launch to crash
EVE Online crashes with "wine: Unhandled page fault on read access to
0x1316fee8 at address 0x4b9006 (thread 001c), starting debugger..." randomly.
The address is random as well have had several. I have tried turning off all
audio along with disabling audio through winecfg. Changing graphics settings no
change.
Machine:-
AMD Phenom 9550 Quad 2.2Ghz
4GB Dual Channel RAM
nVidia 9800 GT 512MB RAM
Ubuntu 10.04 LTS x86-64
Kernel 2.6.32-23-generic
Wine 1.2-rc7
Attached is the 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=15970
Summary: MuckClient introduction CHM windows are spawned
incorrectly
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.xcalibur.co.uk/MuckClient/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17159)
--> (http://bugs.winehq.org/attachment.cgi?id=17159)
MuckClient standard error traces
While testing bug 9522, I noticed that on first-time launch of the MuckClient
application, the introduction CHM help window is spawned twice with no client
area, while on Windows only one such window is displayed with a normal client
area. Standard error traces are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14545
Summary: Baldur's Gate Trilogy: installation fails
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.shsforums.net/index.php?autocom=downloads&sho
wfile=54
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janukato(a)hotmail.com
Installation fails with wine and wineconsole, nothing else can be done.
--
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=23369
Summary: EA Download Manager (used for EA Store): can't connect
to EA Core
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run EADownloadManager.exe. On first run, you'll
get an adobe air license agreement (maybe only if you installed it silently)...
After that, exits silently.
Terminal output is minimal:
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 3600000
Installing winetricks wininet, gives:
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasEnumConnectionsA (0x630607a8,0x6bde348,0x6305f610),stub!
fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:ras:RasEnumEntriesA ((nil),(null),0x6ffcf58,0x6ffd714,0x6ffd710),stub!
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
Installing winetricks ie6 gets it a bit further:
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasEnumConnectionsA (0x630607a8,0x6cee348,0x6305f610),stub!
fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusA 0x18f540 type=30 state=1 0x6cee0d0 240
0x6cee314 0x6cee31c 0x6cee310
didn't try any further.
--
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=23367
Summary: EA Download Manager (used for EA Store): can't login
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 23366
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run Login.exe. You can't type anything in the
email/password fields. There's also a message in the bottom left that it can't
connect to EA Core.
Terminal shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:advapi:SaferCreateLevel (2, 40000, 1, 0x31d9a0, (nil)) stub
fixme:win:FlashWindowEx 0x32de94
fixme:win:FlashWindowEx 0x32bed4
fixme:win:FlashWindowEx 0x32bed4
fixme:win:FlashWindowEx 0x32bed4
fixme:win:FlashWindowEx 0x32bed4
installing winetricks vcrun2005 eliminates the actctx fixme, but doesn't help.
--
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=22962
Summary: System tray icons show garbage on the margin
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.utorrent.com/downloads/complete?os=win
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28438)
--> (http://bugs.winehq.org/attachment.cgi?id=28438)
The system tray icons of both the first application and the second show
garbage.
Basically, every time an icon is added, some garbage appears on the margins of
the icon.
Steps to reproduce:
- Make sure you have a Notification Area applet in the panel. Make sure it
shows the keyboard layout status icon.
- Notice every time you start an exe which registers a system tray icon, the
icon is drawn twice, the second time a few pixels lower. (see the foobar2000
icon in the attached screenshot)
Please tell me whether I should file a separate bug for this very similar
problem:
- Start a second application that registers a system tray icon, notice the icon
of the first application shows some garbage on the margin. (see the uTorrent
icon in the attached screenshot - in this case the garbage is from the "USA"
text, more specifically the left part of the "A" character)
Some more info:
If you move the mouse over the uTorrent icon, it gets redrawn and the garbage
disappears. This does not seem to happen with foobar2000.
You can get these applications from the following URLs:
http://www.foobar2000.org/downloadhttp://www.utorrent.com/downloads/complete?os=win
Ubuntu 10.04 64, Metacity
--
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=23368
Summary: EA Download Manager (used for EA Store): can't connect
to EA Core
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 23367
+++ This bug was initially created as a clone of Bug #23367 +++
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run Login.exe, MessageDLG.exe, or
PatchProgress.exe. All of them display an error:
Could not connect to EA Core.
Terminal output is minimal:
austin@laptop:~/.wine-ea/drive_c/Program Files/Electronic
Arts/EADownloadManager$ wine MessageDlg.exe
fixme:advapi:SaferCreateLevel (2, 40000, 1, 0x31da38, (nil)) stub
fixme:win:FlashWindowEx 0x32de54
fixme:win:FlashWindowEx 0x32c114
--
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=21488
Summary: SimCity 2000 does not start from a fresh install
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thetorpedodog+winehq(a)ttdi.us
When I start SimCity 2000 after installing it fresh, I am presented with the
following dialog:
=====
/^\ Error Opening File
/ ! \ c:\Program Files\Maxis\SimCity 2000\Data\\DATA_usa.DAT
~~~~~ All or part of the path is invalid.
=====
After a series of other error dialogs ("The newspaper is on strike", then 3
"Error Opening File" dialogs) the game window is created with 0 height.
Attempting to create a city results in a black screen with garbled bitmaps.
I'm on Ubuntu 9.10 with Wine 1.1.37 from the PPA.
--
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=22893
Summary: Video corruption in World of Warcraft with ATI Radeon
HD 3870
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doumakes(a)loganet.net
Created an attachment (id=28307)
--> (http://bugs.winehq.org/attachment.cgi?id=28307)
Screenshot, shows example of z-axis problem
Since late April 2010 I've been having screen tearing and other problems with
rendering in World of Warcraft. By "screen tearing" I mean that
rapidly-shifting areas of the screen are rendered as polygons of solid color.
This usually affects what I think of as the background layer of the window,
rather than any foreground window that happens to be open. Seems to be worse
in certain areas of the game world, e.g. Crystalsong Forest, where I imagine
textures are more complex.
By "other problems" I mean that square areas of the landscape sometimes appear
to be rendered with the wrong z coordinate, so a square of ground will appear
to be hovering in midair. This seems to happen most often right after entry to
the game world.
Turning on VSync doesn't fix the problem. Problem appears whether in windowed
mode or full-screen mode.
I've upgraded Ubuntu to 10.04 (lucid) with no relief. At this point I've got
fglrx 8.723.1 (latest from ATI) and wine 1.1.43.
--
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=20057
Summary: Firefox 3.5.3 getPlus Errors
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://getfirefox.com/
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=23611)
--> (http://bugs.winehq.org/attachment.cgi?id=23611)
Screenshot of the Errormessage
After upgrading to 3.5.3 in wine 1.1.29 i get the attached error. mostly when
opening the add-ons window.
in that context i spotted some ole-errors on the console.
--
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=10176
Summary: rFactor Dedicated not working anymore after update
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.buchmann(a)uni-bayreuth.de
Created an attachment (id=8780)
--> (http://bugs.winehq.org/attachment.cgi?id=8780)
console output
Hello,
rFactor Dedicated Server (http://www.rfactor.net) used to work until rFactor
Version 1.250. After upgrading to Version 1.255 it is not working anymore.
Please find the output messages attached.
My System is x86 32-bit, ubuntu 7.04 and wine 0.9.47.
--
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=10087
Summary: MessageBox-based Win95 Program Loads Frame only
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: John(a)SVTIi.com
CC: John(a)SVTIi.com
Created an attachment (id=8650)
--> (http://bugs.winehq.org/attachment.cgi?id=8650)
ZIP file with executable and readme.
A simple, messagebox based Win32 application will not run in wine v. 0.9.47.
The messagebox window frame appears in the correct size, and the banner
text is correct, but nothing else appears. The inert window can be moved but
not operated. If the wine file manager is dismissed while the inert
window is visible, wine does not terminate as usual.
I am running wine in Fedora 4, with all sw fully updated.
The application is in a file named RandIntG.exe and is freeware
available at:
http://www.simtel.net/product.php%5Bid%5D18258%5Bsekid%5D0%5BSiteID%5Dsimte…
A copy of the release package containing the application
executable is attached.
--
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=19612
Summary: Adobe ExtendScript Toolkit CS4 causes a page fault
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22867)
--> (http://bugs.winehq.org/attachment.cgi?id=22867)
wine-1.1.26-423-g760d2b6 console output
Adobe ExtendScript Toolkit CS4 causes a page fault apparently in gdiplus and
doesn't load.
Backtrace:
=>0 0x39875b8a in gdiplus (+0x75b8a) (0x0032e9a4)
Native gdiplus doesn't help.
--
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=21642
Summary: NVIDIA 9300 mGPU misreported as 9200
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.nvidia.com/object/product_geforce_9300_mgpu
_us.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
My EVGA nForce 730i board (http://www.evga.com/articles/00435/) contains a
NVIDIA 9300 mGPU (see bug URL). Wine applications see it as a 9200 mGPU, which
has roughly 1/3 the performance. Applications still work, but applications with
any type of auto configuration may default to incorrect settings, or not
completely expose features.
--
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=20149
Summary: user32: static test often fails with glsl disabled
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://test.winehq.org/data/caf66f0fe28da8964b5f84be68
2c527559fb9e52/wine_ae-ub904-noglsl/user32:static.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
static.c:88: Test failed: pixel should NOT be painted black!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19599
Summary: Closing Adobe Device Central CS4 causes a page fault
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22854)
--> (http://bugs.winehq.org/attachment.cgi?id=22854)
wine-1.1.26-390-g31dab8f console output
Closing Adobe Device Central CS4 causes a page fault.
Backtrace:
=>0 0x00e6d32c in scl (+0x1d32c) (0x00ea7d4d)
SCL.dll is bundled with the app.
--
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=22431
Summary: if exist "%VAR%"\file does not work
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
The following logic fails on Wine's cmd, but works successfully on Windows',
i.e. if you set the DLC variable pointing to a directory with a "version" file
inside, it will still print "DLC variable not set" on Wine, but will print "OK"
on Windows:
set DLC=C:\dlc91e
IF EXIST "%DLC%"\version GOTO :BIN
echo "DLC Variable not set"
:BIN
echo "OK"
The following works, though:
IF EXIST "%DLC%\version" ...
I found that on some administration scripts of a commercial application.
--
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=18346
Summary: cmd does not support the "^" escape character
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
In Windows' command line, the caret escapes the following character. For
example:
> echo a^&b
a&b
Wine's cmd, however, does not treat it as a special character:
> echo a^&b
a^
File not found
--
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=20919
Summary: Six tests usually or always hang in valgrind
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The following six tests usually or always hang in Valgrind:
kernel32 process.c
ole32 marshal.c
shdocvw webbrowser.c
urlmon url.c
winmm mci.c
winmm wave.c
I'll probably disable them in the test script to save the hour
otherwise spent waiting for them to time out.
--
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=16409
Summary: Ableton Live 7.0.12 crashes on startup
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://www.ableton.com/pages/downloads/trial
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I saw this plea:
http://www.kvraudio.com/forum/viewtopic.php?p=3286380
so I tried Ableton again, this time on Ubuntu Intrepid on
my Compaq r3000. Sadly, it crashes on startup.
In winedbg, the crash looks like this:
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x7e4444a7).
Backtrace:
=>1 0x7e4444a7
IDirectSoundCaptureBufferImpl_GetCurrentPosition+0x1b7(iface=0x1b4648,
lpdwCapturePosition=(nil), lpdwReadPosition=0x33f3c0)
[dlls/dsound/capture.c:931] in dsound (0x0033f3a4)
2 0x00cdd628 in live 7.0.12 (+0x8dd628) (0x0033f3c4)
...
0x7e4444a7 IDirectSoundCaptureBufferImpl_GetCurrentPosition+0x1b7
[/home/dank/wine-git/dlls/dsound/capture.c:931] in dsound: movl
0x0(%eax),%ecx
931 pos =
(DWORD_PTR)This->device->pwave[This->device->index].lpData -
(DWORD_PTR)This->device->buffer;
--
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=23876
Summary: Temporary Internet Files growing endless
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
It seems like applications using the embedded internet explorer will fill the
Temporary Internet Files in my wine profile and make it grow endless: The game
"Uru - The Path of the Shell" uses the embedded IE to download game updates. It
runs perfectly fine in wine, but checking with a disk usage utility, I noticed
that the Temporary Internet Files folder has a size of more than 600MB by now,
containing a huge lot of the files that were downloaded by the updater
(including the meta files with the update information that are downloaded on
each startup - I had the same file in there more than 100 times). Obviously,
the cache is not restricted by size as it is on 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=11496
Summary: cube hangs on startup attempting to play music /
SDL_mixer 1.2.6
Product: Wine
Version: 0.9.54.
Platform: All
URL: http://downloads.sourceforge.net/cube/cube_2005_08_29_wi
n32.exe?modtime=1125359443&big_mirror=0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
cube is a free (zlib licensed) portable first person shooter which runs on
Windows, GNU/Linux and others, it uses SDL and SDL_mixer.
wine-0.9.54, Ubuntu 7.04 it hangs on startup
If I untick any selected sound devices in winecfg the program does not hang.
Looking at the output of WINEDEBUG=+dsound, it appears to loop endlessly as if
it is playing audio samples but nothing is heard.
The version of SDL_mixer.dll distributed with cube is 1.2.6.0 - I tested
substituting a later version and it does not hang.
http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.6.tar.gz
--
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=16792
Summary: BaseHead 1.7 crashes while moving window around
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.baseheadinc.com/downloads/47?task=download
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.winehq.org/pipermail/wine-devel/2009-January/071730.html
was a post from an ISV who mentioned that his app "runs pretty chunky"
in Wine, so I tried it out. He mentioned that it needed flash,
so I did 'winetricks flash' first.
First problem: The installer uses a tiny, tiny font, which looks like bug
16264.
Second problem: playing around with the app's window, trying to position
it right on my laptop's 1024x768 screen, I got the following crash:
Unhandled exception: page fault on read access to 0x00000148 in 32-bit code
(0x7
eb1e72b).
Backtrace:
=>0 0x7eb1e72b PEN_SelectObject+0x2b(handle=0x64, hdc=0x26f8)
[dlls/gdi32/pen.c:238] in gdi32 (0x0032f9d4)
1 0x7eb09d8c SelectObject+0xac(hdc=0x26f8, hObj=?) [dlls/gdi32/gdiobj.c:1129]
in gdi32 (0x0032fa04)
2 0x734759fb in msvbvm60 (+0x559fb) (0x00b9410c)
0x7eb1e72b PEN_SelectObject+0x2b [dlls/gdi32/pen.c:238] in gdi32: movl
0x148(%eax),%edx
238 if (dc->funcs->pSelectPen && !dc->funcs->pSelectPen( dc->physDev,
ha
ndle ))
--
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=16255
Summary: AOM Gold does not show marker when setting tasks for
citizens
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
AOM Gold does not show marker when setting tasks for citizens
It will only show a marker when moving a unit or when a Town Center attacks an
undeveloped wall.
--
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=10001
Summary: Lack of hardware mixing
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Directsound properly plays most games correctly but there is no support for
hardware mixing. Various cards support it through Alsa. Support for this would
reduce latency and improve audio quality. Further multiple audio channels can
be supported on such cards more efficiently.
--
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=21364
Summary: Flygprestanda Perfomance Guru
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://www.flygp.se/performance-guru.shtml
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Once I manually hack around http://bugs.winehq.org/show_bug.cgi?id=20812 and
run Performance Guru, the application appears to work fine except for a bad
drawing issue.
Essentially, dialog boxes get drawn without text on them. Sometimes the text
shows if you click where the dialog box is, or if you refresh a tab by going to
another place in the program.
I believe the relevant fixmes I see are:
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
The second error repeats many times in the console.
I can send an installer for the app if needed.
--
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=20035
Summary: DarkWave Studio: crashes on startup
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.experimentalscene.com/downloads/DarkWave-St
udio-2.9.9.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: valerio.orlandini(a)live.it
Created an attachment (id=23581)
--> (http://bugs.winehq.org/attachment.cgi?id=23581)
Bash console output while launching the application
Application crashes as soon as it is started, on splash 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=16611
Summary: Regression: WoW crashes on startup in git
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=18162)
--> (http://bugs.winehq.org/attachment.cgi?id=18162)
Crashlog
Tested in today's git. Log attached.
Crashes on 9800GTX+.
878c2a83325b66cea79c24dc7379e5a6ee976044 is first bad commit
commit 878c2a83325b66cea79c24dc7379e5a6ee976044
Author: Vincent Pelletier <plr.vincent(a)gmail.com>
Date: Mon Dec 22 21:56:14 2008 +0100
user32: Fix SPI_GETMOUSESPEED and SPI_SETMOUSESPEED.
:040000 040000 560e75ac4aead92227abf3bbb013abce85f82fd9
420d368616bb19877d5395a87c74df658211a476 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16311
Summary: World of Warcraft crashing on start with nVidia 180.x
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Using nVidia beta drivers 180.11 on 9800 GTX+.
WoW runs incredibly well (90 fps average instead of 15-20 fps average) under
those new drivers.
On first startup, nothing unusual happens. On exit, everything is fine.
However, if I startup WoW a second time:
adys@azura:~/wow$ wine wow
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 147
Current serial number in output stream: 147
Locking assertion failure. Backtrace:
#0 /usr/lib32/libxcb-xlib.so.0 [0xf7da1767]
#1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xf7da181e]
#2 /usr/lib32/libX11.so.6 [0x7e9f6dc9]
#3 /usr/lib32/libX11.so.6(XESetCloseDisplay+0x44) [0x7e9d8e14]
#4 /usr/lib32/libGL.so.1 [0x7e960249]
#5 [0x7dec0af8]
Restarting X fixes the problem until next startup. Numbers seem to always be
the same.
Using latest git. I don't know if this is a bug with wine or nVidia; maybe
related to bug 15926.
--
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=19909
Summary: WoW black screen on last PTR in opengl mode
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=23372)
--> (http://bugs.winehq.org/attachment.cgi?id=23372)
WINEDEBUG=+opengl
wine wow.exe -opengl results in a black screen. +opengl trace 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=16500
Summary: Gothic 3 Forsaken Gods: Water textures not working
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muspiepen(a)hotmail.com
Water textures are not working at all and distort overall scenery
--
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=11641
Summary: GGclient: winefile inappropriately launched instead of
winebrowser upon installation completion
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://stats.gg-game.com/clientdownload.php?lang=en&mirror=0
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=10837)
--> (http://bugs.winehq.org/attachment.cgi?id=10837)
Output with process traces.
Just after completing the file copy/progress bar phase of the installation of
the GG client, the installer is supposed to invoke the local web browser to
display a link, but on Wine, winefile is invoked, when winebrowser should be
started. Attached are outputs with process traces.
--
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=13066
Summary: Moving child window hangs X with flashing cursor
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rschaffter(a)comcast.net
Poser 7.0 is a 3D model manipulation and rendering program. It has a main
background window and several child windows, including a 3D viewport using
openGL.
When running on the KDE desktop using the Window Manager, moving the window
causes the cursor to flash between the normal pointer and the cross shaped move
window icon, and the mouse buttons and keyboard to become unresponsive for
between 20 seconds and one hour. Eventually the flashing stops and the window
can then be moved.
When run on the desktop without using the window manager or decorations, this
problem does not occur. However, when the 3D window is manipulated, the child
windows all disappear behind the main window (bug # 13065)
I'm running openSUSE 10.3 with KDE 3.59 and the nVidia proprietary video
drivers.
--
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=19600
Summary: Adobe Updater 6 crashes when clicking on "Show
Details"
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22856)
--> (http://bugs.winehq.org/attachment.cgi?id=22856)
wine-1.1.26-390-g31dab8f console output
Adobe Updater 6 comes with the CS4 suite.
After checking for update, Updater will give a brief overview of what updates
are available. Clicking on "Show Details" causes and unhandled exception.
The debugger doesn't seem to catch it though. Log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11178
Summary: Legacy 5 freezes on closing its data file.
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aganderson(a)ukonline.co.uk
Created an attachment (id=10231)
--> (http://bugs.winehq.org/attachment.cgi?id=10231)
Console log taken on closing database - freezes up
Installed Legacy 5. Loaded my database OK.
Changed font and colours in Preferences. These were not retained.
Exit from program caused lockup - had to kill.
Could not then reload Legacy - had to re-install.
Closing my file causes freeze, too. (console log taken from this)
--
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=24119
Summary: WoW:Cataclysm installer complains about Insufficient
CPU speed
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Minor, because it doesn't prevent installation.
See attachment. My CPU is an intel i7 860 (8 cores, 2.80GHz).
--
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=18931
Summary: Photoshop CS4 page fault on creating new file
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://trials.adobe.com/Applications/Photoshop/CS4/Win
/ADBEPHSPCS4_LS1.7z
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21778)
--> (http://bugs.winehq.org/attachment.cgi?id=21778)
Console output (latest git)
When trying to create a new file in Photoshop CS4, a page fault occurs,
apparently in msvcr80.
Tried both vcrun2005 and vcrun2005sp1 but this does not help.
--
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=19598
Summary: Adobe Bridge CS4 causes a page fault
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22852)
--> (http://bugs.winehq.org/attachment.cgi?id=22852)
wine-1.1.26-390-g31dab8f console output
Adobe Bridge CS4 causes a page fault. The debugger doesn't do anything and has
to be killed. Log attached anyway.
--
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=21650
Summary: Crash in Ultima Online Stygian Abyss Installer
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://web.cdn.eamythic.com/us/uo/installers/20091130/
UOSAClassic_7_0_3_0.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
Created an attachment (id=26139)
--> (http://bugs.winehq.org/attachment.cgi?id=26139)
Choose Install Location dialog
The Ultima Online Stygian Abyss installer works in two steps:
- Self-extracting rar file
- setup.exe automatically started after the self-extracting.
The self-extracting works just fine and extracts to
(C:\users\$username\Temp\RarSFX0); saves on repeating the extraction step
during testing.
Running the setup.exe works just fine until the "Choose Install Dialog". It
shows
the recommended install path and a warning "The install folder specified is not
valid."; see attached screenshot. As soon as I try to delete something from the
path aka hit backspace Wine crashes.
The crash is an unhandled page fault on read access to NULL and happens in
application code. The last thing that happened in Wine was a LB_RESETCONTENT
message handled by the listbox control. I have attached the crash with the
+listbox,+dialog,+msg,+message,+tid,+seh,+relay debug log.
Ultima Online Stygian Abyss has an AppDB entry which shows how to workaround
the installer. I'm not at all interested in playing the game. I just got
pointed to the installer problem and have opened this bugzilla entry.
thanks
bye
michael
--
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=18014
Summary: Paraworld page fault when starting game
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve(a)dark-green.com
Created an attachment (id=20395)
--> (http://bugs.winehq.org/attachment.cgi?id=20395)
output from wine, WINEDEBUG set to empty in environment
Game starts OK, but selecting a campaign to start hangs the window. Wine
reports an unhandled page fault in ntdll related to the Paraworld server
PWServer.exe thread.
--
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=18771
Summary: Switching desktops or minimizing desktop makes
application disappear
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Running GMX SMS Manager
http://appdb.winehq.org/objectManager.php?sClass=application&iId=4824 which is
embedded in the taskbar (KDE 3.5.10, OpenSUSE 11.1). Once the SMS-Window is
open,and I
- switch desktop to desktop 2,3,4, or
- minimize all applications to show desktop
the GMX application window disappears. The application still runs in the
taskbar, but if I right-click -> Open SMS-Manager nothing happens. Have to
close and restart the application.
--
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=23615
Summary: Left 4 Dead 2 wont start
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebug(a)roob.us
Created an attachment (id=29536)
--> (http://bugs.winehq.org/attachment.cgi?id=29536)
wine output
Ive installed left 4 dead 2 in steam and it worked a few times and i was able
to play it....it actually played pretty good once i tweaked some settings. But
8 out of 10 times...it will not start. If I open steam and goto left 4 dead 2
and hit play...i get the small "preparing to launch" window...then nothing..the
window disapears after 5 seconds or so...i can hit the play button 10 times in
a row and it will not launch. Ive attached the output i get from wine when this
happens.
Im on arch linux 64bit fully updated on a core2duo 2.13ghz with 4 gigs of ram
using a nvidia gtx260 on nvidia driver 256.35....If there is any additional
info that will be useful please let me know and i will post.
--
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=23444
Summary: Internet Explorer crash when start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hellocyf(a)gmail.com
Internet Explorer crash when start this app.
and application embed ie crash also.
ubuntu 10.04
--
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=23172
Summary: Photoshop CS4 page fault on load
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://trials.adobe.com/Applications/Photoshop/CS4/Win
/ADBEPHSPCS4_LS1.7z
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=28825)
--> (http://bugs.winehq.org/attachment.cgi?id=28825)
Wine 1.2-rc3 console output
After working around Bug 18070 and Bug 23171, Photoshop CS4 causes a page fault
during the splash screen.
Tried native gdiplus but it didn't help.
--
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=17742
Summary: winhelp: some help chapters cannot be accessed at all
inside a .hlp file
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nm127(a)freemail.hu
Created an attachment (id=19956)
--> (http://bugs.winehq.org/attachment.cgi?id=19956)
test .hlp file
When the attached "WCX Writer's Reference.hlp" is opened the chapter
"CanYouHandleThisFile" cannot be accessed. In the "Table of contents" the
chapter "CanYouHandleThisFile" is shown but when I doubleclick on it then the
following error message appears:
[Error]
(x) count > 1 not supported yet
[OK]
The .hlp file originally coming from:
http://ghisler.fileburst.com/plugins/wcx_ref2.12.zip (Packer extensions
(plugins)/Interface description 2.12 at http://www.ghisler.com/plugins.htm )
Workaround:
HelpDeco ( http://www.geocities.com/mwinterhoff/helpdeco.htm ) can convert the
.hlp file to .rtf.
--
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=21963
Summary: Maya 2010: can't register product, registration window
is blank
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=1
23112&id=13578047
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you start the app, it asks if you want to
activate it. If you say yes, it runs LMU.exe,
which puts up a blank window.
winetricks ie6 doesn't work around it - 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=21302
Summary: RVTMod7: Exception STATUS_ACCESS_VIOLATION
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.perror.de/rv/files/rvtmod7.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25635)
--> (http://bugs.winehq.org/attachment.cgi?id=25635)
STATUS_ACCESS_VIOLATION + Stackdumps...
This is a free set of console based programs which are used to convert ASE
models to PRM and W for use with the Re-Volt PC game, along with modifying the
world files. It's very common among the re-volt community.
The log attached is from ASE2PRM,ASE2W, and RVGLUE which are the most common
files of the pack.
--
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=12570
Summary: AutoCAD 2008 Register Today window contents not
displayed
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dominikowski(a)gmail.com
Created an attachment (id=12150)
--> (http://bugs.winehq.org/attachment.cgi?id=12150)
log
I cannot register and thus use AutoCAD 2008, because I cannot see the contents
of the Register Today window. Attached is a log and a screenshot.
WINE git from today.
--
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=10086
Summary: Liero Xtreme: Unknown DirectDraw Error
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.spectrumfire.net/files/LieroX_v0.56_Pack_1.9.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=8648)
--> (http://bugs.winehq.org/attachment.cgi?id=8648)
Wine output
When launching Liero Xtreme via wine LieroX.exe, the application performs a
resolution change, but fails with a DirectDraw unknown error, then gracefully
exists. Attached are logs and the screenshot of the error dialog.
--
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=19261
Summary: WebSlingPlayer IE doesn't work
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.sling.com/sling_player
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
WebSlingPlayer is available for both Firefox and IE. The Firefox version works
fine.
However, running under Wine's iexplore fails.
To recreate:
1. Go to http://www.sling.com/sling_player
2. Log in.
At this point you should be asked "Do you have a Slingbox setup to use?" (or
similar), but iexplore just sits there doing nothing.
On closing, iexplore remains in the background and runs at around 50% CPU.
There is nothing in the console to give a clue.
Native IE6 is much worse; no page loads at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15886
Summary: In Kvirc the text cursor moves faster than the text is
imputed if input is in Cyrillic, UTF-8
Product: Wine
Version: 1.1.7
Platform: PC
URL: ftp://ftp.kvirc.ru/pub/win32/KVIrc-3.4.2-setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=17041)
--> (http://bugs.winehq.org/attachment.cgi?id=17041)
screenshot
See the screenshot.
It seems that when evaluating the cursor position counted string length in
bytes not in characters (in UTF-8 Cyrillic characters require more bytes than
Latin ones).
This emerged in one of the recent Wine versions.
--
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=17015
Summary: Sins of a Solar Empire: In-game fonts appear too large
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 7wtjvu302(a)sneakemail.com
Created an attachment (id=18810)
--> (http://bugs.winehq.org/attachment.cgi?id=18810)
Single Player Game Setup (shows overlapping text)
All of the text in Sins of a Solar Empire, is rendered too large. This applies
to the in-game HUD, annotations, and the menus.
I am not the first to find this bug, I first saw it here, with a bit of a
workaround.
http://forums.stardock.com/171844/page/4
The game has a Font directory that contains 4 .ttf files and 34 .font files.
The .font files are just text and look like a way for the game to access a
named combination of a height and .ttf file.
This is an example of a .font file:
-----------
TXT
Font
Height 28
TypeFaceName "SinsAgencyBold"
-----------
SinsAgencyBold.ttf is in the Font directory.
This particular system of font indirection seems pretty straightforward and
non-OS-specific, so I don't think it is the main issue here. At the end of the
forums.stardock.com link above, there is a workaround that involves editing the
Height values in the various .font files.
This workaround helps a bit, but it would be nice if it just worked like in
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=16122
Summary: Output area of a window moves twice as fast as the
window itself
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.emulator3000.emuita.it/Emulator3000/E3000.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Output area of the program's window moves twice as fast as the window itself
dragged.
See the video.
--
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=16013
Summary: xmllitesetup (subinstaller of IE7) fails to install
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://support.microsoft.com/kb/915865
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
I'm trying to get the IE7 installer to work, but getting a part of it to work
is proving difficult too.
So far I've gotten it sort of to work, by using hacks, and a native pidgen dll.
The xmllitesetup can be installed from the url.
The tree I used for installing is http://repo.or.cz/w/wine/multimedia.git
WINEPREFIX/drive_c/windows/KB915865.log is used by the installer for
minimalistic logging
The failing lines seem to be
15.344: GetCatVersion: Failed to retrieve version information from
C:\windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Tmp.0.KB915865.cat
with error 0x57
15.372: InstallSingleCatalogFile: MyInstallCatalog failed for
Tmp.0.KB915865.cat; error=0x000004c7.
15.373: DoInstallation:MyInstallCatalogFiles failed:STR_CATALOG_INSTALL_FAILED
15.378: CleanupTrustedInfFile: GetFileAttributes for
C:\windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\update_SP2GDR.cat
failed: 0x2
--
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=16641
Summary: Call of Duty 4 - Depth of field and soften smoke edges
broken
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://files.filefront.com/Call+of+Duty+4+Modern+Warfare
+Demo/;8774322;/fileinfo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taedium_vitae(a)eml.cc
Created an attachment (id=18223)
--> (http://bugs.winehq.org/attachment.cgi?id=18223)
Depth of field
If depth of field is enabled, and you look down your sight with the right mouse
button, the whole screen becomes hazy and black and white.Similar effect with
soften smoke edges enabled, only it occurs in all situations were your
character is playable, not just with the sight enabled.During game rendered cut
scenes, soften smoke edges also has lines/patterns all over the screen.Check
the screenshots to see the effect(s) for yourself.
--
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=18351
Summary: QuickTimePlayer 7.55 unhandled exception
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime755.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20905)
--> (http://bugs.winehq.org/attachment.cgi?id=20905)
wine-1.1.20-185-g2d8f252 console output
Following installation, QuickTimePlayer 7.55.90.70 loads and then exits
immediately with an unhandled exception.
Native gdiplus makes no difference.
Tested with latest git.
Attached log doesn't say much, it looks as if winedebug fails to launch
correctly.
Any other logs be more useful?
--
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=9509
Summary: System Shock 2 weak performance
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oponek(a)gmail.com
Created an attachment (id=7869)
--> (http://bugs.winehq.org/attachment.cgi?id=7869)
System Shock 2 demo bugs
I'm observing extremaly weak performance while gaming System Shock 2 full and
demo version. I don't know why this ocurrs but maybe this fixme:
'fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel' is responsible for the slow
fps?
--
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=11303
Summary: WinHelp causes problems in Elster
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.elster.de/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)joachim-breitner.de
Hi,
Elster is the official German program required to submit income tax statements
etc., so I consider it rather important. It is nice that it mostly installs and
works fine with wine by now. But one problem is left:
The built-in help (which seems to be winhelp) does not work, neither the
on-screen display of the help relating the currently selected field, nor the
regular help browser.
It would be good if this can be fixed. You can download elster for free on
https://www.elster.de/elfo_down4.php?who=2007/2008
Thanks,
Joachim
--
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=9617
Summary: monster and me in wine
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trungnthut(a)gmail.com
Hi !
Sorry for post this late !
I posted this on wine-devel mailing list but Jeff told me to post here.
I'm playing monsterandme(www.monsterandme.com) in wine.
- With 0.9.7 version, there's a little bug at login screen, but i still can
login.The game seem ok.
- with 0.9.37 or higher version, seem there isn't any bug with login screen,
but
there's another bug when talking with NPC made me can't play this game. That
bug is : I can't select the answer in that dialog. Same bug when selecting
action in battle.
Hope some one can find and fix this.
trungnt
--
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=12257
Summary: NK2.info.exe slow even for small input files
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: serman_d(a)hotmail.com
Created an attachment (id=11707)
--> (http://bugs.winehq.org/attachment.cgi?id=11707)
Minimal nk2 file sample
NK2.info.exe is an application that parses the contents of an "Outlook auto
completion file" (extention .nk2), and converts it to a csv file. It allows
users of the Microsoft Outlook email client to back up and migrate email
addresses.
The parsing process in NK2.info.exe is very time-consuming in wine compared to
native WinXP. The attached sample nk2 file (976 bytes) takes appr. 10 seconds
to process in the test environment.
A file of 300Kb was also tested and consumed all CPU for more than 5 minutes
without completing. The same file was used under WinXP completing in less than
5 seconds.
I wonder if something could be done to investiage the matter. Thanks.
$ uname -srvmpio
Linux 2.6.9-55.0.12.EL #1 Fri Nov 2 10:57:39 EDT 2007 i686 i686 i386 GNU/Linux
$ ./wine-0.9.58/wine --version
wine-0.9.58
$ ./wine-0.9.58/wine NK2.info.exe
fixme:ole:OleLoadPictureEx
(0xa9ee2c,68607,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fae8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,90134,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fae8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,626,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,633,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,663,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,743,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,744,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,653,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa9ee2c,601,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x34fab8),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0xcb0028)->(0xcd6690, 0, (nil)), hacked
stub.
TO REPRODUCE:
1: Download NK2.info.exe v.09b from the nk2.info site (see below)
2: Download Visual Basic Virtual Machine, v. 6.0.97.82, from dll-files.com
(see below)
3: Start ./wine-0.9.58/wine NK2.info.exe
4: Click Browse, choose the attached "Default Outlook Profile.NK2" file.
5: Observe the time spent to parse the file.
RESOURCES:
http://www.nk2.info/http://filext.com/file-extension/NK2http://www.dll-files.com/dllindex/dll-files.shtml?msvbvm60
--
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=13846
Summary: Paint Shop Pro X (PSP10) installer window features
randomly missing
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=13903)
--> (http://bugs.winehq.org/attachment.cgi?id=13903)
Screenshot showing a tickbox and a missing tickbox
Some of the features of the PSP10 installer Window don't appear to get drawn
such as tickboxes, drop-down menus, progress bars etc. If you click them then
they will appear, but moving the window off the screen, hovering the mouse over
them, or in the case of progress bars them updating themselves doesn't cause
them to show up. It's not major but can be confusing.
--
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=22090
Summary: Starcraft II installer window's border is not
transparent, but black
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26920)
--> (http://bugs.winehq.org/attachment.cgi?id=26920)
screenshot - wine
See screenshots. Terminal output is negligible:
fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities
fixme:font:CreateScalableFontResourceW (0,L"C:\\users\\austin\\Temp\\Blizzard
Installer Temporary Data -
0060178c\\EurostileExt-Med.fot",L"C:\\users\\austin\\Temp\\Blizzard Installer
Temporary Data - 0060178c\\EurostileExt-Med.ttf",(null)): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x146948,0x146848): stub
--
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=23938
Summary: Not enough memory error when running StarCraft.exe
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kristopher.clark(a)yahoo.com
CC: kristopher.clark(a)yahoo.com
Created an attachment (id=30047)
--> (http://bugs.winehq.org/attachment.cgi?id=30047)
Command line output when running "wine ./StarCraft.exe"
Starcraft installs on wine 1.3 fine but will not run. I get the following
error from wine when I try to run Starcraft.exe
"This application had encountered an error:
Not enough memory
Program: C:\Program Files\Starcraft\StarCraft.exe
File: SFILE.CPP
Line: 421
Press OK to terminate the application"
I'm running a Intel Corporation Mobile 4 Series Chipset Integrated Graphics
Controller (rev 07) and my system has 4GB of ram.
See attachment for logs an 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=21415
Summary: tales of pirates mouse Issues
Product: Wine
Version: 1.0.1
Platform: x86
URL: http://top.igg.com/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moshersteven(a)att.net
While running tales of pirates in wine I have an issues where the cursor
doesn't show up or if it does it isn't aligned with my actual mouse for example
when i get to the server chooser i am unable to see the cursor and when i am
ingame the cursor is off
--
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=14598
Summary: Skype crash after first run
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luca.cappelletti(a)gmail.com
Created an attachment (id=14973)
--> (http://bugs.winehq.org/attachment.cgi?id=14973)
The complete console output
Ubuntu Hardy Heron 8.04
Wine 1.1.1 via PlayOnLinux
Downloaded official Windows version of Skype than installation done.
Starting first skype istance with:
heron@hardy:~$ export
PATH=/home/heron/.PlayOnLinux/WineVersions/1.1.1/usr/bin:$PATH
heron@hardy:~$ export
LD_LIBRARY_PATH=/home/heron/.PlayOnLinux/WineVersions/1.1.1/usr/lib:/home/heron/.PlayOnLinux/WineVersions/1.1.1/usr/lib/wine:$LD_LIBRARY_PATH
env WINEPREFIX="/home/heron/.PlayOnLinux/wineprefix/prefixSkype" wine
"C:\\Programmi\\Skype\\Phone\\Skype.exe"
At this point the Skype windows appear for about 10 seconds than crashes.
Attached you can find the entire console output
Thanks,
Luca Cappelletti
--
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=16281
Summary: Wine lacks support for fully animated cursors
Product: Wine
Version: 1.1.9
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
As per the title, currently only the first frame of the animated cursor is
shown, the cursor itself doesn't "play".
--
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=23427
Summary: Microsoft Visual C++ 2010 Redistributable Package
crashes during installation
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.microsoft.com/downloads/details.aspx?displa
ylang=en&FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=29221)
--> (http://bugs.winehq.org/attachment.cgi?id=29221)
Backtrace with wine-1.2-rc5-37-gdb68b1e
After extracting some files the installer crashes immediately.
--
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=15776
Summary: MyspaceIM fails to connect to server
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heavensblade23(a)gmail.com
MyspaceIM installs correctly but when you try to connect to the server it
cycles through a list of ports, then reports there was a problem connecting to
the server.
--
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=20583
Summary: Lemmings Revolution - Corrupt palette on some icons.
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
URL: http://downloads.gamezone.com/demosfiles/t1178.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=24560)
--> (http://bugs.winehq.org/attachment.cgi?id=24560)
Example of gfx corruption.
The icons on the right side of the screen during play have corrupt palette (see
screenshot).
Running Ubuntu 9.10 amd64 wine 1.1.32 with nVidia Geforce 8200 with 185.18.36
official drivers.
--
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=16245
Summary: No action when clicking a menu entry, but the menu
appears again with a shift
Product: Wine
Version: 1.1.9
Platform: All
URL: http://www.esnips.com/nsdoc/3ad3b4a2-ddc7-4bea-98a9-
8e76969420fb/?action=forceDL
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=17510)
--> (http://bugs.winehq.org/attachment.cgi?id=17510)
Video showing the bug
In the R3x program, if you click on a context menu entry, no action performed,
but the menu appears again with a shift. After you ckick the same entry second
time, the action performed as usual.
See the video.
--
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=24212
Summary: Morrowind Script Extender (MWSE) fails silently
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: i30817(a)gmail.com
It loads up fine, and thinks it is attached. However the scripts that need MWSE
behave very erroneously, and invariably crash/hang/don't work.
The keyring mod duplicates the inventory keyring whenever you reload a
savegame.
The fleeing fletchers mod hangs the game when you cast a spell
The alchemy storage helper mod places duplicate bags whenever you are looking
at.
etc, basically no mod using MWSE works.
Seems to be related to the Oblivion Script Extender attach bug.
There is no significant output on the console, or on the MWSE log file (from
the app).
Only one error in console, seems unrelated since it is sound:
err:quartz:ACMWrapper_ProcessSampleData Error sending sample (80040227)
--
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=19222
Summary: menus jump and scramble input for MS SQL Server
Management Studio Express
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m27315(a)gmail.com
Created an attachment (id=22223)
--> (http://bugs.winehq.org/attachment.cgi?id=22223)
wine ssmsee.exe >& ssmsee_out.log
In Microsoft SQL Server Management Express, right-clicking on many of the icons
in the "Object Explorer" pane produces a menu. This works correctly. However,
right-clicking again (or releasing the right-click) to select an entry in the
pop-up menu causes another menu to open based on the mouse location of the
selection coordinates.
The input passed to the original pop-up menu does not correlate to anything I
see. It is definitely not what I selected.
Workaround: I can select the correct entry by using the arrow keys and Alt-Key
combinations instead of the mouse, once the menu has been opened.
Incidentally, when almost any WINE app is launched I see an "Exception raised"
error dialog box, which reads:
Unhandled page fault on write access to 0x00000016 at address 0x7ef93536. Do
you wish to debug it? Yes|No
Choosing "No" dismisses the dialog, and no adverse results seem to occur.
Hopefully, it is unrelated...
--
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=22071
Summary: Adding a new Record after a Find fails.
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=26888)
--> (http://bugs.winehq.org/attachment.cgi?id=26888)
Sample Program and Source Code
Create a Database in either Postgres or MySQL
Create the following table.
CREATE TABLE testing
(
id integer
)
winetricks mdac28
Install the ODBC driver for MySQL or Postgres.
Setup an ODBC connection to the Database above.
run DBSample.exe
Select the ODBC connection name
You should a Messagebox with either a success or failed message.
Workarounds
winetricks dcom98.
--
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=21461
Summary: Support for PS_USERSTYLE
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skarllot(a)gmail.com
Please implement PS_USERSTYLE to X11DRV_SelectPen function.
---
fixme:x11drv:X11DRV_SelectPen PS_USERSTYLE is not supported
--
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=22562
Summary: Raisonance Ride7 + RKit-ARM crashes on startup
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)andrewsmith.plus.com
A fresh install of the Ride7 IDE will load with no problem. After installing
the RKit-ARM add-on the application no longer starts - the program window
appears and parts of the UI are shown, but then crashes.
This issue is not present under WinXP on VMware.
Software available as free download from:
http://www.mcu-raisonance.com/mcu_downloads.html (first link on that page is
the Ride7 IDE, the second link is the RKit-ARM add-on).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21159
Summary: "Rayman 2": Does not recognize user input
Product: Wine
Version: 1.1.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_105(a)gmx.de
"Rayman 2 - The Great Escape" seems promising so far (installation and
launching work), but you can't get past the first menu screen because the game
won't react to any user input (keyboard, mouse or joypad).
Switching to a native dinput.dll hasn't worked out for me (I really tried, many
different versions in different places), but apparently it has for some users
(see gold ratings).
I'd be happy to provide logs if asked. There's nothing unusual in it so far,
even if run with WINEDEBUG=+dinput.
--
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=21473
Summary: GrapherOC: Never remember DB path
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skarllot(a)gmail.com
Created an attachment (id=25857)
--> (http://bugs.winehq.org/attachment.cgi?id=25857)
Grapher OC output
I have to set database path every program opening.
--
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=21472
Summary: GrapherOC: Incorrect drawing
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skarllot(a)gmail.com
Created an attachment (id=25855)
--> (http://bugs.winehq.org/attachment.cgi?id=25855)
Grapher OC running on Fedora 11 x64
Comparing two images you can see how drawing objects are leaking out of drawing
box.
--
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=23104
Summary: Pro evolution soccer 2010 demo crashes without native
d3dx9
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL:
http://www.bigdownload.com/games/pro-evolution-soccer-
2010/pc/pro-evolution-soccer-2010-demo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
There's a ton of:
fixme:d3dx:ID3DXConstantTableImpl_GetConstantByName (0xa53cfd8)->((nil),
AmbientLightCol): stub
fixme:d3dx:ID3DXConstantTableImpl_GetConstantByName (0xa53cfd8)->((nil),
LocalAmbientLightCol): stub
fixme:d3dx:ID3DXConstantTableImpl_GetConstantByName (0xa53cfd8)->((nil),
EnvmapDiffuseModulateCol): stub
and other d3dx fixme's in the output:
$ grep -c fixme\:d3dx /home/austin/pes.txt
359542
Finally crashes, with an unhelpful backtrace:
Backtrace:
=>0 0x00add56f in pes2010 (+0x6dd56f) (0x012dddc0)
1 0x00000000 (0x00ddf5c8)
2 0x00466280 in pes2010 (+0x6627f) (0x00add6f0)
3 0x107705f8 (0x837c418b)
4 0x00000000 (0x00000000)
0x00add56f: movl 0xc(%eax),%edx
winetricks d3dx9 works around it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14089
Summary: GVox Encore: note entry
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mnmus(a)thirdworldcounty.us
Note entry via MIDI keyboard non-functional
--
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=18221
Summary: eve online problem
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jbdj1965(a)sbcglobal.net
I am trying to use Eve online thru Ubuntu with Wine,the game will start but
will not load the text in the window that allows you to accept the licensing
agreement.The window is there but nothing in it to scroll through to let you
accept the agreement & start the game.I am using Ubuntu 8.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16290
Summary: Microsoft's logging version of wininet.dll doesn't work
with Wine
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=57ad7099-de71-4b1c-8147-725545454146
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
OK, this might be a bit unreasonable, but:
Microsoft has a logging implementation of wininet that they give out
to users to help in troubleshooting; see
http://support.microsoft.com/kb/884931
and
http://www.microsoft.com/downloads/details.aspx?FamilyID=57ad7099-de71-4b1c…
It might come in handy to have their version running on
Wine and generating nice log files, so I gave it a shot.
That comes with several versions of wininet.dll. I tried the WinXP SP2
one by doing
cabextract IE-KB884931-v2-x86-enu.exe
cp wininet.x86.6.0.2900.2180.dll ~/.wine/drive_c/windows/system32/wininet.dll
and then setting native override on wininet in winecfg, then tried
running a wininet test case,
cd dlls/wininet/tests
~/wine-git/wine wininet_test.exe.so ftp.c
This crashed because a crazy length was passed to a string compare function:
Unhandled exception: page fault on read access to 0x772c6d0a in 32-bit code
(0xb7e60174).
Backtrace:
=>1 wine_compare_string+0x24(flags=268435457, str1=0x77063d2c, len1=1251312,
str2=0x770f0968, len2=1251312) [libs/wine/sortkey.c:329] in libwine.so.1
2 CompareStringW+0x104(lcid=1031, style=268435457, str1=0x77063d2c,
len1=1251312, str2=0x770f0968, len2=1251312) [dlls/kernel32/locale.c:2678] in
kernel32
3 StrIsIntlEqualW+0xcf(bCase=0, lpszStr=0x77063d2c, lpszComp=0x770f0968,
iLen=1251312) [dlls/shlwapi/string.c:2063] in shlwapi
4 0x770c7a3d in wininet (+0x77a3d) (0x0032fb7c)
...
I also tried the Win2003 SP2 version:
cp wininet.x86.6.0.3790.1830.dll ~/.wine/drive_c/windows/system32/wininet.dll
This crashed with
Unhandled exception: page fault on read access to 0x00000007 in 32-bit code
(0x7ee3fddf).
Backtrace:
=>1 CreateMutexExW+0x30(sa=0xffffffff, name=0x32f92c, flags=0, access=2031617)
[dlls/kernel32/sync.c:742] in kernel32
2 CreateMutexExA+0xc4(sa=0xffffffff, name="_!MSFTHISTORY!_", flags=0,
access=2031617) [dlls/kernel32/sync.c:725] in kernel32
3 CreateMutexA+0x3a(sa=0xffffffff, owner=0, name="_!MSFTHISTORY!_")
[dlls/kernel32/sync.c:698] in kernel32
4 0x75ba879e in wininet (+0x7879e)
...
742 attr.Attributes = OBJ_OPENIF | ((sa &&
sa->bInheritHandle) ? OBJ_INHERIT : 0);
Not sure how much effort it's worth to track these down, but filing a bug just
in case.
--
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=10392
Summary: Sunny Data control SW does not recognise USB device
Product: Wine
Version: 0.9.4.
Platform: PC
URL: http://www2.sma.de/en/solar-
technology/products/communication/communication-
products-software/software/sunny-data-
control/overview/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mbbs(a)telenet.be
Installation & program startup pose no problems.
When I try to connect to the sunny beam data logger, the connection menu only
shows com ports. In windows, I can also select the usb port.
With my newly delivered Photovoltaic solar panels comes a little device
called sunny beam to track the power production of the panels, and load the
data to a PC.
I setup the SW with wine with no problems.
When I want to access the device via USB, the application only shows com
ports, and not the USB port.
When I do the same in Xp, It shows the com ports and a menu entry for USB
connection.
It looks like the USB interface is not recognised in linux.
it does not show in lsusb
marc@L1:/media/cdrom0$ lsusb
Bus 005 Device 003: ID 04f2:0200 Chicony Electronics Co., Ltd
Bus 005 Device 002: ID 0b0e:444b GN Netcom
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 002: ID 1587:002d
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 0db0:4011 Micro Star International Medion Flash XL
V2.0 Card Reader
Bus 003 Device 001: ID 0000:0000
When looking in Kinfocenter, the device is recognised, so I guess
wine does not recognise the usb interface
Sunny Beam
Manufacturer: SMA Technologie AG
Serial #: 00014365
Class 0
Subclass 0
Protocol 0
USB Version 1.01
Vendor ID 0x1587
Product ID 0x2d
Revision 0.00
Speed 12 Mbit/s
Channels 0
Max. Packet Size 8
Any ideas on how to get this working ?
The website of the manufacturer can be found at
http://www2.sma.de/en/solar-technology/products/communication/communication…
--
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=14743
Summary: DNS 9.5 install fails to extract cabinet: L"ENUGen~1.cab
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.nuance.com
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Created an attachment (id=15238)
--> (http://bugs.winehq.org/attachment.cgi?id=15238)
terminal output on installation
DNS 9.5 does not install completely. The terminal output includes this:
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"ENUGen~1.cab
The ENUGen~1 file being referred to is large -- about 95MB. I believe the file
includes the English language (sound) models, with the US regional accent.
I also believe that it loads in conjunction with the grammar model file, which
is ENGGen~1.
(See attached screenshot with a list of the program's largest files.)
The other similarly-named files are regional accent options. (SouthEast Asian,
Australian, Indian and UK.)
---------------------------
FWIW: Below is the total output when I try to run program.
---------------------------
fixme:reg:RegSetKeySecurity :(0x64,4,0x379fd8): stub
fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
fixme:dbghelp:fetch_thread_info Couldn't open thread 142 (87)
--
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=22149
Summary: Memory leak in VB6 based program
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panton41(a)gmail.com
GURPS Character Assistant (see AppDB) shows a memory leak which causes it to
use increasingly more memory until the program slows until it's unusable. The
program start at using 32MB and adds around 1MB for every time an item is
edited (which is the entire point of the application and can happen hundreds of
times). Around 150MBs the program becomes too slow to be usable and begins to
display non-fatal error messages.
Windows 7 64-bit shows a fairly consistent memory use of around 28MB.
I'm too infrequent of a user to tell if its a regression or an entirely new
bug. I switch between Linux and Windows often and there's sometimes months in
between using the app on Wine. I have a feeling it's a regression, however,
since I don't recall an increasing slow-down during my previous use.
It uses riched20, riched32 and oleaut32 as native, builtin with font smoothing
set to RGB if that helps connect it to other bugs at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17570
Summary: Can't build/install DPK files in Delphi 7.
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)storago.com
When I am running Delphi 7 Professional under Wine 1.1.16, and I try to compile
and install a .dpk (Package) file, Compile says "[Fatal Error] Could not create
output file '(path_name_here)\Whatever.bpl'" although upon inspection a .bpl
file has been created.
If I try to go to "Component -> Install Packages" and check the box next to the
package, Delphi says "Can't load package (path_name_here)\Whatever.bpl. Module
not found." and won't actually let me activate it.
If I delete out the files that have been compiled and try, it seemed possible
at first to get a single package to install, but once I saved my project and
re-open it later, it says it can't find it. Any project that requires more
than one dpk file to be installed is therefore completely unable to be compiled
because of this.
It feels to me as though Delphi is failing on some sort of file_exists() check
which aught to be very simple. I've checked all file permissions and even
tried reconfiguring the BPL library paths to use folders without spaces i.e.
"C:\Bpl" instead of "C:\Program Files\Borland\Delphi 7\Projects\Bpl" I'm
quite familiar with Delphi's package system and can install packages without a
problem on a similar Windows machine or virtual machine, this problem seems
exclusive to wine.
--
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=16226
Summary: Office XP keeps reinstalling at program startup
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexis.deruelle(a)laposte.net
Microsoft Office XP installs with no error, although each time I run
WINWORD.EXE an installer window pops up and seems to (successfully)
reinstall/re-register some components before displaying the main program
window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23616
Summary: Fallout 3: childbirth scene halts after every (second)
line of dialogue, preventing new game
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aka.motub(a)gmail.com
Created an attachment (id=29538)
--> (http://bugs.winehq.org/attachment.cgi?id=29538)
terminal output during childbirth scene
I have been experiencing this since 1.1.44 all the way through to 1.2-rc7, but
my investigation revolves around rc6, so that's the version I'm reporting.
My specs:
Linux Mint 9 Isadora 32-bit
wine 1.2-rc6
nvidia 7900GS (AGP) 512MB driver 195.36.24
new wine prefix
only vcrun2005 installed via winetricks (only because the Launcher won't run
without it)
new install of Fallout 3, patched to 1.7
The issue presents itself immediately upon entering the childbirth scene. With
some versions of Wine, my father would not even "say" his initial line (I don't
have sound in the childbirth scene, like everyone else, but I do turn general
subtitles on before running the game for the first time). In this case, the
baby-cam continues to move, and the visible characters continue to animate, but
there is no further progress (or so I thought), forcing me to ESC and quit.
With RC6, Dad does say "Let's see... are you a boy or a girl?" as expected, but
this does not trigger the expected gender choice dialog. Again, the visible
characters continue to move (the game is not crashed or hung), but the dialog
doesn't appear so one can't progress through character creation.
This time, instead of quitting, I ESCaped to bring up the main menu, then chose
'Continue' rather than Exit to re-enter the running game, and hit 'E'. Lo and
behold, the gender choice appeared. I chose my sex, and Dad said his next line
("It's a girl? A girl!... etc"), and then the game "halted" before Catherine
(Mom) could say her line. ESC=>ESC=>E got her to say her bit.
In this way (ESCaping out to the menu, choosing Continue, and hitting E when
back in the Play screen-- sometimes twice, as the scene is running a bit slow,
but that's just me, I think) I was able to get to the penultimate moment of the
scene, where the baby (me) is moved out of the room, which should trigger a
whiteout to the next stage, before you even reach the door. In this case, I was
pushed all the way through the door and into the hall-- which I had never seen
(thank heavens they made a hall on the other side of the door), and this time
it required 3 ESC==>ESC combos to trigger the whiteout (because Dad has like
two separate speech sets and maybe the whiteout is also similar in terms of how
it's triggered).
At no time did the game crash, hang or stop; at times Dad would look right and
then seem to stop, but the blinking lights on the monitors in the back of the
scene always continued, even if the actors seemed to be frozen. The system
seems to be that if there's a player dialog triggered (gender choice, name
choice, appearance), then getting that dialog to appear and making your
choice(s) will cause the following response line from whatever actor (Dad,
usually) to be said automatically, but any further speech (response from
another actor, triggering of another dialog) has to be done manually.
There's nothing much significant-seeming in the terminal log, but it's attached
anyway.
In any case, if this can be confirmed, the only reason it avoids being a
blocker (to people starting a new game) is that there appears to be a
workaround, slow and tedious though it is. But I certainly for several versions
didn't even play FO3 because this appeared as a blocker to me before I happened
upon the workaround.
Please confirm or advise as to possible other causes native to my system or
Wine 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=23012
Summary: Black sky in Gothic 3
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=28523)
--> (http://bugs.winehq.org/attachment.cgi?id=28523)
black sky
The sky in Gothic 3 (v1.72) is black with nvidia 8800GTS (195.36.24),
wine-1.2-rc2-111-g9aa9a12. I haven't tried the demo, yet (need to download that
first).
This is a regression caused by commit:
af7dfcd378739127c50aa95ce40b13eb3d1950cf is the first bad commit
commit af7dfcd378739127c50aa95ce40b13eb3d1950cf
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Feb 3 18:17:58 2010 +0100
wined3d: Do not preload surfaces when attaching them to an FBO.
Just make sure the texture is allocated, so we have something to attach.
Note
also that context_apply_attachment_filter_states() runs under the GL lock,
so
preloading resources is actually unsafe there.
:040000 040000 a5b33a88b1083522cd572e82b6cd2d8ad8a61929
e0f98f84e49335d45deea11a36598e052e9e02d5 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13436
Summary: Checkbox at finish screen is invisible unless checkbox
is given focus
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.trendyflash.com/builder-trial/TrendyFlash-
site-Builder-Trial.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
After installing the TrendyFlash program, the wizard should show a checkbox at
the finish screen, but the checkbox is shown invisibly unless focus is given.
No relevant output was seen at the terminal.
--
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=21496
Summary: Xfire 1.120: Cannot login - page fault on write access
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://media.xfire.com/xfire/client/download/xfire_ins
taller_41060.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25890)
--> (http://bugs.winehq.org/attachment.cgi?id=25890)
Unhandled exception: page fault on write access to 0x33323236 in 32-bit code
(0x04770234)...
Xfire 1.120 crashes on login with a Unhandled exception: page fault on write
access to 0x33323236 in 32-bit code (0x04770234).
This was also an issue on 1.119 which I tested. Attached is log on normal run
and then a winedbg to catch the page fault.
--
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=16580
Summary: S.T.A.L.K.E.R: sky not redrawn correctly with dynamic
lighting
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
Created an attachment (id=18097)
--> (http://bugs.winehq.org/attachment.cgi?id=18097)
S.T.A.L.K.E.R. SoC Sky bug
When dynamic lighting is enabled on my GeForce Go 7900GS, the sky texture in
STALKER SoC is not redrawn (all quality settings on minimum). No console output
beside the usual "err:d3d:state_colorwrite
(WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet implemented. Missing of cap
D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?".
Screenshot 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=10469
Summary: Radmin viewer 3.1: Mass selection of users does not work
in the text chat mode
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.famatech.com/download/rview31.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.radmin(a)gmail.com
We got an error:
1. Installed Radmin server 3.1 (http://www.famatech.com/download/rserv31.exe)
on a windows computer.
2. Installed Radmin viewer 3.1 on a linux computer with wine installed.
3. Started Radmin viewer and connected to Radmin server in the "Text Chat"
mode.
Mass selection of users in user list with mouse cursor does not work.
The error was tested on Fedora Core 7 installation with the last wine package
from fedora update site (fedora_mirror/fedora/linux/updates/7/i386/).
--
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=13868
Summary: Starlancer crashes with force feedback enabled
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
I enabled force feedback in StarLancer and launched the game with wine
Lancer.exe. When the game loads/runs it's fine until you get into a mission.
The 3d scene loads fine and the audio plays but as soon as you begin to launch
which normally causes a force feedback rumble effect the game crashes out to
the command line. If you disable force feedback with the same joystick and
rerun the game you can get into the mission fine and play it normally. The
joystick is a Microsoft Sidewinder Force Feedback 2 and the force feedback
drivers are enabled in the kernel as per the instructions on force feedback in
wine.
--
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=20531
Summary: Steam version of Need for speed undercover crashes if
you click on it.
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: signup+winehq(a)cshadowrun.com
Created an attachment (id=24474)
--> (http://bugs.winehq.org/attachment.cgi?id=24474)
Log of crash
When you click into the window to try and focus the game, it crashes, see
attached log. Note that i had to ctrl+c at the end as it just hangs.
--
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=9256
Summary: S.T.A.L.K.E.R. - Major slowdown near anomalies or in
high RAD areas
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iAppId=4794
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
S.T.A.L.K.E.R. slows down to 1-2 fps near the anomalies or in high radiation
areas - places with "white noise" special effect.
Game is set to static lighting, medium quality.
This is with GLSL=enabled and OffscreenRenderingMode=fbo. Using
'WINEDEBUG=-all wine XR_3DA.exe -dsound -nointro -nodistort' command line to
start the game.
Without "fbo" I'm getting bug 7979.
--
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=22459
Summary: NFSMW - Only black screen
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
Created an attachment (id=27509)
--> (http://bugs.winehq.org/attachment.cgi?id=27509)
nfsmw.log
After execution of "wine speed.exe" I receive only a black screen.
Wine version: 1.1.43.20100421
Video card:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 [Mobility
FireGL 9000] (rev 01)
If it is a X.Org problem I can report it on bugs.freedesktop.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=14053
Summary: Winamp 5.53 fails to start due to a loader crash
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winamp.com/player
OS/Version: other
Status: NEW
Keywords: download
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=14265)
--> (http://bugs.winehq.org/attachment.cgi?id=14265)
+loaddll,+module crash
The latest version of winamp fails to get loaded into memory due to a crash in
LdrProcessRelocationBlock. I used the dutch version, not sure if it makes any
difference.
Backtrace is attached, with +loaddll and +module.
--
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=22998
Summary: configure: wine64 needs a new enough assembler
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: FreeBSD
Status: NEW
Keywords: download, source, win64
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When compiling wine64 on freebsd, the compile bombs out in ntdll:
[austin@pcbsd-884 /usr/home/austin/wine-git/dlls/ntdll]$ make
../../tools/winegcc/winegcc -m64 -B../../tools/winebuild
--sysroot=../.. -fasynchronous-unwind-tables -shared ./ntdll.spec
actctx.o atom.o cdrom.o critsection.o debugbuffer.o debugtools.o
directory.o env.o error.o exception.o file.o handletable.o heap.o
large_int.o loader.o loadorder.o misc.o nt.o om.o path.o printf.o
process.o reg.o relay.o resource.o rtl.o rtlbitmap.o rtlstr.o sec.o
serial.o server.o signal_i386.o signal_powerpc.o signal_sparc.o
signal_x86_64.o string.o sync.o tape.o thread.o threadpool.o time.o
version.o virtual.o wcstring.o version.res
-Wl,--image-base,0x7bc00000 -o ntdll.dll.so
../../libs/port/libwine_port.a -lpthread
ntdll.oSSEYZ.s: Assembler messages:
ntdll.oSSEYZ.s:23625: Error: bad register expression
ntdll.oSSEYZ.s:23627: Error: bad register expression
ntdll.oSSEYZ.s:23629: Error: bad register expression
ntdll.oSSEYZ.s:23631: Error: bad register expression
ntdll.oSSEYZ.s:23633: Error: bad register expression
ntdll.oSSEYZ.s:23635: Error: bad register expression
ntdll.oSSEYZ.s:23637: Error: bad register expression
ntdll.oSSEYZ.s:23639: Error: bad register expression
ntdll.oSSEYZ.s:23641: Error: bad register expression
ntdll.oSSEYZ.s:23643: Error: bad register expression
ntdll.oSSEYZ.s:23645: Error: bad register expression
ntdll.oSSEYZ.s:23647: Error: bad register expression
ntdll.oSSEYZ.s:23649: Error: bad register expression
ntdll.oSSEYZ.s:23651: Error: bad register expression
ntdll.oSSEYZ.s:23653: Error: bad register expression
ntdll.oSSEYZ.s:23655: Error: bad register expression
ntdll.oSSEYZ.s:23716: Error: bad register expression
ntdll.oSSEYZ.s:23718: Error: bad register expression
ntdll.oSSEYZ.s:23720: Error: bad register expression
ntdll.oSSEYZ.s:23722: Error: bad register expression
ntdll.oSSEYZ.s:23724: Error: bad register expression
ntdll.oSSEYZ.s:23726: Error: bad register expression
ntdll.oSSEYZ.s:23728: Error: bad register expression
ntdll.oSSEYZ.s:23730: Error: bad register expression
ntdll.oSSEYZ.s:23732: Error: bad register expression
ntdll.oSSEYZ.s:23734: Error: bad register expression
ntdll.oSSEYZ.s:23736: Error: bad register expression
ntdll.oSSEYZ.s:23738: Error: bad register expression
ntdll.oSSEYZ.s:23740: Error: bad register expression
ntdll.oSSEYZ.s:23742: Error: bad register expression
ntdll.oSSEYZ.s:23744: Error: bad register expression
ntdll.oSSEYZ.s:23746: Error: bad register expression
winebuild: /usr/bin/as --64 failed with status 256
winegcc: ../../tools/winebuild/winebuild failed
*** Error code 2
/usr/bin/as is:
GNU assembler version 2.15 [FreeBSD] 2004-05-23
(x86_64-obrien-freebsd) using BFD version 2.15 [FreeBSD] 2004-05-23
which isn't new enough for wine. Installing binutils from ports/devel/binutils,
and adjusting path to use that assembler/linker, compiles fine.
That version is:
GNU assembler version 2.20.1 (x86_64-portbld-freebsd8.0) using BFD
version (GNU Binutils) 2.20.1.20100303
wine's configure should check to make sure the assembler is new enough, when
compiling in 64-bit mode (a la gcc).
--
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=18903
Summary: The Sims 3: EADM shows blank window
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21744)
--> (http://bugs.winehq.org/attachment.cgi?id=21744)
after clicking settings
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
The problem is that EA Download Manager which is shipped with The Sims 3 shows
blank window when trying to open e.g. Settings. This manager is in tray and i
click right mouse button on it in and choose Settings.
In terminal there is many of
err:mshtml:read_stream_data OnDataAvailable failed: 80004005
fixme:mshtml:read_stream_data buffer is not empty!
--
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=19087
Summary: The Sims 3: EADM fails to download patch
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=22030)
--> (http://bugs.winehq.org/attachment.cgi?id=22030)
Patch tab
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
The problem is that EADM (provided with The Sims 3) fails do download any
patch.
1)start EADM
2)go to patches tab
3)pick one game and unfold its tree
4)select patch
Here patch should be downloaded instead nothing happens. Everytime i click on
this patch then in terminal there is
err:ole:CoGetClassObject class {3050f4f5-98b5-11cf-bb82-00aa00bdce0b} not
registered
err:ole:CoGetClassObject no class object {3050f4f5-98b5-11cf-bb82-00aa00bdce0b}
could be created for context 0x1
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:InternetSetOptionW INTERNET_OPTION_COOKIES_3RD_PARTY; STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (0):
STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (65001): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB
Additonal info:
1) mshtml (2.9MB) msls31 (143KB) , shdocvw (1.4MB),
shlwapi (462.5KB), urlmon (589.5KB), winhttp (343KB) overriden to native
2)winetricks dotnet20 wsh56js flash msxml3
--
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=18904
Summary: The Sims 3: EADM fails to download Adobe Flash plugin
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21746)
--> (http://bugs.winehq.org/attachment.cgi?id=21746)
Flash plugin required
I'm using Wine 1.1.23 (compiled from source using gcc version 4.4.0 20090506
(Red Hat 4.4.0-4) ) on Fedora 11 i386.
overridden DLLs:
ole32 1.2mb
urlmon 589.5kb
shlwapi 462.5kb
shdocvw 1.4mb
mshtml 2.9mb
msls31 143kb
installed components (through winetricks):
dotnet20
flash
When launching EA Download Manager there is prompt (attached image) about Adobe
Flash plugin I hit ok and nothing happens. Nothing is downloaded.
--
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=10028
Summary: rappelz updater is slow because of
dlls/mshtml/htmlnode.c:get_node(...)
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://rappelz.gpotato.com/download/index.php
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
CC: jacek(a)codeweavers.com
The update for the game rappelz changes the embedded html regularly to update
the progress bar and seems to spend most of it's cpu time on that which seems
to slow the downloading. By using oprofile I found it is spending most of it's
cpu on "if(iter->nsnode == nsnode)" in get_node(...) from
dlls/mshtml/htmlnode.c . The comment above the function already suggests: "We
should use a better data structure or (better) find a way to store
HTMLDOMelement poiner in nsIDOMNode."
--
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=23034
Summary: Tools->Plugins menu in Stud_PE cannot be clicked
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.cgsoftlabs.ro/studpe.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=28556)
--> (http://bugs.winehq.org/attachment.cgi?id=28556)
Screenshot of Stud_PE with Tools menu
Found this problem while testing bug #17067. As already described there
clicking on "Tools" will open a drop-down menu (see attached screenshot). When
the mouse points at an entry except "Plugins" it gets highlighted. But as soon
as I
move the mouse pointer to "Plugins" the menu closes. Thus this entry cannot be
clicked. Plugins is the only entry which has a submenu, in case this is of
importance.
Every other option works fine. There is no 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=21538
Summary: Miranda's ICQ SSL connection doesn't work
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://miranda.googlecode.com/files/miranda-im-v0.8.13
-unicode.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=25947)
--> (http://bugs.winehq.org/attachment.cgi?id=25947)
WINEDEBUG=+secur32,+crypt32,+winsock wine miranda32.exe
Steps to reproduce:
1. Download Miranda
2. Set up ICQ profile on http://www.icq.com/
3. Run Miranda with the given profile data
4. Change connection type to SSL in ICQ plugin parameters
5. Try to connect
Connection will fail with timeout.
--
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=21907
Summary: Firefox 3.6 problems on FreeBSD
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eflaras(a)gmail.com
Firefox 3.6 on FreeBSD. Rough, text and mangled graphics. Appears to be a alpha
transparency problem perhaps. Using FreeBSD 8.0, Wine 1.1.38 from winehq. SAme
problem exists in the port . Other bugs also observed such as the fact windows
do not close, and the fact that HTML forms do not work, which is already
described in other reports. All features worked well in wine 1.1.14 under
freebsd 7.1 . This is a regression. Firefox is presently unuseable.
--
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=24002
Summary: Areena 5 crashes with runtime error when entering
battle
Product: Wine
Version: 1.1.40
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
Created an attachment (id=30145)
--> (http://bugs.winehq.org/attachment.cgi?id=30145)
crash log
When entering a battle in Areena 5 the game crashes with a runtime error
dialog:
"Run-time error '75': Path/File access error"
This bug makes the game unplayable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16274
Summary: Mortyr 2093-1944: Shots leave black squares
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
Created an attachment (id=17551)
--> (http://bugs.winehq.org/attachment.cgi?id=17551)
Mortyr game log
Mortyr 2093-1944 is an old WW2/futuristic FPS (I could not find any official
page or demo) with a couple of sequels.
Anytime a bullet hits the floor or a wall, a big black square appears
surrounding the hit point. Log 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=16151
Summary: Dragon 10 crashes with 'err:region:CombineRgn Invalid
rgn=(nil)'
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunfish7(a)gmail.com
Start Dragon 10
I've set it to start in trayicon mode
Click icon once to turn mic on
and leave to bake
...
after a few minutes, it will crash!
Each time, this is the first error:
err:region:CombineRgn Invalid rgn=(nil)
(spud) ~ ---> wine /home/spud/.wine/drive_c/Program\
Files/Nuance/NaturallySpeaking10/Program/natspeak.exe 2>&1 | uniq -c
:
(blah)
:
2519 fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
1 err:region:CombineRgn Invalid rgn=(nil)
1 fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
1 err:ole:OleLoadPicture IPersistStream_Load failed
1 fixme:gdiplus:GdipGetImageGraphicsContext not implemented for image
type 1114288
1 fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
1 fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
tails from 3 logs + one complete log attached
Searching 'CombineRgn' finds 2 bugs related to Dragon. This appears to be
non-overlapping of these.
Sam|Ohmu
--
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=16408
Summary: NPC have a graphical glitch (stretching)
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joe_miller1079(a)hotmail.com
Created an attachment (id=17738)
--> (http://bugs.winehq.org/attachment.cgi?id=17738)
Stretching
When in game NPC's and ragdolls stretch when within a certain distance. Their
heads seem to have no problem at all. I have a few screenshots of this
problem. I am using Ubuntu 8.10 64 bit. My hardware is an AMD single core
athlon 64 +3800 @ 2.4 Ghz, an ATI HD 2400 Pro with 256 mb of ram and 2 gb ddr
ram. I am using the ati drivers provided by ubuntu and I am using the latest
version of wine from git. I am sorry that I can't provide any more
information.
--
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=16200
Summary: Miranda IM can't connect on MSN and Gmail protocol
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: lleoliveirabr(a)gmail.com
Miranda IM can't connect on MSN and Gmail protocol.
Message on terminal log: fixme:secur32:schan_InitializeSecurityContextW Using
hardcoded "NORMAL" priority
To reproduce:
1 - download last Miranda IM version:
http://files.miranda-im.org/builds/miranda-v080a24w.zip
2 - Extract files on a folder.
3 - Create a MSN account and try to connect.
--
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=22802
Summary: City of Heroes crashes on startup with Intel graphics
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.wagner17(a)gte.net
When starting City of Heroes on a system with Intel G35 graphics, the game
crashes very early in the startup sequence (about the point where an ATI or
NVidia system is initializing graphics), and brings up the City of Heroes
internal crash reporter.
Console output consists of:
Running City of Heroes
Preloading DLLs...done. (0.00)
SVN Revision: UNKNOWN
CityOfHeroes client count: 1
num cpus = 4 / 4
fixme:win:EnumDisplayDevicesW ((null),0,0x33da34,0x00000000), stub!
Loading message stores...done. (0.73)
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 3
and card vendor 8086.
fixme:win:EnumDisplayDevicesW ((null),0,0x33ce3c,0x00000000), stub!
err:ole:CoGetClassObject class {13709620-c279-11ce-a49e-444553540000} not
registered
err:ole:CoGetClassObject no class object {13709620-c279-11ce-a49e-444553540000}
could be created for context 0x1
--
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=20689
Summary: BloodRayne crashes after intro video
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=24717)
--> (http://bugs.winehq.org/attachment.cgi?id=24717)
Terminal Output (DirectX)
After the intro video fails to run (see bug #9127) the game crashes attached is
the terminal output in DirectX mode.
I'm running Ubuntu 9.10 amd64 wine 1.1.32 with onboard nVidia 8200 using
official nVidia drivers version 185.18.36.
--
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=15485
Summary: EVE Online hangs on focus loss/restore after applying
Empryan Age 1.1.1 patch
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
Repro steps:
1. Get latest wine (i've used latest snapshot from git) and windows premium
client (it's very likely that classic client is affected too, but i din't test
it) from http://www.eve-online.com/download/windows.asp, install them
2. Launch EVE (premium or classic graphic mode - doesn't matter, i've tested
both)
3. Switch focus from game and return it back (i've tried both windowed and
fullscreen, it doesn't matter)
4. Repeat step 3 if game wasn't affected
Game crashes (20%) or hangs (80% - sound doesn't stop when game hangs) when i
restore focus back to it (_not_ on focus loss) with the following messages in
console (3 different instances):
---
wine: Unhandled page fault on read access to 0x0000006c at address 0x10045e45
(thread 0021), starting debugger...
---
wine: Unhandled page fault on read access to 0x0000006c at address 0x10045e45
(thread 0019), starting debugger...
---
wine: Unhandled page fault on read access to 0x0000006c at address 0x10045e45
(thread 001a), starting debugger...
---
I don't know how to use wine debugger, will try to put my hands on it next
weekend.
Following links describes patch notes:
http://myeve.eve-online.com/updates/patchnotes.asp
It doesn't include any info on Stackless IO though:
http://myeve.eve-online.com/devblog.asp?a=blog&bid=584
Information on Stackless IO deployment dates (server-side - 16th sep,
client-side - 30th sep with EA 1.1.1 patch):
http://myeve.eve-online.com/ingameboard.asp?a=topic&threadID=883386&page=4#…
I don't see any serious technological changes in EA 1.1.1 patch except for
stackless IO, so this one should be blamed first in my opinion (or CCP again
changed something w/o informing us).
My EVE-specific wine settings:
[Software\\Wine\\AppDefaults\\ExeFile.exe\\Direct3D] 1214073207
"DirectDrawRenderer"="opengl"
"OffScreenRenderingMode"="fbo"
"VideoMemorySize"="512"
Global wine settings:
WM is able to both control and decorate windows
Applications are not allowed to prohibit mouse leaving window
My rig:
Acer Aspire 5920G (C2D 2x2400, 2GB RAM, GF8600GTM)
Debian Lenny current (nearly vanilla with nearly no changes), NVIDIA 177.76
drivers.
I don't know to which wine module assign this one, so set unknown for mow.
--
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=14476
Summary: Display window placed in wrong location
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.grlevelx.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ando140(a)hotmail.com
CC: ando140(a)hotmail.com
Created an attachment (id=14800)
--> (http://bugs.winehq.org/attachment.cgi?id=14800)
GRLevel2 Screenshots
The radar image is only drawn when the window is maximized. When maximized,
the window that displays the radar images is offset up and to the left and
draws over toolbars, menus and other windows when it redraws. The point where
the mouse pointer is and where the click is effective is offset up and to the
left of the actual mouse position. The mouse offset appears to match the
screen offset.
Screenshots are attached, descriptions from top to bottom:
1. Non-maximized window, a radar image should be displayed, but is not. You
can see the toolbar that is normally covered by the offset image.
2. Normal view with radar image offset and toolbar covered
3. Shows active window being overwritten by radar image
4. Shows zoombox, you can't see the mouse pointer, but it is down and to the
right of the box.
5. Image did not automatically redraw when a window from another application
was closed.
A 21 day free trial of this program may be downloaded from
http:www.grlevelx.com
To get the radar sites, click File > Configure Polling, then click Add and
paste in http://mesonet.agron.iastate.edu/data/nexrd2/raw/
When you return to the program's main screen, click Sites and a list of
available radar sites should be displayed. After a site is selected, click
File > Start Polling or click the second icon from the left in the top toolbar.
--
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=11793
Summary: Hulk demo crashes in DSOUND
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.jeuxvideo.com/downloads/0000/00008022_demo.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=11055)
--> (http://bugs.winehq.org/attachment.cgi?id=11055)
console output
The Hulk demo crashes with a dsound error (see the attached console output
below).
Disabling the sound in winecfg makes the demo working.
Joaopa
--
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=12240
Summary: Scar fails to launch
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
URL: http://www.download.com/SCAR-Squadra-Corse-Alpha-Romeo-
demo/3000-7523_4-10391218.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Created an attachment (id=11672)
--> (http://bugs.winehq.org/attachment.cgi?id=11672)
+relay
Installation works fine, but game doesn't start.
A messagebox pops up saying that "...a file is damaged or missing".
I think its:
0009:Call KERNEL32.GetLastError() ret=00644510
0009:Ret KERNEL32.GetLastError() retval=00000715 ret=00644510
(ERROR_RESOURCE_TYPE_NOT_FOUND)
--
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=14391
Summary: MagicISO interface flickers
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.magiciso.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Hello,
MagicISO (application to manage disc images) is a quite complex app with nice
interface. It works properly on Windows, but on Wine the interface redrawing is
very slow.
I can see every icon popping up on the screen, and every menu entry drawn one
by one (btw menu is draw twice).
Wine shows no errors at all, application works perfectly (which is IMHO -
MAGIC).
--
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=23742
Summary: Graphics appear upside-down in SinkSub Pro and Piranha
Panic
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.wihlborg.se/piranha_panic.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to two games by Wihlborg Entertainment, Piranha Panic and
SinkSub Pro. Demo versions can be downloaded from
http://www.wihlborg.se/piranha_panic.html and
http://www.wihlborg.se/sinksub_pro.html
Piranha Panic works in Windows 3.1 and later. SinkSub Pro works in Windows 95
and later. There are possibly two problems which may be connected:
- Most graphics are rendered upside-down.
- Graphics are not refreshed properly.
The installers work okay, albeit complaining about not being able to create a
program group.
After starting Piranha Panic, notice the "garbage" which appears on-screen.
Drag the window mostly off-screen and back again. Doing that forces the window
contents to refresh and the upside-down text appears.
--
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=17568
Summary: program is not able to extract version information
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)devloop.de
Created an attachment (id=19719)
--> (http://bugs.winehq.org/attachment.cgi?id=19719)
log with ver channel debug
I try to run a program which tries to extract its own version (under windows:
right mouse button -> properties -> version). But if it is communicating with
its updateserver, the versioninformation is empty - seems it is not able to get
its own version.
If i overwrite version.dll with one from an original Windows installation it is
working.
Program I tried:
http://photoservice.fujicolor.de/downloads/SG-EC-20/Rossmann_Fotoservice.exe
As advised by arethusa from irc I attach a log with WINDEBUG=+ver.
--
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=18709
Summary: Breakout crashes:System.OverflowException: Value was
either too large or too small for a Decimal
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.gielow-home.de/home/download/breakout_xna.e
xe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I'm testing a few more XNA games. The nice thing is they give a very clear
description of what went wrong when they crash, like this one Breakout:
Unhandled Exception: System.InvalidOperationException: There is an error in XML
document (12, 81). ---> System.OverflowException: Value was either too large or
too small for a Decimal.
at System.Decimal.Compare(Decimal d1, Decimal d2)
at System.Decimal.op_LessThan(Decimal d1, Decimal d2)
Corresponding log gives:
0009:Call oleaut32.VarDecCmp(0032e974,0032e964) ret=7a2c43ed
0009:Ret oleaut32.VarDecCmp() retval=00000000 ret=7a2c43ed
0009:Call oleaut32.VarDecCmp(0032e974,0032e964) ret=7a2c43ed
0009:Ret oleaut32.VarDecCmp() retval=8002000a ret=7a2c43ed
0009:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032e850)
ret=78158
dd3
0009:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b844453
ip=7b844453
Running with native oleaut32 makes the game start and run just fine. If you
need any logs just tell me, and i'll attach 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=23160
Summary: NFSU2 sometimes hangs while loading
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrawl(a)baseoftrash.de
Using the patch on the AppDB, I got Need for Speed underground 2 to work. But
in the loading screen, it sometimes hangs (every 2nd time maybe, its totally
random). The loading animation continues, but it doesnt load anything. No
output on the console.
When I randomly get across the loading screen, everything works perfectly, but
sometimes it just doesnt load anything and continues to load forever. So its
unplayable.
Also affects the demo of the game, available for download here:
http://www.4players.de/services/downloadmanager/download.php?action=start_n…
--
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=20214
Summary: AutoCAD 2009: Selecting drawing causes Unhandeled
exception
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23841)
--> (http://bugs.winehq.org/attachment.cgi?id=23841)
Unhandeled exception
I'm using Wine-1.1.30 on Fedora 11 32 bit.
Steps to reproduce:
1) start AutoCAD 2009
2) draw e.g. triangle
3) select triangle with selecting window (it doesn't matter green or blue)
4) get Unhandeled exception window
This happens only when you do that first time. To repeat that I must start
AutoCAD 2009 again.
Translation for window in attachment:
Wyjątek w poleceniu -> Exception in command
Nieobsłużony wyjątek -> Unhandeled exception
pod adresem -> at address
--
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=14796
Summary: Stack overflow opening HTML emails in Lotus Notes 8.0.1
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)nextgen.net
Opening a HTML email (multipart message with Content-Type: text/html) in Lotus
Notes 8.0.1 causes the following:
err:seh:setup_exception_record stack overflow 1256 bytes in thread 001f eip
601b119e esp 00240e48 stack 0x240000-0x241000-0x340000
err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main process
heap section" wait timed out in thread 0032, blocked by 001f, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110048 "heap.c: main process
heap section" wait timed out in thread 0026, blocked by 001f, retrying (60 sec)
Application hangs, eventually needing to be killed manually.
--
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=21507
Summary: WINE - MUSHClient crashes when highlighting text
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c.williams(a)linuxmail.org
When highlighting text in MUSHclient (all versions), WINE crashes with
following message:
Maximum number of clients reached x11drv: Can't open display: :0.0 Please
ensure that your X server is running and that $DISPLAY is set correctly.
--
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=15727
Summary: autocad 2006 and 2006 lt crashes at running
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.laf(a)gmail.com
Created an attachment (id=16809)
--> (http://bugs.winehq.org/attachment.cgi?id=16809)
screen shot of the fatal error message
autocad 2006 full and 2006 lt. Does install but crashes at opening/ running.
fatal error.
Please help !!! This is vital for our organisation. And we need to register
this is legal version of autocad.
So thanks
Martin
--
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=20871
Summary: HUD stretches after some time.
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oddbio(a)hotmail.com
This just seems to happen periodically. Although during the game I am running
it in a window and I switch between applications and between desktops, but it
appears to happen at any time and not directly after I do anything in
particular.
Basically it appears that the HUD gets offset, and stretched a little. I have
included comparison images:
Look at the top right of the HUD on this screenshot, you can see $2700
displayed.
http://img163.imageshack.us/img163/8937/csgood1.png
But here, the money gets cut off:
http://img163.imageshack.us/img163/2041/csbad1.png
The problem is also displayed here:
http://img163.imageshack.us/img163/8793/csbad2.png
Notice how the blue screen doesn't make it all the way to the bottom
here is how it should look:
http://img163.imageshack.us/img163/7651/csgood2.png
blue screen goes all the way down.
--
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=16257
Summary: AOM Gold - right clicking on objects will not make them
glow/unglow
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
AOM Gold - right clicking on objects will not make them glow/unglow
Normally they would glow and unglow to show which object you right clicked on,
but it's not doing that. Nor is it showing anything in the debug log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18814
Summary: Crazy Factory installer fails
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markh789(a)gmail.com
Created an attachment (id=21617)
--> (http://bugs.winehq.org/attachment.cgi?id=21617)
Error log
I got the Wine error popup.
--
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=15053
Summary: for some apps wine update forces reinstalls
Product: Wine
Version: 1.1.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluedzins(a)wp.pl
It applies not for all applications. It is not only the problem with current
version of Wine, because it happened before.
Take for example Great PWN Dictionary -- you install wine, you install this
app, everything works fine. But when you update wine something is changed in
that way that this app is corrupted and it (not wine) says the installation was
not successful, reinstall is required. After reinstall everything is fine again
until... next wine update. And so on.
I know there is not much details here, please ask what should I add, I will
help for sure.
--
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=16830
Summary: Condor:crash during online game
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: tsierkkis(a)gmail.com
Created an attachment (id=18534)
--> (http://bugs.winehq.org/attachment.cgi?id=18534)
log taken with WINEDEBUG=+winsock
Typically about 5mins after online game start the game freezes and locks X.
Condor process is in defunct state and needs to be killed from console to
unlock X. Remote server can be any windows based server visible in game
developers site. The same happens regardless of selected map or glider type.
Native "d3dxof.dll", "dplaysvr.exe", "dplayx.dll", "dpnet.dll", "dpnhpast.dll"
and "dpwsockx.dll" are in use.
--
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=19097
Summary: Everquest 1 fails on server launch with a "Microsoft
Visual C++ Runtime Library" error
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ppl.info.portal(a)gmail.com
Created an attachment (id=22049)
--> (http://bugs.winehq.org/attachment.cgi?id=22049)
Output to run eqgame.exe via command line using wine 1.1.23
Using wine 1.1.23 (provided with Fedora 11), the Everquest patcher opens, runs
and completes giving the expected server selection screen however when any of
the servers are selected the program crashes giving a pop-up error box stating:
Runtime Error!
Program: C:\Program Files\Sony\EverQuest\eqgame.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
(screen shot available)
This happens with using the "env WINEPREFIX" and also when using wine without.
This was not experienced with the version of wine provided with Fedora 10
(1.1.15) or before.
Output from wine command via command prompt 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=18429
Summary: Printing is weird in educational software
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterson(a)orkutcidio.org
Hello,
I'm from Brazil and in my English school we were trying to use the software
"Click and Change FC" (I believe it's from Cambridge) but we are not able to
print it because it never prints correctly: eveything on the paper gets messy;
there's a big black box in the middle of it, etc. Our printer is an HP Laserjet
1018.
How can I provide information about printing? Is this a known bug (couldn't
find anything about it)? Thanks =)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20809
Summary: 15 Days: Crash at startup
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jojos_band(a)gmx.net
Created an attachment (id=24926)
--> (http://bugs.winehq.org/attachment.cgi?id=24926)
Wine console output and application's own error handler output
The game 15 days from house of tales crashes with an unhandled page fault. It
initializes the fullscreen loading screen (black background, small CD in the
bottom right edge) and reports an error afterwards. The application itself
catches the error and gives some hints in an error dialog.
I'll attach the console output of wine as well as the error information of the
game itself.
Currently, there is no demo of the game available.
--
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=20170
Summary: Gruntz: Slow down a lot when displaying text
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miro(a)hroncok.cz
Gameplay slows down a lot, when text is displayed in game window. I mean white
text with information in top left corner or text when writing cheats.
Displaying text in game guides is OK, same as text in classic Windows dialogs.
Steps to reproduce:
For white text in top lef corner:
1. start playing the game (SINGLEPLAYER > QUICKSTART)
2. click the mouse button twice, to actually start playing the game
3. hit F5 to quicksave the game
4. set a name of the game and click on Save
5. OK all the dialogs
6. F5 again
5. the white text appears in top left corner, game slows down until text
disappears
(This may not work in the demo.)
For writing a cheat:
1. start playing the game (SINGLEPLAYER > QUICKSTART)
2. click the mouse button twice, to actually start playing the game
3. hit Enter and write something
4. game slows down
5. hit Enter again
6. game is OK again
It is not playable during the time, game is slowed down. Also I know two
things:
1. Neither CPU or Memory usage goes up during the slow down.
2. There are no errors or text in the terminal during the slow down.
Demo link: http://download.cnet.com/Gruntz-demo/3000-7562_4-10026065.html
PS Sorry, but I didn't test this in any earlier version of Wine, so it is
possible this is happening since ever...
--
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=21487
Summary: hh,exe: Missing icons, problem displaying initial pag
of sample CHM-file
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.istinger(a)gmx.at
CC: michael.istinger(a)gmx.at
When displaying the sample CHM file, the "closed book" and "open book" in
the tree control on the left side of the window are missing.
The right window complains that "the page cannot be displayed".
I have verified that the file displays ok on Windows XP SP3, so
the problem appears to be in my wine setup.
I assume that this may be related to the "err:" messages I receive when running
hh.exe.
I will upload the following material:
a) Sample CHM file
b) output generated from hh.exe
c) sample screenshot showing display on Windows XP SP3.
Is there anything I can do to get hh.exe to display correctly, or is this
a genuine bug that needs to be fixed?
All the best
Michael
--
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=21346
Summary: Ashampoo Slide Show 2010: Slideshow preview window
crashes the app
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://hdlroot01.ashampoo.com/public/ash/0166/ashampoo
_slideshow_studio_2010_1.00_6121.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25702)
--> (http://bugs.winehq.org/attachment.cgi?id=25702)
Many and Err...
The video preview window in the bottom right of the main window has a play
button. If you click it the entire application hangs.
I've added the url of the trial version for anyone interested in testing it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23906
Summary: Starcraft 2 : graphic problem with mission Safe Haven
(save colony)
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30011)
--> (http://bugs.winehq.org/attachment.cgi?id=30011)
Screenshot
The screen is covered in fog, hence making the mission unplayable. The screen
is fine in Windows. So far, I have experienced this only in the mission Safe
Haven if you save the colony.
Gentoo Linux X64
Nvidia 8800GT
nvidia-drivers 256.35
--
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=23811
Summary: Total Overdose installs, but crashes as soon as it
starts.
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: fetter_oml(a)web.de
Created an attachment (id=29873)
--> (http://bugs.winehq.org/attachment.cgi?id=29873)
crashlog of total overdose with wine 1.2
Total Overdose (PC-Game, 2005) crashes as soon as it is started.
Not much to say, better have a look at the log (attachment)
--
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=23610
Summary: world editor: ui flashing in terrain editor
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
UI flashing in the world editor, when you move, button appear and flash and
make the scrolling slow. This take a part of your processor and make it laggy.
--
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=12663
Summary: Need for Speed: Hot Pursuit 2 demo has invisible cars
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Actually in 0.9.60, but there isn't an option for that yet...
In both the car selection screen and the races, the cars in the Need for Speed:
Hot Pursuit demo are all but invisible. The only trace of them in the race is
the shadows and the sparks that fly when you hit stuff.
The cars used to be rendered perpendicular and textureless (See bug 10613). Now
they don't render at all, and the output at the command line is decidedly
different. (See attached file)
When you have vertex/pixel shaders turned off manually in winecfg, you get Bug
12252.
The game should run without shaders, as it supports nvidia chipsets all the way
back to the original GeForce. My card is an nvidia Geforce 4 MX 440 with the
latest nvidia drivers for the card.
--
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=23490
Summary: Final Fantasy VII hangs in
IDirectInputDevice::GetDeviceState loop
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewfewfe(a)wh4f.org
This problem is probably not only with Final Fantasy VII but that's the only
affected application I know of. Basically, the normal flow of the game has a
message loop like any other with translatemessage/dispatchmessage etc. However,
sometimes it goes into a loop which doesn't handle window messages and this is
where the problem appears, suddenly it doesn't see any input anymore and you
can't do anything but kill the application. I traced the input routines and
found that the game uses GetDeviceState for keyboard input, I can only guess
that this is not updating if no messages are being processed, I haven't
actually run it through a debugger to check. In windows this works fine of
course, input is recognized as usual and the game does not hang. An easy way to
trigger this is to try to quit the game from the ingame menu, a confirmation
dialog appears and the game is still running but you can't do anything.
--
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=23550
Summary: Cannot successfully unlock Tales of Monkey Island:
Chapter 2 - The Siege of Spinner Cay anymore
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.telltalegames.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hein(a)kde.org
"Tales of Monkey Island: Chapter 2 - The Siege of Spinner Cay" is a 3D
adventure game made by Telltale Games.
The game is available for purchase and download online at
http://www.telltalegames.com/.
After purchasing the game, you download an installer executable:
ToMI_SiegeOfSpinnerCay_Setup.exe. This installer appears to complete
successfully.
Upon launching the installed game, you're presented with a launcher window in
which you can either enter your Telltale online account name and password, or
the game-specific serial key (which you can find out on the website after
logging in), to unlock the game.
Unfortunately, the launcher gets stuck on "Unlocking, please wait."
indefinitely after entering either information.
This is a regression: In older Wine versions - unfortunately, I don't quite
remember what version - the game installed, unlocked and then worked
flawlessly.
Of note is that with this older version, the launcher was just a white
rectangle with a HTML line edit where you put the serial and a Submit button to
then unlock it. Now, the launcher appears graphically much more sophisticated,
with proper backgrounds, themed input forms and animations. But it's probably
still HTML-based. Thus my assumption is that what happened here is that Wine's
MSHTML implementation has greatly improved, but those code changes have also
broken the crucial bit that makes unlocking work.
My Wine is 1.2-rc6 on Fedora 13 x86_64. I started with a fresh ~/.wine with
default settings, then used the latest version of winetricks to install the
gecko component, and then ran the installer.
--
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=23994
Summary: Game crash at random during combat
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: yann.eeckhoudt(a)laposte.net
Created an attachment (id=30131)
--> (http://bugs.winehq.org/attachment.cgi?id=30131)
error message
During a combat, the game freeze and there is an error message explaining that
the application has encountered an error and must close. I do not know if that
problem occurs also in windows or not.
--
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=23325
Summary: ART OF MURDER 3 - Mouse problem clickin'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clownbepi(a)fastwebnet.it
I've already installed AoM3 and Directx. It works until It reaches the menu.
The cursor works fine but no one click.
Thanx
D
--
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=19195
Summary: Etherlords 1.07 hangs up after several minutes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
URL: http://www.etherlords.com/etherlords1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
CC: dduck(a)rambler.ru
Created an attachment (id=22196)
--> (http://bugs.winehq.org/attachment.cgi?id=22196)
Output of wine-1.1.25
Game hangs up. When I turn off second cpu, game works longer but also hangs up.
Generally, game works slow and unstable.
System: PC athlon64 X2 2611 MHz, 1Gb RAM. Gentoo linux 2007.
--
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=24144
Summary: Sample OBJ file is not rendered in OpenGL OBJ Viewer
Demo
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/GLObjViewer.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The sample OBJ file supplied in the demo does not render brick tecture on the
cube.
Graphics card is a Nvidia GeForce 6600GT with the 195.36.24 driver.
--
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=10458
Summary: Poptray 3.2 external exception with hotmail
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviatan1(a)gmx.net
Created an attachment (id=9166)
--> (http://bugs.winehq.org/attachment.cgi?id=9166)
Source code from hotmail plugin
I try to use hotmail plugin in poptray. When Poptray check it hotmail, I get
warning "External exception E06D7363" and:
fixme:msxml:domdoc_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
--
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=16596
Summary: Spirits of Metropolis doesn't work properly without
using 'Emulate a Virtual Desktop'
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lostoverthere(a)gmail.com
The game, Spirits of Metropolis, does not display either full screen (default)
or windowed mode correctly. However, this issue is easily resolved by enabling
Emulate Virtual Desktop and setting it to 800x600.
However, if you dont do that and let the game run by itself. When it starts for
the first time in full screen. The game appears in the top left hand corner if
the users resolution is larger then 800x600, with the rest of the space just
being black. The game is meant to be stretched to the users resolution by
default.
If the user changes the games settings in options to run in windowed mode, the
game goes into windowed mode but the game itself shifts up approximately 500px
so the bottom 100px are only visible in the top of the game (the rest is
black).
Although this problems are irritating and should be easily fixed this in no way
alters or distracts the user from the game as the problem can be very easily
sorted by setting WINE's global settings to run in an Emulated Virtual Desktop
at 800x600 (the game's native resolution). Problem temporarily solved.
--
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=16246
Summary: Setting WINEPATH has no effect.
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aziz.koeksal(a)gmail.com
Hi,
The following doesn't work as expected:
$ export WINEPATH="C:\dir"
$ printenv | grep WINEPATH # Check if it's in the shell's environment.
WINEPATH=C:\dir
$ wine ./environment.exe # E.g.: printf("PATH=%s", getenv("PATH"));
PATH=C:\windows\system32;C:\Windows
I expect that by defining WINEPATH it would get appended to PATH. I also expect
wine to search in WINEPATH folders to locate a command, e.g. "wine
compiler.exe".
Before filing this report I did some research into this, and apparently there
has been only one person so far who complained about this feature not working
anymore (http://www.winehq.org/pipermail/wine-users/2006-August/023179.html).
I have also browsed the source code, and found the following identifiers that
should be of interest:
http://source.winehq.org/ident?i=__wine_main_environhttp://source.winehq.org/ident?i=build_initial_environment
I could help debugging this, but only if someone guided me through setting up
everything that is required to debug wine in a graphical and sane environment.
--
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=21569
Summary: urlmon/url tests crash if +heap is enabled (crypt32 to
blame?)
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://test.winehq.org/data/7aaaf738ecd06c12bfd69200ee
74abd5cc9aef8b/wine_ae-ub910-heap/urlmon:url.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26008)
--> (http://bugs.winehq.org/attachment.cgi?id=26008)
terminal output
The backtrace is a LONG line of crypt32 related stuff, along with
wininet/libssl/libcrypto/etc. See 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=17296
Summary: VMware Infrastructure Client 2.5 could not validate
server's SSL certificate
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: wine(a)doty.ru
While starting VMware Instrastructure Client 2.5 after typing hostname, user
and password and hitting Login button, got error: "VMware Infrastructure Client
could not establish the initial connection with server 'XX.XX.XX.XX'. Details:
The client could not validate the server's SSL certificate".
Console log errors appeared:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53
Thus program could not check servers' SSL certificate and don't run next. I
used .NET Framework 2.0 installed with this program version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12966
Summary: Broken Sword 4 Demo fails to start
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=12710)
--> (http://bugs.winehq.org/attachment.cgi?id=12710)
Broken sword and WINE output
Broken sword demo fails to start. Opens only the window, and then exits
gracefully (creates a bug report file). Both files (WINE output and Broken
Sword output) are in the attachment below (gzipped)
--
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.