http://bugs.winehq.org/show_bug.cgi?id=27219
Summary: "failed to attach hard disk" error while create a new
virtual machine with virtualbox on wine
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34778)
--> (http://bugs.winehq.org/attachment.cgi?id=34778)
log: create a virtual machine
1. download virtualbox for windows, 32bit.
http://www.virtualbox.org/wiki/Downloadshttp://download.virtualbox.org/virtualbox/4.0.8/VirtualBox-4.0.8-71778-Win.…
2. register native netcfgx.dll, works around Bug 27060
3. install virtualbox
4. start virtualbox.
$ wine VirtualBox.exe
5. create a new virtual machine, add a new virtual hard disk while creating
virtual machine
after click the last "Finish" button, an error message box appear:
" Failed to attach the hard disk ( C:\users\fracting\VirtualBox
VMs\ubuntu\ubuntu.vdi) to the slot of the machine ubuntu.
click "OK", then another error:
" Failed to attach the CD/DVD device 0 to the slot of the machine ubuntu.
This two error prevent to complete the creation of virtual machine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19775
Summary: Largo Winch: crash with hardware vertex shader
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=23166)
--> (http://bugs.winehq.org/attachment.cgi?id=23166)
Full log +all,-several, stripped from GetTick line noise.
With default settings in winecfg, the application crashes immediately before
displaying the logos, upon return from d3d8 CreateVertexShader.
Disabling the hardware vertex shader in winecfg allows the game to start (but
see bug #19773). This is the first application I faced where I had to do this
-- can I expect 3D applications to generally work well without hardware VS?
The full log (attached) shows a NULL pointer access by the application
immediately following return from IDirect3DDevice8Impl_CreateVertexShader.
fixme:d3d8:ValidateVertexShader (0x102d278 (nil) (nil) 1 0x33ef20): stub [2x]
0009:trace:d3d8:parse_token 0x40010007 REG(D3DVSDE_TEXCOORD0, D3DVSDT_FLOAT2)
0009:trace:d3d8:IDirect3DDevice8Impl_CreateVertexShader (0x15e4e0) : returning
0x10426f0 (handle 0xf0000021)
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x48b24d ip=0048b24d
tid=0009
wine: Unhandled page fault on read access to 0x00000000 at address 0x48b24d
(thread 001c)
=>0 0x0048b24d in largowinch (+0x8b24d) (0x7ee2b010)
I'm not aware of a demo of this application.
Running Ubuntu Intrepid with Intel i915, but the crash also occurs on MacOS
with NVidia 9400M.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10106
Summary: Cannot disable cursor blinking in the wine GUI
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhoujiafan(a)gmail.com
I have updated the wine to wine-0.9.36 in my Linux Fedora Core5. Currently the
cursor is always blinking. For example, the editplus running in wine.
I tried to edit the wine registry as follows:
HKEY_CURRENT_USER -> CONTROL PANEL -> Desktop -> CursorBlinkRate = -1
And this does not stop the blinking cursor!!!
--
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=26108
Summary: ole32/defaulthandlers tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at StorageImpl_CreateDirEntry (storage32.c:1251)
by StorageBaseImpl_CreateDirEntry (storage32.h:272)
by StorageBaseImpl_CreateStream (storage32.c:985)
by init_ole_stream (defaulthandler.c:1619)
by DefaultHandler_IPersistStorage_InitNew (defaulthandler.c:1685)
by test_olestream (defaulthandler.c:81)
by func_defaulthandler (defaulthandler.c:107)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlReAllocateHeap (heap.c:1897)
by HeapReAlloc (heap.c:277)
by GlobalReAlloc (heap.c:676)
by HGLOBALLockBytesImpl_SetSize (memlockbytes.c:518)
by StorageImpl_Construct (storage32.c:2740)
by Storage_Construct (storage32.c:5131)
by StgCreateDocfileOnILockBytes (storage32.c:7709)
by create_storage (defaulthandler.c:41)
by test_olestream (defaulthandler.c:69)
by func_defaulthandler (defaulthandler.c:107)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26049
Summary: ws2_32/sock tests shows some leaks in AcceptEx?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33221)
--> (http://bugs.winehq.org/attachment.cgi?id=33221)
valgrind log
Several leaks like:
36 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by WS2_AcceptEx (socket.c:1991)
by test_AcceptEx (sock.c:4464)
by func_sock (sock.c:4703)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20951
Summary: Wine cannot be compiled with -pg GCC option
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
make[1]: Entering directory `/tmp/wine-1.1.34/loader'
gcc -o wine-preloader -static -nostartfiles -nodefaultlibs
-Wl,-Ttext=0x7c000000 preloader.o ../libs/port/libwine_port.a
preloader.o: In function `__bb_init_func':
/tmp/wine-1.1.34/loader/preloader.c:162: undefined reference to `mcount'
preloader.o: In function `__stack_chk_fail_local':
/tmp/wine-1.1.34/loader/preloader.c:166: undefined reference to `mcount'
preloader.o: In function `__stack_chk_fail':
/tmp/wine-1.1.34/loader/preloader.c:167: undefined reference to `mcount'
preloader.o: In function `wld_mmap':
/tmp/wine-1.1.34/loader/preloader.c:276: undefined reference to `mcount'
preloader.o: In function `wld_strcmp':
/tmp/wine-1.1.34/loader/preloader.c:340: undefined reference to `mcount'
preloader.o:/tmp/wine-1.1.34/loader/preloader.c:367: more undefined references
to `mcount' follow
collect2: ld returned 1 exit status
make[1]: *** [wine-preloader] Error 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13046
Summary: Intermittent audio looping in Beyond Good and Evil
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben-dev(a)gmx.net
Created an attachment (id=12801)
--> (http://bugs.winehq.org/attachment.cgi?id=12801)
dsound trace
The sound in Beyond Good and Evil is badly broken. Around half of the audio
clips (whether they're music, voice or effects) start playing but get stuck in
a ~2 second continuous loop (i.e. the first ~2 seconds of the clip play over
and over again) and this continues until a scene change.
I've tested this on Ubuntu 7.10 and 8.04 with alsa, oss and jack and nothing
helped.
In the trace, I can't see anything obvious. It looks a bit like the
application stops responding to SetEvent()s. In the attached file, the only
sound you can hear is looping for the last half of the trace.
The problems vary from run to run - pretty much any of the audio clips might
break on any given run. I searched bugzilla but couldn't see any bugs for this
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=27298
Summary: The Witcher 2 Slow Performance on any setting.
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
The Witcher 2 experiences extreme lag and gets around 5-10fps (subjective) no
matter what video settings are selected. Lowering resolution or settings (even
at the lowest) gives what appears to be < 5fps increase. On this setup:
Q9550
GTX 460
2Gig RAM
The game should pull closer to 20-30fps on Ultra, and 30-50fps on High
(according to benchmarks and user feedback about the game on Windows) even at a
1080p resolution.
The only console output when playing is:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled 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=18072
Summary: Core Media Player throws an exception on launch
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://www.tucows.com/preview/299014
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
My roommate despises VLC, and is in love with this media player. Step 1 in his
dogfood transition to Ubuntu would be getting this media player to work in
Wine.
Problem 2: on launch, throws exception and refuses to launch.
Exception EExternalException in module ntdll.dll at 0002B168.
External exception C0000025.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22564
Summary: Maxthon 2.5.12 can't render web pages and eventually
crashes
Product: Wine
Version: 1.1.29
Platform: x86
URL: http://www.maxthon.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bumm13(a)yahoo.com
The browser's graphical front-end opens just fine but it's not possible to
actually load any web pages (nothing renders). Messing around with the various
options under the program's various menus generally results in no obvious
change in Maxthon's functionality (example: changing font size). Any extended
time trying to load web pages or change options in Maxthon will cause its
built-in crash report window to appear; at this point the program must be
killed via Control-C at the terminal or using a similar method.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16147
Summary: MSN Messenger 7.0: Webcam doesn't work
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=d78f2ff1-79ea-4066-8ba0-ddbed94864fc&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
If you try to use the webcam through MSN Messenger, you will just see a weird
image. The webcam works perfectly in Cheese, so the webcam is working fine.
I'm using Ubuntu 8.10 and Wine 1.1.9.
I think this lines are related:
fixme:qcap:fnCaptureGraphBuilder2_FindInterface
(0x1a7f278/0x1a7f278)->({fb6c4281-0353-11d1-905f-0000c0cc16ba}, (null),
0x1a81e60, {c6e13340-30ac-11d0-a18c-00a0c9118956}, 0xbd5158) - workaround stub!
fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_CAPTURE
fixme:qcap:fnCaptureGraphBuilder2_Release Release IGraphFilter or w/e
fixme:qcap:fnCaptureGraphBuilder2_FindInterface
(0x1a7f290/0x1a7f290)->({fb6c4281-0353-11d1-905f-0000c0cc16ba}, (null),
0x1a81e60, {c6e13340-30ac-11d0-a18c-00a0c9118956}, 0xbd5158) - workaround stub!
fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_CAPTURE
fixme:qcap:AMStreamConfig_GetNumberOfCapabilities 0x1a81e64: 0x32ebd0 0x32ebdc
- stub, intentional
fixme:qcap_v4l:qcap_driver_get_prop Not implemented 7
fixme:qcap_v4l:qcap_driver_get_prop Not implemented 5
fixme:qcap:fnCaptureGraphBuilder2_Release Release IGraphFilter or w/e
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24505
Summary: Plants vs Zombies: Low FPS on seeds menu
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
The seeds menu (presented at the start of each game) in Plants vs Zombies GOTY
edition (Steam) makes the game lag noticeably.
nvidia 9800gtx+ / 260.xx drivers (official binaries) / xorg 1.9
Happens both on fullscreen and windowed, only tested in virtual desktop. No
relevant console 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=25426
Summary: King's Quest Collection Series (1997): KQ7, MGDX, and
King's Questions crash winevdm.exe
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tristan_schmelcher(a)alumni.uwaterloo.ca
Created an attachment (id=32360)
--> (http://bugs.winehq.org/attachment.cgi?id=32360)
Backtrace of the King's Quest 7 crash
After installing the game King's Quest Collection Series (the 1997 edition),
attempting to start the games King's Quest 7 or Mixed-Up Mother Goose Deluxe or
the bonus app King's Questions results in a winevdm.exe crash. The backtrace
for all three games is very similar so I'm filing a single bug for the crashes.
Note that you need a WINE version from commit
8fb6b02d946d751a9c26c20d94c71a83e1088349 or later in order for installation to
succeed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19439
Summary: Windows Media Player 9 works good only with native
jscript.dll
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: Zenitur(a)yandex.ru
Created an attachment (id=22567)
--> (http://bugs.winehq.org/attachment.cgi?id=22567)
WMP9 jscript bug
Some time ago Wine can't start Windows Media Player 9 without native
jscript.dll. Not it works. Bad. Watch 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=10825
Summary: Photoshop 7 "Save File" dialog contents shifted to left
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In Photoshop 7, if you click "New" and "Save As"
even right after starting, you will see that
the items on the lower half of the dialog are
shifted to the left by about one em.
The text "Save Options" shows up as "ave Options";
the text "Save:" and the text "Color:" have most of
their first letter chopped off.
Likewise, the checkbox for "Thumbnail" is slightly
clipped.
Gee, we're getting down to cosmetic bugs.
This is progress!
--
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=23745
Summary: warcraft 3 freeze when desktop switching/minimize
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Warcraft 3 starting to freeze when you move to another workspace. It crash when
you move, not when you return. I try to minimize the game and that happen
again. I see that it doesn't make this when you are in window mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17199
Summary: Warcraft 3 World Editor: 3D View gets drawn incorrectly
when the window has the wrong with to hight ratio.
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
This Bug is not over the fact that some UI components get overdrawn(That is bug
11718).
It is about the fact that the content gets drawn at the wrong position,
if the window has the wrong (not initial) width to height ratio.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10459
Summary: Crash in G-Nome which uses Smacker Video Codec (smackw32
+ render.r32)
Product: Wine
Version: 0.9.39.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legolas558(a)email.it
G-Nome is a game developed by 7thlevel. It is a quite old game (1998).
The game uses the Smacker Video Codec, which seems to be the faulty one.
The crash happens in the render.r32 (exact filename) DLL; there is to say that
a similar crash happens on Windows XP when exiting the game.
The initial video is played correctly, although when ending the "Loading
mission" stage the game cannot be played.
If Wine will be fixed for this Smacker Video Codec bug, many other games will
get the enhancement.
I am available for further testing, debugging or assembly inspection.
--
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=26226
Summary: msxml3 emits too much xmlns attributes
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
When using www.wiso-kassenbuch.de initial registration checking fails
(free download:
http://update.buhl-finance.com/ESD/EUER%20und%20Kasse/WISO%20EUER%20und%20K…
trial code is: EUR2011TRY
)
reproduce:
Start the installer, enter EUR2011TRY in the field below "Ihr AKtions-Code) and
press "Weiter".
It will then report a "400" error in a messagebox.
The program sends a SOAP request to the on4u3.buhl.de server which is not
accepted by the server (likely not validating against a stylesheet).
I debugged this and using native MSXML3 it works, just our msxml3 will not.
I tooked a debug dump of the XML sent of both, will attach both 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=11959
Summary: Legacy 5 - copy/paste do nothing
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aganderson(a)ukonline.co.uk
While checking out functionality of Legacy 5, found that copy and paste do not
do anything - apart from the first time I tried, when they caused the
window/app. to freeze.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20244
Summary: chromeframe for IE doesn't work
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://code.google.com/p/chromium/issues/detail?id=231
68
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
chrome team tried reasonably-latest git (oct 1) and there were too many issues
to report. but - they tried!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497
Summary: Simple GLUT example refuses to do anything via Wine
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
URL: http://will.kassah.net/debug/cube.tgz
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kassah(a)gmail.com
This is a simple modified version of O'Reilly's OpenGL cube demo ported to
Windows. When run, it exits with no output (normally it should open a full
screen, one screen rotating cube with some debug output).
It compiles and runs natively to Linux, however the compiled win32 exe does not
run via Wine. All source is included.
The README current README from the tar.gz contains the following:
On linux, any glut should suffice. It was compiled/tested with FreeGLUT.
On Windows to compile you need:
- Dev-C++ 5
- MinGW
- FreeGLUT DevPack
=Known Problems=
Compiled win32 exec will not run on wine... why?
=Log=
Worked with oiaohm
Tested cube.exe on ReactOS (to test mesa3d)
Tested cube.exe on Windows (with included mesa3d libs in the same dir)
Continues to be broken on Wine.
oiaohm> stefand in #winehackers when he is around might be able to suggest
problem. He is one of the lead developers in graphical.
Bugs need to be filed in wine and ReactOS.
--
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=14428
Summary: On "Show Apps affected by this bug", also consider
duplicates of the bug
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/viewbugs.php?bug_id=657
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Sebastian.Leske(a)sleske.name
It would be nice if "Show Apps affected by this bug" also considered apps
affected by duplicates of the current bug.
Example:
Bug #657, "MFC42.dll is not implemented" has several duplicates, which affect
many applications. These however are not listed by "Show Apps affected by this
bug". It would be nice if they were, to make the impact of a bug clearer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12340
Summary: Winambulancia -DB defragmentation crashes
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.softprogres.sk/prog_winamb.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) is medical software for variety of specialisations of
medical prax. It uses VFP and VB with MDB backend. The app is in Slovak (SK)
language. Mostly the wine problems are related to the OLE.
The database defragmentation function dosen't work properly. In the app, please
go to "Nástroje > Defragmentácia" and the app will 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=13063
Summary: Serif Photoplus 6 trial activation window blank
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.tucows.com/preview/275347
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.flickr.com/groups/serifusers/discuss/72157604856282444/#comment7…
a user wished Wine would support Serif products, so I tried
looking around for trial versions. The first one I found was
a rather aged trial of PhotoPlus 6 at Tucows.
It installs fine with current wine. When you start it,
it puts up a registration window -- but under Wine,
that window is blank, and you can't get past it to use 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.