http://bugs.winehq.org/show_bug.cgi?id=19024
Summary: No WM_MEASUREITEM received on LV creation
(LVS_OWNERDRAWFIXED)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinez.pr0team(a)gmail.com
Created an attachment (id=21937)
--> (http://bugs.winehq.org/attachment.cgi?id=21937)
Application demonstrates the problem.
After creation of a ListView with the LVS_OWNERDRAWFIXED style parent window
should receive the WM_MEASUREITEM message.
It can be succesfully forced by sending WM_WINDOWPOSCHANGED, however LV should
be invalidated after getting this message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19014
Summary: regression - Casino Club crashes when typing in
login-box
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.casinoclub.com/de/CasinoClub/downloadcasino
.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cloph(a)openoffice.org
Created an attachment (id=21912)
--> (http://bugs.winehq.org/attachment.cgi?id=21912)
data that is written to .xsession-errors
Casino Club software crashes when attempting to enter username/password (or
when trying to login with a saved username/password)
The crash happens immediately, so you don't have to register to reproduce the
crash.
Version 1.1.21 and previous versions work fine, 1.1.22 and 1.1.23 both crash
Setup for the casino-program is available at the URL above, installation runs
smooth, without any (reported) problems.
After initial setup, it prompts to download data for offline use (roulette or
slot-machine,.. games) - no problem so far.
After installation is complete, the login-screen shows up with text-entry boxes
to input username and the password.
Try to enter something into the user-name box → crash.
logs/back 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=19009
Summary: Crosstests don't compile with CROSSCC="ccache
i586-mingw32msvc-gcc"
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: niko.lecam(a)gmail.com
The culprit is the line AC_SUBST(CROSSTARGETFLAGS,"-b `expr $CROSSCC :
'\(.*\)-gcc'`") in configure.ac that doesn't handle multiple words in the
CROSSCC variable.
Unfortunately I wasn't able to find a way to fix this one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19002
Summary: Regression in postal 2 with wine 1.1.24
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matej.spindler(a)auspuh.com
CC: stefan(a)codeweavers.com
Todays commits caused a regression in Postal2 game.
Regression test prints:
b2f09fd20421d0a5e179b42332ca63bc5ac17d8a is first bad commit
commit b2f09fd20421d0a5e179b42332ca63bc5ac17d8a
Author: Stefan Doesinger <stefan(a)codeweavers.com>
Date: Wed Jun 17 22:51:34 2009 +0200
wined3d: Emulate clipplanes in ARB if the NV extensions are not available.
This patch tries to find a free texture coordinate to load up to 4 clip
coordinates into the pixel shader, and uses KIL to throw away fragments
that are cut by a clipplane. If no free texture coordinate is found,
clipping is not done. If more than 4 clipplanes are used, only the first
4 are actually enabled. That should be pretty rare though.
:040000 040000 451683035b96e5b0e1bd85b72aeecb1c4746a75b
779b982f8d4d876f0f782b550af91557e6f3ac64 M dlls
My box runs Ubuntu 9.04.
I have NVIDIA 6600GT with 180.44 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=18984
Summary: Free&Easy Font Viewer crashes on startup
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.styopkin.com/details_free_and_easy_fonts_vi
ewer.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21866)
--> (http://bugs.winehq.org/attachment.cgi?id=21866)
debug trace
Looking at font programs to see if any 'real programs' behavior similar to bug
18971, found this one crashes on start:
Backtrace:
=>0 0x7e99a523 WineEngCreateFontInstance+0x1493(dc=0x169648, hfont=0x1d80)
[/home/austin/wine-git/dlls/gdi32/freetype.c:3335] in gdi32 (0x0033a5cc)
1 0x7e988ad4 FONT_SelectObject+0x1b4(handle=<register EDI not in topmost
frame>, hdc=0x1d8c) [/home/austin/wine-git/dlls/gdi32/font.c:508] in gdi32
(0x0033a61c)
2 0x7e9a05dc SelectObject+0xac(hdc=0x1d8c, hObj=<register ESI not in topmost
frame>) [/home/austin/wine-git/dlls/gdi32/gdiobj.c:1044] in gdi32 (0x0033a64c)
3 0x7ea7fb0b MSGBOX_OnInit+0x45b(hwnd=0x2007a, lpmb=0x33b854)
[/home/austin/wine-git/dlls/user32/msgbox.c:231] in user32 (0x0033b13c)
4 0x7ea80d3b MSGBOX_DlgProc+0x16b(hwnd=<register EDI not in topmost frame>,
message=272, wParam=0, lParam=<register ESI not in topmost frame>)
[/home/austin/wine-git/dlls/user32/msgbox.c:340] in user32 (0x0033b18c)
5 0x7eab130a WINPROC_wrapper+0x1a() in user32 (0x0033b1bc)
...
0x7e99a523 WineEngCreateFontInstance+0x1493
[/home/austin/wine-git/dlls/gdi32/freetype.c:3335] in gdi32: cmpl
0x8(%edi),%ecx
+relay,+seh,+tid,+font 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=18956
Summary: Intel Xorg: no more 3D since default
OffscreenRenderingMode is fbo
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: hverbeet(a)gmail.com
Wine used to self-configure itself with reasonable defaults. This is broken
since wine-1.1.23 by commit a5876bb91e92645a400a248abb1ef283d1a822f6
wined3d: Use FBOs for offscreen rendering by default.
AFAIK, fbo does not exist on the Intel i915 drivers, apparently causing Wine to
tell applications that there's no 3D!
The Westerner now reports: "R3Dgl: PICTuRE: The Westerner" "Could not find any
compatible Direct3D devices. This sample will now exit."
FIFA WM 2006 complains that it needs hardware acceleration.
Adding HKCU\Software\Wine\Direct3D
"OffscreenRenderingMode"="backbuffer"
allows these apps to start.
This failure to start surprised me, as I convinced myself long ago that setting
ORM on the Intel in user.reg had no effect. Since then I was happy to have one
less configuration setting to check to try and get apps to run ;-)
Please provide for automatic fallback fbo->backbuffer in wined3d to complete
this patch.
Using Ubuntu 8.04 or 8.10 with corresponding Intel Xorg 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=18953
Summary: UFO Aftermath installer exits with error
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dusty(a)luogocomune.net
At the end of the installation process, that goes smoothly, I got this message:
====
Error Number: 0x80040707
Description: DLL function call crashed: ISRT.EnableHourGlass
Setup will now terminate
====
I'm no wine expert (that's one of my first tests to understand how it works)
and I hope I've not overlooked something.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18893
Summary: Oblivion installation crashed with an uncought
exception
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basilius.sauter(a)hispeed.ch
While Installshield prepares Installation, it crashed with an uncought
exception. Errornumber 0x80040706 (Object reference not set).
Console reports:
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Programme\\Gemeinsame
Dateien\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8ad,
disabling mixer
fixme:reg:GetNativeSystemInfo (0x33150c) using GetSystemInfo()
Using WINEDEBUG=all wine setup.exe does’t work properly. Installation will not
start on the virtual desktop and will not end.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18831
Summary: WINE 1.1.23 causes post-processing in Lord of the
Rings Online: Mines of Moria to misplace objects
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sandalle(a)sourcemage.org
Created an attachment (id=21634)
--> (http://bugs.winehq.org/attachment.cgi?id=21634)
Screenshot of what Bree should look like
After updating from WINE 1.1.22 to 1.1.23, when I have post-processing enabled
in Lord of the Rings Online: Mines of Moria, objects do not appear as they
should.
Example:
When walking away from water, the water seems to replace the ground just behind
me as though it were following me, but flickers.
Example:
Trees in Bree appear duplicated and in the wrong place (see attached
screenshots).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18806
Summary: 3Dmark 2006
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha.super-one(a)laposte.net
Hello, the install 3dmark06_v110_0906a.exe not work, it seam be blocked or in
deadlock.
Can you fix 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=18583
Summary: Free Realms crashes with unimplemented
D3DXGetDeclVertexSize
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.freerealms.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.kaplinskiy(a)gmail.com
CC: mike.kaplinskiy(a)gmail.com
Created an attachment (id=21254)
--> (http://bugs.winehq.org/attachment.cgi?id=21254)
wine debug log
Working around bug 18549 , we get to a point where the game attempts to launch,
but crashes with the above unimplemented function.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18412
Summary: Lord of the Rings Online, image upside down and more
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otomo(a)breanca.net
Created an attachment (id=21007)
--> (http://bugs.winehq.org/attachment.cgi?id=21007)
Screenshot of the problem
Linux ORION 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009
x86_64 GNU/Linux ATI 4850
Image upside down in the main menu (only 3d elements) and other glitches that
could see in the 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=18192
Summary: Notepad can only save as ISO-8859
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20669)
--> (http://bugs.winehq.org/attachment.cgi?id=20669)
comparison
Windows allows saving notepad files as ANSI, Unicode, Unicode big endian, and
UTF-8. Wine always saves at ISO-8859.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18006
Summary: Mp3tag: Crash when using Tag Sources feature
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the_unknown(a)gmx.net
Mp3Tag v2.43 under wine 1.1.18 crashes while displaying the tracks found using
the Tag Sources feature.
Steps to reproduce:
0. Download and install Mp3Tag v2.43 from
http://download.mp3tag.de/mp3tagv243setup.exe
1. Open a directory with some mp3 files
2. Select one file in the file view
3. In main menu, click on "Tag Sources -> Amazon.com"
4. Enter "Avril"
5. Select album "X-Posed"
6. Click "Next"
7. The results windows pops up and Mp3Tag crashes right afterwards
Tested on Gentoo Linux with both wine from repository and the current git
version built with default settings.
Quoting Mp3Tag author:
http://forums.mp3tag.de/index.php?s=&showtopic=3646&view=findpost&p=36931
> Mp3tag uses the Listview control in callback mode where items are not
> initialized with the actual item text but with a hint to the control that it
> should ask back if it wants the text for a given item/subitem combination
> (text set to LPSTR_TEXTCALLBACK and mask to LVIF_TEXT | LVIF_PARAM when
> adding items). The application then handles the LVN_GETDISPINFO message and
> provides the text only if necessary.
>
> On native Windows this message is only sent, when there is at least one
> column to display text. This is not the case in Wine where the message is
> also sent for Listviews which have no columns at all. Since the album you've
> used for testing doesn't contain any title information on Amazon side, no
> column was added to the tracks list -- but Wine asked Mp3tag to display text
> for the item in the list.
>
> I think it's somewhere in dlls/comctl32/listview.c at LISTVIEW_GetItemT but
> this is only a vague guess.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17706
Summary: EVE Premium and Geforce 6200: FPS drops to 0 during Warp
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: connormcl(a)hotmail.com
I use WINE 1.1.16 patched for ATI model bug on a Geforce 6200.
EVE Version 6.10.84244 and NVIDIA driver 180.22 on x86-84.
The login warp works fine. On all following warps the fps drops to 0 until the
warp is finished. Wine does not crash.
Console output:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x3002a 0x00000000
fixme:imm:ImmReleaseContext (0x3002a, 0x138468): stub
connor@sleipnir:/work/evewine1> fixme:reg:GetNativeSystemInfo (0x33b778) using
GetSystemInfo()
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:dsound:DllCanUnloadNow (void): stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:d3d_texture:basetexture_apply_state_changes Unrecognized or unsupported
D3DSAMP_MINFILTER value 2 D3DSAMP_MIPFILTER value 3
fixme:d3d_texture:basetexture_apply_state_changes Unrecognized or unsupported
D3DSAMP_MINFILTER value 2 D3DSAMP_MIPFILTER value 3
Directly after initiating the warp, this is shown:
fixme:d3d_texture:basetexture_apply_state_changes Unrecognized or unsupported
D3DSAMP_MINFILTER value 2 D3DSAMP_MIPFILTER value 3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17318
Summary: winemenubuilder fails to create proper menu structure
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: damjan.jov(a)gmail.com
After installing of any application winemenubuilder fails to create proper menu
structure and puts all the links under "Application".
The bug is in write_menu_file() function:
if (ret)
ret = (rename(tempfilename, menuPath) == 0);
Raname does not work across file systems. And I have /tmp on a separate mount.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17253
Summary: Luka: removal of DIB section hack in WriteFile causes
regression
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.luka.polizei-beratung.de/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: julliard(a)winehq.org
The game "Luka und das geheimnisvolle Silberpferd" v1.0.1 is affected by a
regression introduced in
commit e016d2ec5e38a4128840d5444225a2ecfaead5de
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jan 14 20:20:14 2009 +0100
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile
takes care of it.
5 lines of code in dlls/kernel32/file.c
Prior to it, it would start fine. Since then, it exits soon after start,
reporting fifty thousand times the following error:
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x220): unexpected
iPixelFormat(<NNNNNNNNNN>) vs nFormats(16), returns FALSE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16864
Summary: Rendering of main character is wrong
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deresh(a)gmail.com
Created an attachment (id=18612)
--> (http://bugs.winehq.org/attachment.cgi?id=18612)
error log
The game works but the rendering of main character is wrong. You can see
attached screenshots and error log from wine when running 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=16827
Summary: Secret Maryo Chronicles: Won't install.
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://www.secretmaryo.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Installer crashes, and an error window pops up that says
"NSIS Error"(Window border)
"Error launching 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=16386
Summary: Unimplemented KERNEL32.dll.GetConsoleAliasW
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singularita(a)gmail.com
When I attempt to run Unicode FAR manager (opensource version, r575) and then
type anything on the commandline and press ENTER, FAR is terminated with
following message:
wine: Call from 0x7b847370 to unimplemented function
KERNEL32.dll.GetConsoleAliasW, aborting
wine: Unimplemented function KERNEL32.dll.GetConsoleAliasW called at address
0x7b847370 (thread 0020), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15742
Summary: eMule: Missing text in the information box
Product: Wine
Version: 0.9.16.
Platform: PC
URL: http://www.emule-project.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=16839)
--> (http://bugs.winehq.org/attachment.cgi?id=16839)
Screenshot in WinXP
eMule has a information box about the status of the connections in the servers
tab. In Wine this box appear empty. If you install native riched20 the text
will appear.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15484
Summary: Respondus Lockdown broswer fails to launch
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.respondus.com/lockdown/information.pl?ID=9616
15468
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16379)
--> (http://bugs.winehq.org/attachment.cgi?id=16379)
+relay,+seh,+tid
Logged onto my biology class website and found there's a new browser that some
teachers may require for taking tests..hmm. Fired up the installer. Works fine
(be sure to install mfc42, otherwise, it won't register properly).
On launch, fails with:
austin@austin-desktop:~/.wine/drive_c/Program Files/Respondus LockDown Browser$
wine LockDown.exe
fixme:ole:DllRegisterServer stub
fixme:dwmapi:DwmEnableComposition (0) stub
err:seh:setup_exception_record stack overflow 836 bytes in thread 0009 eip
7efbfad6 esp 00230fec stack 0x230000-0x231000-0x330000
Running in winedbg:
Backtrace:
=>1 0x00406460 in lockdown (+0x6460) (0x0033f5b0)
2 0x00409c51 in lockdown (+0x9c51) (0x0033fe58)
3 0x0046655b in lockdown (+0x6655b) (0x0033ff08)
4 0x7ee70ac7 start_process+0xc7(arg=(nil))
[/home/austin/wine-git/dlls/kernel32/process.c:904] in kernel32 (0x0033ffe8)
5 0xb7e469d7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x00406460: (bad)
+relay,+seh,+tid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14555
Summary: Tool-tip glitch in The Curse of Monkey Island
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david_laursen(a)hotmail.com
Created an attachment (id=14905)
--> (http://bugs.winehq.org/attachment.cgi?id=14905)
The glitch - a big black box
When opening The Curse of Monkey Island, the first thing you have to do is to
choose the difficulty in the game (normal or 'Mega-Monkey'). In that screen, if
you then let the mouse cursor hover over one of the options (rendering the
cursor cross red) for some time, a big black box appears (probably a badly
rendered tool-tip). This box disappears instantly when moving the mouse and it
doesn't come back again at this instance if you rest the mouse again over one
of the options (unless you start up the game again and repeat the process). The
box seems to come up a the exact same location on the screen every time.
See the attached screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14182
Summary: Warcraft III: The Frozen Throne installer crashes
Product: Wine
Version: 1.1.0
Platform: Other
URL: http://www.blizzard.com/us/war3x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JBCK99(a)optonline.net
Hey,
I installed the original Warcraft III and went to install the expansion pack of
The Frozen Throne, but the installer freezes and does not complete the
installation. It stops when it tries to install War3xlocal.mpq and does not go
any further. A screenshot of the problem is attached and the small output I got
from the terminal was...
ctl 24000 (device=2 access=1 func=0 method=0)
fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side
color-index mode DIB copy
fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side
color-index mode DIB copy
Thank you in advance for your 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=14012
Summary: CodeWright: crashes using 1.0.0 (didn't use to)
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unreal(a)home.nl
Created an attachment (id=14200)
--> (http://bugs.winehq.org/attachment.cgi?id=14200)
Wine dump
Using the latest Wine release 1.0.0. Wine crashes when running CodeWright
7.5.01.7504
I am running it on Ubuntu 6.06 (i know...)
Using Wine 0.9.59 it did not crash and except for a few minor problems (e.g. ok
buttons only working using mouse, not enter key) it ran well. Pretty usable I
would like to call it :-)
I only run use precompiled wine binaries available from
http://wine.budgetdedicated.com/apt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.