https://bugs.winehq.org/show_bug.cgi?id=8532
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.jawspdf.com/down |http://www.jawspdf.com/down
|load/editor.html |load/previous/#editor
--- Comment #8 from Anastasius Focht <focht(a)gmx.net> ---
Hello Dmitry,
thanks for the patch. Unfortunately it still doesn't work.
Although bitmap data is now provided by the help of 'OLEPictureImpl_Save' it
seems the app stream write method doesn't expect the 'StdPicture' header
(preamble + size) in preceding 'IStream_Write' call, causing a different
internal error/code path (still same external "Invalid imagesize" error
though).
It rather expects the raw bitmap data via 'IStream_Write(pStm, This->data,
This->datalen, &dummy)' immediately.
Source:
https://source.winehq.org/git/wine.git/blob/2f9987fd043d094c23430a1698f1a72…
--- snip ---
...
1834 header[0] = (This->loadtime_magic != 0xdeadbeef) ?
This->loadtime_magic : 0x0000746c;
1835 header[1] = This->datalen;
1836 IStream_Write(pStm, header, 2 * sizeof(DWORD), &dummy);
1837 IStream_Write(pStm, This->data, This->datalen, &dummy);
1838 hResult = S_OK;
...
--- snip ---
I removed the 'StdPicture' header serialization call for testing purpose
(potentially breaking other things) and it allows the app to start.
Loading/viewing/annotating PDF works nicely.
This means we're on the right track but can't simply reuse
'OLEPictureImpl_Save' here.
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8532
--- Comment #7 from Dmitry Timoshkov <dmitry(a)baikal.ru> ---
Created attachment 52686
--> https://bugs.winehq.org/attachment.cgi?id=52686
patch
Attached patch my work slightly better than current semi-stub.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39496
Bug ID: 39496
Summary: Dracula: Origin demo shows black screen after starting
a new game
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/dracula-origin-do
wnload/dracula-origin-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52634
--> https://bugs.winehq.org/attachment.cgi?id=52634
+d3d9
After starting a new game just black screen.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface IDirect3D9 instance wasn't created with
CreateDirect3D9Ex, returning E_NOINTERFACE.
wine-1.7.53-135-g4fb840b
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8532
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30703
Bug #: 30703
Summary: pepakura viewer crash on startup: dib init failed,
failed to create rendering context
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)lanhelp.com.br
Classification: Unclassified
Created attachment 40207
--> http://bugs.winehq.org/attachment.cgi?id=40207
Backtrace for pepakura viewer on wine 1.4
installs pepakura with no problem, when start the app, gives the msg: dib init
failed, and then "Failed to create rendering context, the back trace is
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36894
Bug ID: 36894
Summary: implement FlashWindowEx
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: lilydjwg(a)gmail.com
CC: fracting(a)gmail.com
Currently FlashWindowEx does nothing. It makes programs like IMs unable to
notify the user that it needs attention (received a new message etc). Some IMs
like Tencent Messenager (TM) only uses this when an already open chat window
receives new messages.
I suggest you implement this function by setting the urgent hint on Linux/X11.
I've verified that implementing this function helps in this (TM) situation:
BOOL WINAPI FlashWindowEx( PFLASHWINFO pfwi )
{
FIXME("%p\n", pfwi);
system("notify-send 'new message!'");
return TRUE;
}
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34574
Bug #: 34574
Summary: Kega Fusion 3.64 - Fullscreen not working anymore
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joaogojunior(a)hotmail.com
Classification: Unclassified
As of wine-1.7.2 I can not run kega fusion 3.64 in fullscreen anymore...
Running a regression test here... soon I'll post results...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35792
Bug ID: 35792
Summary: rmxftmpl.h differs on some architectures
Product: Wine
Version: 1.7.14
Hardware: x86
URL: http://bugs.debian.org/739723
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mgilbert(a)debian.org
This is probably a little vs big endianness issue. rmxftmpl.h is different on
different architectures (e.g. powepc vs. i386).
See: http://bugs.debian.org/739723
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39449
Bug ID: 39449
Summary: __finally being called too many times
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lamberga(a)gmail.com
Distribution: ---
This bug dealing with exception handling only occurs in a 64 bit environment.
Appears to be independent of msvc*.dll version (also, switching to native dlls
does not seem to have any effect). I have attached a reproducer.
Expected output (output under Windows and 32 bit Wine):
Hello from main
Hello from prog1
Finalizing
Caught: Oh No!
Output under 64 bit Wine:
Hello from main
Hello from prog1
Finalizing
Finalizing
Caught: Oh No!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38655
Bug ID: 38655
Summary: Galactic Civilizations III Fails to start
(D3DCompiler_46 Failed to load)
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thanoulas(a)gmail.com
Hi,
I tried Galactic Civilizations III on a WOW64 wine prefix on OS X 10.10 (set
windows 7 in winecfg), and it failed to start with the following output:
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:ver:GetCurrentPackageId (0x22f090 0x0): stub
fixme:heap:RtlSetHeapInformation 0x970000 0 0x22fd10 4 stub
err:module:attach_process_dlls "D3DCOMPILER_46.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\Galactic Civilizations III\\GalCiv3.exe" failed, status c0000005
The file "D3DCompiler_46.dll" is bundled in the game directory.
I know it's probably too early for a Win64 DX10 game, but I thought I'd give it
a try! :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21012
Summary: mswt 2004 does not work with wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikegagens(a)yahoo.com
michael schumacher world tour kart 2004 does not work with wine dev. version
1.1.34 or stable release.Game begins to load,intro video appears,but the game
stops :((.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36827
Bug ID: 36827
Summary: The horror game Mad Father won't work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freeman-wagstaffs11(a)qesa.org.uk
Created attachment 48901
--> http://bugs.winehq.org/attachment.cgi?id=48901
The horror RPG game Mad Father won't play properly
the screen is messed up so you can not see the character or where she is going
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39395
Bug ID: 39395
Summary: kernel32.dll miss windows 7 (wolfram matemathica 10)
Product: Wine
Version: 20050930
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hubaors.egon(a)gmail.com
Distribution: ---
Created attachment 52509
--> https://bugs.winehq.org/attachment.cgi?id=52509
error code
https://www.wolfram.com/mathematica/ -software miss kernel32.dll
I there is Ubuntu linux 14.04 X86
Ram: 1 GB
HDD: 80 GB
wine: 1.7.52
Install - ok
Run - not can becouse error code:
Unhandled exception: unimplemented function
KERNEL32.dll.GetPhysicallyInstalledSystemMemory called in 32-bit code
(0x7bc55eb0)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36560
Bug ID: 36560
Summary: valgrind shows an invalid read in d3drm/tests/d3drm.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26440== Invalid read of size 4
==26440== at 0x62AC4FD: D3DRMVectorSubtract (math.c:174)
==26440== by 0x62B0E0A: load_mesh_data (meshbuilder.c:1372)
==26440== by 0x629B001: load_data (d3drm.c:1119)
==26440== by 0x629BECD: d3drm3_Load (d3drm.c:1367)
==26440== by 0x6298351: d3drm1_Load (d3drm.c:394)
==26440== by 0x4CAD3AB: test_d3drm_load (d3drm.c:1595)
==26440== by 0x4CAE2C2: func_d3drm (d3drm.c:1744)
==26440== by 0x4CB192C: run_test (test.h:584)
==26440== by 0x4CB1D1B: main (test.h:654)
==26440== Address 0x4a8f40c is 0 bytes after a block of size 12 alloc'd
==26440== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==26440== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==26440== by 0x62AF98A: load_mesh_data (meshbuilder.c:1085)
==26440== by 0x629B001: load_data (d3drm.c:1119)
==26440== by 0x629BECD: d3drm3_Load (d3drm.c:1367)
==26440== by 0x6298351: d3drm1_Load (d3drm.c:394)
==26440== by 0x4CAD3AB: test_d3drm_load (d3drm.c:1595)
==26440== by 0x4CAE2C2: func_d3drm (d3drm.c:1744)
==26440== by 0x4CB192C: run_test (test.h:584)
==26440== by 0x4CB1D1B: main (test.h:654)
==26440==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39171
Bug ID: 39171
Summary: Creatures: White pixels are black.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: rw92672685(a)hotmail.com
Distribution: Ubuntu
Created attachment 52203
--> https://bugs.winehq.org/attachment.cgi?id=52203
Incorrect colours.
In the 1996 MFC game Creatures, any of the game's graphics that have solid
white pixels are rendered black within Wine. Attached is a screenshot comparing
Wine and Windows.
The game itself is 8-bit. Looking through the game's uncompressed sprite files,
the colour index for these pixels is 255. No other pixels are affected.
I'm using the most recently version of Wine as of this writing, commit;
6056a3f1634a72e181fb3a03ca625aaa7720523e. Outside of needing MFC42, using a
clean Wine prefix. Running Ubuntu 15.04.
Let me know if you need any further information.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36794
Bug ID: 36794
Summary: valgrind shows an invalid free for
comctl32/tests/listview.c
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4761== Invalid write of size 4
==4761== at 0x54B71CF: EDIT_WM_KillFocus (edit.c:3566)
==4761== by 0x54BC254: EditWndProc_common (edit.c:5052)
==4761== by 0x552D1D2: EditWndProcA (winproc.c:1077)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552CB8B: CallWindowProcA (winproc.c:955)
==4761== by 0x5185507: CallWindowProcT (listview.c:1566)
==4761== by 0x518F840: EditLblWndProcT (listview.c:5981)
==4761== by 0x518F8FB: EditLblWndProcA (listview.c:6023)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552CB8B: CallWindowProcA (winproc.c:955)
==4761== by 0x4E816AD: editbox_subclass_proc (listview.c:752)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552C89F: WINPROC_CallProcWtoA (winproc.c:858)
==4761== by 0x552CA4A: WINPROC_call_window (winproc.c:902)
==4761== by 0x54E91E8: call_window_proc (message.c:2223)
==4761== by 0x54EC0BA: send_message (message.c:3263)
==4761== by 0x54EC6D8: SendMessageW (message.c:3457)
==4761== Address 0x4ac16bc is 4 bytes inside a block of size 80 free'd
==4761== at 0x7BC4C72C: notify_free (heap.c:263)
==4761== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==4761== by 0x516BE94: DPA_Destroy (dpa.c:409)
==4761== by 0x5198E64: LISTVIEW_NCDestroy (listview.c:10344)
==4761== by 0x519C0AB: LISTVIEW_WindowProc (listview.c:11669)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552BA60: WINPROC_CallProcAtoW (winproc.c:603)
==4761== by 0x552CC51: CallWindowProcA (winproc.c:961)
==4761== by 0x4E81170: listview_subclass_proc (listview.c:642)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552C89F: WINPROC_CallProcWtoA (winproc.c:858)
==4761== by 0x552CA4A: WINPROC_call_window (winproc.c:902)
==4761== by 0x54E91E8: call_window_proc (message.c:2223)
==4761== by 0x54EC0BA: send_message (message.c:3263)
==4761== by 0x54EC6D8: SendMessageW (message.c:3457)
==4761== by 0x5519439: WIN_DestroyWindow (win.c:967)
==4761== by 0x551C9D1: DestroyWindow (win.c:1884)
==4761== by 0x4E9C784: test_header_notification (listview.c:5217)
==4761==
wine-1.7.20-122-gd2d62cf, no virtual desktop
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19525
Summary: Poison Ivy does not work correctly because
RtlGetCompressionWorkSpaceSize and friends are only
stubs
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.poisonivy-rat.com/index.php?link=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
To run Poison Ivy correctly and be able to use remote control
RtlGetCompressionWorkSpaceSize and friends have to be implemented, they are now
only stubs.
this can be a pain because we need to encode/Decode LZNT1 which is a MS
proprietary format... i tried to do some of it but without any source it's not
easy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37351
Bug ID: 37351
Summary: American Mcgee's Alice No Audio
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: whytehorse(a)gmail.com
There's no audio at all in American Mcgee's Alice on my system. I can run
another game like Undying and audio works. In winecfg under audio my choices
are system default or Pulseaudio. When I click test audio in winecfg it does
play a sound.
The computer is using Ubuntu 14.04 with the wine ppa and version 1.7.27 of
wine.The in-game audio choices all have the same problem. The game plays
perfectly minus the audio. I tried to install alsa but it didn't help. I'm
thinking this is game specific but there is no log or error messages to tell
why there's no sound.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34898
Bug #: 34898
Summary: Crash - unhandled exception page fault when syncing in
Evernote 5.0.3.
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Classification: Unclassified
Created attachment 46502
--> http://bugs.winehq.org/attachment.cgi?id=46502
Backtrace from the seg fault.
Using Evernote 5.0.3 on Wine 1.7.3 in FC19 64 bit.
I was editing a note in a separate window, with the main Evernote minimized.
After typing a line, I hit the F9 shortcut to sync evernote.
a Page fault was generated.
Please find the backtrace attached below.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38242
Bug ID: 38242
Summary: [Reflexive Entertainment] Granny In Paradise Demo:
Failed to load encrypted EXE
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
This is a free demo of granny in paradise, I ran ProtectionID but was unable to
determine the type of encryption used.
The game fails as soon as you click play with "Failed to load encrypted .exe"
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33965
Bug #: 33965
Summary: can't create a table; application crashes
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wlroberts(a)tru.ca
Classification: Unclassified
When trying to create a new table (Table menu - create) the application
crashes. A "Wine program crash" window appears and reports "internal errors --
invalid parameters received"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38533
Bug ID: 38533
Summary: opengl32/tests/opengl.c hangs under valgrind
(i965/mesa)
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
Not much info in the default output.
err:dib:dibdrv_wine_get_wgl_driver OSMesa not compiled in, no OpenGL bitmap
support
opengl.c:616: Tests skipped: Unable to find a suitable pixel format
opengl.c:616: Tests skipped: Unable to find a suitable pixel format
==3234== Syscall param writev(vector[...]) points to uninitialised byte(s)
==3234== at 0x4F7A0F4B: ??? (in /usr/lib/libc-2.21.so)
==3234== by 0x5CEBA28: ??? (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5CEBF07: ??? (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5CEBFAB: xcb_writev (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5BDB113: _XSend (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5BDB4B4: _XFlush (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5BB99BB: XFlush (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5B0A8BD: create_whole_window (window.c:1477)
==3234== by 0x5B0B657: X11DRV_create_win_data (window.c:1803)
==3234== by 0x5B0C34C: X11DRV_WindowPosChanging (window.c:2153)
==3234== by 0x513D8E0: set_window_pos (winpos.c:2062)
==3234== by 0x5132F9C: WIN_CreateWindowEx (win.c:1578)
==3234== by 0x51335ED: CreateWindowExA (win.c:1716)
==3234== by 0x4AD9A7F: test_setpixelformat (opengl.c:306)
==3234== by 0x4ADEDEC: func_opengl (opengl.c:1706)
==3234== by 0x4ADFD4A: run_test (test.h:584)
==3234== by 0x4AE0191: main (test.h:666)
==3234== Address 0x571b61d is 189 bytes inside a block of size 16,384 alloc'd
==3234== at 0x4008D0E: calloc (vg_replace_malloc.c:626)
==3234== by 0x5BC93B4: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5B12EFF: x11drv_init_thread_data (x11drv_main.c:658)
==3234== by 0x5B06DB7: thread_init_display (x11drv.h:347)
==3234== by 0x5B0B5BA: X11DRV_create_win_data (window.c:1794)
==3234== by 0x5B0C34C: X11DRV_WindowPosChanging (window.c:2153)
==3234== by 0x513D8E0: set_window_pos (winpos.c:2062)
==3234== by 0x5132F9C: WIN_CreateWindowEx (win.c:1578)
==3234== by 0x51335ED: CreateWindowExA (win.c:1716)
==3234== by 0x4ADE9FB: func_opengl (opengl.c:1637)
==3234== by 0x4ADFD4A: run_test (test.h:584)
==3234== by 0x4AE0191: main (test.h:666)
==3234== Uninitialised value was created by a stack allocation
==3234== at 0x5B08792: set_mwm_hints (window.c:702)
==3234==
mesa is 10.5.1-1.20150314.fc22
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24031
Summary: Word Perfect Lightning 1.0 beta installer does not
display text in first dialog
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://download.cnet.com/Corel-WordPerfect-Lightning/3
000-2192_4-192908.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=30192)
--> (http://bugs.winehq.org/attachment.cgi?id=30192)
gzipped +mshtml,+shdocvw log, starting at handle_load
(This is a beta version of the app from bug 7575.)
http://download.cnet.com/Corel-WordPerfect-Lightning/3000-2192_4-192908.html
Download is 24023528 bytes, sha1sum is
b9283264d8439a2b092cff695259fa0e74eb4bf0 WordPerfectLightningInstaller.exe
With no native libraries, the installer puts up its normal "preparing
installer" dialogs, then a nearly-blank dialog containing just an elipsis.
"winetricks ie6" works around the 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.
https://bugs.winehq.org/show_bug.cgi?id=39400
Bug ID: 39400
Summary: Eleusis demo needs XAudio2 class
'{a90bc001-e897-e897-7439-435500000000}'
Product: Wine
Version: 1.7.52
Hardware: x86-64
URL: http://www.gamershell.com/download_99777.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Crashes before entering the main menu.
err:ole:CoGetClassObject class {a90bc001-e897-e897-7439-435500000000} not
registered
err:ole:CoGetClassObject no class object {a90bc001-e897-e897-7439-435500000000}
could be created for context 0x1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39478
Bug ID: 39478
Summary: Call of Duty: United Offensive demo crashes at launch
Product: Wine
Version: 1.7.47
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/call-of-duty-unit
ed-offensive-download/call-of-duty-united-offensive-de
mo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 3c49a012c032759f015fca0594e8818040e26cf3
Distribution: ---
Launched with __GL_ExtensionStringVersion=17700
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22879
Summary: IVONA Voices: installs but fails to load.
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://www.ivona.com/reader_download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mtgsmith(a)hotmail.com
Created an attachment (id=28287)
--> (http://bugs.winehq.org/attachment.cgi?id=28287)
Errors from Wine on launching IVONA Voices Reader
Installed IVONA Voices (http://www.ivona.com/), which seemed to run OK.
Required SAPI5 installation with Wine in Windows ME emulation mode beforehand.
Added another Text-to-Speech (TTS) engine (Demo of Text Aloud) to test, and it
worked, using one of IVONA's voices. Copy is, of course licensed, although the
demo has same results.
IVONA Reader fails to load every time. Attemps to display a splash screen, the
outline of which appears, then a Wine error dialogue, and then fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21076
Summary: Defense Grid: The Awakening
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=14995&iTestingId=35186
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: war_the_gloomer(a)hotmail.com
Ingame models do not get displayed properly. Landscape/terrain works.
"Hostile"/enemy shadows displayed properly. Just gun and other models
themselves (as shadows work) need to be repaired.
(first winebug submission, if done improperly, I apologize)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39473
Bug ID: 39473
Summary: Some of PropVariantCopy tests results are masked by
faulty logic
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
After commit
http://source.winehq.org/git/wine.git/commit/d68c13a8941e4e4c298c7dd0d1e26f…
some test cases are effectively disabled, because of the way operator
precedence works:
---
+ ok(hr == copy ? DISP_E_BADVARTYPE : STG_E_INVALIDPARAMETER, "%s (%s):
got %08x\n", wine_vtypes[idx], modifier, hr);
---
No matter what 'hr == copy' value is ok() condition is never zero. I'm assuming
intention was to do:
---
hr == (copy ? ...)
---
Such simple change brings some tests failures though, but what we have now is
wrong in any case.
P.S. discovered by PVS-Studio guys, present in their recent run log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26621
Summary: KidStarter: Fails to install
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.kidstarter.com/
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=33889)
--> (http://bugs.winehq.org/attachment.cgi?id=33889)
Terminal output on wine-1.3.16-252-gf421d22
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine setup.exe
Behaviour:
Crash.
Expected behaviour:
No 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.
https://bugs.winehq.org/show_bug.cgi?id=39480
Bug ID: 39480
Summary: Sniper Elite V2 demo needs IDXGIFactory1 interface
'{770aae78-f26f-4dba-a829-253c83d1b387}'
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://store.steampowered.com/app/63380
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
warn:dxgi:dxgi_factory_QueryInterface {770aae78-f26f-4dba-a829-253c83d1b387}
not implemented, returning E_NOINTERFACE.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39296
Bug ID: 39296
Summary: Setup dialog windows needs to drag for capture
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: alexhenrie24(a)gmail.com
Regression SHA1: c68843f898da704432c391cab9e534323fec72ae
Distribution: ---
e.g. I want to change installation folder name and press an appropriate button,
but then I should to drag previous window first and then switch again for
'Change folder' window.
Can be reproduced with SpinTires Tech demo
(http://oovee.chicsystems.net/SpinTiresInstall_060613.zip) and Battlefield: Bad
Company 2.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22907
Summary: CamStudio: does not run after installing.
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.camstudio.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
The CamStudio screen casting software for Windows does not run on Wine, despite
installing it without any problems.
The main purpose of this report is to let the Wine developers know that
CamStudio - after installing - does not work under Wine at all (with AND
without the use of winetricks).
Having read the test page for CamStudio, it recommends using winetricks to add
"mfc42". I did that and CamStudio now opens after installing, but it won't
record (it's effectively useless). It comes up with the following error
message:
"Error Creating AVI File".
Before dismissing this bug report, please remember that I tried CamStudio
without winetricks first and it does not run at all after installing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32895
Bug #: 32895
Summary: Serious Sam HD: TSE crashes randomly in the campaign
&& when picking up backpacks
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gediminas(a)varciai.lt
Classification: Unclassified
Created attachment 43444
--> http://bugs.winehq.org/attachment.cgi?id=43444
Terminal output
In Serious Sam HD: TSE, picking up ammo backpacks crashes the game. Also,
playing any level long enough crashes the game in the same way. This applies to
campaign and survival, both single player and co-op. The way the game crashes
is very weird - no crash dialogs, the game itself fails to log the failure (no
entry in the game's log and no game's own crash dump generated). The game
simply disappears in a split second. The weirdest part - when it crashes steam
immediately launches the game again (which in turn opens a dialog to choose
which version to play).
Attaching the terminal output.
Note 1: this might be a regression from more than a year ago (wine 1.3.x), but
not entirely sure.
Note 2: twice, messing with winetricks and other random things, I managed to
make the game not to crash like that. It was a complete mess, thus no idea how
to reproduce it.
Note 3: the terminal output is definitely a mix with some Steam related output,
along with the game's own logger's 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=35872
Bug ID: 35872
Summary: Pinball Science crashed on starting
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Nachanon_Vetjasit(a)hotmail.com
Created attachment 47895
--> http://bugs.winehq.org/attachment.cgi?id=47895
WINE 1.7.15 console output
I've attempted to run Dorling Kindersley's Pinball Science on WINE 1.7.15.
Its installation (and QuickTime installation) was succeeded.
On running, the launch screen shown up. When I clicked to launch the game,
splash screen shown up, screen resolution changed to 640x480
then the game simply crashed.
Wine console shows:
wine: Unhandled page fault on write access to 0x0000003f at address 0x1120ffe8
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x0000003f in 32-bit code
(0x1120ffe8).
Followed by backtrace:
=>0 0x1120ffe8 in dkstore (+0xffe8) (0x0032f198)
1 0x7e8de794 MMIO_Open+0x2c3(szFileName="D:\INTRO\ZQT1001P.mov+",
refmminfo=0x32f2d4, dwOpenFlags=0x20, is_unicode=0)
[/home/window/winegit/dlls/winmm/mmio.c:670] in winmm (0x0032f328)
2 0x7e8dea59 mmioOpenA+0x28(szFileName=*** Invalid address 0x00000017 ***
Internal symbol error: unable to access memory location 0x17, lpmmioinfo=***
Invalid address 0x0000001b ***
Internal symbol error: unable to access memory location 0x1b, dwOpenFlags=***
Invalid address 0x0000001f ***
) [/home/window/winegit/dlls/winmm/mmio.c:722] in winmm (0x0032f348)
3 0x3d272f3b in dhio32.qtc (+0x2f3a) (0x80830000)
Full wine console output also attached.
This program is win32, came from 90s era,
and depends on QuickTime for Windows 2.1.2.59 32-bit.
WINE 1.7.15 (git) using Windows version 98.
WINE installed without XInput2, OSMesa, OpenCL, CMS, GStreamer and OSS support.
System: Debian GNU/Linux 5.0 "Lenny" i386.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33893
Bug #: 33893
Summary: Midnight Nowhere demo shows black screen
Product: Wine
Version: 1.6-rc3
Platform: x86
URL: http://www.fileplanet.com/139398/130000/fileinfo/Midni
ght-Nowhere-Demo-
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 44990
--> http://bugs.winehq.org/attachment.cgi?id=44990
log+d3d
I hear only sounds. Native Directx doesn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39488
Bug ID: 39488
Summary: explorer.exe (and other applications) crash on start
after drive z: (/) got deleted
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Nierensteinsprenger(a)web.de
Distribution: ---
Created attachment 52628
--> https://bugs.winehq.org/attachment.cgi?id=52628
Console output of explorer.exe
Some application crash on start, if drive z: was deleted. This bug happend not
evertime drive z got deleted. If this is the case the bug could be reproduce if
the links to musik, videos and etc are removed too.
Add the drive z again resove the bug.
Application that stop running:
explorer.exe
taskmgr.exe
steam.exe
maybe more applications
Bug replication:
rm -R .wine
winecfg # and remove the z drive and maybe all links
wine explorer.exe # instant crash on start.
I attachted the output of wine explorer.exe. Used OS is Arch Linux.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39357
Bug ID: 39357
Summary: Do not see the audio equipment , and there is no sound
in the game Blade & Soul
Product: Wine-staging
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 52452
--> https://bugs.winehq.org/attachment.cgi?id=52452
Screenshot of the fact that it is not visible audio equipment.
I tried to standard sound settings wine and selected PulseAudio, but the effect
is zero.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32620
Bug #: 32620
Summary: Warcraft Voice Chat cannot capture voice.
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
Classification: Unclassified
Playing WoW (MoP) with Wine 1.5.17, 18, 20:
The built-in voice chat functionality is no longer capturing voice correctly,
and sounds like "R2D2 on drugs" instead. This can be reproduced both during
"live" char sessions and also when testing "capture" from the Voice settings
panel.
I have reproduced this bug both with and without PulseAudio; with Intel HDA,
Audigy 2 and Xonar D1 cards. So I must assume that this is something relating
to Wine and ALSA.
Capturing audio from the command line via:
$ arecord -t wav -f cd -d 5 > test.wav
results in a correct WAV 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=27595
Summary: Screen Recorder
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurence.frostenson(a)gmail.com
Created an attachment (id=35277)
--> (http://bugs.winehq.org/attachment.cgi?id=35277)
Screen Recorder
When i try to start a screen recording it says that the program has encountered
a serious problem.
Regards,
Laurence
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34079
Bug #: 34079
Summary: Skydrive Pro 2013: Crashes on installation start-up
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pieter.ideler(a)gmail.com
Classification: Unclassified
Created attachment 45306
--> http://bugs.winehq.org/attachment.cgi?id=45306
Backtrace of installer
The installer of Skydrive Pro 2013 "SkyDrivePro_x86_en-us.exe" crashes on
startup.
--snip--
Unhandled exception: 0xc06d007f in 32-bit code (0x7b83bbd5).
--snip--
Installer downloadable at
http://www.microsoft.com/en-us/download/details.aspx?id=39050
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37930
Bug ID: 37930
Summary: Photoshop CS6: dragging layers leave a trail of
garbage
Product: Wine
Version: 1.7.34
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Steps to reproduce;
1. Launch Photoshop CS6
2. Create a new image
3. Create 2 layers
4. Drag and drop one of the layers
At this point you can observe that dragging the layer leaves a trail of
garbage.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5048
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #31 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.54.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38131
Bug ID: 38131
Summary: Java install jre-1_5_0_16-windows-i586-p-iftw.exe
crashes in patchjre.exe
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hmyjr(a)yahoo.co.uk
Distribution: ---
Quite a
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31442
Bug #: 31442
Summary: Guild Wars 2 freezes on text input fields
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
When certain text fields get focus, including the name field in character
creation and the chat window, the game freezes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36895
Bug ID: 36895
Summary: You Don’t Know Jack V1 XL: Scaling/moving text shown
as solid coloured blocks
Product: Wine
Version: 1.7.21
Hardware: x86
URL: http://www.amazon.com/dp/B00H7HR5N4/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: karl(a)huftis.org
In the game ‘You Don’t Know Jack V1 XL’, text that are being scaled (and/or
moved?) are displayed as solid coloured blocks (rectangles) instead of text.
The colour of the blocks is identical to the text colour.
This bug is most visible (and a big problem) in Jack Attack, which happens in
round 7 in a 7-round game. There words are displayed in large letters, which
moves around and changes size. Here’s a video of how it *should* look:
https://www.youtube.com/watch?v=WeRAwtq1jCo&t=0m33s
Since text text are shown as solid rectangles instead of text, this make Jack
Attack basically unplayable.
The same problem also seems to partially occur in other rounds, when names of
question categories or answers first appear. The text is first shown as solid
coloured rectangles that increase in size. But when the rectangles have changed
to their correct size, they’re replaced by normal text, so this isn’t a big
problem when playing.
For testing, I used ‘You Don’t Know Jack V1 XL’ from the ‘You Don't Know Jack
Classic Pack’ from Amazon (http://www.amazon.com/dp/B00H7HR5N4/).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9032
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Component|-unknown |msvfw32
Assignee|wine-bugs(a)winehq.org |00cpxxx(a)gmail.com
--- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> ---
I think I can deal with this but I'm not having much time for computers, just
assigning to myself so I don't forget.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39525
Bug ID: 39525
Summary: TurboCad 7.1 locks up when attempting to adjust
rendering light sources.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tedhansen(a)sasktel.net
Distribution: ---
TurboCad 7.1 locks up when attempting to adjust rendering light sources.
This has occurred with all version of wine that were able to run TC7 at all
(starting with about version 0.9).
Since this is a very minor component of the program I do not regard this bug as
significant and am only entering this bug for completeness.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37896
Bug ID: 37896
Summary: EM_SETPASSWORDCHAR ineffective when edit control does
not have WS_BORDER set
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)richardpayne.name
Distribution: ---
I have two identical edit controls with ES_PASSWORD set via EM_SETPASSWORDCHAR.
Identical, that is, apart from 1 having WS_BORDER set and the other not.
The one without WS_BORDER does not conceal its contents as it should when a
password char is specified. The one with WS_BORDER set works as expected.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6124
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
Depends on| |39523
Summary|backgrounds are not drawn |"Dr. Suess's Green Eggs and
| |Ham" / "Dr. Seuss's ABC"
| |backgrounds are not drawn
| |(Living Books series)
--- Comment #22 from Austin English <austinenglish(a)gmail.com> ---
Green Eggs and Ham fails to install for me, I filed bug 39523.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39108
Bug ID: 39108
Summary: unigine valley without microsoft d3d*.dll-s:
fixme:hlsl_parser:hlsl_lex Unsupported preprocessor
#pragma directive at line
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: r9ku1q(a)gmail.com
Distribution: ---
Created attachment 52109
--> https://bugs.winehq.org/attachment.cgi?id=52109
wine valley.log
To reproduce, remove microsoft d3d dlls from valley install folder,
then remove shader cache files from ~/.wine/drive_c/users/*/Valley/*.cache and
valley install folder.
If you just copy microsoft d3dcompiler_43.dll to valley bin folder, it works.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38902
Bug ID: 38902
Summary: Bus Simulator 2012 crashes after a while when I use
the program
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: ---
The program starts and the game can be loaded but when I play a while the game
crashes and I am unable to close it. The only way is rebooting the OS using
Ctrl+Alt+Del. It is very annoying because it crashes after 3 to 5 minutes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5162
--- Comment #46 from Jactry Zeng <jactry92(a)gmail.com> ---
*** Bug 39383 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29082
Bug #: 29082
Summary: No sound in The Elder Scrolls V: Skyrim
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Classification: Unclassified
Created attachment 37477
--> http://bugs.winehq.org/attachment.cgi?id=37477
wine 1.3.32 , WINEDEBUG=-xinput
sound works on logo intro, but not ingame.
Ubuntu 11.10 64bit, wine 1.3.32
Linux wings 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64
x86_64 x86_64 GNU/Linux
pulseaudio 1.1
alsa 1.0.24.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=33709
Bug #: 33709
Summary: Skyrim: no sound after intro video
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: apfeifer95(a)yahoo.com
Classification: Unclassified
Arch Linux
Wine 1.5.31
Steam install of Skyrim
The game starts and seems to run normally, but there is no sound after the
intro video. I have tried setting to XP and Windows 7 mode in winecfg but
neither have resolved the problem. I also saw some people recommend installing
DirectX via the installer that comes with the game. Unfortunately, the
installer fails every time that I try. I also attempted to install the June
2010 DirectX Redistributable from the official Microsoft website. That one did
not work either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8051
Jason Mills <jasonmills1980(a)mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jasonmills1980(a)mail.com
--- Comment #121 from Jason Mills <jasonmills1980(a)mail.com> ---
As somebody else noted, if any expansions are installed, interactive objects
will stop rendering entirely, and the neighborhood decorations (namely the
trees) don't render the way they should. However, there is a file in the game
that might be of some interest; Materials.package. If you take the base game's
materials.package file and replace the the latest expansion's file with it, the
objects and neighborhood decorations will look the way they should. On top of
that, the videos that the TV uses will show up, unlike before, where it would
just be a black screen on the TV.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=4510
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|Abandoned? |
Status|NEW |RESOLVED
CC|austinenglish(a)gmail.com |
Resolution|--- |WONTFIX
--- Comment #22 from Austin English <austinenglish(a)gmail.com> ---
WONTFIX.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5903
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=4510
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com,
| |super_man(a)post.com
--- Comment #21 from super_man(a)post.com ---
File to patch: configure.ac
patching file configure.ac
Hunk #1 succeeded at 402 with fuzz 2 (offset 227 lines).
Hunk #2 succeeded at 515 with fuzz 2 (offset 240 lines).
wine 1.7.53
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9032
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |super_man(a)post.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=1230
Filip <filipsostaricc(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |filipsostaricc(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32507
Bug #: 32507
Summary: UpdateLayeredWindow (wrongly) interprets alpha channel
(TeamViewer 7)
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.teamviewer.com/en/download/linux.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
Classification: Unclassified
Created attachment 42886
--> http://bugs.winehq.org/attachment.cgi?id=42886
Screenshot of wrongly rendered overlay window
TeamViewer 7, shipped with Wine 1.21, occasionally shows some Overlay windows,
for example if somebody adds you to his contact list. (Notification will
re-appear on every login if there are unread messages)
With Wine 1.2.1, the behavior is, that it looks ugly because color keying is
not supported.
When using Wine 1.5.19, the window is totally invisible. I think the reason is
that Wine (wrongly in that case?) uses the 4th byte of the Bitmap/DC of the
window and interprets it as an alpha value, but the window is not supposed to
have per-pixel alpha.
In TeamViewer 8, shipped with Wine 1.5.19, this does not happen because the
alpha channel is explicitly set opaque, but this seems not to be necessary in
Windows.
Also, another error becomes now apparent: color keying is now supported, but
not during the alpha-fade-in and fade-out of the window. While MSDN suggests
that ULW_COLORKEY and ULW_ALPHA can not be or'ed, this works well on Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36083
Bug ID: 36083
Summary: Microsoft Money 2005 Program Crash On Selecting
"Portfolio Manager" Function
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: junk_2010(a)live.co.uk
Created attachment 48269
--> http://bugs.winehq.org/attachment.cgi?id=48269
Microsoft Money 2005 Portfolio Manager Crash Backtrace
Installed wine 1.7.17 on Ubuntu 12.04 (32 bit). Clean install with previous
.wine directory removed.
"wine notepad" worked and displayed the expected wine version.
Program installed and started ok (as previously). However, (as before) very
limited functionality when program was running. Easy to create a program crash.
Installed ie6 using winetricks.
Program now very functional.
Manage to cause one reliable program crash when selecting the "Portfolio
Manager" function. Note that this as a "link" off of a program "tab" page, and
not a menu item as reported on other bugs (ie bug 32589 ).
The crash was:
On the "Home" tab, down the left hand "program function links" list selected
"Portfolio Manager".
Crash backtrace file created and will be attached.
Details of crash:
Got a pop-up "Microsoft Money Error Reporting" window saying the the program
had encountered a problem and needs to close. This crash was repeatable and
always seemed to occur. Although the program did not always automatically
restart each time.
Terminal output when this occured was:
fixme:urlmon:Binding_SetPriority (0xbd483d0)->(-1)
fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000
fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000
fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000
fixme:urlmon:CoGetClassObjectFromURL ({562f499d-186b-42e7-b112-23d82883d542}
(null) 0 0 (null) 0x78d0b28 7 (nil) {00000001-0000-0000-c000-000000000046}
0x112a2b0) Stub!
fixme:urlmon:CoGetClassObjectFromURL ({3b66aef9-989c-4979-9785-667c62305cc1}
(null) 0 0 (null) 0x2381378 7 (nil) {00000001-0000-0000-c000-000000000046}
0x112a2b0) Stub!
err:ole:heap_alloc cannot allocate memory
fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Money Error Reporting"):
stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004d,0x5ad7a4,0x5ad35c):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0005,0x0000004d,0x180360,0x5ad35c):
stub
err:eventlog:ReportEventW L"msmoney.exe"
err:eventlog:ReportEventW L"14.0.0.1105"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
On closing the "Microsoft Money Error Reporting" window Microsoft Money
sometimes immediately restarted, other times it did not.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38133
Bug ID: 38133
Summary: Everbote crashes on start
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jacek.filipek(a)gmail.com
Distribution: ---
Created attachment 50828
--> https://bugs.winehq.org/attachment.cgi?id=50828
backtrace
After starting the message pops up "program error".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23756
Summary: In-game MIDI music does not play in Melker - The Elk
Hunt (a.k.a. Moose on the Loose)
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.wihlborg.se/melker_the_elk_hunt.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29775)
--> (http://bugs.winehq.org/attachment.cgi?id=29775)
+winmm log, compressed with bzip2
This bug applies to the game "Melker - The Elk Hunt" by Wihlborg Entertainment.
The game was also marketed as "Moose on the Loose" by eGames/Greenstreet games.
A demo can be downloaded from http://www.wihlborg.se/melker_the_elk_hunt.html
The in-game (MIDI) background music does not play in Wine. However the title
sequence music does play.
Install the demo and run melker.exe. Click Start Game! Watch the title sequence
and note that the music plays. Press Enter several times to begin play. A
dialog box appears:
:
The MCI device you are using does not support the specified command.
After dismissing that, press Enter at the map screen and the same dialog
appears again, then a second dialog:
MidiPlyrPlayPart() failed!
MidiPlayPart() failed
MidiProcessTune() failed
MidiPlayTune() failed
The attached log is with WINEDEBUG=+winmm, running melker.exe, waiting at the
title sequence, then starting play, dismissing the error dialogs, quitting the
game, returning to title sequence and exiting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39495
Bug ID: 39495
Summary: Uninitialized scalar variable in
break_add_watch_from_lvalue (Coverity #214722)
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
1. var_decl: Declaring variable lval without initializer.
CID 214722 (#1 of 1): Uninitialized scalar variable (UNINIT)
2. uninit_use_in_call: Using uninitialized value lval.cookie when calling
break_add_watch
https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499e…https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499e…
In other words, break_add_watch_from_lvalue does not initialize the cookie
field, but break_add_watch needs the cookie field to be set.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5048
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |4d081f36efefd3ccf702cacea4d
| |20c5616cfbae1
Status|STAGED |RESOLVED
Resolution|--- |FIXED
--- Comment #30 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Erich E. Hoover from comment #29)
> I've submitted support for the TF_DISCONNECT and TF_REUSE_SOCKET options
> that a lot of applications like to use, but I think we can consider this
> finally fixed.
For sure, thanks for the great effort =)
Using the first commit id since it introduced the function.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5048
--- Comment #29 from Erich E. Hoover <erich.e.hoover(a)wine-staging.com> ---
Overlapped/APC support is now committed:
https://source.winehq.org/git/wine.git/commitdiff/effd2c41927f1dda9178f5cd1…
I've submitted support for the TF_DISCONNECT and TF_REUSE_SOCKET options that a
lot of applications like to use, but I think we can consider this finally
fixed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31396
Bug #: 31396
Summary: freeOTFE requires administrator rights
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
Classification: Unclassified
Hi All,
Scientific Linux 6.2, 64 bit
wine 1.4-1
Would one of our interpreted heroes please fix this for me?
This one is important to me as I need to be able to test things on my Linux
machine. The idea is to have an encrypted flash drive with my customer
sensitive data on it that I can take around to my customer sites. I do not
have easy access to a true Windows machine (lots of VM's, but ...).
FreeOTFE installs fine, but when run complains about not having Administrator
rights. This even when wine is configured for W98.
FreeOTFE: http://www.freeotfe.org/download.html
Many thanks,
-T
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39482
Bug ID: 39482
Summary: Logically dead code in GetCreationModeFromSTGM
(Coverity #731555)
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
dead_error_condition: The switch value stgm & 0xf000U cannot be 131072U.
CID 731555 (#1 of 1): Logically dead code (DEADCODE)
dead_error_begin: Execution cannot reach this statement: case 131072U:
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39167
Bug ID: 39167
Summary: localhost don't resolve over proxied network
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kseltar(a)gmail.com
Distribution: ---
OS: Debian testing (201508) x86_64/amd64
LOCALSERVICE: httpd (port 80) mariadb (3306)
NETWORKING: wan force routing to proxy
ENV: wine 1.6.2 PlayOnLinux(POL) 4.2 (default 32bit/x86)
APP: Dreamweaver MX 8, Firefox 39.0
CASE:
Forced WAN/LAN default routed to proxy server by router_core for access to
internet.
Every network app as browsers has setted with proxy config. eg:
proxyip: 192.168.24.100 port: 3128
the proxy require authentication for resolv ip/url, because it the browser has
this url exceptions:
localhost;127.0.0.1;.domain.type;192.168.0.0/16
similar config to bash environmente http_proxy, etc; also the Desktop
environment (KDE or Gnome-like env network settings)
POL has set proxy for download POL system packages
but on app run on app environment every network petition go to the proxy
without read desktop/bah env network config (and exeptions) or POL proxy config
MAIN BUG:
any url (ip or domain), eg: "http://127.0.0.1/mypage.html", is not checked with
the hosts machine /etc/hosts file, and the wined app go to the router and here
to the proxy to resolv the url. 127.0.0.1 and localhost are registered on proxy
server /etc/hosts file too, and think that the app want its services resolution
(eg: httpd) but tehe proxy dont have the service or files required and return
404 page not found,
A MANUAL SOLUTION FOR FIX IT:
add a win-registry on app environment
create a regsitry file or edit wine env register files
example: win7registry.reg for iexplerer env
-----------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"GlobalUserOffline"=dword:00000000
"ProxyServer"="<ipproxy:<port>"
"ProxyOverride"="localhost;127.0.0.1;.domain.type;192.168.0.0/16;<local>"
----------------------
where <ipproxy>:<port> is the proxy ip address and port
ProxyOverride that has the semicolon ";" spaced urls and address on the wan/lan
that i don't like to resolv on proxy proxy
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38380
Bug ID: 38380
Summary: OSX Wine64 compile hangs on /dlls/ntdll/relay.c with
gcc4.9
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jshpettus(a)gmail.com
Distribution: ---
I attempted to compile wine with --win-64 bit enabled. I do realize support is
preliminary.
Anyway I installed gcc49 via macports and attempted to compile wine with all
the dependencies installed on macports.
./configure --without-alsa --without-capi --with-cms --with-coreaudio
--with-cups --with-curses --with-fontconfig --with-freetype --without-gphoto
--with-glu --with-gnutls --without-gsm --without-hal --with-jpeg --without-ldap
--without-mpg123 --without-openal --with-opengl --without-oss --with-png
--with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite
--with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr
--with-xrender --with-xshape --with-xslt --with-xxf86vm --with-x
--x-include=/opt/local/include --x-lib=/opt/local/lib --disable-wineqtdecoder
--disable-win16 --enable-win64 CFLAGS="-I/opt/local/include -L/opt/local/lib"
CC=/opt/local/bin/gcc-mp-4.9
I also had to make an alternate version of my /usr/include/dispatch/object.c
for gcc's sake.
changing:
typedef void (^dispatch_block_t)(void);
to:
typedef void* dispatch_block_t;
Anyway, it got all the way to /dlls/ntdll/relay.c and it got caught up on some
assembly stuff there.
opt/local/bin/gcc-mp-4.9 -m64 -c -o relay.o relay.c -I. -I../../include
-D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall \
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -I/opt/local/include -L/opt/local/lib
{standard input}:1406:suffix or operands invalid for `movq'
{standard input}:1407:suffix or operands invalid for `movq'
{standard input}:1408:suffix or operands invalid for `movq'
{standard input}:1409:suffix or operands invalid for `movq'
make[1]: *** [relay.o] Error 1
Is this a bug or is it user error? I'm fully inclined to believe the latter :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.net,
| |super_man(a)post.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23799
Summary: Rawdump fails to detect drive(s), shows popup windows
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Rawdump 2.0 fails to detect optical disk drives (window says unable to detect
drives). And a weird pop-up windows shows up afterwards talking about debug and
JIT. Error outputs forthcoming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33757
Bug #: 33757
Summary: XenCenter crashes while starting
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://www.citrix.com/go/products/xenserver/download.a
sp.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Blocks: 19517
Classification: Unclassified
Created attachment 44700
--> http://bugs.winehq.org/attachment.cgi?id=44700
wine 1.6-rc1 log
The program XenCenter is not working, this blocks the test for bug 19517. Log
attached. winetricks dotnet20 or 35 give the same result. With wine-mono the
application dies earlier.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16292
Summary: Activeworlds client 4.2 update fails with "reason 13"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installs ok, won't start unless you do "winetricks mfc42".
Then it starts, and notices it needs an update;
if you accept, it downloads it and then fails with "reason 13".
"winetricks wininet" works around this, and gets you to the
next 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=29881
Bug #: 29881
Summary: Can't install recent Skype on wine version 1.0.1-3.5
on Debian GNU/Linux SID
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: csanyipal(a)gmail.com
Classification: Unclassified
Hi,
I have installed wine version 1.0.1-3.5 on my Debian GNU/Linux SID system.
I had run winecfg and setup sound successfully.
I had run NotePad successfully.
I'm trying to install the just downloaded Skype. I don't know it's version
because the file is called just SkypeSetup.exe
The installation failed:
csanyipal@debian-asztal:/debian-adatok-1/Skype$ wine SkypeSetup.exe
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:advapi:CheckTokenMembership ((nil) 0x13aae8 0x32fd3c) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x13baf8 0x32fd78) stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 0: stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 -1: stub!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
(10000): STUB
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 0: stub!
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 -1: stub!
Is this a bug?
Best regards, Pal
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34411
Bug #: 34411
Summary: Epsxe sound does not stop after program close
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaskancaveman(a)Live.com
Classification: Unclassified
sound does not stop after program close
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34481
Bug #: 34481
Summary: VkKeyScanA does not recognise '(' or ')'
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.r.i.s.t.e.n.h.a.y.f.i.e.l.d(a)gmail.com
Classification: Unclassified
VkKeyScanA does not recognise the '(' or the ')' characters. For both
characters, it returns -1. On my platform, I think it should the return values
should be
'(' -> 313 (ie shift + VkKeyScanA("9")) and
')' -> 304 (shift + VkKeyScanA("0"))
For some reason IsDBCSLeadByte(cChar) is true for these characters.
I tried to dig down to the source of the problem but I could not decipher the
make_unicode perl script.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31401
Bug #: 31401
Summary: unable to run Line 6 POD HD 300 Edit
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jenkdewaele2(a)yahoo.com
Classification: Unclassified
Created attachment 41269
--> http://bugs.winehq.org/attachment.cgi?id=41269
Backtrace offered from the dialog box -"Program error details"
Unable to run "Line 6 POD HD 300 Edit" software - "serious error". : Unhandled
exception
backtrace attached.
Would appreciate it if you could get this application to run on wine.
Johan
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8229
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |win16
Status|UNCONFIRMED |NEEDINFO
CC| |focht(a)gmx.net
Component|dos |user16
Hardware|Other |x86
Ever confirmed|0 |1
OS|other |Linux
--- Comment #17 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
from looking at the sources the problem(s) are still present - even after the
16-bit dll split some years ago.
https://source.winehq.org/git/wine.git/blob/9ac7bca209e1b11af898d1b393d13c8…
Setting 'NEEDINFO' here so it gets resolved 'abandoned' in case OP doesn't
respond further.
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9153
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com,
| |thestig(a)google.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7284
Andrey Gusev <andrey.goosev(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
URL| |http://www.rockstargames.co
| |m/maxpayne2/mp2_downloads.h
| |tml
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38900
Bug ID: 38900
Summary: VIDLE for VPython: crashes when trying to run a
module, check a module, or open the Python shell.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sb7145(a)gmail.com
Distribution: ---
Created attachment 51834
--> https://bugs.winehq.org/attachment.cgi?id=51834
This is the detailed error report generated by VIDLE when the application
crashes.
This is a fresh from scratch install of Wine and VPython, strictly following
the install/configure instructions here:
http://vpython.org/contents/download_linux.html
When running any of the example programs in VIDLE (continuing with the same
instructions at above link), the application completely crashes with a program
error "The program pythonw.exe has encountered a serious issue and needs to
close.". The details of this error begin "Unhandled exception: unimplemented
function python27.dll._PyInt_AsInt called in 32-bit code (0x7bc55130).". The
full bug report was saved and included as an attachment here (backtrace.txt).
This same crash and error occurs when trying to run the Python Shell or Check
Module (all run from the Run menu item in VIDLE).
This crash first occurred with stable Wine 1.6. I completely removed everything
and installed/configured again from scratch, this time with the more recent
Wine 1.7 beta. Same crash issue.
I'm running Ubuntu 14.04 LTS.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33013
Bug #: 33013
Summary: 2gis apgrading crashing
Product: Wine
Version: 1.5.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freezemandix(a)yandex.ru
Classification: Unclassified
2gis 3.12.0
(deb http://packages.redsolution.ru/2gis lenny non-free)
2gis 3.12.0 falls during the upgrade.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13659
Summary: dogfood: xchat-2.8.4-1 does not install (quoting between
CreateProcessW and wmain)
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12209
OS/Version: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=13647)
--> (http://bugs.winehq.org/attachment.cgi?id=13647)
+loaddll,+tid,+process,+cmd and extra printf
Install of xchat-2.8.4-1.exe
(http://www.silverex.org/download/xchat-2.8.4-1.exe ) fails due to a quote
Problem between CreateProcessW and libs/wine/loader.c:
Still correct:
0040:trace:process:CreateProcessW app (null) cmdline
L"\"C:\\windows\\system32\\cmd.exe\" /C
\"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat\"
\"C:\\Programme\\X-Chat 2\\lib\\pango-querymodules.exe\"
\"C:\\Programme\\X-Chat 2\\etc\\pango\\pango.modules\"\""
Broken in cmd.exe:
001c:trace:cmd:wmain /c command line:
'L"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat
C:\\Programme\\X-Chat\" \"2\\lib\\pango-querymodules.exe
C:\\Programme\\X-Chat\" 2\\etc\\pango\\pango.modules"'
the update-modules is really simple:
--- cut ---
%1 > %2
--- cut ---
--
by by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34167
Bug #: 34167
Summary: PhysX installer strikethrough text of licence
agreement
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.nvidia.co.uk/object/physx-9.13.0604-driver-
uk.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45455
--> http://bugs.winehq.org/attachment.cgi?id=45455
screenshot
After launching installer shows strikethrough text of licence agreement.
At this time in a terminal
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:freetype_SelectFont Untranslated charset 125
err:msi:msiobj_release Invalid handle!
err:msi:msiobj_release Invalid handle!
When pressing Cancel from installing
err:msi:ITERATE_Actions Execution halted, action L"License_Dialog" returned
1602
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39304
Bug ID: 39304
Summary: Nail'd demo needs XAudio2
'{b802058a-464a-42db-bc10-b650d6f2586a}' XAudio2_2.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.gamershell.com/news_111686.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
err:ole:CoGetClassObject class {b802058a-464a-42db-bc10-b650d6f2586a} not
registered
err:ole:CoGetClassObject no class object {b802058a-464a-42db-bc10-b650d6f2586a}
could be created for context 0x1
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39281
Bug ID: 39281
Summary: Temple of Elemental Evil (GOG.com) shows black screen
during video playback
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: 8c91443f9d0c66d005d6a7eb97b348f1836f74a7
Distribution: ---
The short intro videos (company logos) are simply skipped, the longer in-game
videos are showing only a black screen (audio works though) in ToEE, GOG.com
version.The rest of the game seems to work properly.
Videos are in Bink 1 format, they play properly with the standalone
binkplay.exe from RADVideo Tools.
Regression introduced by
commit 8c91443f9d0c66d005d6a7eb97b348f1836f74a7
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed Aug 26 21:50:56 2015 +0200
d3d8: Validate swap effect and backbuffer count.
Reverting the patch on current git fixes the problem.
Reproduced with nvidia binary driver 340.93 and nouveau/mesa git.
Demo version is available, but is blocked by bug #9304 (I couldn't start the
demo). Let me know if you need debug logs.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f578,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f568,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f568,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f458,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f458,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
wine-1.7.51-181-g8fdcc23
Fedora 22 32-bit
OpenGL renderer string: Gallium 0.4 on NV92
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35657
Bug ID: 35657
Summary: Anthem Room Correction 2 v1.0.1: fatal exception when
attempting to take measurements
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.anthemav.com/downloads/ARC-2%20Setup.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tristan.schmelcher(a)gmail.com
The application Anthem Room Correction 2 v1.0.1 experiences a fatal exception
when trying to take measurements from an Anthem A/V receiver. There are three
different ways to take a measurement in the program: launching with /Auto,
clicking Quick Measure in manual mode, or clicking Measure in manual mode. All
three approaches experience an exception, although there are two distinct
stacks--one for Quick Measure and one for both /Auto and Measure.
If the native Microsoft version of msvcr110.dll is used, the problems do not
occur. Also, the console output in all three cases has this:
wine: Call from 0x7b83bb95 to unimplemented function
msvcr110.dll.__CxxExceptionFilter, aborting
So I suspect the fact that this function is unimplemented is the source of the
problem.
The console output and the exceptions from the popup dialogs for all three
cases are attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. You also need to install Microsoft
.NET 4.0 with winetricks or else Wine-Mono has problems at an even earlier
stage (bug 35648). I am happy to carry out suggested testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.zip
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23254
Summary: Cortex EDI The Electronic Biller installer window is
unresponsive to mouse input
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.cortexedi.com/download/ebill501/ebillsetup.
exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When launching The Electronic Biller installer, the install window is
displayed, but the window appears to be perpetually unfocused and unresponsive
to mouse clicks. Keyboard input is required to change the focus of the controls
on the installer window. The installer did not emit any 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=35093
Bug #: 35093
Summary: Vkt7Easy2.exe
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zaguzin(a)live.ru
Classification: Unclassified
The program does not work. After exiting I get an error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16294
Summary: Activeworlds client 4.2 doesn't think IE is installed
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do "winetricks mfc42 wininet" to work around bug 16292,
then launch the app. It puts up the first dialog, then an
alert saying
"Unable to load web browser! This feature requires that Microsoft's Internet
Explorer 3.0 or later be installed on your system..."
One sees
fixme:shdocvw:ViewObject_SetAdvise (0xe90c50)->(1 00000000 0xe907fc)
right before the problem. I'll attach a +relay log.
You can work around this with "winetricks ie6", which installs the real 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=35964
Bug ID: 35964
Summary: gdip_format_string can segfault if format is NULL
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hellas(a)burntcomma.com
Created attachment 48062
--> http://bugs.winehq.org/attachment.cgi?id=48062
patch to fix the issue
The parameter format to gdip_format_string can be NULL, but at one point its
attr member is checked without checking it is non-NULL, causing a segfault.
Patch attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35432
Bug ID: 35432
Summary: config wine
Product: Wine
Version: 1.4-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: douglasblackusa(a)aol.com
Classification: Unclassified
Created attachment 47287
--> http://bugs.winehq.org/attachment.cgi?id=47287
config error
wine config crashes
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39317
Bug ID: 39317
Summary: Blazing Angels Squadrons of WWII Demo requires
x3daudio1_0.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.gamershell.com/download_13122.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: x3daudio
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library X3DAUDIO1_0.DLL (which is needed by L"C:\\Program
Files\\BASWWII\\bin\\MainR.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\b\\bin\\MainR.exe" failed, status c0000135
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38516
Bug ID: 38516
Summary: Winhttprequest setoption doesn't work
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Created attachment 51386
--> https://bugs.winehq.org/attachment.cgi?id=51386
Test app + Delphi source
Run and click button.
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref c8
err:ole:userdefined_to_variantvt Could not get typeinfo of hreftype c8 for
VT_USERDEFINED, hr = 0x80004005
It fails on line: fhttp.Option(6):=false;
Workarounds: native oleaut32 -OR- winetricks winhttp
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26112
Summary: ntdll/env tests show a couple uninitialized value
warnings in valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at bcmp (mc_replace_strmem.c:679)
by testQuery (env.c:114)
by func_env (env.c:295)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at testQuery (env.c:53)
...
Conditional jump or move depends on uninitialised value(s)
at testQuery (env.c:114)
by func_env (env.c:295)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at testQuery (env.c:53)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39322
Bug ID: 39322
Summary: Saw: The Video Game crashes with unimplemented
function x3daudio1_5.dll.X3DAudioInitialize
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: x3daudio
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Depends on: 39318
Distribution: ---
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
wine: Call from 0x7b839b2c to unimplemented function
x3daudio1_5.dll.X3DAudioInitialize, aborting
wine: Unimplemented function x3daudio1_5.dll.X3DAudioInitialize called at
address 0x7b839b2c (thread 0009), starting debugger...
Unhandled exception: unimplemented function x3daudio1_5.dll.X3DAudioInitialize
called in 32-bit code (0x7b839b2c).
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39422
Bug ID: 39422
Summary: Intel MPI 5.1.1 mpiexec.hydra.exe crashes on
unimplemented function
KERNEL32.dll.CancelSynchronousIo
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: alexey.pushkin(a)mererand.com
Distribution: ---
Created attachment 52537
--> https://bugs.winehq.org/attachment.cgi?id=52537
log
mpiexec.hydra.exe is a process manager in Intel MPI system.
It crashes on unimplemented function KERNEL32.dll.CancelSynchronousIo.
Free trial of Intel MPI can be downloaded here:
https://software.intel.com/en-us/intel-mpi-library
Current version is 5.1.1
How to reproduce:
<MPI_INSTALL_DIR>/bin/mpiexec.hydra.exe -bootstrap fork xyz
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39356
Bug ID: 39356
Summary: PlanCad L (Version 14.03): crashes when launching the
Programm
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jehartwig(a)googlemail.com
Distribution: ---
Created attachment 52449
--> https://bugs.winehq.org/attachment.cgi?id=52449
?
version: wine-1.6.1
PlanCad L (Version 14.03, 32-Bit-version): crashes when launching the Programm.
It shows error message: Unexpected Exception Code: 80000100
download-link for PlanCad L (Version 14.03,
32-Bit-version):http://user.dietrichs.com/downloads/get=146/mirror=199.html
Mirror Location Filename File Size MD5 Sum
user.dietrichs.com dipcad-l_1403.exe Report broken 76.55 MB
f4c8b56972ab7b56392b9be3b9b1ca35
system:
Intel® Pentium(R) M processor 2.00GHz , 32-bit-version
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21000
Summary: Tomb Raider III crashes in msadp32
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olau(a)hardworking.dk
Created an attachment (id=25182)
--> (http://bugs.winehq.org/attachment.cgi?id=25182)
Backtrace from crash
I have no prior experience with wine, but I just tried installing Tomb Raider
III from a cd with playonlinux.com. It worked flawlessly until I get past the
4th point in the training room, at which point it simply crashes (tried 3 times
now, same pattern). The terminal has this output:
msadp32.c:247: cvtSSms16K: Assertion `*src <= 6' failed.
Plus a full backtrace (attached). I think it occurs when it is about to play
the instruction sound for the 5th step in the training room.
Hope you can pinpoint and fix it. I was very impressed with seeing everything
just work otherwise (old-time Linux user).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33400
Bug #: 33400
Summary: Photoscape 3.6.3, Ubuntu 12.10 and 13.04, wine 1.5.24
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stucorpe(a)yahoo.com
Classification: Unclassified
Running Photoscape 3.6.3 under wine. Program runs well and does everything
except save files in jpg format. Will save files as png or gif but makes
garbage out of a file when trying to save as jpg.
Computer is Gateway NX570X, dual boot with Windows 7 and Ubuntu 13.04. The same
thing happened when I had Ubuntu 12.10 installed, recently updated to 13.04 and
tried this again only to find the same problem. Earlier posts said Photoscape
worked for them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39300
Bug ID: 39300
Summary: Watchmen: The End is Nigh needs XAudio2
'{fac23f48-31f5-45a8-b49b-5225d61401aa}' XAudio2_0.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.fileplanet.com/197043/download/Watchmen:-Th
e-End-is-Nigh-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Demo crashes at launch with error message:
XAudio2 problem
Audio could not be initialized.
Please check that you have a DirectX compatible soundcard and have installed
the correct drivers.
Output:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetClassObject class {fac23f48-31f5-45a8-b49b-5225d61401aa} not
registered
err:ole:CoGetClassObject no class object {fac23f48-31f5-45a8-b49b-5225d61401aa}
could be created for context 0x1
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39272
Bug ID: 39272
Summary: Homeworld Remastered crashes on unimplemented function
msvcp110.dll._FExp
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://store.steampowered.com/app/244160/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52351
--> https://bugs.winehq.org/attachment.cgi?id=52351
terminal output
Follow-up to bug #38871.
When starting the single-player campaign, the game shows the intro/tutorial
videos then it crashes with built-in msvcp110:
>wine: Call from 0x7b839b3c to unimplemented function msvcp110.dll._FExp, aborting
wine-1.7.51-133-g9061ee4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25046
Summary: C4 engine: can't initialize sound
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://www.terathon.com/c4engine/downloadwin.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The C4 game engine doesn't run in Wine. After unzipping, if you run C4.exe, you
get an error that it cannot initialize sound, and asking you to check directx
version/sound drivers.
Terminal output is short:
austin@midna:~/C4Demo2.1.2$ wine C4.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f89c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f89c,0x00000000), stub!
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35052
Bug #: 35052
Summary: The Lost Crown No Longer Works under 1.6.1
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: fred.thomas-6oi1k1ay(a)yopmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46741
--> http://bugs.winehq.org/attachment.cgi?id=46741
Lost Crown Error Output
The game "The Lost Crown" stopped working after I installed 1.6.1. I'm
including the error output.
NOTE: It kinda ran on 1.4.1 but it froze if you tried to save your position.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29738
Bug #: 29738
Summary: Wininet custom headers
Product: Wine
Version: 1.4-rc1
Platform: x86
URL: http://netikka.net/dev/wininetget.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Small sample: http://netikka.net/dev/wininetget.exe
You will see HOST: netikka.net, netikka.net
That's wrong, even if there is HTTP_ADDREQ_FLAG_ADD (see attached source)
Workaround is winetricks wininet
Patch I added for bug 28911 doesn't help here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39157
Bug ID: 39157
Summary: The Silent Age intro fade-in/fade-out effect shows as
palette
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52188
--> https://bugs.winehq.org/attachment.cgi?id=52188
+tid,+d3d,+d3d_surface,+d3d_texture,+d3d_draw,+d3d_shader,+d3d9
With arb shaders enabled works fine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39133
Bug ID: 39133
Summary: Open File dialog fails with Filterforge
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zauber(a)gridmail.org
Distribution: ---
Filterforge 4.0 is mostly working under Wine now. However, there is one issue
I have classed as "major" because it is critical to much of the program's
functionality (photo modification in particular).
Attempting to open an image through File->Open Image fails with the following
error:
::GetFileAttributesExW(path '\\?\', GetFileExInfoStandard) failed with error
code 0x00000042: Bad device type.
This only occurs when the file dialog is to be used to open something. Using
the dialog to save a finished image works just fine.
I previously had reported a Gold ranking for Filterforge under Manjaro Linux
and Wine 1.7.49, but realized the previous Silver ranking was more appropriate
after discovering this bug. If this bug is fixed, then it actually can be Gold
ranked.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25171
Summary: Just Cause 2 Steam DirectX error Code 2
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zdenek.styblik(a)gmail.com
Created an attachment (id=31931)
--> (http://bugs.winehq.org/attachment.cgi?id=31931)
wine output
What:
---
Steam Just Cause 2 Demo
What doesn't work:
---
Running the game
How to reproduce:
---
Install game via Steam
Set Windows version to 'Windows 7' via % winecfg; as the game requires it
Run the game; which should result with error window:
~~~ SNIP ~~~
Fatal DirectX erorr!
Code: 2
Result: 0x0: S_OK
~~~ SNIP ~~~
According to search this is related to DirectX and what not.
With Wine-1.3.2 you get an empty error window.
Additional info:
---
Game requires DirectX 10 capable hardware to run!
Game requires DirectX 10 and better to run!
Test setup:
---
Slackware64
nVidia GTX260 DX10 capable card
Wine-1.3.7
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35197
Bug ID: 35197
Summary: Torrents Downloader 0.1 fails to start
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://torrents.ms/download/installer.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 46949
--> http://bugs.winehq.org/attachment.cgi?id=46949
stderr.log
fixme:winsock:WS_setsockopt IPV6_PROTECTION_LEVEL is ignored!
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32c194 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32c024 1 C) semi-stub
fixme:atl:AtlAxWinInit version 0300 semi-stub
fixme:ieframe:PersistStreamInit_InitNew (0x4525f50)
fixme:atl:OleClientSite_ShowObject (0x45260c8) - stub
fixme:urlmon:set_internet_feature Unsupported flags: 00000015
Its startup log contains this
wx._core.PyAssertionError: C++ assertion "(which == State_Normal) ||
bitmap.IsNull()" failed
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36519
Bug ID: 36519
Summary: Amazon Cloud Player Failed to Install. Bodhi Linux/
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lataluis(a)gmail.com
Created attachment 48592
--> http://bugs.winehq.org/attachment.cgi?id=48592
With in Bodhi Linux the wine App Failed.
The Attached file should have everything to report about the bug. I would like
to be able to see my apps work better, thank you.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37618
Bug ID: 37618
Summary: wbemprox:enum_class_object_Next timeout not supported
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Since the recent updates to the Battle.Net and World Of Warcraft this line is
repeatedly spammed in the logfile and it appears that the login and updates are
taking longer
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34863
Bug #: 34863
Summary: Etrom: The Astral Essence doesn't run (Mac OS X only
bug)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46471
--> http://bugs.winehq.org/attachment.cgi?id=46471
Etrom Log
The game's launcher works fine. When launching Etrom, first you see a still
title screen, and then everything goes black.
On Ubuntu it works fine.
The problem can be reproduced in the demo (check out the link).
Tested with:
Mac OS X 10.7 and 10.9, ATI HD 2600 Pro, Mac Driver/X11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37542
Bug ID: 37542
Summary: fixme:edit:EDIT_EM_FmtLines soft break enabled, not
implemented
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Created attachment 49963
--> https://bugs.winehq.org/attachment.cgi?id=49963
12345 scrolling under left
Dear Wine Developers,
This is a really irritating bug. Would one of our intrepid heroes please fix
it for me?
Please reference the following forum post (note that Dimesio told me to file a
bug):
https://forum.winehq.org/viewtopic.php?f=8&t=23731&sid=4b6fff21b532f3cd5dbf…
Lotus SmartSuite Release 9.8, N99.8.0208.0800
Compiled Wine 1.7.30, 32 bit (also reproducible in 1.6.1.i686)
In certain form fields in Lotus Approach, when I do a "find", the letters I
type scroll into the left side of the box. You can only see the last letter
your typed.
And this pops up in the parent terminals each time I press a letter:
fixme:edit:EDIT_EM_FmtLines soft break enabled, not implemented
I will attach a screen shot of what it looks like. I typed "12345" into the
field, only "5" shows.
Many thanks,
-T
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38869
Bug ID: 38869
Summary: Multiple games (Torchlight 1-2, Evil Genius) have
rendering issues with open source drivers when GLSL
enabled
Product: Wine
Version: 1.7.46
Hardware: x86
URL: http://www.fileplanet.com/145023/140000/fileinfo/Evil-
Genius-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Upstream bug report:
https://bugs.freedesktop.org/show_bug.cgi?id=91232
The bug represents itself as shiny, flashing boxes on surfaces like character
models and objects in multiple games. The proposed patch from the upstream bug
report apparently fixes the problem, yet Mesa devs have the suspicion that the
error is originating from Wine's GLSL compiler.
All those games "set gl_FrontColor but not gl_FrontSecondaryColor in the vertex
shader and then they use gl_SecondaryColor in the fragment shader...this is
undefined" (sorry if misinterpreting, I'm no technician)
The games "magically" work with Nvidia blob 340.76, and they render properly in
Wine with ARB shaders.The issue was reproduced on i965/hsw too, and doesn't
occur with llvmpipe.
Terminal output doesn't show anything unusual, this is from Torchlight:
>fixme:d3d:debug_d3dformat Unrecognized 0x434f5441 (as fourcc: ATOC) WINED3DFORMAT!
>fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) in the format lookup table
>fixme:d3d_texture:wined3d_texture_set_autogen_filter_type texture 0x16dcb468, filter_type WINED3D_TEXF_ANISOTROPIC stub!
>fixme:d3d_texture:wined3d_texture_generate_mipmaps texture 0x16dcb468 stub!
>fixme:d3d9:Direct3DShaderValidatorCreate9 stub
>fixme:d3d:wined3d_device_decref Device released with resources still bound, acceptable but unexpected.
>fixme:d3d:wined3d_device_decref Leftover resource 0x200e90 with type WINED3D_RTYPE_SURFACE (0x1).
>fixme:d3d:wined3d_device_decref Leftover resource 0x200cd8 with type WINED3D_RTYPE_TEXTURE (0x3).
Please let me know if you need debug logs, the problem is reproducible in
Torchlight demo on Steam (models are corrupted on the title screen):
http://store.steampowered.com/app/41500/
Alternatively you can try Evil Genius demo, download link is in the url field
above.
wine-1.7.46-193-g8b566b1
VGA compatible controller: NVIDIA Corporation G92 [GeForce GTS 250] (rev a2)
nouveau + mesa from git
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32786
Bug #: 32786
Summary: HappyFotoDesigner.exe does not start
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raynoldei(a)gmail.com
Classification: Unclassified
Created attachment 43294
--> http://bugs.winehq.org/attachment.cgi?id=43294
terminal messages
Installation of HappyFotoDesigner was working well.
App can be downloaded on
"http://www.happyfoto.at/fotobuch/439-bestellsoftware-happyfoto-designer-neu…".
Now when I try to start it following message are coming up in the terminal and
the program closes:
err:ole:CoGetClassObject class {76a64158-cb41-11d1-8b02-00600806d9b6} not
registered
err:ole:create_server class {76a64158-cb41-11d1-8b02-00600806d9b6} not
registered
err:ole:CoGetClassObject no class object {76a64158-cb41-11d1-8b02-00600806d9b6}
could be created for context 0x5
I have also tried to install msxml4, but that has not solved the problem.
Can any one help?
Thanks in advance
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21813
Summary: Gamestudio A7 trial install fail
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.3dgamestudio.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running http://server.conitec.net/down/gstudio_setup.exe
seems to install gamestudio ok up to the point where it
has to run an msi subinstaller... at which point the Next
button doesn't work, and you're stuck.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34483
Bug #: 34483
Summary: Sentinel System Driver: Installation cannot be
repaired
Product: Wine
Version: 1.7.1
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
Classification: Unclassified
Created attachment 45917
--> http://bugs.winehq.org/attachment.cgi?id=45917
Failure at the end of repair
Steps to reproduce:
1) remove ~/.wine
2) install Sentinel Protection Installer v7.6.6 (default installation)
3) wine c:/Program Files/Common Files/SafeNet Sentinel/Sentinel System
Driver/SetupSysDriver.exe
4) Click "Add/Repair/Remove installation"
5) Choose "Repair"
6) Go with default installation configuration
Behaviour:
Failure at the end (See attachment)
Expected behaviour:
No failure at the end
Additional information:
If I install only "Sentinel Driver", pressing "Add/Repair/Remove installation"
says that no driver is installed and I should point to .msi 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.
https://bugs.winehq.org/show_bug.cgi?id=39318
Bug ID: 39318
Summary: Saw: The Video Game requires xapofx1_2.dll
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Library XAPOFX1_2.dll (which is needed by L"C:\\Program
Files\\Saw\\Binaries\\SawGame.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Saw\\Binaries\\SawGame.exe" failed, status c0000135
wine-1.7.51-201-g60d1d6f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39341
Bug ID: 39341
Summary: Dino Crisis 1 Demo -- only black screen is shown
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Looks like a REGRESSION because with Wine 1.7.40 everything works fine. Of
course, still present in Wine 1.7.51.
I'm not good at compiling stuff on Macs, so if someone would like to run
regression tests--you are welcome.
OS X 10.9.5, Radeon HD 2600 Pro
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39251
Bug ID: 39251
Summary: From Dust crashes on unimplemented function
xapofx1_5.dll.CreateFX
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 52307
--> https://bugs.winehq.org/attachment.cgi?id=52307
terminal output
After showing the first splash screen, the game crashes.
'winetricks xact_jun2010' is a workaround.
wine-1.7.51-48-ge28d6b2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39360
Bug ID: 39360
Summary: Arvoch Alliance demo stops loading: 'File error:
aster.x' (needs native msvcr71.dll)
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://www.fileplanet.com/223983/220000/fileinfo/Arvoc
h-Alliance-Demo-v1.088
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52458
--> https://bugs.winehq.org/attachment.cgi?id=52458
plain terminal output
Prerequisite to start the demo: native dinput8.dll (bug #21403).
The game loads to a screen where you can register the game or start the demo.
If you choose to start the demo, the game begins to load but it soon stops with
the error message: 'File error: aster.x'.
The game comes bundled with it's own msvcp71,msvcr71 libraries, setting msvcr71
to native,builtin lets the game get further... and it shows a different error
message: 'Runtime error 2002 - could not load animation'.
This is unrelated to the reported problem (installing WMP10, native devenum and
quartz eventually makes the game happy).
Let this bug be about why Wine can't find this 'aster.x' with built-in msvcr71.
arvoch_alliance1088.exe (243M)
sha1: cf603c7ec17979c06d8eb8e63878b31b4f617cf7
Tested in wine-1.7.51-225-g3966aff
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26345
Summary: Woody Two Legs demo menu items are unreadable
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://games.on.net/file/38121/Woody_Two-Legs_Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33559)
--> (http://bugs.winehq.org/attachment.cgi?id=33559)
terminal output
The text in the menus does not show. Native d3dx9 doesn't help.
Terminal shows lots of:
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b9758 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101a5c50 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b9758 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
fixme:d3d_texture:basetexture_generate_mipmaps texture 0x101b4d18 stub!
though:
fixme:font:WineEngRemoveFontResourceEx (L"Data\\Fonts\\JUNGJ___.ttf", 10,
(nil)): stub
fixme:font:WineEngRemoveFontResourceEx (L"Data\\Fonts\\JUNGJ___.ttf", 10,
(nil)): stub
may be related as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5048
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39439
Bug ID: 39439
Summary: calling CreateProcess from windows code on a program
binary mounted with noexec crashes wine
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hramrach(a)gmail.com
Distribution: ---
I moved a windows application from a failed disk partition to a flash drive.
I mounted the flash drive using pmount which adds the noexec flag.
Executing the application as in
wine ./Client.exe works.
However, the application also spawns Client.bin (presumably using
CreateProcess) and that binary crashes on start when spawned from noexec
filesystem. It raises an exception very early in Wine code so I guess the
application is in no position to catch it. And it raises it in the spawned
application, not the spawning application. The Client.bin itself is not
executable (as in +x mode).
I can add traces if needed but this should be easy to reproduce.
I see multiple related problems here
1) wine does not check the noexec flag when loading a binary initially from the
commandline but does check it (or uses a library function that does) when a
windows application calls spawn or clone or whatever - inconsistency
2) wine checks the noexec in the wrong place - it should check before
performing CreateProcess and report error in the calling application but it
fails executing the created process and crashes
3) when wine fails executing an application due to the noexec flag it should
produce an intelligible error message rather than crash
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32785
Bug #: 32785
Summary: Typing of the Dead freezes when being moved to another
workspace in xmonad
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chinese_chater(a)yahoo.de
Classification: Unclassified
Created attachment 43289
--> http://bugs.winehq.org/attachment.cgi?id=43289
Wine command line log
When starting Typing of the Dead (both the full or demo version) the game
freezes as soon as I'm trying to move the according window to another workspace
in the tiling window manager xmonad.
I can move Typing of the Dead to other workspaces fine in Gnome 3.4 though.
Tested on a recent Debian unstable with its wine 1.4.1 package.
See the attachments for the full wine command line output and winedbg
backtraces.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30523
Bug #: 30523
Summary: Jupiter crashes when trying to fill online tax
declarations
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://pity.elfin.pl/pliki/Jupiter/Jupiter2011/std/1.0
.5.6/Jupiter2011_std_1.0.5.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Created attachment 39930
--> http://bugs.winehq.org/attachment.cgi?id=39930
sample data file with bogus numbers
Jupiter is free, downloadable program for calculating taxes in Poland, it's
quite popular.
I found using it under Wine quite uncomfortable, because of a few bugs. Here is
one of them:
- install the application. In my case it went without any glitches.
- run the application.
- open the attached sample data file, using menu "Plik" ("file") and "Otworz"
("open").
- wait a few seconds to open data file, when it is loaded you see some text in
the middle, starting with "dziekujemy za skorzystanie z programu".
- in the menu, choose "Rozliczenia" ("statements") and "e-deklaracje"
("e-declarations"). The program crashes with error:
Unhandled exception: page fault on write access to 0x017c0bce in 32-bit code
(0x02358bf5).
Backtrace:
=>0 0x02358bf5 (0x0033f804)
1 0x7c0af136 in mscoree (+0xf135) (0x0033f874)
2 0x7e71b84a CoCreateInstance+0x369() in ole32 (0x0033f8e4)
3 0x004167e4 in jupiter (+0x167e3) (0x7ea9c9d0)
4 0xb8ec81ec (0x8b55ff8b)
0x02358bf5: addb %al,0x0(%eax).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19517
Summary: XenCenter is unable to contact anything on the network
possibly due to "fixme:ras:RasEnumConnectionsW"
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: drwahls(a)gmail.com
To recreate this bug, download XenCenter from Citrix
(http://www.citrix.com/lang/English/lp/lp_1688615.asp), install it with
msiexec, then try to connect to a XenServer on your network. Every time
XenCenter tries to make a network call, it immediately fails and the following
error is dumped on the command line:
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:ras:RasEnumConnectionsW (0x5d5ffd0,0x662dc0c,0x662dc08),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasConnectionNotificationW (0xffffffff,0x34c,0x00000003),stub!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
I have attached the full output from wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39431
Bug ID: 39431
Summary: Make it possible to restart individual tasks
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
If a task had a BotError or was Canceled, the WineTestBot lets either the
administrator or the job's owner restart the whole job.
But restarting all the tasks that actually completed normally seems wasteful.
It would be more useful to make it possible to restart just the tasks that had
a BotError or were Canceled.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23697
Summary: Ethernet/IP application crashes on exit
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.odva.org/Default.aspx?tabid=202
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=29684)
--> (http://bugs.winehq.org/attachment.cgi?id=29684)
Terminal output in wine-1.2
The zip file includes an EtherNet/IP example application in debug and release
version. The debug version doesn't start (bug 15133). The release version works
but crashes on exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37002
Bug ID: 37002
Summary: Plogue chipsound registration fails
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Plogue Chipsound registration fails:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33e754,0x33e758): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x33e754,0x33e758): stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
Here is a link to the software: http://www.plogue.com/products/chipsounds/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37311
Bug ID: 37311
Summary: Mentor PADS viewer cannot install
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nzsmith(a)gmail.com
Created attachment 49620
--> https://bugs.winehq.org/attachment.cgi?id=49620
log showing error
I am trying to install Mentor PADS viewer
http://s3.mentor.com/pads-free-viewer/pads-pcb-viewer.zip
I've followed the directions here:
https://bugs.winehq.org/show_bug.cgi?id=35578
to get it to start the install, I get a EULA to agree to then all of a sudden I
get a spew of messages on the screen, telling me it cannot access a log file:
Title: Error Writing Log File [CP0069]
Message: An error occurred while writing the history log file.
Detail: It is possible that the
nsmith-Latitude-E5430-non-vPro_8mip_history.txt history log file has read only
permissions or is in use by another application.
output attached, any help would be appreciated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38826
Bug ID: 38826
Summary: Dragon Age Origins: crash in msvcr80
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kurtjaeke(a)gmx.de
Created attachment 51766
--> https://bugs.winehq.org/attachment.cgi?id=51766
Crash backtrace.
Dragon Age Origins crashes after showing the intro sequence, with the backtrace
attached.
Just for curiosity, I bisected to wine-1.7.20. It crashes at the very same
location.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39412
Bug ID: 39412
Summary: Add failover and load balancing support
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Created attachment 52530
--> https://bugs.winehq.org/attachment.cgi?id=52530
Proposed schema update to allow for failover
We currently have 4 VM hosts and it's easy to duplicate a given VM so it's
present on multiple hosts.
So we could put a VM such as win7u on both vm1 and vm2. But if vm1 goes offline
for whatever reason, the administrator would still have to manually change the
WineTestBot configuration so it knows to use the win7u copy on vm2.
Furthermore if a task is scheduled to run on win7u but vm1 is busy running a
task on another VM it would be nice to automatically run that task on vm2's
win7u copy instead. This would lessen the need to carefully figure out which
VMs can be put on the same host based on whether they are 64 bit or not,
whether they are a base or winetest VM, etc. (later how many configurations
they have, see bug 31784)
But we cannot add entries for both copies of win7u because:
1. Both entries would show up in the user interface.
2. Wine patches would be scheduled to run on both copies which is not what we
want.
3. Tasks scheduled to run on the first copy would still not be switched to the
second copy.
4. The TestBot may start both copies at the same time which would be wrong from
a licensing point of view and cause conflicts due to both having the same IP
address (unless one of the copies is manually modified to have a different IP
address).
What is really needed is a change in the database schema so we can define
multiple interchangeable 'VM instances' of a given VM.
The attached schema adds a VMInstances table to deal with this:
* A task would initially be connected to a VM (we can ignore the VMConfig vs.
VM distinction here).
* When scheduling the task the TestBot would iterate over the corresponding
VM's VMInstances, identify the ones where the VMSnapshot field is set as the
active instances and count them. (Note: the instance's ChildPid field is only
set during reverts and the (JobID, StepNo, TaskNo) triplet is only set after
revert when the task is actually running. So neither identify active VMs).
* Then if the count of active instances is lower than the VM's MaxActive field
it could revert that VM instance.
* The VM's MaxActive is what allows us to not exceed our number of licenses. It
also allow us to have multiple instances active in case we have multiple
licenses: for the Linux build machine for instance (in that cae each copy would
need a different IP address).
* Optionally a user could request that a task be run on a specific VMInstance
by setting the Task's VMNo field.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37826
Bug ID: 37826
Summary: sonar home studio 6 missing dll
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vmf07(a)hotmail.com
Distribution: ---
Created attachment 50374
--> https://bugs.winehq.org/attachment.cgi?id=50374
summary report txt
Cakewalk Sonar home studio 6 Missing dll file
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=425
--- Comment #40 from Alexandre Julliard <julliard(a)winehq.org> ---
That's a local device path, not a network path. If you have an actual app that
requires this, please file a separate bug.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2082
Ben Shadwick <benshadwick(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benshadwick(a)gmail.com
--- Comment #150 from Ben Shadwick <benshadwick(a)gmail.com> ---
I can confirm that this issue still occurs with Diablo retail (both unpatched
and patched) in wine-staging 1.7.52, regardless of DirectDraw renderer mode.
This came as a surprise, as I thought that Wine generally handled Win9x-era
games better than modern Windows does.
It's doubly surprising that the issue has been known for over 11 years. It must
be a tough one.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=425
--- Comment #39 from Mark G. Woodruff <markgwoodruff(a)yahoo.com> ---
That wasn't the problem with Kedit (CentOS 7 was to blame). But a fix looks
easy enough:
In ntdll/directory.c in get_dos_prefix_len(), I think adding additional checks
for \\.\\ and \\?\\ should do it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36060
Bug ID: 36060
Summary: Hawking control center driver install tool crashes
during installation
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://hawkingtech.com/products/downloadfile/983.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48241
--> https://bugs.winehq.org/attachment.cgi?id=48241
terminal output/backtrace
fixme:shell:SHRegCreateUSKeyW unsupported flags 0x00000004
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e955e07
(thread 008b), starting debugger...
..
Backtrace:
=>0 0x7e955e07 SHRegCloseUSKey+0x17(hUSKey=<couldn't compute location>)
[/home/austin/wine-git/dlls/shlwapi/reg.c:196] in shlwapi (0x0033f858)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8983
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9127
--- Comment #62 from joaopa <jeremielapuree(a)yahoo.fr> ---
*** Bug 30804 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=425
Mark G. Woodruff <markgwoodruff(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markgwoodruff(a)yahoo.com
--- Comment #38 from Mark G. Woodruff <markgwoodruff(a)yahoo.com> ---
This is a show stopper for a LOT of programs that only reference the local
host. For example:
\\.\C:\ and \\?\C:\ both refer to C:\ on the local host. Even if no other SMB
paths are handled, handling these two is essential.
An example of a program that fails is Kedit (http://www.kedit.com/).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11672
Summary: NinjaTrader
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samuel(a)fermin.name
Created an attachment (id=10885)
--> (http://bugs.winehq.org/attachment.cgi?id=10885)
output trying to start NinjaTrader
I've seen that .Net applications are not working great with wine but here is my
try to launch this software : www.ninjatrader.com
The installation of .Net2 + NinjaTrader went well.
In attachment the output trying to launch NinjaTrader.
It's with wine 0.9.54 from debian sid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39386
Bug ID: 39386
Summary: wine acrobat XI pro,can't input Chinese when using
sticky notes(comments)
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: appleyuchi(a)163.com
Distribution: ---
Created attachment 52492
--> https://bugs.winehq.org/attachment.cgi?id=52492
A picture to describe the messy codes sticky notes
Debian Linux 32bit
wine Acrobat XI Pro 11
################here is my Wine install #######################
make uninstall
./configure
make
make install
winetricks
winetricks atmlib
################here is Acrobat XI Pro 11 install #######################
under root privilege
cp -r /home/appleyuchi/.wine/drive_c/"Program Files"/"Common Files"/Adobe
~/.wine/drive_c/"Program Files"/"Common Files"
cp -r /home/appleyuchi/.wine/drive_c/users/appleyuchi/"Application Data"/Adobe
/root/.wine/drive_c/users/root/"Application Data"
Finally:
root@debian:/home/appleyuchi/下载/wine-1.7.48# ./wine
/home/appleyuchi/software/AcrobatPro11/Acrobat/Acrobat.exe
It works almost 90% great ,but I can't input Chinese when using the stiky
notes.
the attachment is a picture to
describe the problem definitely,please help,thanks~
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33414
Bug #: 33414
Summary: xrdp and Numeric kepad
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RTidwell(a)spearsmfg.net
Classification: Unclassified
When connecting via xrdp the numeric key pad is not working with any MS Office
2007 applications. It work on all Linux applications. If using the using the
regular desktop (no xrdp connection) everything works fine. With the xrdp
session it acts like the shift key is depressed as the numlock key is on and
numeric key pad acts like the Num Lock is off and shift key is down, it take
the keys Shift Arrow (make for copy). Switching the num Lock off then it dose
recognize any numeric key pad keys, nothing happens. Holding the shift key
also has no effect.
i am using wine through Crossover v.12 with MS Office 2007 on centos 6.4. This
problem affects all Office 2007 applications.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35708
Bug ID: 35708
Summary: Dassault Systemes CATIA v5R19 installer passes
unsupported UI level 'b-!' to msiexec
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
It doesn't harm the installer process at all but let's make Wine's msi more
complete :)
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+msi wine ./setup.exe >>~/Downloads/log.txt 2>&1
003a:Call KERNEL32.CreateProcessA(00000000,0033d640 "msiexec /qb-! /i
\"F:\\INTEL\\InstallDSSoftwarePrerequisites_x86.msi\"",00000000,00000000,00000000,08000000,00000000,00000000,0033d5d4,0033d5c4)
ret=00401309
...
003e:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa
003a:Ret KERNEL32.CreateProcessA() retval=00000001 ret=00401309
...
Unknown option "L"b-!"" for UI level
...
003e:Call msi.MsiSetInternalUI(00000005,00000000) ret=7edef9f5
003e:trace:msi:MsiSetInternalUI 00000005 (nil)
003e:Ret msi.MsiSetInternalUI() retval=00000003 ret=7edef9f5
003e:Call msi.MsiInstallProductW(00139952
L"F:\\INTEL\\InstallDSSoftwarePrerequisites_x86.msi",00000000) ret=7edefa80
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa367988%28v=vs.85%29.aspx
--- quote ---
/q n|b|r|f
Sets user interface level.
q , qn - No UI
qb - Basic UI. Use qb! to hide the Cancel button.
qr - Reduced UI with no modal dialog box displayed at the end of the
installation.
qf - Full UI and any authored FatalError, UserExit, or Exit modal dialog boxes
at the end.
qn+ - No UI except for a modal dialog box displayed at the end.
qb+ - Basic UI with a modal dialog box displayed at the end. The modal box is
not displayed if the user cancels the installation. Use qb+! or qb!+ to hide
the Cancel button.
qb- - Basic UI with no modal dialog boxes. Please note that /qb+- is not a
supported UI level. Use qb-! or qb!- to hide the Cancel button.
Note that the ! option is available with Windows Installer 2.0 and works only
with basic UI. It is not valid with full UI.
--- quote ---
-> "qb-! or qb!- to hide the Cancel button."
$ wine --version
wine-1.7.13-118-g0eb6265
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5551
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6971
Reyn <alexispospelov(a)ya.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|alexispospelov(a)ya.ru |
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15716
Summary: Wine testcases should not use the public internet, as it
causes flakiness
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just about every day, patchwatcher rejects a patch incorrectly
because some conformance test is relying on the Internet to
be there. Sadly, the Internet is not 100% reliable, and
therefore must not be used by any test suite that needs to
be 100% reliable.
We must expunge all use of the internet from our test suite,
in favor of mock servers running locally.
One way to start would be to add a configure-time option
to cause all hostname resolution to return 127.0.0.1.
Then people who needed ultrarepeatable conformance test
results (like patchwatcher) could use that option and
never have flaky results due to the public internet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15477
Summary: Test.winehq.org should allow comparing selections side
by side
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://test.winehq.org/data/
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Currently, on test.winehq.org, you can only view two test results side by side
if they're from the same OS version. It would be great to be able to select two
results and compare them side by side. That way, one could compare the same
machine when run under wine and windows, for instance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7915
François Gouget <fgouget(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fgouget(a)codeweavers.com
--- Comment #32 from François Gouget <fgouget(a)codeweavers.com> ---
We have new Mac machines running the tests. They have between 45 and 50
failures so the situation probably degraded a bit.
However a big 'lots of tests are failing on Mac' bug is not very tractable. It
would be better to identify which tests fail on Macs and not Linux and create
specific bugs for those.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39344
Bug ID: 39344
Summary: Final Draft 9: crash during startup
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: holger(a)schreibsturm.de
Distribution: ---
Created attachment 52435
--> https://bugs.winehq.org/attachment.cgi?id=52435
Final Draft 9 crash on start
Final Draft 9 can be installed, but crashes on start
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16817
Summary: Digital Photo Professional: Cannot install version 3.5.1
of Canon's DPP
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://software.canon-europe.com/products/0010677.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.pawley+wine(a)gmail.com
Installing version 3.5.1 of Canon's Digital Photo Professional (DPP) fails on
Wine 1.1.12.
I have tried two methods for installing this application. Firstly, I used the
distribution disk ("Canon EOS Digital Solutions Disk ver. 19.0"), and secondly
I tried using the "upgrader" package that is available from the following
website:
http://software.canon-europe.com/products/0010677.asp
(Look for the item named "Digital Photo Professional Updater for Windows
(3.5.1)"). Note that the "updater" includes the whole of the DPP application
rather than a (partial) upgrade distribution. The installer checks for the
presence of the following registry key, and if it is present, allows the
installation to continue:
HKLM/software/canon/DPP/
The installation follows the following process before failing:
1) Shows splash screen and asks for location (Asia/Oceania). I select Oceania.
2) License agreement shown. Click Yes.
3) Screen shows "Starting installation. Please wait" along with one progress
bar. This increments until complete.
4) Screen changes to say, "Installing Digital Photo Professional" along with
two progress bars.
5) Process fails at this point.
The output on the terminal is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38272
Bug ID: 38272
Summary: binaries produced by Go compiler hang when using
time.Sleep() and time.Now() is not updated
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leonbogaert+winehq(a)gmail.com
Distribution: ---
Created attachment 51100
--> https://bugs.winehq.org/attachment.cgi?id=51100
executable + go source of example that hangs forever
When I compile this simple program and run it under wine (1.7, ubuntu 14.04) it
hangs indefinitely:
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println("before")
fmt.Println(time.Now())
time.Sleep(10 * time.Second)
fmt.Println(time.Now())
fmt.Println("after")
}
Is there a way I could debug this? Can somebody else reproduce this behavior?
I tried cross-compiling it on my linux laptop and under Windows but it doesn't
make a difference: it hangs.
When run on Windows it works fine.
When I directly call the windows sycall Sleep():
package main
import (
"fmt"
"time"
"github.com/akavel/winq"
)
func main() {
var try winq.Try
fmt.Println("before")
fmt.Println(time.Now())
try.N("Sleep", 5000)
fmt.Println(time.Now())
fmt.Println("after")
}
time.Now() is never updated:
before
2015-03-23 18:41:35.543452 +0100 CET
2015-03-23 18:41:35.543452 +0100 CET
after
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29149
Bug #: 29149
Summary: Sins of a Solar Empire: first letter of the game name
is cut off in the installer
Product: Wine
Version: 1.3.33
Platform: x86
URL: http://www.gamershell.com/download_23790.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37594
--> http://bugs.winehq.org/attachment.cgi?id=37594
terminal output
In the Sins of a Solar Empire installer there are multiple problems when
installing with stock wine (no winetricks corefonts), some text that should be
bold is not, some text is too small and finally first letter of the game name
printed in background is partially cut off. There is already bug reported about
the bold text (bug 18932) and many bugs about incorrect font sizes all around
the bugzilla, however I haven't found any bug about the cut off first letter,
hence reporting.
With winetrick corefonts everything looks good. Attached is terminal output and
screenshots with stock wine and with corefonts installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33413
Bug #: 33413
Summary: Diablo III: Random non-responding UI elements
Product: Wine
Version: 1.5.27
Platform: x86-64
URL: http://www.diablo3.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 9181b7e8763e9070f6a1d636aeb882db829867d8
Since 1.5.27, I get random issue in the main interface (*not* while playing)
I don't get the issues in every application start, but is basically "all or
nothing".
Typically, trying to join a chat channel or quitting one fails with no message
in chat box.
Also, hitting "Play" can fail as well (other buttons are grayed out as usual,
but no actual game is launched)
Sometimes one can't even login to battle.net to begin with.
Regression test gave:
commit 9181b7e8763e9070f6a1d636aeb882db829867d8
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 4 13:01:04 2013 +0200
kernel32: Fetch the system information only once the memory limits are
correct.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39374
Bug ID: 39374
Summary: MS Office 2007 / Winver XP: ibus keyboard problem
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rikshaw76(a)gmail.com
Distribution: ---
Using MS Office 2007 with the winver set to XP, ibus keyboards do not work
correctly. I am using Ubuntu 14.04, ibus version 1.5.9.
When setting the winver to Vista or W7, then ibus keyboarding input will
correctly work! So somehow there is something done by the Vista (+) version
that is correctly able to use ibus input.
However, I cannot use a winver of Vista/W7 because there are some unimplemented
features there that don't allow a document to be saved!
This is related to bug 29788, which addresses the problems with Office 2007 and
a winver of Vista/W7, but I think it is best to have this separate bug to
address the ibus keyboarding issue while using a winver of XP.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34172
Bug #: 34172
Summary: Failure to install MiKTeX 2.9
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesmnason(a)gmail.com
Classification: Unclassified
Created attachment 45457
--> http://bugs.winehq.org/attachment.cgi?id=45457
backtrace.txt file generated by Wine
Dear Wine Community:
I attempt to install MiKTeX 2.9 (setup-2.9.4503-x64.exe) using Wine 1.6. The
OS is Ubuntu 12.04 (x64). The install of MiKTeX 2.9 appears to go smoothly
until the last step when Wine returns an error dialogue box that states fatal
error that is either a program conflict or a dependency failure. Please, see
the attached backtrace.txt file.
Any advice/help is appreciated. Thanks.
Jim Nason
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39241
Bug ID: 39241
Summary: msvcrt:string fails in a mixed locale configuration
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following error only happens on the mixed locale WineTest box.
string.c:2654: Test failed: ret = d0
That box (fg-win7u64-1spie9-mx) has the following locale settings:
Formats=Inuktitut (Syllabics, Canada)
Location=Israel
Language=German (Germany)
SystemLocale=Japanese (Japan)
So either it's comparing the result of two functions that use different
locales, or, since it's the tolower test, it depends on uppercase / lowercase
relationships that don't hold in all locales.
This tests regression was introduced by the following commit:
commit 13f6194bb15fe87c9c385b066b099f8416317fb3
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Mar 13 14:12:53 2014 +0100
msvcrt: Improve tolower tests.
See:
https://test.winehq.org/data/tests/msvcrt:string.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32726
Bug #: 32726
Summary: Starcraft II fulscreen app is still drawn when
Alt+Tabing in KDE
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. When I Alt+Tab the whole SCII screen is still visible, only
drawn in the background.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38992
Bug ID: 38992
Summary: Chile timezones not detected: Chile/Continental and
Chile/EasterIsland
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spam(a)felipebarriga.cl
Distribution: ---
Chile timezones are not defined. This produces various issues including
transparent fonts on Unity 5.x.
The missing timezones are:
- Chile/Continental
- Chile/EasterIsland
Chile/Continental is UTC -3:00
Chile/EasterIsland is UTC -5:00
https://en.wikipedia.org/wiki/Time_in_Chile#IANA_time_zone_database
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31684
Bug #: 31684
Summary: Crash in winealsa driver when exiting World of
Warcraft
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
Classification: Unclassified
Created attachment 41655
--> http://bugs.winehq.org/attachment.cgi?id=41655
Backtrace of the crash
Playing WoW 5.0.4, 32 bit ("Mists of Pandaria"), but it crashed on exit. The
backtrace suggests memory corruption.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6416
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.22.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17647
Summary: TA Demo Recorder doesn't work
Product: Wine
Version: 1.1.16
Platform: Other
URL: http://www.clan-sy.com/download/tademo/tademo99b2.exe
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehstealth(a)yahoo.com
Created an attachment (id=19833)
--> (http://bugs.winehq.org/attachment.cgi?id=19833)
Error
If you have Total Annihilation installed with the TA Demo Recorder then it
won't even start. Error log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36743
Bug ID: 36743
Summary: rpcrt4 tests fail when using widl "-Oif" option
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: jerome.gardou(a)reactos.org
Hello,
in order to squash https://jira.reactos.org/browse/CORE-8200 out, I tried to
run rpcrt4 tests with the "modern" type stubs instead of the ones currently
used in wine tree.
As expected, this led to memory corruption and wrong test results. Attached is
a valgrind report of "rpcrt4_test server" with +ole,+rpc debug channel, with
quite a lot of invalid read and invalid free.
For instance, the call to get_names function triggers invalid read such as this
one:
==30367== Invalid read of size 4
==30367== at 0x5672AEB: ComputeConformanceOrVariance (ndr_marshall.c:634)
==30367== by 0x5674D9F: NdrConformantArrayFree (ndr_misc.h:39)
==30367== by 0x567EF19: NdrStubCall2 (ndr_stubless.c:144)
==30367== by 0x567F1DD: NdrServerCall2 (ndr_stubless.c:1450)
==30367== by 0x568EA29: process_request_packet (rpc_server.c:441)
==30367== by 0x568EFB9: RPCRT4_worker_thread (rpc_server.c:519)
==30367== by 0x7BC8BC9F: worker_thread_proc (threadpool.c:110)
==30367== by 0x7BC7FBDF: ??? (in
/home/jerome/wine-fun/wine-build/dlls/ntdll/ntdll.dll.so)
==30367== by 0x7BC82B6C: call_thread_func (signal_i386.c:2630)
==30367== by 0x7BC7FBBD: ??? (in
/home/jerome/wine-fun/wine-build/dlls/ntdll/ntdll.dll.so)
==30367== by 0x7BC89367: start_thread (thread.c:428)
==30367== by 0x4223D77: start_thread (pthread_create.c:311)
==30367== Address 0x4cdea40 is 16 bytes after a recently re-allocated block of
size 32 alloc'd
To reproduce, change dlls/rpcrt4/tests.Makefile.in:
"EXTRAIDLFLAGS = --prefix-server=s_" --> "EXTRAIDLFLAGS = --prefix-server=s_
-Oif"
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33935
Bug #: 33935
Summary: graphics identical sub-expressions '!(types[i + 1] &
PathPointTypeBezier)'
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elton.wine(a)elton.tk
Classification: Unclassified
On HEAD, dlls/gdiplus/graphics.c, line 1750:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/gdiplus/graphics.c#l1…
There are identical sub-expressions '!(types[i + 1] & PathPointTypeBezier)' to
the left and to the right of the '||' operator.
Credits to PVS-Studio:
http://www.viva64.com/en/b/0192/#ID0EYFAG
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34608
Bug #: 34608
Summary: The character's 3D model in Oddworld Munch's Oddysee
lacks body parts
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46110
--> http://bugs.winehq.org/attachment.cgi?id=46110
OMO Log
The character's 3D model in Oddworld Munch's Oddysee lacks body parts.
Installing directx9 doesn't help. No demo for this game. This
is Oddboxx CD version not Steam.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39214
Bug ID: 39214
Summary: Crazy Machines Elements crashes on unimplemented
function x3daudio1_7.dll.X3DAudioCalculate
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://www.gamershell.com/download_73650.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 52276
--> https://bugs.winehq.org/attachment.cgi?id=52276
terminal output
With built-in xaudio libraries the game crashes while loading to the main menu.
Can be reproduced with the demo version (skip Directx installation at the end).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35219
Bug ID: 35219
Summary: Dialogues requestion authentication won't load in Wine
Internet Explorer 8
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adam1eveleigh(a)gmail.com
Classification: Unclassified
Created attachment 46969
--> http://bugs.winehq.org/attachment.cgi?id=46969
Debugger Log from PlayOnLinux
I get this error in the debugger when I try to load
http://gateway.jhgs.bucks.sch.uk/ (which should bring up an authentication box
but doesn't.
'GNUTLS ERROR: Rehandshake was requested by the peer.'
(Note that I used the POL IE8 installer but that used Wine 1.2.3 which couldn't
load IE8 so I manually changed the Wine version to Wine 1.6.1)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33777
Bug #: 33777
Summary: Clamwin doesn't show drive letters in filenames
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://downloads.sourceforge.net/clamwin/clamwin-0.97.
8-setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 44743
--> http://bugs.winehq.org/attachment.cgi?id=44743
screenshot
When running a scan with clamwin, the drive letter is missing from the
filename. E.g.,:
C:\windows\notepad.exe
shows as:
:\\windows\notepad.exe
wine-1.5.31-225-gba40509
austin@aw25 ~ $ sha1sum clamwin-0.97.8-setup.exe
851f55135fd4a5a3a631058f3ceaf43f4c12242b clamwin-0.97.8-setup.exe
austin@aw25 ~ $ du -h clamwin-0.97.8-setup.exe
68M clamwin-0.97.8-setup.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=31748
Bug #: 31748
Summary: Space Pirates and Zombies: system crashes/freezes when
closing the game
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jitsumi(a)gmail.com
Classification: Unclassified
I will try to find a way to get a log before the system crashes...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28191
Summary: winetest: No usage in wineconsole
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'winetest /?' in the wine console.
The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because winetest uses
regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'winetest /?' still works fine in a
regular xterm or equivalent.
(split off from bug 13861)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9009
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7873
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31580
Bug #: 31580
Summary: Create Your Own Model Railway - Unhandled exception:
page fault on read access
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj.shaw(a)btconnect.com
Classification: Unclassified
Created attachment 41527
--> http://bugs.winehq.org/attachment.cgi?id=41527
Debugging output
Create Your Own Model Railway fails to run with an 'Unhandled exception: page
fault on read access' error.
Installation works OK, but to get to the main menu requires the installation of
mpg123 and setting the program to run in an 800 x 600 desktop. Clicking on
'Start game' switches to a load progress screen, which gets to about 50% then
fails. The only terminal output is the 'Unhandled exception: page fault on
read access' error.
The AppDB only shows one previous test result, with Wine 1.0.0, also rated
Garbage.
Arch Linux x86
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39277
Bug ID: 39277
Summary: Enhance error diagnosis for DX10/11 games crashing due
to missing support for Mesa OpenGL >= 3.2 core
profiles, Shader Model 4, GLSL 1.50
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this is an improvement request for better error diagnosis.
People using Mesa/Intel/Nouveau/foo encounter crashes with various DirectX10/11
games where the cause is not obvious from pure terminal output/backtrace.
An example (don't mind disabling of builtin 'd3d10_1.dll' here, it's another
issue):
--- snip ---
$ WINEDLLOVERRIDES=d3d10_1=d wine ./AssassinsCreed_Dx10.exe
...
fixme:gameux:GameExplorerImpl_VerifyAccess (0x13b750, L"C:\\Program
Files\\Ubisoft\\Assassin's Creed\\AssassinsCreed_Dx10.exe", 0x33f778)
fixme:win:EnumDisplayDevicesW ((null),0,0x386e314,0x00000000), stub!
fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x18cb28, format
DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x386e8d4, desc (nil) partial
stub!
fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x18cb28, format
DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x386e8d4, desc 0x3084758
partial stub!
fixme:dxgi:dxgi_output_FindClosestMatchingMode iface 0x18cb28, mode 0x386e884,
closest_match 0x386e8a0, device (nil) stub!
fixme:d3d11:D3D11CoreCreateDevice Ignoring feature levels.
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:dxgi:dxgi_factory_MakeWindowAssociation iface 0x18c988, window (nil),
flags 0 stub!
wine: Unhandled page fault on read access to 0x00000000 at address 0x8754ba
(thread 002a), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x008754ba).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:008754ba ESP:0386e830 EBP:0b67ba34 EFLAGS:00010202( R- -- I - - - )
EAX:00000000 EBX:0386e8d4 ECX:0386e8a8 EDX:031a0114
ESI:7fc5dfc8 EDI:0b678450
...
Backtrace:
=>0 0x008754ba in assassinscreed_dx10 (+0x4754ba) (0x0b67ba34)
1 0x00000000 (0x0167f09c)
2 0x008763c0 in assassinscreed_dx10 (+0x4763bf) (0x00875960)
3 0x06c74c4e (0x8df18b56)
...
--- snip ---
It becomes apparent with additional debug channels:
--- snip ---
...
002c:Call
d3d10.D3D10CreateDeviceAndSwapChain(001a5010,00000000,00000000,00000001,0000001d,0b67845c,0b678458,0386e8ec)
ret=007d9641
002c:trace:d3d10:D3D10CreateDeviceAndSwapChain adapter 0x1a5010, driver_type
D3D10_DRIVER_TYPE_HARDWARE, swrast (nil), flags 0x1, sdk_version 29,
swapchain_desc 0xb67845c, swapchain 0xb678458, device 0x386e8ec
002c:trace:d3d10:D3D10CreateDevice adapter 0x1a5010, driver_type
D3D10_DRIVER_TYPE_HARDWARE, swrast (nil), flags 0x1, sdk_version 29, device
0x386e8ec
...
002c:Call
d3d10core.D3D10CoreCreateDevice(001a65b0,001a5010,00000001,00000000,0386e8ec)
ret=7e378d9b
002c:Call
d3d11.D3D11CoreCreateDevice(001a65b0,001a5010,00000001,0386e5fc,00000001,0386e5f8)
ret=7e35a837
002c:fixme:d3d11:D3D11CoreCreateDevice Ignoring feature levels.
...
002c:Call
dxgi.DXGID3D10CreateDevice(7e310000,001a65b0,001a5010,00000001,00000000,0386e534)
ret=7e315759
002c:trace:dxgi:DXGID3D10CreateDevice d3d10core 0x7e310000, factory 0x1a65b0,
adapter 0x1a5010, flags 0x1, unknown0 (nil), device 0x386e534.
...
002c:Call d3d11.D3D11CoreRegisterLayers() ret=7e2e6151
...
002c:Ret d3d11.D3D11CoreRegisterLayers() retval=00000000 ret=7e2e6151
...
002c:Call wined3d.wined3d_get_device_caps(001a9e08,00000000,00000001,0386e1c0)
ret=7e2e5ae7
002c:trace:d3d:wined3d_get_device_caps wined3d 0x1a9e08, adapter_idx 0,
device_type WINED3D_DEVICE_TYPE_HAL, caps 0x386e1c0.
002c:Ret wined3d.wined3d_get_device_caps() retval=00000000 ret=7e2e5ae7
002c:warn:dxgi:dxgi_device_init Direct3D 10 is not supported on this GPU with
the current shader backend.
...
002c:warn:dxgi:DXGID3D10CreateDevice Failed to initialize device, hr
0x80004005.
...
002c:Ret dxgi.DXGID3D10CreateDevice() retval=80004005 ret=7e315759
002c:Ret d3d11.D3D11CoreCreateDevice() retval=80004005 ret=7e35a837
002c:Ret d3d10core.D3D10CoreCreateDevice() retval=80004005 ret=7e378d9b
...
002c:warn:d3d10:D3D10CreateDevice Failed to create a device, returning
0x80004005
002c:warn:d3d10:D3D10CreateDeviceAndSwapChain Failed to create a device,
returning 0x80004005
002c:Ret d3d10.D3D10CreateDeviceAndSwapChain() retval=80004005 ret=007d9641
002c:trace:dxgi:dxgi_adapter_GetDesc iface 0x1a5010, desc 0xb678498.
002c:trace:dxgi:dxgi_adapter_GetDesc1 iface 0x1a5010, desc 0x386e77c.
002c:Call
wined3d.wined3d_get_adapter_identifier(001a9e08,00000000,00000000,0386e6c0)
ret=7e2e40bb
002c:trace:d3d:wined3d_get_adapter_identifier wined3d 0x1a9e08, adapter_idx 0,
flags 0, identifier 0x386e6c0.
002c:Ret wined3d.wined3d_get_adapter_identifier() retval=00000000 ret=7e2e40bb
...
--- snip ---
Telling users to run with 'warn+dxgi' is not an option for me.
I suggest to turn "Direct3D 10 is not supported on this GPU with the current
shader backend." WARN into an ERR or FIXME.
One problem with ERR could be that games probe for DX11/10 first and might fall
back to DX9 mode hence the failure would not be considered critical (still
works through DX9 fallback).
Maybe a FIXME just to appear in terminal by default without any debug
channels/classes given.
$ wine --version
wine-1.7.51-102-ga7e294c
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29609
Bug #: 29609
Summary: League Of Legends game client crashes after champion
selection
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: businessman97(a)hotmail.com
Classification: Unclassified
Same error as in http://bugs.winehq.org/show_bug.cgi?id=29039 in 1.3.36 &1.3.37
since the patches noted in comments seem already in this 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=35574
Bug ID: 35574
Summary: gdi32:fonts test_EnumFontFamiliesEx_default_charset()
fails on Windows 7 in the Japanese and Hebrew locales
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Classification: Unclassified
In the Japanese locale the conformance test errors are:
font.c:3001: 'MS Shell Dlg' has 10 charsets.
font.c:3003: Test failed: (MS Shell Dlg) got charset 0 expected 128
And in the Hebrew one they are:
font.c:3001: 'MS Shell Dlg' has 10 charsets.
font.c:3003: Test failed: (MS Shell Dlg) got charset 0 expected 177
(the Hebrew locale also has a lot of errors in this test)
There are three VMs running the tests in a Japanese or Hebrew locale:
fg-win7u64-1spie9-he, fg-win7u64-1spie9-ja, newtb-w7u:
http://test.winehq.org/data/tests/gdi32:font.html
The corresponding tests where introduced by:
commit 6834a44dc4c3c7e8c377a2fd56d11e93edd37b2f
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Mon Jun 17 19:01:39 2013 +0900
gdi32/tests: Add a test for default font height scaling with screen
resolution changes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39334
Bug ID: 39334
Summary: comctl32 status bar test crashes on Linux if Bubbler
One font is installed
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 52414
--> https://bugs.winehq.org/attachment.cgi?id=52414
trace+font
To reproduce:
1. Install typecatcher.
2. Use typecatcher to install the Bubbler One font. You can also download the
font from
https://github.com/google/fonts/blob/master/ofl/bubblerone/BubblerOne-Regul…
3. Run `./wine dlls/comctl32/tests/comctl32_test.exe.so status`.
I initially thought that the crash was being caused by a bitmap font from Xorg,
but Bubbler One is actually a vector font from Google.
The problem is reproducible on both Lubuntu 15.04 x86 and Arch Linux x64.
Installing Bubbler One on Windows does not cause the test to crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33870
Bug #: 33870
Summary: Occasional crash during ie7 install
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While testing the patch in bug 27168, I noticed that
"winetricks ie7" failed with
fixme:wintrust:CryptCATGetCatAttrInfo 0x1f0c5e0, L"SPLevel"
wine: Unhandled page fault on read access to 0xffffffff ...
Backtrace:
=>0 CertDuplicateCertificateContext+0x3a(pCertContext=<?>)
[dlls/crypt32/cert.c:190]
I'll attach the backtrace.
I don't think this happens often; the second try to reproduce it failed.
Guess I should run it overnight in a loop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26216
Summary: Lylian: can't play videos
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://demos.gamersgate.com/21701
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33419)
--> (http://bugs.winehq.org/attachment.cgi?id=33419)
terminal output
There are 2 videos in the demo but none of them work: a short company logo
after you start the game shows only black screen (by pressing a key you will
get into the main menu). The other video is a 1-minute long intro when you
start a new game: Wine simply skips the video.
The videos are in AVI format, using Cinepack video codec (audio is Microsoft
PCM format).
I've tried native iccvid.dll and native quartz.dll, devenum.dll but none of
them helped.
The videos are playing fine in Linux, e.g. by using Totem.
Fedora 14
Wine was compiled with gstreamer support
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27312
Summary: Requiem: Avenging Angel - Black artifacts in the main
menù
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cyclops(a)fastwebnet.it
Created an attachment (id=34936)
--> (http://bugs.winehq.org/attachment.cgi?id=34936)
Black artifacts in screen menù.
It occurs in each version of Wine.
In the main menù, there are some black artifacts so you can't see some options.
See 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=32959
Bug #: 32959
Summary: Warcraft 3: Minimizing problems
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
I'm using Openbox 3.5.0 and trying to minimize Warcraft 3 (RoC and TFT) with
the window manager will cause the game visually to minimize but it is still
active. The sound is still playing and the mouse is not showing on my desktop.
Using -opengl works as a workaround but introduces a new problem: After ~1 hour
of playing minimizing and recovering the game will cause the next mouseclick in
the game to minimize it again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26211
Summary: Dragon Age II Demo launcher shows wine crash dialog,
Bioware logo movie silent
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To work around bug 26205, do
wget http://winetricks.googlecode.com/svn/trunk/src/winetricks-alpha
winetricks-alpha d3dx9_36 d3dx11_43
The game's launcher then starts, but on my Ubuntu 10.10 laptop,
there's a crash dialog (which can be ignored),
the console says
fixme:quartz:AsyncReader_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:gstreamer:GST_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
wine: Unhandled page fault on read access to 0x2009e65c at address 0x2009e65c
(thread 0021), starting debugger...
and the Bioware / EA / dragon logo movie is silent.
Doing
winetricks-alpha devenum
gets rid of the crash and makes the logo movie play sound.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20105
Summary: Fujiprint/Fotokasten fails to update due to unhandled
xml type
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.fotokasten.de/index.php?ftkPage=static&ftkV
iew=ftksoftware
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
Similar to bug #15625, wine's xml implementation misses some bits that causes
fujiprint's photo album software to fail.
When starting the software, I get:
> err:msxml:xmlnode_get_baseName Unhandled type 8
Using the native msxml3 does not give this behavior.
That error leads to the problem that it cannot update its price list from the
online store.
See also bug #20104 for the same software.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34422
Bug #: 34422
Summary: Wizardry 7 Gold - Crash on starting a new game
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saleck(a)saleck.net
Classification: Unclassified
Created attachment 45824
--> http://bugs.winehq.org/attachment.cgi?id=45824
Wine 1.7.1 - Wizardry 7 Gold Crash
You pick your characters, press Start New Game and the program crashes.
Is Reproducable every time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26875
Summary: Desperados: invisible UI
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.fileplanet.com/57743/50000/fileinfo/Despera
dos-Demo-%28English%29
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=34265)
--> (http://bugs.winehq.org/attachment.cgi?id=34265)
terminal output
The user interface is missing in Desperados: Wanter Dead or Alive.
The buttons at the bottom of the screen are black. The action bar in the upper
left corner is mostly invisible (only the outlines of the icons can be seen).
The same problem in Wine-0.9.33, 1.0.1, 1.2.3 etc.
Running the game in 16 bit color depth doesn't help.
Changing DirectDrawRenderer to opengl also has no effect on the issue.
Fedora 14
Nvidia GeForce 250 / driver 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.
https://bugs.winehq.org/show_bug.cgi?id=38871
Bug ID: 38871
Summary: Homeworld Remastered crashes when starting a new game,
needs msvcp110.dll._FDtest
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
At least Homeworld 1 Remastered from the collection needs this.
When starting a new game from the menu the intro videos are playing but the
game crashes when the last video ends:
>wine: Call from 0x7b83999c to unimplemented function msvcp110.dll._FDtest, aborting
Mscodescan output:
./HomeworldRM.exe imports following stub symbols:
msvcp110:?_Add_vtordisp1@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp1@?$basic_istream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp1@?$basic_istream@_WU?$char_traits@_W@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ostream@_WU?$char_traits@_W@std@@@std@@UAEXXZ
msvcp110:?_Syserror_map@std@@YAPBDH@Z
msvcp110:?_Winerror_map@std@@YAPBDH@Z
msvcp110:_FDtest
msvcp110:_FExp
Steam installs MSVC++ 2012 on the first game launch, an easy workaround is to
set msvcp110 to native in winecfg. Besides, msvcr110 should also set to native
to reduce loading times (bug #38779).
.Net 4 is installed in the prefix because the launcher needs that.
wine-1.7.46-193-g8b566b1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36281
Bug ID: 36281
Summary: valgrind shows an invalid read in gdi32/tests/path.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
/../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so
path && touch path.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==28057== Invalid read of size 4
==28057== at 0x514DE49: CreatePolyPolygonRgn (region.c:2672)
==28057== by 0x5141376: PATH_PathToRegion (path.c:412)
==28057== by 0x5141AF7: PATH_FillPath (path.c:677)
==28057== by 0x51484EF: nulldrv_FillPath (path.c:2149)
==28057== by 0x5141DB7: FillPath (path.c:746)
==28057== by 0x49D4380: test_path_state (path.c:230)
==28057== by 0x49D6160: func_path (path.c:740)
==28057== by 0x49DBCE0: run_test (test.h:584)
==28057== by 0x49DC0CF: main (test.h:654)
==28057== Address 0x4712ac8 is 16 bytes after a block of size 16 alloc'd
==28057== at 0x7BC4C735: notify_alloc (heap.c:255)
==28057== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28057== by 0x5140945: alloc_gdi_path (path.c:122)
==28057== by 0x5141122: PATH_FlattenPath (path.c:339)
==28057== by 0x5141240: PATH_PathToRegion (path.c:377)
==28057== by 0x5141AF7: PATH_FillPath (path.c:677)
==28057== by 0x51484EF: nulldrv_FillPath (path.c:2149)
==28057== by 0x5141DB7: FillPath (path.c:746)
==28057== by 0x49D4380: test_path_state (path.c:230)
==28057== by 0x49D6160: func_path (path.c:740)
==28057== by 0x49DBCE0: run_test (test.h:584)
==28057== by 0x49DC0CF: main (test.h:654)
==28057==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31826
Bug #: 31826
Summary: warning: implicit declaration of function ‘isatty’
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devurandom(a)gmx.net
Classification: Unclassified
Reported by Gentoo QA tools:
* macro.lex.yy.c:1420:9: warning: implicit declaration of function ‘isatty’
[-Wimplicit-function-declaration]
* debug.yy.c:2420:9: warning: implicit declaration of function ‘isatty’
[-Wimplicit-function-declaration]
If you need it, I can build again and attach the build.log, but that would take
a while.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26122
Summary: mscoree/msocree tests show several uninitialized
values under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Use of uninitialised value of size 4
at mbstowcs_sbcs (mbtowc.c:87)
by wine_cp_mbstowcs (mbtowc.c:269)
by MultiByteToWideChar (locale.c:1920)
by CompareStringA (locale.c:2868)
by StrCmpNIA (string.c:422)
by SHLWAPI_StrStrHelperA (string.c:554)
by StrStrIA (string.c:684)
by test_loadlibraryshim (mscoree.c:167)
by func_mscoree (mscoree.c:253)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_loadlibraryshim (mscoree.c:144)
...
That repeats for mbstowcs_sbcs / mbtowc.c, lines 86-92
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39198
Bug ID: 39198
Summary: Etherlords 2 demo installer receives an exception
after start
Product: Wine
Version: 1.7.50
Hardware: x86
URL: http://www.gamershell.com/download_3210.shtml
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: e5edbc6fa00192a8048a3b81c70075537eaa2c97
Distribution: ---
Created attachment 52254
--> https://bugs.winehq.org/attachment.cgi?id=52254
terminal output
The installer starts and gets past the initial file extraction stage, then I'm
getting an error message titled 'Unhandled Exception'. The contents of the
error message:
'Error number: 0x80040707
Description: Dll function call crashed:
ISRT._SetTitle
Setup will now terminate.'
Afterwards the installer quits.
According to my testing this was introduced by
commit e5edbc6fa00192a8048a3b81c70075537eaa2c97
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Fri Aug 28 14:58:55 2015 +0200
ole32: Use proper IUnknown implementation when finding and creating stub
manager.
The commit can't be reverted cleanly on current git, but the installer works
properly with the previous commit 60451f9855791a6ee4d10ca569153df51249711b.
wine-1.7.50-194-g99ecebe
Fedora 22 32-bit
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.