http://bugs.winehq.org/show_bug.cgi?id=35231
Bug ID: 35231
Summary: bad HTML in ppa line results in leading space in
Firefox
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
URL: http://www.winehq.org/download/ubuntu
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)skierpage.com
Classification: Unclassified
I followed the instructions in http://www.winehq.org/download/ubuntu ,
but when I copy and paste the line
ppa:ubuntu-wine/ppa
into Muon Package Manager (the Kubuntu software installer), the button to add
the source wouldn't enable.
The glitch is if you triple-click the line in Firefox (and SeaMonkey) and copy
it, it includes a leading space, so the Software Sources dialog thinks it's
invalid. The workaround is easy, remove the leading space in the dialog, but
it's easy to miss.
The fix is to fix the HTML of that page to not have the whitespace in front.
It's currently the invalid
<p>Then, <b>copy and paste the line below</b>.</p>
<i>ppa:ubuntu-wine/ppa</i></p>
If you change the second line to
<p><i>ppa:ubuntu-wine/ppa</i></p>
then the problem goes away.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34955
Bug #: 34955
Summary: forums.winehq fails to redirect to forum.winehq in
https
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
https://forums.winehq.org
vs
http://forums.winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34672
Bug #: 34672
Summary: Wine-Reviews
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: avm82ms(a)gmail.com
Classification: Unclassified
I click the link at http://appdb.winehq.org/ "Wine-Reviews:"
(http://www.wine-reviews.net/) and see an error report:
Warning: Parameter 1 to modDimensionMenuHelper::buildXML() expected to be a
reference, value given in
/home3/winerevi/public_html/libraries/joomla/cache/handler/callback.php on line
99
Fatal error: Call to a member function children() on a non-object in
/home3/winerevi/public_html/modules/mod_dimensionmenu/helper.php on line 101
site does not working.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3260
--- Comment #56 from Andrey Gusev <andrey.goosev(a)gmail.com> ---
*** Bug 34148 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=31682
Bug #: 31682
Summary: Sony PC Companion 2.10 crashes at the welcome screen
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://www-support-downloads.sonymobile.com/Software%2
0Downloads/PC%20Companion/Sony%20PC%20Companion_2.10.0
94_Web.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41651
--> http://bugs.winehq.org/attachment.cgi?id=41651
wine-1.5.12-194-g688aa1f console output
Using native msxml3 to work around Bug 31681, the PC Companion brings up a
start window. Immediately after the start window there is another crash.
Winedbg does produce a backtrace.
Note: Skip MTP install to save 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=6946
--- Comment #21 from Henri Verbeet <hverbeet(a)gmail.com> ---
(In reply to Sebastian Riemer from comment #20)
> err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared
> object file: No such file or directory
That's an issue with your (32-bit) OpenGL setup.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #23 from Bernhard Reiter <ockham(a)raz.or.at> ---
Well if I read BindImageEx docs correctly, the actual work is probably
performed by some user callback passed as StatusRoutine pointer
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms680653%28v=vs.85%…)
to BindImageEx, with arguments passed by BindImageEx such as the library names
and paths. So if I understand correctly, BindImageEx doesn't have to copy DLLs,
but -- at least a stub -- just needs to pass their names and paths to
StatusRoutine. Is that correct? And would that be hard to implement?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> ---
There's no evidence that BindImageEx needs to be implemented. A stub that
copies dlls would probably be enough.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6946
--- Comment #20 from Sebastian Riemer <Sebastian.Riemer(a)gmx.de> ---
This is still broken in Wine 1.7.15. Just tested it.
It is even more broken as the TDR2000.gfx can't be generated at all.
A message box popped up and I had to kill the process:
TRenderDevice::En..
FAILED: FindDepthBufferFormat
Log:
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000004 not handled
err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object
file: No such file or directory
err:wgl:has_opengl OpenGL support is disabled.
fixme:win:EnumDisplayDevicesW ((null),0,0x33e328,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33dc28,0x00000000), stub!
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000004 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33d6c8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33cfb8,0x00000000), 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.
http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #21 from Bernhard Reiter <ockham(a)raz.or.at> ---
If filing a new bug report is considered inappropriate, could someone
privileged enough at least change this bug's the title to something more
concise (about implementing BindImageEx) and component (to imagehlp)?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3591
--- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> ---
*** Bug 35856 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=3591
--- Comment #19 from Bernhard Reiter <ockham(a)raz.or.at> ---
Just posted http://bugs.winehq.org/show_bug.cgi?id=35856 asking for
implementation of BindImageEx.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9030
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #46 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
I get identical error ouput 1.7.15
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20131
Summary: every time i run Wine whether it be with iTunes or
another PC based program it crashes and i get the same
error of winedbg.exe has encountered a serious
problem.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atbader(a)zoomtown.com
Every time i run Wine whether it be with iTunes or another PC based program it
crashes and i get the same error of winedbg.exe has encountered a serious
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=6176
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://download.mcneel.com/ |http://www.cadcam-download.
|s3/mcneel/rhino/3.0/eval/rh |de/download/solidedge/rh30e
|30eval_en_20060331.exe |val.exe
CC| |focht(a)gmx.net
Component|-unknown |gdi32
Summary|Unhandled page fault when |Rhino 3D v3 (CAD app)
|launching Rhino 3D v. 3 |crashes on startup
| |(OpenGL/DIB driver needs to
| |return max index for NULL
| |PIXELFORMATDESCRIPTOR)
--- Comment #9 from Anastasius Focht <focht(a)gmx.net> ---
Hello Austin,
I can confirm the crash - even with OSMesa.
The CAD app indeed uses OpenGL bitmap support.
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Rhinoceros 3.0 Evaluation/System
$ WINEDEBUG=+tid,+seh,+relay wine ./Rhino3.exe >>log.txt 2>&1
...
0023:Call gdi32.CreateCompatibleDC(00000000) ret=00769428
0023:Ret gdi32.CreateCompatibleDC() retval=00010054 ret=00769428
0023:Call gdi32.GetDeviceCaps(00010054,0000000c) ret=0076943f
0023:Ret gdi32.GetDeviceCaps() retval=00000020 ret=0076943f
0023:Call gdi32.DescribePixelFormat(00010054,00000001,00000000,00000000)
ret=0076945d
0023:Call opengl32.wglDescribePixelFormat(00010054,00000001,00000000,00000000)
ret=7ec186b9
0023:Call gdi32.__wine_get_wgl_driver(00010054,0000000b) ret=7ed5b675
0023:Ret gdi32.__wine_get_wgl_driver() retval=7ec5b480 ret=7ed5b675
0023:Ret opengl32.wglDescribePixelFormat() retval=00000000 ret=7ec186b9
0023:Ret gdi32.DescribePixelFormat() retval=00000000 ret=0076945d
0023:Call gdi32.DeleteDC(00010054) ret=5f4038c2
0023:Ret gdi32.DeleteDC() retval=00000001 ret=5f4038c2
...
--- snip ---
The crash is just a late manifestation of the failing DescribePixelFormat()
call.
Debug session:
--- snip ---
Wine-dbg>n
153 if (size < sizeof(*descr)) return 0;
Wine-dbg>bt
Backtrace:
=>0 0x7ebc1a2b dibdrv_wglDescribePixelFormat+0x2f(hdc=0x10054, fmt=0x1, size=0,
descr=(nil))
[/home/focht/projects/wine/wine.repo/src/dlls/gdi32/dibdrv/opengl.c:153] in
gdi32 (0x0033fa08)
1 0x7ed5c321 wglDescribePixelFormat+0x49(hdc=0x10054, format=0x1, size=0,
descr=(nil)) [/home/focht/projects/wine/wine.repo/src/dlls/opengl32/wgl.c:409]
in opengl32 (0x0033fa38)
2 0x7ec186b9 DescribePixelFormat+0x9e(hdc=<couldn't compute location>,
fmt=<couldn't compute location>, size=<couldn't compute location>,
pfd=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/dlls/gdi32/opengl.c:89] in gdi32
(0x0033fa68)
3 0x0076945d in rhino3 (+0x36945c) (0x00010054)
--- snip ---
The app wants to know the maximum pixel format index hence it passes NULL
pixelformat descriptor.
Wine doesn't handle this ...
Source:
http://source.winehq.org/git/wine.git/blob/28be1f7853f01a402854dccdb9d0ee10…
--- snip ---
148 static int dibdrv_wglDescribePixelFormat( HDC hdc, int fmt, UINT size,
PIXELFORMATDESCRIPTOR *descr )
149 {
150 int ret = sizeof(pixel_formats) / sizeof(pixel_formats[0]);
151
152 if (fmt <= 0 || fmt > ret) return ret;
153 if (size < sizeof(*descr)) return 0;
154
155 memset( descr, 0, sizeof(*descr) );
...
--- snip ---
If you fix this, the app runs farther (a splash screen is shown) - until the
next crash
Something MFC + user32 -> NULL GetParent() which looks familiar .. I've seen
this earlier but can't remember the bug(s) right know.
$ sha1sum rh30eval.exe
8418bb80ae9bfb1f910f7c0c872424014d3da2f2 rh30eval.exe
$ du -sh rh30eval.exe
36M rh30eval.exe
$ wine --version
wine-1.7.15
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=6176
--- Comment #8 from Austin English <austinenglish(a)gmail.com> ---
http://www.cadcam-download.de/download/solidedge/rh30eval.exe
[austin@localhost ~]$ du -h rh30eval.exe
36M rh30eval.exe
[austin@localhost ~]$ sha1sum rh30eval.exe
8418bb80ae9bfb1f910f7c0c872424014d3da2f2 rh30eval.exe
[austin@localhost ~]$ wine --version
wine-1.7.15
Still in 1.7.15, but it looks like it may be because I don't have osmesa
support:
[austin@localhost System]$ wine Rhino3.exe
err:dib:dibdrv_wine_get_wgl_driver OSMesa not compiled in, no OpenGL bitmap
support
wine: Unhandled page fault on read access to 0x00000000 at address 0x76a2f3
(thread 0009), starting debugger...
..
Backtrace:
=>0 0x0076a2f3 in rhino3 (+0x36a2f3) (0x00000000)
0x0076a2f3: movb 0x0(%ecx,%edx,4),%dl
Modules:
Module Address Debug info Name (103 modules)
PE 330000- 383000 Deferred rmatoolbars_mbcs
could someone with OSMesa working test this please?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23432
Summary: Stranded II does not start
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.stranded.unrealsoftware.de/s2_download.php
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
While starting, Stranded II brings up a dialog that says "Memory access
violation" and then immediately quits.
Result of regression testing:
0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad is first bad commit
commit 0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 28 19:47:01 2010 +0100
ntdll: Don't require heap sizes to be 64K aligned.
This is still broken in 1.2-rc5, and the program starts with that commit
reverted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6946
--- Comment #19 from Sebastian Riemer <Sebastian.Riemer(a)gmx.de> ---
Yes, it is DirectX 7 as well and it sounds very similar. Here is what needs to
be done:
1. find the function which causes trouble (debugging, disassembly, etc)
2. write a small test app with that function
3. test the test app on Windows and on latest Wine, compare the results
4. Write a prove-of-concept patch, apply to latest Wine, retest
5. improve the patch according to the Git Wine instructions, attach the working
patch to this bug report, give it to Henri for review
6. send it to the wine-devel mailing list if it is good enough
7. check if it gets accepted
One day I've installed the DirectX 7 SDK and I was kind of shocked how
different the example apps ran on Wine. In the examples there is also that
enumerator function to find the renderers which doesn't work correctly with
Wine. Sorry, but I can't remember its name.
Unfortunately, there are a lot of patches which remain uncommented and
unaccepted. I don't know if it's limited time, resources or commercial interest
of Codeweavers. But for hobbyists the effort isn't really worth it sending
patches to Wine. I made much much better experience sending patches to the
Linux kernel and other FOSS projects. Perhaps, Wine mailing lists should also
be splitted in subsystems with subsystem maintainers where you convince the
subsystem maintainer first. And having a getmaintainer script like in the Linux
kernel would also help.
Codeweavers, please come to the LinuxTag in Berlin/Germany one day! I'd like to
talk with you face to face one day!
The Carmageddon TDR 2000 demo doesn't have this bug. It uses 3D rendering right
away. Only the retail version has software renderer support and this bug.
I'm sorry that I've neglected my Carmageddon TDR 2000 AppDB maintainer duties
recently! I was so frustrated that more things are broken than fixed. I've
spent my leisure time improving my reverse engineering skills by developing the
universal elite game trainer "ugtrain" which does API hooking of malloc() and
free() to support dynamic memory and already works very well for Linux. Next
versions will support Windows and Wine as well. It will be the only universal
multiplatform game trainer with dynamic memory support. I intended this for
faster Wine testing but it is a lot of effort - still no contributions from
others. :-( At work I'm a Senior Linux Kernel Developer - Storage. But working
full-time on Wine from remote would also be a cool job for me.
I think in June I will have again more time for Wine. Then, I will retest
everything and debug this further down.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #107 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub root]#
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #106 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #105 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--- Comment #104 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #105 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--- Comment #104 from Helen Hernandez <lilhomiefoo(a)gmail.com> ---
Comment on attachment 97
--> http://bugs.winehq.org/attachment.cgi?id=97
Error output when there is no mfc42.dll in wine's path or the directory of the
calling program
>[root@Hub D2Stuff]# ls
>MapHack/
>[root@Hub D2Stuff]# cd MapHack/
>[root@Hub MapHack]# ls
>d2maphack.cfg minishrine02.dc6 minishrine15.dc6 shrine06.dc6 shrine15.dc6
>d2maphack.dat minishrine03.dc6
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20581
Summary: Provide valgrind test results somewhere at winehq.org
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The valgrind logs at http://kegel.com/wine/valgrind/logs
are all well and good, and lots of interesting bugs are
being fixed because of them, but they're kind of hard to find
if you don't know about them.
If the results were part of our existing test dashboard, they'd
be much easier to find. Maybe I'll try running winetest under
valgrind with a -valgrind suffix on the machine name, and see who
yells :-)
The downside to having them more obvious may be that
inexperienced programmers propose fixes without really
understanding the cause of the warning. An FAQ entry
might help there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6946
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #18 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Can someone provide a link to demo?
I am wondering if this is same issue or different.
See comment #1 here.
"it fails saying no suitable renderer was selected."
http://bugs.winehq.org/show_bug.cgi?id=27002
"No usable 3D Devices installed".
Are they same or different?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27612
Summary: jscript: gplayer crash (reading from 0x00000000)
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=35294)
--> (http://bugs.winehq.org/attachment.cgi?id=35294)
+ole with native jscript (game starts)
"Moorhuhn MahJong", which comes as demo with the füll Game
"Moorhuhn - Juwel der Finsternis" crash with builtin jscript.
The game starts with native jscript.dll
Log with jscript and ole (native and builtin) is attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35762
Bug ID: 35762
Summary: Tic Tac Toe Game (vbscript) cannot be played
(parenthesis syntax for specifying arrays as function
arguments)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
continuation of bug 27831
The parser still fails:
--- snip ---
$ wine iexplore file:///c:/Game.htm
...
fixme:vbscript:parse_script parser failed around L"b
FindWinLines(p,a())\n\t'find win lines for player p and return them into a()
array. a(0) will count, a(1) to a(a(0)) will be line indexes\n\tdim
i,j,c,k\n\ti=0:j=0:c=0\n\ta(0)=0'counts\n\tfor i=0 to 7 'count
StrightLines\n\t\tk=0 'we choose each line that all of it's cells are free or
occupied by p"...
...
--- snip ---
Wine's VBScript parser fails on parenthesis syntax for specifying arrays as
function arguments.
Example script code, extracted from html:
--- snip ---
Sub FindWinLines(p,a())
'find win lines for player p and return them into a() array. a(0) will
count, a(1) to a(a(0)) will be line indexes
dim i,j,c,k
i=0:j=0:c=0
a(0)=0'counts
for i=0 to 7 'count StrightLines
k=0 'we choose each line that all of it's cells are free or occupied by
player p, in addition atleast one of them must be occupied by the player p
for j=0 to 2 'cells for each stright line
c=BoardCell(StrightLines(i,j)) 'line i - cell j
if c=p+1 then k=k+1 else if c<>0 then k=0:exit for
next
if k>0 then 'this is a Win-Line , so add it to a()
a(0)=a(0)+1:a(a(0))=i
end if
next
End Sub
--- snip ---
$ sha1sum Tic_Tac_To164186962003.zip
f8790fd7eb0365bd4b686eb5e48baaf844026253 Tic_Tac_To164186962003.zip
$ du -sh Tic_Tac_To164186962003.zip
8.0K Tic_Tac_To164186962003.zip
$ wine --version
wine-1.7.14-23-g770213e
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=35575
Bug ID: 35575
Summary: gdi32:font Windows 8.1 failures
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Classification: Unclassified
The failing conformance tests are:
font.c:1267: Test failed: GetCharABCWidthsA and GetCharABCWidthsW should return
same widths. charset = 130
font.c:1285: Test failed: GetCharABCWidthsA 100 - 100 should have succeeded
font.c:1285: Test failed: GetCharABCWidthsA ffff - ffff should have succeeded
font.c:1291: Test failed: GetCharABCWidthsA ff should match. codepage = 130
These failures seem to only happen on the Windows 8.1 machines. Apparently
Windows 8 is not impacted, and neither are older Windows versions.
So one can test this issue on the w8 WineTestBot VM. This also happens on real
hardware on the following machines: dr-w8-E1-1200-wow, dr-w8-E1-1200-x64,
fg-acer64-w81-t32 and fg-acer64-w81-t64.
http://test.winehq.org/data/tests/gdi32:font.html
Here are the relevant commits:
commit fcb4a1610e97cde8ec8c266f2c7817768a4ba3ed
Author: Kusanagi Kouichi <slash(a)ac.auone-net.jp>
Date: Thu Jan 13 19:17:45 2011 +0900
gdi32/tests: Add a test for GetCharABCWidthsA with DBCS.
commit 2d6b748c79f51b473973ed71fe2b867ba07a6c70
Author: Kusanagi Kouichi <slash(a)ac.auone-net.jp>
Date: Wed Feb 2 01:37:09 2011 +0900
gdi32: Upper 24 bits of a character range must be same.
commit 70c222218000dda65efce325a3170c252e7c5180
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Mon Dec 26 18:27:37 2011 +0900
gdi32: Avoid making a DBCS character in range.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34717
Bug #: 34717
Summary: Games GUI (Roller Coaster Tycoon 2) does not load
anymore
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.platte(a)platte-web.de
Classification: Unclassified
After the progress bar finishes the games GUI does not load anymore.
Previously (pre 1.7.2) it worked. Although the game does not crash, it keeps
showing a blank grey screen (MacDriver)/blank black screen (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.
http://bugs.winehq.org/show_bug.cgi?id=29679
Bug #: 29679
Summary: Quicken 2012 aborts at startup.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dshelton(a)san.rr.com
Classification: Unclassified
Created attachment 38494
--> http://bugs.winehq.org/attachment.cgi?id=38494
Crash xml file
During installation and also on subsequent executions, Quicken 2012 fails when
displaying initialization ("existing user / new file") dialogue. Application
is unusable.
Crash information 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=8697
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.15.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27892
Summary: Iexplore blank page or binary
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Created an attachment (id=35686)
--> (http://bugs.winehq.org/attachment.cgi?id=35686)
Window filled with binary
wine iexplore http://suomi24.fi -> blank white page
wine iexplore. Copy/paste url and press enter -> window fills with binary code.
Also why this difference?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35819
Bug ID: 35819
Summary: "A Very Long Rope to the Top of the Sky" fails to
start.
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexanderaltman(a)me.com
Created attachment 47824
--> http://bugs.winehq.org/attachment.cgi?id=47824
The "Program Error Details" verbatim text.
The Windows-only game "A Very Long Rope to the Top of the Sky" crashes
immediately at startup with no prior indication of anything wrong. The game
works fine on Windows (tested on 64-bit Windows 7).
The game in question can be downloaded as a ".exe"-style installer at:
http://rpgmaker.net/games/5762/downloads/
The installer for the game had no problems, but the game itself is unopenable.
As an attachment to this bug report I have copied and pasted the full text of
the error detail message that Wine produces.
This problem occurs 100% of the time.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35644
Bug ID: 35644
Summary: Spin Tires crashes with arb shaders
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://oovee.chicsystems.net/SpinTiresInstall_060613.z
ip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 47602
--> http://bugs.winehq.org/attachment.cgi?id=47602
log
Tech demo crashes with enabled arb shaders.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33191
Bug #: 33191
Summary: installer of AliWangwang: some text can be displayed
normally
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43908
--> http://bugs.winehq.org/attachment.cgi?id=43908
Picture 1
reproduce:
1. download it
2. run it, the text in the second screen of the installer can be displayed
normally(as picture 1 in attachment)
Normally, it must be displayed as pircture 2.
I found "winetricks -q riched20" make it happier.
I am trying work on this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29785
Bug #: 29785
Summary: Baid in the Box 2012 crashes at startup
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyunaev(a)ulduzsoft.com
Classification: Unclassified
Created attachment 38690
--> http://bugs.winehq.org/attachment.cgi?id=38690
WineDBG output
The Band in the Box 2012 application from www.pgmusic.com crashes at startup
without the useful backtrace using wine 1-4rc2. Clean installation with WMP9 or
WMP10 installed (tried both) as the exe is linked with WMVCORE.DLL and refuses
to start without it.
The generic start via:
wine bbw.exe
ends with a crash with an attached backtrace.
However by using:
WINEDEBUG="+relay" wine bbw.exe
starts the program without a crash. Same goes with +all, "trace+all". It
crashes with "trace+ntdll"
Attached is the debugger output with a crash. Will be happy to provide more
information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35803
Bug ID: 35803
Summary: page fault on read access to 0x00000014 in 32-bit code
(0x00385812)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomasz.pawlowski85(a)gmail.com
Created attachment 47800
--> http://bugs.winehq.org/attachment.cgi?id=47800
It is an atachement of the bug
Hi,
I am trying to install Chest master Grandmaster Polish Edition. It is a chess
game from 2010.
My Hp meets system requirements. It used to work with Win XP.
Now I have installed Opensuse 13.1 and Wine (the latest version, I think)
I have no problems with Pc and general usage,but when I want to play the game,
comes up the attached bug.
I have tried to find what causes this bug. I have already set all settings to
polish. It was required.
I will be grateful for any tips what else I could have done.
I have checked all libraries for these kind of bug.
I am not so experienced with linux.
Thanks for any answer.
Kind regards
Thomas
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26339
Summary: MSXML, HTTPS GET don't work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://netikka.net/dev/msxml6.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
See example. http://netikka.net/dev/msxml6.exe
Click button.. With http address it's fine.
Note: Doesn't even work with winetricks msxml6 ie6
And using msxml3, doesn't make any difference. Ubuntu 10.10.
Code is very simple:
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
starttime: dword;
begin
starttime:=gettickcount;
xmlhttp:=createoleobject('MSXML2.XMLHTTP.6.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) and (gettickcount<starttime+30000) do
application.processmessages;
if gettickcount>starttime+30000 then showmessage('timeout!') else
memo1.text:=xmlhttp.responsetext;
end;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20387
Summary: Crystal Report 6 abort install with wine 1.1.31
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjotam(a)hotmail.com
Created an attachment (id=24167)
--> (http://bugs.winehq.org/attachment.cgi?id=24167)
Logs and back traces
Crystal Report 6 abort install with wine 1.1.31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23448
Summary: F1 2000 and F1 Championship Season 2000 crash at
startup
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.fileplanet.com/53038/download/F1-Championsh
ip-Season-2000-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
F1 2000 is a car racing game by Electronic Arts.
Game installation works fine, but running the game results in a crash, showing
a Program Error dialog box.
With Wine set to Windows 98 mode, the Program Error dialog box is all that
appears. Set to XP mode, the game loading screen appears and there is some CD
activity (copy protection I guess). After a short time a Program Error dialog
box appears saying "The program F1_2000.ICD has encountered a serious..."
A possibly-interesting line from the console output in XP mode:
m Files\EA SPORTS\F1 2000\F1_2000.exe: pthread_mutex_lock.c:321:
__pthread_mutex_lock_full: Assertion `robust || (oldval & 0x40000000) == 0'
failed.
As far as I know, there isn't a downloadable demo for F1 2000. However, there
is a demo for the very similar F1 Championship Season 2000, which also crashes
on startup.
http://www.fileplanet.com/53038/download/F1-Championship-Season-2000-Demo
I will attach the console output for both F1 2000 and the F1 CS 2000 demo, with
Wine in Windows 98 and XP modes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35769
Bug ID: 35769
Summary: Target attributes is ignored when submitting form
Product: Wine
Version: 1.7.14
Hardware: x86
URL: http://www.w3schools.com/xml/tryit.asp?filename=tryxml
_dom_createelement
OS: Linux
Status: NEW
Keywords: download, patch, source
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Created attachment 47762
--> http://bugs.winehq.org/attachment.cgi?id=47762
Patch from Jacek: mshtml: Use Gecko submit implementation if target attribute
is specified.
Follow up of Bug 34817
(In reply to Nikolay Sivov from comment #2)
> Feel free to open another bug about whole page behavior - script replaces
> whole document with result page and you don't even have to press a button.
I hit the same bug recently, it's a bug in HTMLFormElement_submit, Jacek has a
patch for it. I've tested the patch manually and it works, any
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30043
Bug #: 30043
Summary: Infinite loop in mshtml navigate
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://netikka.net/dev/tablecell.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Created attachment 39136
--> http://bugs.winehq.org/attachment.cgi?id=39136
Sourcecode
Found this problem in my application, here sample to reproduce.
http://netikka.net/dev/tablecell.exe
Click "Reset" button -> Everything is okay.
Click "Reset" again -> Infinite loop and I must kill it.
Attached source. Workaround winetricks ie6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34154
Bug #: 34154
Summary: iTunes 7 does not install
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.oldapps.com/itunes.php?old_itunes=15?downlo
ad&ModPagespeed=noscript
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Classification: Unclassified
Created attachment 45435
--> http://bugs.winehq.org/attachment.cgi?id=45435
standard output + vbscript output
The installer for iTunes 7 shows an error screen saying something went wrong
and does not install. The output is attached, the following lines look relevant
so I added a +vbscript to the log.
fixme:vbscript:interp_newenum Unsupported for {V_BYREF -> {VT_DISPATCH:
0x216428}}
fixme:vbscript:exec_script Failed 80004001 in resume next mode
winetricks wsh56vb workarounds the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35110
Bug ID: 35110
Summary: LabChart Reader 8 installer ends prematurely
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://cdn.adinstruments.com/Installers/win/LabChartRe
ader_v8.0.msi
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Blocks: 28847
Classification: Unclassified
Created attachment 46834
--> http://bugs.winehq.org/attachment.cgi?id=46834&action=edit
standard output
SHA1:
2d4f4ffc88e1b40f76d5fa95bdf9ac1a2dea1162 LabChartReader_v8.0.msi
I think this is the relevant part:
fixme:vbscript:parse_script parser failed around L" Properties\r\n Dim
Quiet\r\n\r\n Public Default Sub Init ()\r\n Set Properties =
CreateObject (\"Scripting.Dictionary\")\r\n Quiet = true\r\n End
Sub\r\n\r\n Public Property Get Property (name)\r\n if Not Quiet and
not Properties.Exists (name) then\r\n Ech"...
err:msi:ITERATE_Actions Execution halted, action L"GetCmdDir" returned 1603
This bug may be a duplicate of some other Scripting.Dictionary bug.
winetricks -q wsh56vb workarounds the issue.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32161
Bug #: 32161
Summary: IAudioClient should support IMarshal
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
It looks like IAudioClient should support the IMarshal interface. This impacts
the Rocksmith PC game (it has a demo but only on Steam):
0040:trace:alsa:AudioClient_QueryInterface
(0x162ed8)->({00000003-0000-0000-c000-000000000046}, 0x680e92c)
0040:warn:alsa:AudioClient_QueryInterface Unknown interface
{00000003-0000-0000-c000-000000000046}
0040:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
0040:err:ole:CoMarshalInterface Failed to marshal the interface
{1cb9ad4c-dbfa-4c32-b178-c2f568a703b2}, 80040155
0032:trace:alsa:AudioClient_Release (0x162ed8) Refcount now 1
0032:trace:alsa:AudioClient_Release (0x162ed8) Refcount now 0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27831
Summary: Tic Tac Toe Game (vbscript) cannot be played
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://www.planet-source-code.com/vb/scripts/ShowCode.
asp?txtCodeId=48298&lngWId=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
To view page you need to
~/wine-git/wine iexplore file://c:/Game.htm
None of the blank squares can be populated(clicking) and thus the game cannot
be played.
Didn't quite know what to pick for the severity so I picked minor.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32109
Bug #: 32109
Summary: Wine GIT 32bit selfcompiled: Installation of CorelDRAW
12 fails because builtin MSI has bugs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjwucherpfennig(a)gmx.net
Classification: Unclassified
First "rm -rf .wine"
then
$ WINEDEBUG=+msi,+vbscript /var/chroot/opt/wine/bin/wine setup.exe
&>msi_vbscript.log
Sometimes the installer hangs and has to be cancelled,
sometimes I the installer seems to succeed and I get a 62MB output.
Wine GIT includes the fix from BUG 32080...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34815
Bug #: 34815
Summary: iexplore hotmail.com needs IHTMLFrameBase::get_onload
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Continuation from bug27694
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35705
Bug ID: 35705
Summary: Stability issues in certain games with recent Wine
(maybe Nvidia driver related)
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://www.populous-online.co.uk/files/populousdemo.ex
e
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: ken(a)codeweavers.com
Regression SHA1: 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376
Created attachment 47680
--> http://bugs.winehq.org/attachment.cgi?id=47680
crash log
Beside the performance issue reported in bug #35655 I noticed stability issues
as well in certain games due to commit
4c4552c5a1910a9d5adf8eccff0ac62d89ffe376.
For example Populous: The Beginning starts with intense screen flickering. It's
not just the game but my whole system that becomes highly unresponsive.
The X Server takes up 100% CPU power, the system hardly responds to mouse or
keyboard input.
After a few minutes the game crashes as can be seen in the attached backtrace.
I can reproduce the problem with the following Nvidia binary drivers: 331.38,
331.49 and 334.16 beta.
With the latest beta drivers (334.16) the nvidia driver itself that crashes,
leaving me with a black screen and forcing me to reboot the system.
Reverting commit 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376 fixes the problem for
me.
Fedora 20
Nvidia GeForce 250 / driver 334.16 beta
X.Org X Server 1.14.4
XFCE 4.10
wine-1.7.13-118-g0eb6265
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26235
Summary: Pioneer DJs: page fault on read access in MFC71.dll
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bghome(a)gmail.com
To reproduce this click on the File -> Import -> MP3 Audio File menu. Then wine
crashes.
I expect the Windows file browser window to be opened.
Demo version is available from:
http://www.prodjnet.com/products/soft/djs/download_list_en.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13638
Summary: dogfood: xampp won't work properly
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pascal.duersteler(a)gmail.com
Installation works fine, control panel starts.
Starting/stopping mysql will force the panel to hang sometimes and really
starting apache / mysql is not possible. (Yes, i was sure to have no other
application listen on the ports these applications use)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23570
Summary: Cannot play songs using Songbird 1.4.3 and 1.7.3
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.songbirdnest.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
After installing and grabbing my music library, playing a song will result in a
crash in Songbird.
The console printed this directly before the crash and after clicking to play a
song.
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x7bdbc68,0x7bdbbf0): stub
Full log: http://pastebin.com/8PBxEiji
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31724
Bug #: 31724
Summary: SolidWorks Explorer 2012: Rollback at the end of
installation
Product: Wine
Version: 1.5.13
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 41716
--> http://bugs.winehq.org/attachment.cgi?id=41716
Message about unsuccessful instalation
Steps to reproduce:
1) remove ~/.wine
2) wine swexplorer.exe
3) do default installation
4) application installs
Behaviour:
At the end message about unsuccessful installation (see attachment).
Expected behaviour:
Successful installation.
Terminal output:
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:vbscript:ScriptDisp_GetIDsOfNames
(0x122de30)->({00000000-0000-0000-0000-000000000000} 0x87e9cc 1 1024 0x87e96c)
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Failed to load DLL C:\Program Files\Common Files\SolidWorks
Shared\swdocumentmgr.dll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=35645
Bug ID: 35645
Summary: Sid Meier's Ace Patrol (Steam) crashes on
unimplemented function msvcp110.dll._Xtime_get_ticks
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
reported by a Wine user who tried to run this game but failed.
--- snip ---
Unimplemented function msvcp110.dll._Xtime_get_ticks called at address
0x7b83d899 (thread 0056), starting debugger...
--- snip ---
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=31423
Bug #: 31423
Summary: Windows script host broken
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djahma(a)gmail.com
Classification: Unclassified
Windows script host is not found by software which provide a scripting
interface based on it.
AmiBroker is the software in question. It offers a scripting feature which rely
on WSH but AmiBroker doesn't find it on recent versions of wine, although
running scripts work when doing:
wine wscript myscript.js
I've tried various setups with Ubuntu 12.04 64bit and mint13 32bit and
playonlinux to install various wine versions (1.5, 1.4, 1.3 ,1.2, 1.1.30).
The strange thing is that AmiBroker could run jscripts when I was on Ubuntu
11.04 32bit and wine 1.2.2.
Each time, I installed vcrun6 wsh56 and wsh57, msxml3, MFC42, ie6.
I don't know how but I could see in the registry that jscript and vbscript are
registered...not sure that help.
Unfortunately, I'm not a hacker, I just write simple scripts and programs to
help me in my financial researches (render information directly on charts). A
lot of my code written for AmiBroker rely on this ability to call WSH from
within Amibroker. This means that a lot of my work would be lost unless a
Hacker finds a way to setup WSH properly in wine, or I return to windows.
All I can do is to offer my time to run the commands someone knowledgeable
would tell me to type. I've got AmiBroker, I've got some scripts to test, let
me know
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35596
Bug ID: 35596
Summary: ApexDC++ : crash on startup (fixme: FindFirstFileExW)
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sultanoswing.us(a)gmail.com
Classification: Unclassified
The latest version (1.5.10) of ApexDC++ introduces a number of changes to file
sharing, hashing and search changes sync'd from DC++.
It installs fine (including a fresh prefix, set to win XP). But crashes on
startup with the following brief terminal message:
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000001
Reversion back to ApexDC++ 1.5.9 resolves the problem. The developers of
ApexDC++ say that this is due to an incomplete or unimplemented API
(FindFirstFileExW).
--
Do not reply 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=5928
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #24 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.15.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35753
Bug ID: 35753
Summary: CURA 14.01 installed correctly but crashes when
started
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jluscher(a)gmail.com
Created attachment 47747
--> http://bugs.winehq.org/attachment.cgi?id=47747
Backtrace from 'unhandled exception' crash
Cura_14.01.exe was downloaded from:
http://software.ultimaker.com/
Installation showed no problems but when the installed program starts it
immediately crashes - crash report appended.
Backtrace indicates:
Unhandled exception: page fault on read access to 0x730c9a61 in 32-bit code
(0x1e039205).
Note: I went into the 'C' drive and can run the "python.exe" interactively
without a problem.
James
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31970
Bug #: 31970
Summary: Microstation 8i installer doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julius(a)zgod.cjb.net
Classification: Unclassified
Created attachment 42123
--> http://bugs.winehq.org/attachment.cgi?id=42123
stderr output with WINEDEBUG=+msi
The Microstation 8i installer fails when it's about to copy files after going
through the wizard to select which options you want.
I skipped the prerequisite pack, because most of it consists of updates for
Windows components which also have builtin Wine variants.
Attached the registry entry needed to skip the prerequisite pack check and the
stderr output from Wine with WINEDEBUG=+msi.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=657
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |23094
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8854
--- Comment #96 from WineBuG <winebugs140(a)gmail.com> ---
The Elder Scrolls III: Morrowind GOTY (the Steam version) still freezes if you
try to rebind keys in Wine 1.7.14.
Are all these problems with the keyboard/mouse REALLY CAUSED BY ONE BUG? Maybe
it would be better to create separate bug reports for each application.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7316
phaethon <eriks00(a)moon.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eriks00(a)moon.lv
--- Comment #42 from phaethon <eriks00(a)moon.lv> ---
Can somebody get patch attached to http://bugs.winehq.org/show_bug.cgi?id=18517
and check if it helps?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30480
Bug #: 30480
Summary: Setting CPU affinity doesn't work on Macs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M8R-45axwd(a)mailinator.com
Classification: Unclassified
In the Wine task manager, it is possible to change CPU affinity for an every
process. On Macs, however, this change does nothing, even though the number of
CPUs/cores is correctly detected by taskmgr.exe.
For Mac OS X there are no tools such as taskset or schedtool which could set
affinity on an application basis (hwprefs turns off processor cores
system-wide, so this isn't a practical solution). Thus, implementing the
function to disable or activate CPUs for a given process in Wine, could be
really useful.
PS Is there at least a way to tweak/compile Wine, so that it would
recognize/use only one of the Mac's cores?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3260
--- Comment #55 from Andrey Gusev <andrey.goosev(a)gmail.com> ---
*** Bug 33007 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=7767
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Status|REOPENED |NEW
Hardware|Other |x86
Version|unspecified |0.9.33.
Summary|Zero-G installers (Rosetta |Zero G Software
|Stone, Reading Counts, |'InstallAnywhere'
|World Religeons) crash |installers crash or
| |silently exit (Rosetta
| |Stone, Reading Counts,
| |World Religions,
| |Parashara's Light
| |Professional 7.0.1)
OS|other |Linux
--- Comment #10 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
filling some fields, refining summary.
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=7767
--- Comment #9 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 8571 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=8571
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |focht(a)gmx.net
Hardware|Other |x86
Resolution|--- |DUPLICATE
OS|other |Linux
--- Comment #11 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
this is dupe of bug 7767 which targets all Zero-G (LAX) based installers, not
the other way around...
Regards
*** This bug has been marked as a duplicate of bug 7767 ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7767
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
CC| |focht(a)gmx.net
Resolution|DUPLICATE |---
--- Comment #8 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
--- quote ---
You are correct in the duplicate, but bug 8571 has a link to a very good
description of why this error occurs and what to do to fix it. Leaving this for
you to mark as a duplicate.
--- quote ---
Sorry, but I fail to see any technical explanation in bug 8571 why this error
occurs.
Where is this link you are talking about?
Anyway, resolving this bug as dupe of 8571 is plain wrong.
This bug is older and targets a list of affected apps/installers (all 'Zero-G'
technology installers = LAX based).
Bug 8571 doesn't add anything useful. It talks about a single application.
Reversing the dupe.
If found another LAX-based installer showing the same symptoms: Parashara's
Light Professional 7.0.1
$ wine --version
wine-1.7.14-142-gbd69346
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=9159
--- Comment #37 from Jason Spiro <jasonspiro3(a)gmail.com> ---
Anastasius, please also point out that Kent has tested the code in the patch.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9159
--- Comment #36 from Jason Spiro <jasonspiro3(a)gmail.com> ---
(In reply to Anastasius Focht from comment #35)
> Any plans to revive this?
Anastasius, anyone can revive this, including you. Simply submit
"dde-program-v5.1.patch" for review. Maybe a committer will accept it. If you
do so, then please:
* See "Submitting Patches Written by Somebody Else".[1]
* Point out that it looks[2] like nobody even looked at the last version, and
so you are resending an improved version now, a few years later.
* Let us know as soon as you resend it.
* Later, tell us what the patch status page[3] reports.
Thank you!
^ [1].
http://wiki.winehq.org/SubmittingPatches#head-9bf7dde6b5eeca2b72749d1953497…
^ [2].
http://web.archive.org/web/20110710075642/http://source.winehq.org/patches/
^ [3]. http://source.winehq.org/patches/
Dear @Tristan: What were your test results?
--
Do not reply 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
--- Comment #23 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Jarkko K from comment #22)
> Well I have crossover version and I doubt it's accepted. I also had crash
> with it.
You can have vanilla wine installed at the same time..just be sure to use a
wineprefix that's set up by wine, not crossover.
(The same advice applies to other bugs you've pinged that have downloads)
--
Do not reply 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
--- Comment #22 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Well I have crossover version and I doubt it's accepted. I also had crash with
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=9009
--- Comment #21 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Jarkko K from comment #20)
> Any update? The last comment is almost one year old now.
There is a download available, please test such bugs yourself rather than
asking others to.
--
Do not reply 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=9095
--- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Is there a way to extract this application typelib?
--
Do not reply 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=8780
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
--- Comment #26 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
revisiting, still present.
Source:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/oleaut32/typelib.c#l4…
$ wine --version
wine-1.7.14-126-g2bb1059
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=9009
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #20 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Any update? The last comment is almost one year old now.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
--- Comment #24 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
How likely these patches are included into wine itself in somepoint of time?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)fds-team.de
--- Comment #23 from Michael Müller <michael(a)fds-team.de> ---
Created attachment 47786
--> http://bugs.winehq.org/attachment.cgi?id=47786
Patch to add some generic keys to HKEY_DYN_DATA\Config Manager\Enum
I wrote a small patch which adds some generic hardware keys to
HKEY_DYN_DATA\\Config Manager\\Enum based on a real Windows 98 SE Installation
and therefore fixes the problem. Anyway, as Anastasius Focht said this is only
half of the required work. For a proper implementation we also need to add the
corresponding keys to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Need for Speed III |Need for Speed III
|installer fails in Win9X |installer fails in Win9X
|mode, reporting "Could not |mode, reporting "Could not
|get 'HardWareKey' value" |get 'HardWareKey' value"
|(support for |(active PnP device keys in
|'HKEY_DYN_DATA\\Config |'HKEY_DYN_DATA\\Config
|Manager\\Enum' missing) |Manager\\Enum' missing)
--- Comment #22 from Anastasius Focht <focht(a)gmx.net> ---
Hello Jarkko,
--- quote ---
but is this easy to fix or will this be wontfix?
--- quote ---
well, the dynamic data registry root keys exist (created by wineboot) but there
is no component that actually manages data located here.
I think other 'dynamic' parts of registry have higher priority (perf data,
trees managed by device manager, ...).
The concept of 'virtual registry' introduced with newer Windows OS (registry
redirection) is also used to cope with old applications that need
hacks/workarounds for Win9X compat:
http://technet.microsoft.com/en-us/library/cc749368%28v=ws.10%29.aspx
--- quote ---
...
DYN_DATA
Emulates the HKEY_DYN_DATA registry keys, which were used by the Windows 9x
operating system to collect performance data. This fix redirects the
HKEY_LOCAL_MACHINE\Enum key to the HKEY_LOCAL_MACHINE\CurrentControlSet\Enum
key. This fix also adds the following virtual keys:
HKEY_DYN_DATA\Config Manager\Enum with copied values from
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI
--- quote ---
Probably implemented using userspace application shims and kernel side support.
Maybe Wine could do this too .. in some years ;-)
First the NT device manager (PnP) and its components would need to be
implemented.
With that infrastructure in place you would add shimming/redirection to make
'old-style' registry views available for legacy apps.
That way one can avoid the need to implement some brain damaged Win9X
components such as configuration manager (that OS is dead anyway).
Realistically, the chance this gets implemented in near future is rather slim.
The game installer probably does something stupid like this to figure out video
adapter from registry: http://support.microsoft.com/KB/200876
You might be able to cheat the installer using a cheap shot.
1) use 'winecfg' to set prefix 'WinVer' to 'Windows 95'
2) start the installer but don't click 'next' yet
3) import the following registry snippet from a separate console (wine regedit
fake_hkdd.reg)
fake_hkdd.reg:
--- snip ---
REGEDIT4
[HKEY_DYN_DATA\Config Manager\Enum\fake]
"HardwareKey"=dword:00000000
"Problem"=dword:00000000
--- snip ---
The 'HardwareKey' type/value is actually wrong on purpose - it avoids the need
to put more info under 'HKLM\Enum' ('Driver', 'DeviceDesc' ...).
Installers and their stupid error handling ;-)
The important part is 'Problem' key/value, it has to be '0'.
4) Now click 'next' and the installer runs to completion (after exit the
HKEY_DYN_DATA part of registry will be gone again).
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=7115
--- Comment #21 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Thank you for very informative post. I know this is nothing major, but is this
easy to fix or will this be 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.
http://bugs.winehq.org/show_bug.cgi?id=4553
--- Comment #28 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Still a bug in current wine?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4553
--- Comment #27 from Saulius K. <saulius2(a)gmail.com> ---
Jarkko, update to exactly what?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
--- Comment #20 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 9721 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=7115
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
CC| |focht(a)gmx.net
Summary|Need for Speed III |Need for Speed III
|installer error: Could not |installer fails in Win9X
|get 'HardWareKey' value |mode, reporting "Could not
| |get 'HardWareKey' value"
| |(support for
| |'HKEY_DYN_DATA\\Config
| |Manager\\Enum' missing)
--- Comment #19 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
confirming.
It should only affect games/installers that truly need WinVer 'Win9x' for
whatever reasons (old games that never targeted NT/XP systems).
--- snip ---
...
0009:Call advapi32.RegOpenKeyExA(80000006,0068179c "Config
Manager\\Enum",00000000,00000008,0033faf0) ret=00405cd5
0009:Call advapi32.RegEnumKeyA(00000048,00000000,0033fafc,00000100)
ret=00405d4e
0009:Ret advapi32.RegEnumKeyA() retval=00000103 ret=00405d4e
...
0009:Call advapi32.RegOpenKeyExA(80000006,006817ec "Config
Manager\\Enum\\",00000000,000f003f,0033f9dc) ret=00405e04
0009:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=00405e04
0009:Call advapi32.RegQueryValueExA(0000004c,0043a40c
"HardWareKey",00000000,00000000,0033f9e8,0033faf8) ret=00405e59
0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=00405e59
...
--- snip ---
That (dynamic) registry tree is managed by Win9X configuration manager which
maintains a list of active devices under 'HKEY_DYN_DATA\\Config Manager\\Enum'
The items in the list contain values named "HardwareKey" which are the names of
keys under 'HKEY_LOCAL_MACHINE\\Enum'.
$ wine --version
wine-1.7.14-126-g2bb1059
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=7115
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #18 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
I think this is still valid, I tried Need for Speed 4: High Stakes demo not so
long ago, see comment #17.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4553
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #26 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Can anyone update the status?
--
Do not reply 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=3161
--- Comment #12 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Jarkko K from comment #11)
> What's the current status?
Still unimplemented (run 'wine control' to see the control panel).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28007
Summary: Visio fails to save files and gives a Disk Full Error
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geoffreylcooper(a)msn.com
Wine Error: Very similar to bug No 13822; Excel error
System details: Linux 2.6.32-33-generic #71-Ubuntu SMP Wed Jul 20 17:30:40 UTC
2011 i686 GNU/Linux
Wine version 1.2.2 fresh install with all defaults unchanged
Installed MS Visio 2003
any visio files previously saved from a windows machine will not save when run
from within wine. Error message is Disk Full. This action results in the
original file being corrupted, with a file size of approx 1.5kb
Go to Save As, and give it a new file name, and it saves ok
A possible fix for the bug 13822 was reportedly copying ole32.dll into wine,
but it didn't say which version of ole32.dll I tried it with the vista version
of ole32.dll and it caused visio to crash.
Tried various other overrides without any luck.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=8563
--- Comment #38 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
I also tried this game with crossover, it crashes and says something about no
software rasterize.
BUT I found this
http://www.youtube.com/watch?v=Ojl-ArelgWk
-noautoconfig -window /gosnoblade /gosusehw /gosnodialogs /gosnovideo
Using those parameters the game starts and doesn't 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.
https://bugs.winehq.org/show_bug.cgi?id=8697
Henri Verbeet <hverbeet(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |ec66785f02ff5fba9ec7a18a869
| |7c19140059ae8
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #19 from Henri Verbeet <hverbeet(a)gmail.com> ---
Should be fixed by commit ec66785f02ff5fba9ec7a18a8697c19140059ae8.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3548
Simon <swdevelop1981(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |swdevelop1981(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=8091
--- Comment #30 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
*** Bug 35771 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=8091
wine(a)ish.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)ish.net
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19605
Summary: Touhou Koumajou Densetsu: fails to start
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: isbugged(a)gmail.com
The game fails to start, showing a window with an "Startup failed" error and no
message outputs.
Tested with Wine 1.1.26 on Ubuntu 9.04 x86-64.
Link to the trial version: http://aja-games.com/download/koumajo_trial.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34817
Bug #: 34817
Summary: w3schools example doesn't work
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore
http://www.w3schools.com/xml/tryit.asp?filename=tryxml_dom_createelement
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
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #138 from TOM <l12436(a)yahoo.com.tw> ---
(In reply to Andrew Cook from comment #133)
> Created attachment 46317 [details]
> Patch implementing software vertex blending for wine 1.7.4
>
> Is there any news on the vertex shader based patch? it's been some 4 years
> since that was proposed and the bug is 7 years old.
i have apply the patch in wine 1.7.14
nothing changed.
maybe the patch need to upgrade.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25037
Summary: Microsoft Tinker Doesn't Render, Gameplay not possible
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=31732)
--> (http://bugs.winehq.org/attachment.cgi?id=31732)
zipped WINEDEBUG=+module debug log
Game installs and launches, but produces only a black screen with "Game" and
"Help" menus. ahk reveals the main window as "MainWindowClass1",
"RenderWindow".
Tried 'winetricks wmp10 gfw d3dx9 vcrun2008 gameux=disabled' but no joy. Also
am seeing some errors that seem to be related to gameux not being found, so I
tried manually copying/overriding it... still no joy.
See debug attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5202
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |UPSTREAM
--- Comment #25 from Jerome Leclanche <adys.wh(a)gmail.com> ---
Changing resolution to upstream.
--
Do not reply 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=35751
Bug ID: 35751
Summary: Cannot launch One Finger Death Punch from Steam
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
The following console output appears:
-----
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Can't recognize 'C:\Program Files (x86)\Steam\steamapps\common\One Finger Death
Punch\_CommonRedist\DotNet\4.0 Client Profile\Microsoft .NET Framework 4.0
Client Profile.cmd ' as an internal or external command, or batch script.
Install script executed.err:module:import_dll Loading library MSVCR100.dll
(which is needed by
L"C:\\windows\\Microsoft.NET\\assembly\\GAC_32\\Microsoft.Xna.Framework.Graphics\\v4.0_4.0.0.0__842cf8be1de50553\\Microsoft.Xna.Framework.Graphics.dll")
failed (error c000007b).
err:mscoree:mono_assembly_preload_hook_fn Failed to load
L"C:\\windows\\Microsoft.NET\\assembly\\GAC_32\\Microsoft.Xna.Framework.Graphics\\v4.0_4.0.0.0__842cf8be1de50553\\Microsoft.Xna.Framework.Graphics.dll",
status=1
err:module:import_dll Loading library MSVCR100.dll (which is needed by
L"C:\\windows\\Microsoft.NET\\assembly\\GAC_32\\Microsoft.Xna.Framework\\v4.0_4.0.0.0__842cf8be1de50553\\Microsoft.Xna.Framework.dll")
failed (error c000007b).
err:module:import_dll Loading library msvcr100.dll (which is needed by
L"C:\\windows\\system32\\msvcp100.dll") failed (error c000007b).
err:module:import_dll Loading library MSVCP100.dll (which is needed by
L"C:\\windows\\Microsoft.NET\\assembly\\GAC_32\\Microsoft.Xna.Framework\\v4.0_4.0.0.0__842cf8be1de50553\\Microsoft.Xna.Framework.dll")
failed (error c000007b).
err:mscoree:mono_assembly_preload_hook_fn Failed to load
L"C:\\windows\\Microsoft.NET\\assembly\\GAC_32\\Microsoft.Xna.Framework\\v4.0_4.0.0.0__842cf8be1de50553\\Microsoft.Xna.Framework.dll",
status=1
Unhandled Exception:
System.TypeLoadException: Could not load type 'One_Finger_Death_Punch.Game1'
from assembly 'One Finger Death Punch, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'One_Finger_Death_Punch.Game1' from assembly 'One Finger Death Punch,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
-----
These are the contents of "Microsoft .NET Framework 4.0 Client Profile.cmd"
@ECHO OFF
start /w "" "%~dp0\dotNetFx40_Client_x86_x64.exe" /q /norestart
IF %ERRORLEVEL% == 3010 EXIT /B 0
EXIT /B %ERRORLEVEL%
Trying to manually run wine start Microsoft\ .NET\ Framework\ 4.0\ Client\
Profile.cmd opens a wineconsole window for a split second that says
"Application could not be started or no application associated with the
specified file".
Oddly, this happens even with vcrun2010 installed. The following files are
present in the prefix:
/home/adys/.local/share/wineprefixes/steam/drive_c/windows/system32/msvcr100.dll
/home/adys/.local/share/wineprefixes/steam/drive_c/windows/syswow64/msvcr100.dll
I'm trying to reproduce all this in a cleaner prefix, unfortunately I am
getting issues opening steam from there. It'll have to wait.
I have a spare key to One Finger Death Punch, by the way, so I'm happy to give
it to a dev volunteering to take on 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=3161
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #11 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
What's the current status?
--
Do not reply 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=8563
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #37 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
https://ia601206.us.archive.org/32/items/Mechwarrior4VengeanceDemo/Mech4.zip
Should work as direct download link.
Any update?
--
Do not reply 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=8697
Henri Verbeet <hverbeet(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|directx-d3d |user32
--
Do not reply 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=8697
--- Comment #18 from Henri Verbeet <hverbeet(a)gmail.com> ---
Created attachment 47740
--> https://bugs.winehq.org/attachment.cgi?id=47740
patch
I think this patch should help for the text, although it probably needs a test.
You may need to delete .vpcache filesfor things to show up correctly.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21526
Summary: several programs fail to compile under cygwin
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.cygwin.com
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Seems to be related to command line arguments:
cmd.exe-HRRQ2O.c: In function `main':
cmd.exe-HRRQ2O.c:5: error: `__wargv' undeclared (first use in this function)
cmd.exe-HRRQ2O.c:5: error: (Each undeclared identifier is reported only once
cmd.exe-HRRQ2O.c:5: error: for each function it appears in.)
Also affects:
dxdiag.exe-8dF1r2.c:5: error: `__wargv' undeclared (first use in this function)
explorer.exe-huqBP4.c:5: error: `__wargv' undeclared (first use in this
function)
extrac32.exe-ZBAgOk.c:5: error: `__wargv' undeclared (first use in this
function)
mshta.exe-ivENd9.c:5: error: `__wargv' undeclared (first use in this function)
reg.exe-bHwntd.c:5: error: `__wargv' undeclared (first use in this function)
start.exe-LokQFy.c:5: error: `__wargv' undeclared (first use in this function)
svchost.exe-ntfQ5M.c:5: error: `__wargv' undeclared (first use in this
function)
termsv.exe-aacxDf.c:5: error: `__wargv' undeclared (first use in this function)
uninstaller.exe-iXvRef.c:5: error: `__wargv' undeclared (first use in this
function)
winebrowser.exe-zWnYcC.c:5: error: `__wargv' undeclared (first use in this
function)
winedevice.exe-SvwxgZ.c:5: error: `__wargv' undeclared (first use in this
function)
winepath.exe-guBaBG.c:5: error: `__wargv' undeclared (first use in this
function)
xcopy.exe-0dP3a3.c:5: error: `__wargv' undeclared (first use in this function)
Notepad/regedit have a different (but possibly related) problem:
dialog.o: In function `DIALOG_Search':
/home/austin/wine-git/programs/notepad/dialog.c:1059: undefined reference to
`___assert_func'
dialog.o: In function `DIALOG_Replace':
/home/austin/wine-git/programs/notepad/dialog.c:1093: undefined reference to
`___assert_func'
hexedit.o: In function `HexEdit_WindowProc':
/home/austin/wine-git/programs/regedit/hexedit.c:307: undefined reference to
`___assert_func'
regproc.o: In function `import_registry_file':
/home/austin/wine-git/programs/regedit/regproc.c:671: undefined reference to
`___assert_func'
collect2: ld returned 1 exit status
Other than this, when using CFLAGS="-D _WIN32" the compile works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=5928
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Summary|Bad fields in Timeless Time |Timeless Time and Expense
|and Expense |3.0: bad fields in
| |calendar/time entries
--- Comment #23 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
installs fine now.
Adding and editing of time entries in calendar works too.
Prerequisites for v3.0:
'winetricks -q dotnet20' (if Mono not present)
'winetricks -q mdac28 jet40' (creating the databases)
Resolving 'fixed'.
Reopen if still a problem with recent Wine version but make sure to exactly
describe the problem (steps needed, attach screenshots for comparison).
$ sha1sum TimelessTimeAndExpenseWindowsSetup.exe
c0f32c3d55bce43bb5f026b5dd2938203d00bac6
TimelessTimeAndExpenseWindowsSetup.exe
$ du -sh TimelessTimeAndExpenseWindowsSetup.exe
13M TimelessTimeAndExpenseWindowsSetup.exe
$ wine --version
wine-1.7.14
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=22918
Summary: Ship Simulator 2008 demo crashes on startup (needs
D3DXCreateSphere)
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=28358)
--> (http://bugs.winehq.org/attachment.cgi?id=28358)
console log, from wine-1.2-rc1-179-gdd09205
When installed with nothing else in a clean wine prefix, Ship Simulator 2008
crashes on startup.
wine: Call from 0x7b836a02 to unimplemented function
d3dx9_36.dll.D3DXCreateSphere, aborting
Before that, it hits a number of d3dx stubs, so even when this is implemented,
it will likely not work properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
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=26654
Summary: regression MS Office 2000 and 2007 programs crash
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ftoth(a)telfort.nl
With wine 1.3.15 MS Office 2000 and 2007 programs work nicely (Word, Excel,
Powerpoint).
However starting from 1.3.16 the crash. When starting on my monitor the
application (either Word Excel or Powerpoint) open as a quarter size of my
screen.
They immediately crash when I try to resize the window. I think other operation
crash as well (file open/save).
Reverting back to 1.2.2 everything works again.
Today tested with 1.3.17 but now the apps report 'not installed' on start.
Reverting back to 1.2.2 everything works again.
I use the ubuntu ppa (maverick) build on 32-bit maverick and the same on debian
amd64 squeeze.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26602
Summary: MS Excel 2007: Excel hangs-up after closing solver
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33867)
--> (http://bugs.winehq.org/attachment.cgi?id=33867)
Terminal output on wine-1.3.16-213-gda4ed47
Steps to reproduce:
1) remove ~/.wine
2) install MS Office 2007
3) set riched20.dll and usp10.dll to native
4) wine EXCEL.EXE
5) Excel configuration->Add-ons->Enable solver add-on*
6) Data->Solver->Close
*I use Polish language version of MS Office so names may not be exact in
English language
Behaviour:
Hang-up and in the end crash.
Expected behaviour:
No crash, no hang-up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22935
Summary: Double clicking a word file can't open it (opens fine
from Word 2007 opens it)
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=28392)
--> (http://bugs.winehq.org/attachment.cgi?id=28392)
Word file with long name
If I double click on the filename, Word 2007 opens but never opens the file.
I can open it from the program menu.
I presume it's something to do with the length of the file name. Can anyone
confirm?
File 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=7602
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=2082
Johan Gardhage <johan.gardhage(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johan.gardhage(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=31111
Bug #: 31111
Summary: wmp9 install fails with builtin pidgen
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Windows Media Player 9 installer complains
wine: Call from 0x7ece4712 to unimplemented function pidgen.dll.PIDGenSimpW,
aborting
with current wine.
Overriding pidgen to native works around the problem.
Oddly, even though builtin pidgen returns FALSE from DLL_WINE_PREATTACH, the
builtin dll is used by default?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26568
Summary: NX7.5: License Server installation hangs up on
starting services
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33830)
--> (http://bugs.winehq.org/attachment.cgi?id=33830)
WINEDEBUG=+msi on Wine 1.3.16
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko flash
3) wine Laucher.exe
4) Install License Server
5) Next, next, next ...
Behaviour:
Installer hangs up on starting services.
Expected behaviour:
Installer should finish successfully.
Terminal output:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action
L"MakeVDDRegEntry.B391C188_6953_11D4_82CB_00D0B72E1DB9" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35572
Bug ID: 35572
Summary: gdi32:font fails on Windows 2000
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
The conformance test failure is:
font.c:5360: Testing @WineTestVertical...
font.c:5302: Test failed: got 556, expected abcA(0) + abcB(876) + descent(-140)
See:
http://test.winehq.org/data/tests/gdi32:font.html
This failure was introduced by this patch:
commit a221654aaee6ff112da03b9d25c742344a47f58f
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Fri Jan 10 20:29:59 2014 +0900
gdi32/tests: Add tests for vertical writing metrics.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22010
Summary: Europa Universalis: For the Glory; crashes on startup
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wurgl(a)mailinator.com
For the Glory 1.0 crashes on startup before intro screen. wine debug log
doesn't present useful info.
For the Glory 1.1 crashes on startup before intro screen and displays 4 error
dialogs before exiting:
"Assertion Failed: Error in DB: no valid techgroup" and 3 similar ones
the demo shows the same behaviour as 1.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30876
Bug #: 30876
Summary: Diablo 1 demo crashes
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Created attachment 40457
--> http://bugs.winehq.org/attachment.cgi?id=40457
Diablo console output of CentOS 6.2
I am trying to get the shareware version of Diablo 1 to run. I read that it
"needs the hacked "wa_ddraw" ddraw.dll to be useful" but there are no further
updates of this ddraw.dll
I have attached my console output. OS is CentOS 6.2
Kernel is: 2.6.32-220.17.1.el6.i686
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=8391
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.14.
--
Do not reply 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=5552
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.14.
--
Do not reply 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=8539
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.14.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20209
Summary: AverTV installer for AverMedia AverTV Hybrid Volar HX
crashes
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.avermedia.eu/avertv/DE/Product/ProductDetai
l.aspx?Id=293
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)soerenfleischer.com
Created an attachment (id=23832)
--> (http://bugs.winehq.org/attachment.cgi?id=23832)
Output when running
A827_6.0.18.09051503_Drv_2.0.x.124\(XP_Vista\)_2.0.x.121\(Win7\)_SWEncoder_3.0.1.6_AVIN_2.0.7.0_090724.exe
Here is the output when running the installer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35107
Bug #: 35107
Summary: (?gdi32)Cannot display japanese vertical text
correctly.
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matyapiro31(a)gmail.com
Classification: Unclassified
Created attachment 46828
--> http://bugs.winehq.org/attachment.cgi?id=46828
Hidemaru in Wine 1.4 that display correctly.
in Wine 1.4,you can display it correctly,but
in Wine 1.7 the font became to a crushed picture.
This is unknown,but this should be bug of one in user32,kernel32,gdi32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29987
Bug #: 29987
Summary: error program BlueKenue (CHC)
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexis.beudin(a)free.fr
Classification: Unclassified
Created attachment 39039
--> http://bugs.winehq.org/attachment.cgi?id=39039
page fault on read access
BlueKenue is a pre-post processor for Telemac hydraulic modeling system.
This program works fine in windows but crash with wine when manipulating
various files too quick.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=7602
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.14.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26517
Summary: WWIIOL crash to desktop
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
WWIIOnline crashes to the desktop with the following chunk in the console:
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"oleaut32<elf>":
IPersistPropertyBag2_FormatStringOffsetTable<7c6ca2bc-00000008>
IPictureDisp_FormatStringOffsetTable<7c6ca2bc-0>
fixme:dbghelp_dwarf:compute_location Only supporting one breg (ecx/18 ->
edi/24)
The crash can be replicated by entering the game, spawning an airplane, and
flying. Eventually, you will crash with the above error.
I would be happy to provide better information for debugging if someone tells
me what needs to be done.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35635
Bug ID: 35635
Summary: VMXBuider 0.8 (VB6 app) fails to create new VM,
reporting "Run-time error '445'" - filesys_get_Drives
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scrrun
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
With problem described in bug 8539 fixed, next one is missing IDriveCollection
support:
---
fixme:scrrun:filesys_QueryInterface Unsupported interface
{7fd52380-4e07-101b-ae2d-08002b2ec713}
fixme:scrrun:filesys_QueryInterface Unsupported interface
{37d84f60-42cb-11ce-8135-00aa004bb851}
fixme:scrrun:filesys_get_Drives 0x7d510ef4 0x33f260
fixme:scrrun:filesys_QueryInterface Unsupported interface
{df0b3d60-548f-101b-8e65-08002b2bd119}
---
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30324
Bug #: 30324
Summary: imgburn 2.5.7.0 crashes on startup
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: some_user1(a)supergreatmail.com
Classification: Unclassified
Created attachment 39626
--> http://bugs.winehq.org/attachment.cgi?id=39626
crash log of imgburn
Hello, i installed the latest imgburn and while trying to launch it, it
crashes.
I am using wine 1.5.1, on archlinux.
imgburn version 2.5.7.0
I have attached the bug report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3901
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #53 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.14.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28972
Bug #: 28972
Summary: Crystal Enterprise 8 (a flavor of Crystal Reports?)
install fails when starting services
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
This is the followon to bug 9444.
With today's git, installation seems to nearly complete... and then the log
shows
TheJobServer::Initialize: you either have to specify a nameserver or a port
number!
...
err:eventlog:ReportEventW L"Unable to load dll: procReport."
...
err:eventlog:ReportEventW L"The root server reported an error Initialization
Failure."
...
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned 1627
and a fatal dialog about not being able to start a service
comes up; when you click OK, the installation is rolled back.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22089
Summary: Starcraft II license screen - moving the mouse makes
installer think you've read entire license
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26919)
--> (http://bugs.winehq.org/attachment.cgi?id=26919)
terminal output
Starcraft II's beta has one of the licenses where you must read the entire
license before clicking agree. On windows 7, it makes you do so. On wine, just
moving the mouse over the window activates the 'agree' button. Native ie6 works
around it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35624
Bug ID: 35624
Summary: 3Dmark 2001 SE: Brkoken "Fill Rate (Multi-Texturing)"
test
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Classification: Unclassified
All the test are displayed correctly except "Fill Rate (Multi-Texturing)". Fast
way to reproduce click "Change" (under Selected Tests) -> (tab) "Custom" ->
Clear -> choose "Fill Rate (Multi-Texturing)" -> click "Benchmark".
Currently the wine lower than 1.7.8 can't be configured&compiled on Debian
Jessie due to newer libraries. After backporting pathces for freetype, x11,
lcsm2 i was able to make wine happy with configure/make down to 1.7.0/1.6.0.
Anyway i endup with non-vannila wine.
If anyone is able to make the regression test, go ahead. It will take me some
time to prepare another machine with Debian Wheezy for regression testing below
wine-1.7.8.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16360
Summary: Help does not work in Office 2000
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=17677)
--> (http://bugs.winehq.org/attachment.cgi?id=17677)
console output when opening help in MS Office 2000
Whenever I try opening the help in any Office 2000 application, I only get a
new empty window and a lot of errors in console output (see attached 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=35629
Bug ID: 35629
Summary: Zynaps: menu is rendered incorrectly
Product: Wine
Version: 1.1.13
Hardware: x86
URL: http://havsoft.co.uk/Games/ZynapsRemix.zip
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Regression SHA1: 80055e1fcd0140d610d54bf7d48f3843245c7059
Created attachment 47585
--> https://bugs.winehq.org/attachment.cgi?id=47585
screenshot
Noticed while looking at old bugs (specifically bug 29309). This is okay in
1.6.
austin@aw25 ~/wine-rt $ git bisect good
80055e1fcd0140d610d54bf7d48f3843245c7059 is the first bad commit
commit 80055e1fcd0140d610d54bf7d48f3843245c7059
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Nov 14 10:47:17 2013 +0100
ddraw: Pass the ddraw texture to ddraw_surface_init().
:040000 040000 6f7f4c12bd34eb2db70142afe5112571f9fe40f9
24e43da3ce5adb42046b07b2901a93c6bf764d61 M dlls
austin@aw25 ~ $ du -h ZynapsRemix.zip
7.9M ZynapsRemix.zip
austin@aw25 ~ $ sha1sum ZynapsRemix.zip
4b7ca38f363bef133853634e4a61e300adbab3b9 ZynapsRemix.zip
austin@aw25 ~ $ wine --version
wine-1.7.12-214-gf694879
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27504
Summary: Freejack downloader crashes before downloading files
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://freejack.gamerkraft.com
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 27495
Created an attachment (id=35162)
--> (http://bugs.winehq.org/attachment.cgi?id=35162)
terminal output/backtrace
While looking at bug 27495, I noticed the downloader crashes before downloading
any files. Terminal output shows a lot of mshtml/shdocvw, so tried native ie7,
which doesn't help. I also see:
fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results
wine: Unhandled page fault on write access to 0x00000001 at address 0x560795
(thread 003c), starting debugger...
Unhandled exception: page fault on write access to 0x00000001 in 32-bit code
(0x00560795).
which reminds me of bug 26411, but that patch doesn't help.
613b642a764073fcdc1b72aa392b63876458d84f freejack_downloader.exe
terminal output/backtrace 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=29846
Bug #: 29846
Summary: HTML-Kit 292 can't show any plugin previews except the
default
Product: Wine
Version: 1.4-rc2
Platform: x86-64
URL: http://www.htmlkit.com/download/#download-html-kit-292
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: jacek(a)codeweavers.com
Classification: Unclassified
Regression SHA1: e0f6b95d44f8208d2dce75278eb88e6eb57fe744
Created attachment 38764
--> http://bugs.winehq.org/attachment.cgi?id=38764
Terminal output
HTML-Kit provides a list of installed plugins (several are included with the
default installation) within the program, where a preview of each one can be
viewed. Since 1.3.34, this preview stopped updating and is stuck showing
information about the plugin that was selected by default. Regression testing
indicated:
e0f6b95d44f8208d2dce75278eb88e6eb57fe744 is the first bad commit
commit e0f6b95d44f8208d2dce75278eb88e6eb57fe744
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Fri Nov 25 15:58:37 2011 +0100
urlmon: Properly compare file URIs.
:040000 040000 647344d6aae542df3f6a5c0ce5f529850bd06a7e
b7c3fb79d07aa36cc159c08690c12604f50f43b2 M dlls
Reverting the patch restored the behavior of 1.3.33. Note that there was an
earlier regression between 1.3.32 and 1.3.33 (not yet bisected) which caused
this preview to be successfully updated only once.
To reproduce, go to help -> installed plugins and click on some plugin like
"download batch actions." Nothing happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29954
Bug #: 29954
Summary: ERWIN r8.2 cannot install due to missing
ERwinIScustomactions.dll
Product: Wine
Version: 1.4-rc4
Platform: x86
URL: http://rmdmdownloads.ca.com/akdlm/ERwin/EvalCE/ERwin.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rambo_8713(a)hotmail.com
Classification: Unclassified
Created attachment 38985
--> http://bugs.winehq.org/attachment.cgi?id=38985
Error window and screen shot of ERwin version
I can't get past this install screen after i click ok, the setup is forcing a
quit. However on an older version of ERwin installer r7, i could not accept
(agree) the EULA. I'm not sure if this new version of ERwin has the same
problem, because the program forces quit b4 i even reach the EULA screen.
URL for the installer listed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12757
Summary: Europa Universalis Rome: Crashes on start-up
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cja(a)gmx.net
Created an attachment (id=12414)
--> (http://bugs.winehq.org/attachment.cgi?id=12414)
Start-up print outs of EU Rome - Full game.
Both the full Europa Universalis Rome game and demo crashes at start-up.
I guess when the main menu is about to be loaded.
Both the game and the demo needs the msvcp60.dll in the same directory as
the main .exe file and a copy of d3dx9_36.dll in the windows/system32
Probably they also require the videomemory registry variable to be set.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30099
Bug #: 30099
Summary: Terraexplorer 6.1 not run
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0001(a)techemail.com
Classification: Unclassified
http://www.skylinesoft.com/
installs but not run
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9396
Summary: Solidworks Crashes when requested to open file.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schuh(a)berkeley.edu
Solidworks crashes when opening a new file or trying to save a new file.
(I installed Solidworks from a local copy of my Solidworks DVD. The DVD isn't
centered, so I don't like using it more than I have to.)
Steps to reproduce:
Start Solidworks with "wine sldworks.exe"
Click the Open button on the toolbar or the save button.
A dialog box that says "An unsupported operation was attempted." pops up.
Hit OK or the X in the corner of the window.
Solidworks crashes.
I ran wine with
WINEDEBUG=fixme+all,warn+all,+relay,warn+all
and captured the output. The resulting file is 740M. What of this file should
I include to help solve the problem?
I tried to put debug markers in the file through the "Put 'Debug Mark' in Debug
Log" option in the wine menu right before opening a file, but the crash was 2
million lines below the debug mark, and didn't help me find the problem or any
good information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26461
Summary: OmniPage 17 stops at splash screen
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgerard(a)gmail.com
I start OmniPage 17, it gets as far as displaying the splash screen and hangs.
System is Ubuntu 10.10 32-bit, Wine is 1.3.15 from the PPA.
Command line:
fun@binky:~/.wine/drive_c/Program Files/Nuance/OmniPage17$ wine OmniPage17.exe
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0xa80e914, overlapped 0xa80e918): stub
wine: configuration in '/home/fun/.wine' has been updated.
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:wbem_locator_ConnectServer 0x134ab0, L"ROOT\\CIMV2", (null),
(null), (null), 0x00000000, (null), (nil), 0xefea44)
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wbemprox:wbem_locator_ConnectServer 0x136810, L"ROOT\\CIMv2", (null),
(null), (null), 0x00000000, (null), (nil), 0xffea4c)
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wbemprox:wbem_locator_ConnectServer 0x136810, L"ROOT\\CIMv2", (null),
(null), (null), 0x00000000, (null), (nil), 0xefea4c)
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wbemprox:wbem_locator_ConnectServer 0x136860, L"ROOT\\CIMv2", (null),
(null), (null), 0x00000000, (null), (nil), 0xffea4c)
fixme:wbemprox:wbem_locator_ConnectServer 0x136860, L"ROOT\\WMI", (null),
(null), (null), 0x00000000, (null), (nil), 0xefea44)
fixme:reg:RegSetKeySecurity :(0x50,4,0xcd4e9c): stub
err:ole:CoGetClassObject class {d57c9b27-8583-48a3-a139-04d601956eae} not
registered
err:ole:CoGetClassObject class {d57c9b27-8583-48a3-a139-04d601956eae} not
registered
err:ole:create_server class {d57c9b27-8583-48a3-a139-04d601956eae} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {d57c9b27-8583-48a3-a139-04d601956eae}
could be created for context 0x17
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35668
Bug ID: 35668
Summary: HEDZ installer crashes
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cweiske(a)cweiske.de
Created attachment 47629
--> http://bugs.winehq.org/attachment.cgi?id=47629
HEDZ 1.7.13 installer crash
The H.E.D.Z. installer works fine in 1.6.1, but crashes on 1.7.13 with
> Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29432
Bug #: 29432
Summary: MezzmoMediaServer.exe Crashes on Startup
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ketcap(a)yahoo.com
Classification: Unclassified
Created attachment 38099
--> http://bugs.winehq.org/attachment.cgi?id=38099
The WineSkin application debug mode log file for the application
I use WineSkin application to use wine in mac os x. I downloaded the latest
engine (1.3.35) and install the application Mezzmo. Mezzmo has a unique theme,
which i cannot see with WineSkin but "Play on Mac". Anyway, i only need the
MezzmoMediaServer.exe application to be run. But i got some errors. If the
engine can handle this problem, i can use it with "Play on Mac" rather than
WineSkin. I got some debug info with this WineSkin application's debug mode. I
applied WMP10 wintricks get Mezzmo to be run. I runs fine, but not the server
application.
Mezzmo application needs MezzmoMediaServer.exe to serve DLNA features over
network. But that server application does not run well. I get the erros which i
attached log 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=22986
Summary: can't read DivX 7.2 licence agreement
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.divx.com/de/software/download/start
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=28467)
--> (http://bugs.winehq.org/attachment.cgi?id=28467)
unparsed text
The (german) version of the DivX 7.2 licence agreement appears completely
unparsed. And before you click in, the text is invisible.
See my crashlog for bug 22177 too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29856
Bug #: 29856
Summary: pwsafe 3.26 initial default help page is blank
Product: Wine
Version: 1.4-rc2
Platform: x86-64
URL: http://sourceforge.net/projects/passwordsafe/files/pas
swordsafe/3.26/pwsafe-3.26.exe/download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
pwsafe 1.3.26 (same issue with 1.3.27)
wine-1.4-rc2-107-ge36b519,
Launch pwsafe and click Help
=> the initial help contents is blank (ToC displays fine)
Log:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (000003ff, 00000000): partial stub.
fixme:ieframe:PersistStorage_InitNew (0x1755c0)->(0x7d4f0c34)
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:handle_navigation_error Navigate to error page
fixme:ieframe:bind_to_object BindToObject failed: 80004005
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28080
Summary: Radeon Bios Editor: Unhandled exception and fixme
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.techpowerup.com/rbe/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 810d4rk(a)gmail.com
When running RBE version 1.28 there are a bunch of fixme in the output and a
Unhandled exception after loading a bios file, changing and trying to save.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29447
Bug #: 29447
Summary: ZBrush 4R2 not launching - wine 1.3.35 and 1.3.28
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fruitbowlstudios(a)gmail.com
Classification: Unclassified
Created attachment 38125
--> http://bugs.winehq.org/attachment.cgi?id=38125
Error report, same as link.
I'm running on Ubuntu 11.04, 32 bit, with Wine 1.3.35 installed, and I've also
built from source my own 1.3.28, for ZBrush, as appdb said that ZBrush 4 R2
runs Platinum with 1.3.28, and I couldn't get it to work with .35. However, I
had exactly the same problems with .28 as with .35, this error; see the link,
and/or attachment:
https://gist.github.com/1478c9cbcc312a34a1bf
I find this very strange, as appdb states ZBrush 4.0 R2 as 'platinum'. As you
can see, I've set up a whole wine prefix (zbrush_1328) to get ZBrush to run
with wine 1.3.28 rather than 1.3.35. I have done a lot of searching, and the
only other thread I found to be of use was the patch thread in this forum,
which I tried, but still that error. Please help, I would love to get ZBrush
working!
Here is a little bit more info on my setup, some repeated froma avou
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30097
Bug #: 30097
Summary: Can't host server on Terraria 1.1
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Admc(a)ufurmix.org
Classification: Unclassified
Created attachment 39226
--> http://bugs.winehq.org/attachment.cgi?id=39226
Console Log
Terraria hangs on "Starting server..." Installed .NET 4.0 via winetricks from
svn and installed MS XNA Framework (it was included with Terraria). There's
some network related things in log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19513
Summary: CD change is not recognised and umount/remount doesn't
work
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tavvva(a)seznam.cz
When installing multiCD game (Rise of Legends in my case),
installator asks for the 2nd CD when finishes copying
from the 1st one, but the system is not able to release
the 1st CD even if the drive door isn't locked ....
.... it's not possible to umount the 1st CD
(I'm getting message, that CD is in use ...
... that's not true, because I closed all windows
and terminals ... the only application using the CD is Wine)
and when you change the CD, the 2nd CD is not recognised ...
I tried to eject the CD from wine using some windows
CD-eject application, but the same result ...
... the CD is still considered as mounted)
... I tried to force the umount ... delete the cdrom line
from the /etc/mtab and mount again ... nothing works ...
lsof says, that wineserver is using the cd, and that's it...
...when I stop the setup.exe to change the CD, then I cannot
continue with the setup ... so it's kinda deadlock situation :D
[root@TavvvaWS tavvva]# lsof | grep cdrom
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system
/home/tavvva/.gvfs
Output information may be incomplete.
wineserve 19766 tavvva 25r REG 11,0 253952
5421 /media/cdrom/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=28067
Summary: In Battleground Europe mouse stuck in middle of screen
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yoav.benyosef(a)gmail.com
In Battleground Europe:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=10737 the mouse is
stuck at the center of the opening screen and can't be moved.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=6946
--- Comment #17 from Henri Verbeet <hverbeet(a)gmail.com> ---
Does this still happen? The download link doesn't appear to work. I found a
demo somewhere, but it doesn't have a software renderer, and as far as I can
tell it just 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.
http://bugs.winehq.org/show_bug.cgi?id=5776
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
Do not reply 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=5776
--- Comment #37 from Henri Verbeet <hverbeet(a)gmail.com> ---
Created attachment 47729
--> https://bugs.winehq.org/attachment.cgi?id=47729
patch
Here's a new patch against current git. Unfortunately it has a couple of issues
that would currently prevent it from being comitted.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14950
Summary: Microsoft Office 2007: Weird object in the font and the
size combobox
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=15555)
--> (http://bugs.winehq.org/attachment.cgi?id=15555)
A Screenshot of the problem
When you pass the mouse over any of this combo boxes, an estrange object apear
inside of it. You can see it in the 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=28998
Bug #: 28998
Summary: Total Annihilation 1.3.32 crash
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: enqlave(a)gmail.com
Classification: Unclassified
Created attachment 37319
--> http://bugs.winehq.org/attachment.cgi?id=37319
Total Annihilation crashlog on wine 1.3.32
After updating wine to 1.3.32 TA mission/skirmish starting no longer works.
The game just crashes.
Attached crashlog about it.
With both 1.2.3 and 1.3.31 (and even 1.3.30 afaik) it worked well.
Linux 2.6.35 @i686
gcc 4.6.1
X 1.8.2
nVidia ION, drivers 285.05.09
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=820
Connor Hanley <connorhanley(a)ymail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |connorhanley(a)ymail.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=8854
Jay Lay <sienar(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sienar(a)gmx.net
--- Comment #95 from Jay Lay <sienar(a)gmx.net> ---
The bug may have existed before 0.9.29, because 0.9.15 is the "go to" version
for those wanting to play X-Wing Alliance (XWA). (Either way, 7 years...
c'mon!) Bug still exists in 1.4.1.
I doubt the error is in winex11.drv as many XWA users have reported success
using dinput.dll.so from 0.9.15 or older versions in wine up to around 1.3.
Also the bug seems to be somewhat incomplete because another symptom is the
focus shifts away from XWA during all transitions (any cutscene-any room,
concourse-any room, briefing room-hangar, hangar-flight, flight-debriefing). By
this I mean that the desktop bars appear over the (still visible) game and you
must Alt-Tab back.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7156
--- Comment #30 from Sam <altogatto(a)gmail.com> ---
Created attachment 47699
--> http://bugs.winehq.org/attachment.cgi?id=47699
The Master Genealogist 7.04 - closeup
--
Do not reply 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=8391
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bc50be98c9c983545966d6c490c
| |129651e0c56d6
Status|NEW |RESOLVED
URL|http://www.visionics.a.se/h |http://windows.softwareweb.
|tml/edwinxpdemo_f.html |com/download-file/70529/dem
| |o/edwinxp-1.50/edwinxp150.z
| |ip
Resolution|--- |FIXED
--- Comment #14 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
this is fixed by commit
http://source.winehq.org/git/wine.git/commitdiff/bc50be98c9c983545966d6c490…
Thanks Nikolay
$ wine --version
wine-1.7.13-162-g376953e
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=27168
Summary: Eve Online: https pages won't load in In-Game Browser
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: glibdud(a)hotmail.com
When trying to use the Eve in-game browser to visit any secure site (I've tried
lots), the following error is returned:
Error loading requested URL
Unable to process the website's SSL certficate
Error Code: -202
Running Wine 1.3.20 on Ubuntu Natty 32-bit, compiled from source. The same
issue was present on Ubuntu Maverick 32-bit via a precompiled Wine binary. For
the version I compiled myself, I installed all the prereqs I could find... the
only things the configure script complained about were OpenCL, OSS, and
something about gstreamer (plugins?).
Not sure what sort of logs or other info would be relevant, but let me know and
I'll post whatever is needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5657
--- Comment #15 from Commander <Commander.Alchemy(a)gmail.com> ---
I have not tested this, but if this is it. could we have this go into wine?
Its not an important issue, but it is still running since 2006 =)
--
Do not reply 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=9137
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.catiastudent.com |http://file1.engineering.co
|/student_targetid.htm |m/Target_ID.zip
CC| |focht(a)gmx.net
Hardware|Other |x86
Summary|Catia node id tools fail |FlexLM LUM Target ID Tool
| |'i4target' fails to
| |retrieve node id, reports
| |'Unable to obtain win32mac
| |target' (PNP device manager
| |network adapters,
| |'{4D36E972-E325-11CE-BFC1-0
| |8002BE10318}')
OS|other |Linux
--- Comment #6 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
still present.
The node id tool is not specific to CATIA/Dassault Systemes - its flavours are
used in many companies/products.
--- quote ---
These tools fail because they try to open the PlugPlay service
--- quote ---
It wants to make sure the registry data managed by PnP service is not stale,
hence the check if the service is running.
The app goes directly for registry anyway, bypassing PNP device manager client
side SetupDiXxx() API:
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay wine ./i4tgtid.exe >>log.txt 2>&1
...
0024:Call advapi32.RegOpenKeyExA(80000002,0040b4b4
"Software\\Microsoft\\Windows
NT\\CurrentVersion\\NetworkCards",00000000,00020019,0033ec14) ret=004047e6
0024:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=004047e6
0024:Call
advapi32.RegEnumKeyExA(00000040,00000000,0033ec00,0033ec10,00000000,00000000,00000000,00000000)
ret=00404802
0024:Ret advapi32.RegEnumKeyExA() retval=00000103 ret=00404802
0024:Call advapi32.RegCloseKey(00000040) ret=0040480d
0024:Ret advapi32.RegCloseKey() retval=00000000 ret=0040480d
0024:Call msvcrt.memset(0033fafc,00000000,0000000c) ret=00403e93
0024:Ret msvcrt.memset() retval=0033fafc ret=00403e93
0024:Call KERNEL32.GetVersionExA(0033fa24) ret=00403ead
0024:Ret KERNEL32.GetVersionExA() retval=00000001 ret=00403ead
0024:Call advapi32.RegCreateKeyA(80000002,0040affc "SOFTWARE\\IBM\\License Use
Runtime",0033fad4) ret=00403f0b
0024:Ret advapi32.RegCreateKeyA() retval=00000000 ret=00403f0b
0024:Call advapi32.RegQueryValueExA(00000040,0040afc0
"I4DRIVER",00000000,0033fac8,00000000,0033facc) ret=00403f47
0024:Ret advapi32.RegQueryValueExA() retval=00000002 ret=00403f47
0024:Call advapi32.RegCloseKey(00000040) ret=004040fc
0024:Ret advapi32.RegCloseKey() retval=00000000 ret=004040fc
...
0024:Call msvcrt.strcmp(00406124 "open",0040607c "win32mac") ret=00401077
0024:Ret msvcrt.strcmp() retval=ffffffff ret=00401077
0024:Call user32.MessageBoxA(00000000,0033fc84 "Unable to obtain win32mac
target. Run i4target -v for debugging purposes.\n",00406134 "i4target Version
4.6.8 Windows -- LUM Target ID Tool",00000000) ret=004010ba
--- snip ---
It looks for network interface card IDs registered under
'HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards'
Using the GUIDs it will lookup actual network devices instance data in the
subkeys:
'HKLM\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4D36E972-E325-11CE-BFC1-08002BE10318}\\<id>\\'
(matching 'NetCfgInstanceId').
'{4D36E972-E325-11CE-BFC1-08002BE10318}' subkey is network adapter devices
class.
MSDN: http://technet.microsoft.com/en-us/library/cc757989%28v=ws.10%29.aspx
Using that info it will try to open 'live' instances in the global namespace
for kernel objects.
Basically everything that is created/maintained by the Windows PnP device
manager.
There are a few other PNP device manager functionality related bugs:
bug 11811
bug 31898
bug 35224
foo
bar
A long way to go.
$ sha1sum Target_ID.zip
237cd5f05357c0b2d5a76031d89c667bf22fe3ef Target_ID.zip
$ du -sh Target_ID.zip
40K Target_ID.zip
$ 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=8195
--- Comment #29 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
Still present in 1.7.13 for Office 2003.
--
Do not reply 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=8195
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Summary|Detached menus in Microsoft |Detached menus in Microsoft
|Office/Firefox3 |Office 2003/Firefox3
--- Comment #28 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
can you retest this with recent Wine version?
I came here because I looked for MS Office 2000 bugs - only to find out various
bugs are not Office 2000 related anymore and have been 'recycled' for newer
Office versions.
I can't reproduce this for Office 2000.
Changing summary to reflect this.
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=5162
Qian Hong <fracting(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fracting(a)gmail.com,
| |jactry92(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=20889
Summary: In Quake 3 Arena Main Menu one mouse click is taken as
two
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
In Quake 3 Arena Main Menu one mouse click is taken as two. For example, if
clicked "Fight" in "Single Player"-menu, it will skip "Difficulty
Level"-screen, because "Fight"-buttons are on exactly the same position and one
mouse click is taken as two. It will go straight to the battle.
Pressing "Enter" from keyboard is taken as only one press as it should be and
it's currently the only workaround.
Tested:
- Changing "mouse sensitivity"/"clicking sensitivity"-options in game or Gnome.
- Tried different mouse settings in Quake 3 Arena's config file.
This problem is also with Wine 1.0.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=34220
Bug #: 34220
Summary: Comodo dragon browser
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zorw2016(a)ymail.com
Classification: Unclassified
It wont Start up...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8848
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #21 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
I found this thread and I wanted to try the demo (dont have full game).
I can confirm it has too black issue...
You better read this, I posted it on wine mailing list.
http://www.winehq.org/pipermail/wine-devel/2014-February/103211.html
I believe the issue is caused by unimplented feature. I tested also Splinter
Cell game (the 1st) which has similar problem, I saw also same debug error.
I also believe some early hitman game has this.
There is also a solution for changing too black swats into normal...Better read
my post ;)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22506
Summary: Декларация 2009: crash after start
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: ftp://ftp.nalog.ru/nalogsoft/decl2009/1.0.0/InsD2009.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roman.pushkov(a)gmail.com
Created an attachment (id=27577)
--> (http://bugs.winehq.org/attachment.cgi?id=27577)
Console log after crash
I've installed application to create fiscal declarations. Application installed
successfully (I think so :) ). After starting, application 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=9127
Ken Thomases <ken(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|ken(a)codeweavers.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=9127
--- Comment #52 from Agustín Atahides <dorklotus(a)outlook.com> ---
Cutscenes on Silent Hill 3 now work just fine if you override quartz. (Some
time ago, probably before 1.7.0 this wouldn't work)
--
Do not reply 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=3901
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |focht(a)gmx.net
Version|unspecified |0.9.2.
Resolution|--- |FIXED
--- Comment #52 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
the multi-cd (msi) installer works just fine for me.
The bug started a long time ago with an actual msi installer issue and got
recycled with different issues over time.
Resolving 'fixed'.
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=8391
--- Comment #13 from Nikolay Sivov <bunglehead(a)gmail.com> ---
I'm working on this.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
The address 136-10.62-81.cust.bluewin.ch (81.62.10.136) failed too many login attempts (5) for
the account public0x05bf(a)bluewin.ch.
The login attempts occurred at these times:
2014-02-26 00:33:05 CST
2014-02-26 00:33:20 CST
2014-02-26 00:33:39 CST
2014-02-26 00:33:49 CST
2014-02-26 00:34:14 CST
This IP will be able to log in again using this account at
2014-02-26 01:03 CST.
http://bugs.winehq.org/show_bug.cgi?id=29129
Bug #: 29129
Summary: HOMM3 (from GOG.com) installs, but does not start
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p.ixiemotion(a)gmail.com
Classification: Unclassified
Created attachment 37531
--> http://bugs.winehq.org/attachment.cgi?id=37531
debug log
This regards Heroes of Might and Magic 3 Complete (GOG.com version),
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
I've tried both plain wine and playonlinux, and with both the game installs
fine, but then when I try to start it, the taskbar shows one program with the
HOMM3 icon (nothing shows when I click on it) and one program that says
"Program error". I haven't found any similar bug reports, and from searching
around, it seems everyone else gets it to run in wine just fine.
The result of running
env WINEPREFIX="/home/alouqua/.PlayOnLinux/wineprefix/homm3" wine
C:\\windows\\command\\start.exe /Unix
/home/alouqua/.PlayOnLinux/wineprefix/homm3/dosdevices/c:/users/Public/Desktop/Heroes\
of\ Might\ and\ Magic\ 3\ Complete.lnk &> ~/homm3wine.log
is attached.
This is running 32-bit Xubuntu 11.10 Oneiric, wine 1.3.28, winetricks 20110629.
It's pretty much a fresh install, haven't tried running anything else in wine,
nor done any winetricks. The laptop ran HOMM3 fine in Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2082
A.Steinel <A.Steinel(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |A.Steinel(a)gmail.com
--- Comment #142 from A.Steinel <A.Steinel(a)gmail.com> ---
(In reply to Ken Thomases from comment #135)
> Created attachment 47154 [details]
Thank you Ken. This patch and the verbeet noflicker from bug #34166 fixes
Diablo on MacOS. The black menu is gone. I can see the menu, it's dead slow but
it's there :-D
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35653
Bug ID: 35653
Summary: Netflix movies fail to start in wine with 32 bit
ubuntu studio 12.04
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fxbwizard(a)yahoo.com
Created attachment 47614
--> http://bugs.winehq.org/attachment.cgi?id=47614
backtrace4 - wine bug dump
Netflix movies fail to start in wine with 32 bit ubuntu studio 12.04.
Yesterday wine 1.4 worked fine with Netflix/Firefox. Ubuntu Studio 12.04
automatically updated wine & now appears to be at wine-1.7.13. Now, login to
Netflix works, but movies no longer start to download.
Wine Configuration About screen shows wine 1.4, but bug report shows wine
1.7.13.
I remember a wine update occurring yesterday late.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8539
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1|f85644c6f9d8f350ce19954fcbe |4da741daf16f041f0222f4fb71e
|5bed9d88856a3 |f648d759251df
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #30 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
this is fixed by commit
http://source.winehq.org/git/wine.git/commitdiff/4da741daf16f041f0222f4fb71…
(including multiple oleaut32 ones up to this commit)
A lot of crappy VB6 apps will be happy now ;-)
Thanks Nikolay
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=5552
--- Comment #28 from Henri Verbeet <hverbeet(a)gmail.com> ---
(In reply to Wylda from comment #27)
> Unfortunately i'm not able to start the game under wine-1.7.13-27-ge610713.
> It crashes immediately here.
I guess that's a regression. For what it's worth, the game still seems to work
fine for me, although that's not on a clean install.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29716
Bug #: 29716
Summary: unimplemented function ntdll.dll.RtlCreateTagHeap
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: conrad.classen(a)gmail.com
Classification: Unclassified
Command regsvr32 ntsvc.ocx
Produces the following output
fixme:ntdll:NtQuerySystemInformation (0x00000032,0x32f7d4,0x00000004,(nil))
stub
wine: Call from 0x7bc3e1f0 to unimplemented function
ntdll.dll.RtlCreateTagHeap, aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
Failed to load DLL ntsvc.ocx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35641
Bug ID: 35641
Summary: Outlook running via Wine gets crashes when downloading
Mails
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kmcreddys(a)gmail.com
Created attachment 47600
--> http://bugs.winehq.org/attachment.cgi?id=47600
Log saved after Outlook gets crashed while downloading the Mails
Hi,
Need Help.
When i try to use Outlook via Wine, it gets crashed while downloading the
mails.
Attached is the Log saved after outlook is crashed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35654
Bug ID: 35654
Summary: Civiilization V will not launch
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bpashuta(a)hotmail.com
Created attachment 47615
--> http://bugs.winehq.org/attachment.cgi?id=47615
Game will not launch
Just downloaded wine and tried to install Civ V but it crashed at launch
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29323
Bug #: 29323
Summary: Wine fails to load wordpro.exe, says Bad EXE format
Product: Wine
Version: 1.3.34
Platform: x86-64
URL: ftp://ftp.lotus.com/pub/lotusweb/product/smartsuite/de
mo/suitedemo.EXE
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Hi,
This bug applies to the Word Pro executable in the Lotus SmartSuite Millennium
demo. (Warning: the demo installer is ~345MB.)
After downloading and running the installer, run wordpro.exe. Wine fails saying
wine: Bad EXE format for C:\Lotus\wordpro\wordpro.exe
I'm assuming wordpro.exe does actually work in Windows. Here is part of a
+module trace:
trace:module:load_dll looking for L"C:\\Lotus\\wordpro\\wordpro.exe" in
L".;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
trace:module:get_load_order looking for L"C:\\Lotus\\wordpro\\wordpro.exe"
trace:module:get_load_order got main exe default n,b for
L"C:\\Lotus\\wordpro\\wordpro.exe"
trace:module:load_native_dll Trying native dll
L"C:\\Lotus\\wordpro\\wordpro.exe"
trace:module:map_image mapped PE file at 0x400000-0x8fd000
trace:module:map_image mapping section .text at 0x401000 off 1000 size 438000
virt 437389 flags e0000020
trace:module:map_image mapping section .rdata at 0x839000 off 439000 size b2000
virt b1e53 flags 40000040
trace:module:map_image mapping section .data at 0x8eb000 off 4eb000 size 3000
virt a31c flags c0000040
trace:module:map_image mapping section .tls at 0x8f6000 off 4ee000 size 1000
virt c flags c0000040
warn:module:map_image Section .rsrc too large (4f7000+a000/4fd000)
warn:module:load_dll Failed to load module L"C:\\Lotus\\wordpro\\wordpro.exe";
status=c000007b
wine: Bad EXE format for C:\Lotus\wordpro\wordpro.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=27592
Summary: Calibre fails to convert books
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atsia2003(a)yahoo.gr
Hi,
I have installed Calibre using wine 1.3.22 . The program is not usable since
converting ebooks is not working.
Running wine calibre-debug -g I get the following error:
Job: 1 Convert book 1 of 1 (Calibre Quick Start Guide) finished
Python function terminated unexpectedly
(Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 171, in main
EOFError
Python function terminated unexpectedly
(Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 171, in main
EOFError
It seems to me a bug with python calls.
Note at this point that I hacked SetNamedPipeHandleState to return TRUE to
overcome the multithreading problems with python.
You can download the program at http://calibre-ebook.com/download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28462
Summary: ntdll/exception test segfaults if
CFLAGS="-fstack-protector-all" is used
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://wiki.debian.org/Hardening
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
+++ This bug was initially created as a clone of Bug #28461 +++
make test passes for me fine if I use -fstack-protector, but if I use
fstack-protector-all, some tests fail. Next up, ntdll/exception.c:
austin@aw25 ~/wine-git/dlls/ntdll/tests $ make exception.ok
../../../tools/runtest -q -P wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so
exception.c && touch exception.ok
/bin/sh: line 1: 21350 Segmentation fault ../../../tools/runtest -q -P
wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so exception.c
make: *** [exception.ok] Error 139
testing this when I noticed that Debian is planning to harden packages by
default:
http://wiki.debian.org/Hardeninghttp://lists.debian.org/debian-devel/2011/09/msg00054.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35617
Bug ID: 35617
Summary: Wine crashes when loading plsql developer in arch
linux.
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: upuldi(a)gmail.com
Classification: Unclassified
Created attachment 47566
--> http://bugs.winehq.org/attachment.cgi?id=47566
Please find the backtrace attached.
This happened after a recent system update. I have attached the backtrace
herewith.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35632
Bug ID: 35632
Summary: ElsterFormular: double free or corruption
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johannesobermayr(a)gmx.de
Created attachment 47588
--> http://bugs.winehq.org/attachment.cgi?id=47588
Backtrace
This bug has been around for round 2 years ...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35661
Bug ID: 35661
Summary: Wine腾讯TM不能输入帐号
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shiy_118(a)sina.com
使用Wine安装腾讯TM2013后,打开腾讯TM2013,登录窗口的账户栏无法输入内容。
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12107
Summary: Microsoft Streets and Trips 2004 aborts on startup with
"incorrect registry settings"
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
For some reason, three registry settings are being created
in user.reg instead of system.reg. If you copy the keys under
Software\\Microsoft\\Automap\\11.0
from user.reg to system.reg, the app gets further.
I haven't checked to see whether these keys are
in HKLM under Windows, but if they are,
this is an installer bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=35535
Bug ID: 35535
Summary: Lego Pirates of the Carribean demo: crashes on start
Product: Wine
Version: 1.7.1
Hardware: x86
URL: http://download.cnet.com/LEGO-Pirates-of-the-Caribbean
-The-Video-Game-demo/3000-2097_4-75449851.html
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Blocks: 27236
Classification: Unclassified
Created attachment 47450
--> https://bugs.winehq.org/attachment.cgi?id=47450
WINEDEBUG=relay,seh,tid,d3d,d3d_texture
Regression, introduced by:Wine build complete.
[austin@localhost wine-rt]$ git bisect bad
80638b6d2f2e9a6e71df59e2780ded768219739a is the first bad commit
commit 80638b6d2f2e9a6e71df59e2780ded768219739a
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Fri Sep 6 00:11:11 2013 +0200
wined3d: Enforce texturing capability format restrictions on resource
creation.
:040000 040000 266349d9279628abf59b61cae880557886adbbdd
708a8e23ff2885672a0f69c0780f1218443b49b7 M dlls
:040000 040000 6967708140c54c1f87befd36d169a4ab65bf7370
f31f40cae6290f0beb61608a770df30c62166c1f M include
tested on mesa/intel, fedora 19
I've attached a WINEDEBUG=relay,seh,tid,d3d,d3d_texture 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=21862
Summary: Sid Meier's Pirates (Steam): crashes after 2K Games
splash screen
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nap.enthusiast(a)yahoo.com
Created an attachment (id=26479)
--> (http://bugs.winehq.org/attachment.cgi?id=26479)
Backtrace from the crash
Sid Meier's Pirates, latest Steam version, crashes after the 2K Games splash
screen.
Wine installed via MacPort (wine-dev package).
"Emulate a virtual desktop" is ON. If it's OFF, Pirates is "Unable to
initialize DirectX".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30277
Bug #: 30277
Summary: Couldn't install PL/SQL Developer
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikhail.v.gavrilov(a)gmail.com
Classification: Unclassified
Couldn't install PL/SQL Developer
Installer here: http://download.allroundautomations.com/plsqldev906.exe
Install stoped with message "Exception EdxGdipException in module
AdminSetup.exe at 000A2A46. Invalid operation in GDI+ (Code: 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.