http://bugs.winehq.org/show_bug.cgi?id=16007
Summary: Footbal Manager 2009 demo doesn't run in Mandriva 2009
32 bit
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxliscia(a)gmail.com
Created an attachment (id=17213)
--> (http://bugs.winehq.org/attachment.cgi?id=17213)
output of WINEDEBUG=+ALL wine fm.exe
Football Manager 2009 demo doesn't run in Mandriva Linux 2009 32 bit:
kernel: 2.6.27.4-desktop-2mnb
cpu: Intel(R) Pentium(R) 4 CPU 3.20GHz
Ram: 2 Gb
Wine: 1.1.8
Xorg video driver: I tried both "ati" open source driver and "fglrx"
proprietary driver ver. 8.522
In the attachment you can see the output of wine in the console, the command
line was WINEDEBUG=+ALL wine fm.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20471
Summary: MS Word 2007 crashes on scroll
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: utkarsh2012(a)gmail.com
Created an attachment (id=24357)
--> (http://bugs.winehq.org/attachment.cgi?id=24357)
Sample document
MS Word 2007 crashes when I scroll down to the 2rd page of the attached sample
file.
I am using Ubuntu 9.04 and WINE 1.1.32
This is somewhat similar to bug: http://bugs.winehq.org/show_bug.cgi?id=17700
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22000
Summary: Gallium + Indexed rendering = Null pointer dereference
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MostAwesomeDude(a)gmail.com
Created an attachment (id=26727)
--> (http://bugs.winehq.org/attachment.cgi?id=26727)
Failed device.ok test in d3d9
First off, I *am* upstream (Mesa/Gallium), so assume they've been contacted. :3
Gallium and indexed rendering are not very happy with each other. I get some
fairly solidly reliable segfaults with both a d3d9 DLL test (device.ok) and
Civ4 (Steam version). Hardware is a Radeon R580 (X1900), driver is r300g from
Mesa git.
I'm attaching four logs. The first two are the original test and Civ4 logs; the
second two are the same, but edited to show the juicy bits.
My current guess, based on the Mesa debug info I dumped, is that the indexed
rendering code is slightly baked and maybe trusting the underlying GL driver a
bit too much.
get_arrays_bounds: Handling 2 attrs
attr 0: stride 16 size 12 start (nil) end 0xfffffffc
attr 1: stride 16 size 4 start 0xc end (nil)
buffer range: (nil) 0xfffffffc range -4 max index 4294967295
So right here (from device.ok) we have interleaved userspace VBO, that is being
prepped inside core Mesa. Two delightful things here; the first attr seems way
off-base, it shouldn't dare be giving us bad pointers, and the second attr's
pointers don't even line up! Compare to a sane program (Mesa's drawarrays):
get_arrays_bounds: Handling 2 attrs
attr 0: stride 16 size 12 start 0x8087020 end 0x808705c
attr 1: stride 16 size 4 start 0x808702c end 0x8087060
buffer range: 0x8087020 0x8087060 range 64 max index 3
r300g doesn't really care. The kernel drops the rendering on the floor for a
variety of reasons, not least being the ridiculous max_index.
But then it segfaults, and I have zero idea why. I'd guess it's something to do
with tossing around NULL pointers like candy, but I'm honestly not sure and I
haven't really dug into the DLL code yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24515
Summary: Blue Mars beta client screen flickers horribly
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://bluemars.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The blue mars client installs and starts fine with just
winetricks d3d9x_36... but it has a terrible flicker problem,
there's a white background that shows up in front most of the
time, and makes the app unusable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26866
Summary: LV-426 launcher doesn't appear
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.fileden.com/files/2007/11/9/1573365/lv_426.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
The game is a freeware remake of a classic shooter game, called 'Aliens'.
When you start the game a launcher window should show up in the middle of the
screen (approx. 480x360 pixels), containing the options: <Run game>, <Change
mode> and <Quit>.
The launcher doesn't appear in Wine.
If I start the game in virtual desktop mode I can only see the blue background,
nothing else. Actually, the launcher is sitting there (in the middle of the
virtual desktop) but it is invisible. If I click on the appropriate area in the
blank virtual desktop, the game starts fine.
The launcher doesn't show up correctly in fullscreen mode either: a blank
rectangle is placed in the middle of the screen (supposedly that is the
launcher).
Terminal shows only:
fixme:win:EnumDisplayDevicesW ((null),0,0xe2f42c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xe2f3bc,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Fedora 14 32-bit
Nvidia GeForce 250 / driver 270.30
Gnome 2.32.0 with Metacity 2.30.3
Xorg 1.9.5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24949
Summary: AlienBreed2 Assault: crashes when loading the map
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arcangelofwellington(a)gmail.com
CC: wine-bugs(a)winehq.org
The game run and appears the menu.
The menu works fine, but when you launches the real game, during the loading,
the game crash
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23692
Summary: Fallout 3 FOMM crash at start
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
Created an attachment (id=29674)
--> (http://bugs.winehq.org/attachment.cgi?id=29674)
fomm wine error
Fallout 3 mod manager crashes at start, with the following terminal log, I have
uploaded an image also.
Fomm has several features to make using mods a lot easier and non destructive.
I would put wine 1.2 on version but i found only 1.2-rc7
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25745
Summary: Incorrect cursor in World of Tanks
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
In the game World of Tanks the actual cursor appears as a black rectangle with
a "stop prohibited" road sign in it. There is also an arrow which should
represent the mouse cursor but it does not move as mouse moves, only changes
position when mouse makes click.
This makes gameplay very difficult. The game is available freely for download.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21751
Summary: Wine locks the initial executable
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
When wine first loads the main executable it leaves a 'shared read' lock
against the executable. A (deliberatly unnamed) application I was debugging
does a consistency check by opening itself using SHARE_NONE in the CreateFile
API. This works on windows but fails under wine. I've cut the problem down to a
simple testcase, where test (1) shows the failure.
The problem is I (a) dont know how to fix it and (b) cant add tests to wine
itself for it as it has to be a native executable (as thats where the bug
lies).
I reported it on wine-devel:
--------------------------------------------------------
I have cut this down to a 2 line test program, which basically fails
because a native executable called eg. test.exe subsequently calls
CreateFile(".\\test.exe", GENERIC_READ, 0 /* no share*/ - ie it's
opening itself for read access and non-shared access. It suffers a
sharing violation on wine whereas it works fine on windows
Diagnosing the wine side, we are in trouble here - the act of loading
a module ends up in load_dll which call find_dll_file which in turn
calls NtOpenFile for GENERIC_READ access. This returns a file handle
which is then used to create the in memory file mapping for the
executable code, and the handle returned from the NtOpenFile is then
closed.
However, when we come along to the application code and try the open
we end up checking the sharing and there are 3 things on the
inode->open chain:
The original open, with access of read
The mapping, with access of mapping
The open in progress (which is ignored for sharing checks) which does
not want to SHARE_READ,and hence the sharing violation occurs. For
reference we are failing in the 3rd (last) case of check_sharing
returning STATUS_SHARING_VIOLATION, ie existing access if for read
purposes, but the requested sharing doesnt allow this.
What I dont understand is why the NtClose for the handle does not
remove it from the 'open' list - I think from my reading of the
fd_destroy code it will put it onto the closed list if there are other
references to the same inode, although thats where my debugging will
head next.
--------------------------------------------------------
Alexander replied:
Loading a dll keeps a reference to the file object, because it needs to be
returned in debug events. Probably it would be possible to reference the
mapping object instead and reopen the file from it.
--------------------------------------------------------
I've got stuck and am out of my depth so leaving this for someone as a bug
report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16306
Summary: Cannot drag image from Linux Desktop to application
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
URL: http://www.invelos.com/Downloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
DVD Profiler includes the facility to drag and drop images into some areas of
the application - indeed this is the only way you can populate one area of the
database.
Wine does not seem to like dragging images from the desktop (or elsewhere) into
the Windows app - you simply get a circle with a bar across it (typical "can't
do this" icon).
I'm running KDE on OpenSuSE 11.0.
>From the descriptions, this may have the same root cause as some or all of the
following bugs:
9441
9932
10815
12007
15953
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25907
Summary: Characters not echoed when typing
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoar(a)gmail.com
Characters do not echo in the terminal when typing. After hitting <enter> the
results display fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23271
Summary: X2 the threat fails to install
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.egosoft.com/games/x2/info_en.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=28995)
--> (http://bugs.winehq.org/attachment.cgi?id=28995)
error dialog
The installer for x2 the threat no longer installs. It used to install fine in
1.0, but now there is a regression in 1.2-rc4. I have not yet performed a
regression test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25156
Summary: Startup of Quest Atlantis yields a page fault
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: colinbaddress-biz(a)yahoo.com
Created an attachment (id=31906)
--> (http://bugs.winehq.org/attachment.cgi?id=31906)
the on screen dump after clicking the "OK" button
I am new to wine. I tried installing an education program for my daughter
called Quest Atlantis (http://atlantis.crlt.indiana.edu/#61). That part went
fine. At startup, I first had to add a couple dlls (mfc42.dll and
msvcp60.dll). Not a problem. Then, I started it up.
I first get a message saying it cannot load the web browser for some feature.
I click "OK".
Then I get a program error saying "The program aworld.exe has encountered a
serious problem and needs to close. We are sorry for the inconvenience."
I know this program works fine under windows because all the kids in my
daughter's class use it. Any help would be appreciated. I've attached the
dump.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14832
Summary: Need for Speed Underground - Crash after aprox. 1 minut
of gaming
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frits(a)itpedersen.dk
Created an attachment (id=15379)
--> (http://bugs.winehq.org/attachment.cgi?id=15379)
Output error log - After 1 min of playing in the game the menu works fine
Ubuntu 8.04
P4 - 1,8GHZ
512MB
Need For Speed Underground crashes after aprox 1 minut...
In order to get it up and running I used the following config:
winecfg: Disable sound, Emulate Desktop, add dinput8.dll, disable vertex shader
support, enable pixelshader.
The game was legal bought.
Installed at default location inside drive_c
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22623
Summary: Unigine Heaven 2 benchmark d3d version has funny
stripes on stone and wood
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://unigine.com/products/heaven/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In the last day or so, wine from git seems to have decided that
stripes are just the thing. The world in heaven d3d9 is now
a very stripy place indeed; the bottom of mountain-islands,
wooden planks, and stone walls now have large stripes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18363
Summary: [Win 3.11/16-bit] [Bermuda Syndrome] In-game menu
buttons unclickable
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
URL: http://abandonia.com/en/downloadgame/24561
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nugrud(a)gmail.com
This 16-bit game is from 1995, and was written for 3.1x family of windows.
"Bermuda Syndrome.zip" md5: c43b012e7342e56510983f75b91f8be3
After unzip you have to reedit BERMUDA.INI and set correct SRCPATH and DSTPATH
(Z:\path\to\BERMUDA\SCN and Z:\path\to\BERMUDA). This doesn't seem to help in
any way but the windows version in winecfg should be also set to "Windows 3.1".
Run the game in one of two ways:
1) wineconsole bermuda.bat
2) cd BERMUDA/SCN && wine BERMUDA.EXE
As of wine 1.1.20 the main menu should appear, but on mouse-hover buttons don't
enlight and are unclickable. The wine output does not complaint about anything,
output is empty, but the only way to quit is wineserver -k.
I tried running the game in dosbox/win311 environment and before the menu
appears first credits are run, which can be interrupted by mouse click. The
wine's problem maybe caused by unimplemented codecs only if this credit are
indeed a movie, but I'm not sure. I think running this game would very nicely
prove wine's claimed compatibility with pre-NT windows 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=19342
Summary: Adobe Photoshop CS2: Doesn't display license screen
for installation (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.adobe.com/pub/adobe/photoshop/win/cs2/
Photoshop_CS2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When installing Photoshop CS2 on Windows XP, the license is prompted for
twice...install is something like:
run Photoshop_CS2.exe to extract files (or use unzip)
Run setup.exe, which pops up the license, and then runs the inner installer
Inner installer runs, pops up a second license.
On wine, the second one doesn't show up, and proceeds directly to the
User/Company/Serial No. screen.
I've got an automated test for CS2 install, should be ready in a day or so,
still working out the kinks...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16858
Summary: Jetmen REVIVAL: Unplayable because of strange bugs
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.megagames.com/news/html/freegames/jetmenreviv
al.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
This is a nice Deplhi-coded Windows game. But the game is affected by some
strange bugs, like bad physic (water "falling down" in left direction), ship
not rendered correctly, I can fly through solid, etc.
Note that maps are built from 3 bitmaps ([name]Back.bmp representing
background, [name]DotMap.bmp representing solid location and [name]Middle.bmp
representing solid graph) and script-like [name].map (map settings, water
placement, starting positions, etc.).
Also I can launch the game only with GDI as DirectDrawRenderer (OpenGL screws
up the window so it's 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=22236
Summary: World of Goo Demo requires native D3DX9_38.dll
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://worldofgoo.com/dl2.php?lk=demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
World of Goo Demo bundles D3DX9_38.dll. If you delete it,
the game still runs, but the screen is all 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=20467
Summary: Battle Realms: Crashes on closing
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: debian(a)carbon-project.org
Created an attachment (id=24351)
--> (http://bugs.winehq.org/attachment.cgi?id=24351)
Backtrace of the crash on closing.
When closing Battle Realms (pressing the »Leave« button in the game), the
application crashes. I've attached a backtrace from such a crash (the attached
backtrace was generated by Wine 1.1.32 but the problem exists at least since
1.1.28, see
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394&iTestingI…>).
If you should need more information, please feel free to ask me for 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=15465
Summary: Panzer General 3D Demo randomly hangs with
err:seh:setup_exception_record nested exception on
signal stack
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Created an attachment (id=16361)
--> (http://bugs.winehq.org/attachment.cgi?id=16361)
+warn=all output
Seems similar to #15195, but I can't confirm that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15695
Summary: Ableton Live: freeze, audio record and audio render
don't work.
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.ableton.com/free-trial
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stepback(a)bk.ru
Freezing, audio recording and rendering to audio refuses to work in Ableton
Live under Wine. All this operations require to create an audio file, which
application just unable to create. Instead it reports that it couldn't open an
audio 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=24732
Summary: Complex Text (Devanagari, Hindi, indian languages) are
not rendered as expected
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mlang
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
The complex character forms are not being formed in wine apps, like notepad and
wordpad and other editors/word processors. In windows, one can install language
support, but in wine how do i do that?
Any how the bug/missing feature is presented in video format:
http://www.youtube.com/watch?v=c2Ru1PVFl_U
first part in 'wine wordpad' application where characters are not
conjoined/combined.
second part is 'kate' text editor in kde 4.5.2, where combination forms are
correctly formed.
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=23829
Summary: HTML-Kit's plug-in preview never refreshes
Product: Wine
Version: 1.2
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=29909)
--> (http://bugs.winehq.org/attachment.cgi?id=29909)
Terminal output
HTML-Kit 292 has a list of installed plugins, found at help -> installed
plugins. To the right, it shows a "preview" with information about the plugin.
Clicking on a different plugin in the left pane should cause the preview to
refresh and show information about that plugin, but it doesn't work; it seems
to be "stuck" on the initial preview.
A workaround is native shdocvw (from winetricks ie6).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13782
Summary: Autocad 2004 trial: Cannot deselect components to skip
for install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.brothersoft.com/autocad-78351.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Ho, this affects at least autocad2004/2005 and 2006. After doing winetricks
dotnet20, the installer goes fine into the configuration window.
I then want to do custom install, and deselect "VBA".
That seems to go fine, but in the end of the installation process, it still
tries to install VBA, and makes the installer crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21834
Summary: Inspiration 8.0b does not work under Wine 1.2 beta
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbryanharris(a)wbryanharris.com
Inspiration 8.0b did work under Wine 1.0. Under 1.2 it loads, but as soon as
you try to start a new diagram, you get a wine error message that says to fill
out a bug report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17916
Summary: Windows 64 bit exe Service unable to recognize internal
process created
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yugandhar_bireddy(a)satyam.com
When windows 64 bit exe is started as service as follows:
wine myappl.exe \Service
(The above application will internally create a process, a java executable
running a class),am geetting the following error:
0014: KERNEL32.CreateProcessA(00000000,2b1efe0d4e50 "jre\\bin\\java.exe
com.aa.em.ssi.server.MyWebServer") ret=140003b0e
Trying to load PE image for unsupported architecture (I386)
0014:Ret KERNEL32.CreateProcessA() retval=00000000 ret=140003be0
0014:Call KERNEL32.GetLastError() ret=140003b1f
Thanks,
Yugandhar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11658
Summary: Setup routine of BSSBWin software crashes when searching
for previous installations
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias_stegmann(a)gmx.net
CC: tobias_stegmann(a)gmx.net
Created an attachment (id=10860)
--> (http://bugs.winehq.org/attachment.cgi?id=10860)
debug message for bssbwin
Used Wine version: wine-0.9.55
Used Linux distribution: Ubuntu 7.10 x86_64
Used software version: BSSBWin 4.3.14
Software download: http://www.bssb.de/downloads/2kb/downloads/SetupV.EXE
Software description: German management software for sport clubs written in
Visual Basic 6.0, depends on Windows XP SP 2 or Win2k SP 4
Bug description:
Setup routine crashes when trying to search for previous installations - see
attachment for error message.
Using i686 architecture setup freezes at the same point using 100% cpu - no
error message.
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=17092
Summary: NFS Underground: The game crashes after loading drag
race
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=18929)
--> (http://bugs.winehq.org/attachment.cgi?id=18929)
log after running the game
My OS is Fedora 10 i385. I'm using nvidia driver 180.22. I do following
1)install the game (full option) and patch it to 1.4
2)run the game
3) select -> quick race -> drag -> select car and track and start the race
The game is loading and crashes immediately after loading or shows cars (ca. 2
sec) and then crashes. I'm playing in 1024x768 with maxed out settings.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26869
Summary: Enemy characters are rendered very darkly until killed
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://static.cdn.ea.com/darkspore/u/f/base/temp/Darks
poreBetaFull.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fjuni5(a)msn.com
All enemies are rendered very darkly, almost black until they are killed. Other
than making the enemies slightly harder to see, it does not effect gameplay.
Core i7, 6 GB
GeForce GTX 580
Nvidia 270.30
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25769
Summary: Crysis demo wants d3dx9_36.dll.D3DXFloat32To16Array
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://www.gamershell.com/download_21700.shtml
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
To reproduce, install, run, choose new game, single player. It'll go through an
intro video or two, then crash:
fixme:d3dx:D3DXGetShaderConstantTableEx Don't know how to calculate Bytes for
non D3DXRS_FLOAT4 constants
wine: Call from 0x7b8393d3 to unimplemented function
d3dx9_36.dll.D3DXFloat32To16Array, aborting
fixme:faultrep:ReportFault 0x32e204 0x0 stub
I tried running mscodescan on the wineprefix, but it doesn't seem to find
anything for d3dx9...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18225
Summary: HL2: Intro movie garbled with medium resolutions
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
The HL2 intro sequence (showing the Valve guy and the copyright info) is
garbled when the ingame resolution is set to a value of 800x600 or lower.
The intro looks fine with a resolution of 1024x768, so there is probably some
problem with downsampling.
Tested on a nvidia Geforce FX 5900.
Drivers: nvidia-drivers-173.14.18
Going to attach so screenshots.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10781
Summary: Fibotrader: program crashes when starting and creating
*.mdb database
Product: Wine
Version: 0.9.39.
Platform: PC
URL: http://fibotrader.com/sw_downloads.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emmek(a)o2.pl
Created an attachment (id=9636)
--> (http://bugs.winehq.org/attachment.cgi?id=9636)
Console output after starting program and crash
After starting the program is trying to run "databank assistant" at first.
Then it tries to create or open a *.mdb file. At this step it fails.
A pop-up window suggests to check MDAC and Jet installation. I'm almost sure I
have MDAC & Jet installed properly as many other applications run at my Wine.
--
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=18821
Summary: World of Goo - Heavy flicker
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: atari(a)gabo.pl
Created an attachment (id=21623)
--> (http://bugs.winehq.org/attachment.cgi?id=21623)
log
Playing World of Goo gives me heavy whole-screen flicker, making the game
unplayable. Looks like some double buffering issue.
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=24184
Summary: Ground Control II fails to start
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.gamershell.com/download_6011.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30443)
--> (http://bugs.winehq.org/attachment.cgi?id=30443)
terminal output
Ground Control II: Operation Exodus shows only a messagebox on starting then
quits, without a crash dialog or generated backtrace. The messagebox says:
'Boooom! Access violation reading from 0x00000114 at 0x005789c8'.
The attached log shows only a couple of lines of fixmes (clean Wine install, no
native dlls).
You can check the issue with the demo, link added to URL.
The game never worked before in Wine, always produced the same error on
startup.
Fedora 13
Nvidia 7600 / driver 256.44
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24067
Summary: Overlord 2 Demo shows incorrect shadows and
transparent persons
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.filefront.com/13887123/Overlord-2-Playable-
Demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
Created an attachment (id=30260)
--> (http://bugs.winehq.org/attachment.cgi?id=30260)
chars are semi transparent (wrong) - background shadows also
After fixing bug 21154, game runs, but some characters are semi-transparent and
shadows do not lay on the ground, but over my character etc. Attachments show
that better.
I guess it doesn't make sense to run bisect, because Overlord2 was kept broken
for too long (since 1.1.35 till 1.3.0-276-g0b24db5). Henry i added you to CC,
just for case, that fix in bug 21154 needs just a little tuning ;) If not, feel
free to remove yourself from CC.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18136
Summary: Installation of MSXML6 for 64bit wine
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yugandhar_bireddy(a)satyam.com
When msxml6 component is installed for 64bit wine, application is unable to
create an instance of DOMDocument60
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24858
Summary: ProgDVB: Fails to start
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31454)
--> (http://bugs.winehq.org/attachment.cgi?id=31454)
Terminal output on Wine-1.3.5
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko dotnet20
3) install ProgDVB
4) wine ProgDvbNet.exe
Behaviour:
Error message is displayed.
Expected behaviour:
No error message should be displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25661
Summary: error when runing radphp xe frameworkusing wine 1.3
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dediajimk(a)stkippasundan.ac.id
Created an attachment (id=32682)
--> (http://bugs.winehq.org/attachment.cgi?id=32682)
error when runing it using wine 1.3
i have installed radphp xe framework (from embarcadero) succesfully using wine
1.3 but when i run it there was error!
i submit an image file to figure it 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=26794
Summary: Vampire the Masquerade Bloodlines mouse became
unresponsive
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
The mouse in this game suddenly became unresponsive/slow, like if the camera
movement was restricted on the center of the window always (it's also more than
jerky).
I believe this happened after installing wine 1.3.18 (xinput2) but i compiled a
older source ( wine-1.3.15-205-ge030b3c ) and it's doing it too.
It's possible it is the new dll that is interacting badly?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25406
Summary: Dotnet20 fail to install due to missing msi3.0
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
Created an attachment (id=32334)
--> (http://bugs.winehq.org/attachment.cgi?id=32334)
errors while installing dotnet20
Need to install msi3.0 directly from MS to be able to install dotnet20
(required by one of my app). Actually winetricks cant help (r1905) because it
only propose msi2.0 (MS has published 4.5).
So after installing msi3.0 from MS, then dotnet20 is able to install, but got
some errors: see joined 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=27144
Summary: Regression: uTorrent chunk progress bars show garbage
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: medhefgo(a)web.de
The uTorrent progress bars in general, files and pieces tabs show garbage.
c29cf0591976f96c3adb30c3c3b6db59f4983251 is the first bad commit
commit c29cf0591976f96c3adb30c3c3b6db59f4983251
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 19:07:25 2010 +0200
winex11: Add support for 32-bit DDBs.
:040000 040000 73b8486e86ccd609ea2f0c8cf0c920b6ec3783dd
04bcf74196ee257fa4b8391041c627b89e6cbffe M dlls
Reverting the patch on latest HEAD isn't possible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20182
Summary: Power Basic 5.0 won't run under WINE
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rvkbob(a)juno.com
I pasted a working copy of PBCC (all files and folders) from Windows XP into
Linux Ubuntu 9.04 and executed the PBCC.exe file using the Wine Program Loader
(from the Nautilus). I get the following message on the screen. "The program
windvdm.exe has encountered a serious problem and needs to close."
PBCC appears to start up and asks for the authorization number for the program.
Then this wine error occurs immediately after I enter the correct number.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27340
Summary: WoW Launcher crashes, NULL pointer dereferenced
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
This bug started happening at about the same time as the 1.3.21 release. What
is happening is that the get_script_guid() function in dlls/mshtml/script.c is
being passed nsscript=NULL. This function contains the line:
nsres = nsIDOMHTMLScriptElement_GetType(nsscript, &val_str);
where nsIDOMHTMLScriptElement_GetType() is really a macro defined as:
#define nsIDOMHTMLScriptElement_GetType(This,aType)
(This)->lpVtbl->GetType(This,aType)
So being passed NULL for This is a "Bad Thing", obviously.
I have no idea *why* nsscript is NULL suddenly; presumably doc_insert_script()
is being passed NULL.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24804
Summary: winboot.exe error
Product: WineHQ.org
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.krieger12(a)web.de
wine creat the error: winboot.exe after i start.
i uses ubuntu 10.04
thanks for 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=27216
Summary: 32bit DLL pulling in 64 DLLs fails in
check_architecture
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mpartap(a)gmx.net
At first, i was thinking that somehow, wine64 'gets all confused' about its
64bitness and spuriously spawns 32bit wine processes that naturally choke at
loading 64bit dlls. Having a closer look at it, the program i'm running to run
is mixed 32/64bit executables and libraries. The 32bit main program pulls in a
32bit library that wants to load 64bit QT dlls. Is there a way to make it run?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21018
Summary: Wheel of Time for pc brings up error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robertselby(a)gmail.com
When trying to run the autoplay.exe for my wheel of time game, I get an error
message stating that an error occured and it must close. Complete novice here,
so I tried to get the game running from the termal and i will upload the error
received as an attachment.
Thanks for any help you guru's can offer!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24717
Summary: MUSHclient: calls to CDC::DrawEdge (MFC) show solid
black border instead of 3D border
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiendishx(a)gmail.com
Created an attachment (id=31226)
--> (http://bugs.winehq.org/attachment.cgi?id=31226)
Side by side comparison of working fine in 1.0.1 (top) and not working in 1.2.1
(bottom).
Computer: Lenovo Thinkpad x201i
OS: Ubuntu 10.10 Maverick Meerkat
Wine versions tested: 1.2.1 and 1.3.4 have the problem. 1.0.1 does not.
Program affected: MUSHclient 4.64 (
http://www.gammon.com.au/files/mushclient/mushclient464.exe )
Steps to demonstrate after installing MUSHclient 4.64:
The function call is not in the main program code, but is in code that can be
called by scripted plugins. Steps to demonstrate involve installing a plugin
that uses the relevant function call...
Download http://aardwolfclientpackage.googlecode.com/files/telnet_options.lua
to the MUSHclient/worlds/plugins directory.
Download http://aardwolfclientpackage.googlecode.com/files/aardwolf_colors.lua
to the MUSHclient/worlds/plugins directory.
Download
http://aardwolfclientpackage.googlecode.com/svn/trunk/Aardwolf_Chat_Capture…
to the MUSHclient/worlds/plugins directory.
Run MUSHclient.
Menu File->New World. Click NO to not preload defaults from another world.
Add fake world name and IP address.
Click OK.
Menu File->Plugins...
Click Add...
select Aardwolf_Chat_Capture_mw.xml
Expand the main output area and notice that display looks like the attached
image.
Attached is a demonstration of the problem. Top is Wine 1.0.1, which works
fine. Bottom is Wine 1.2.1, which does not work. For reference, the C++ code
from the program in question is available at
http://github.com/nickgammon/mushclient/blob/v4.64/miniwindow.cpp on line 308
in CMiniWindow::RectOp under "case 5: // DrawEdge"
I'm not sure what component is the issue. I guess it could be GDI.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20618
Summary: CALD Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: niyasc(a)ymail.com
I can not run Cambridge Advanced Learners Dictioanary after successfull
installation in Ubuntu 9.04 using 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.