https://bugs.winehq.org/show_bug.cgi?id=51315
Bug ID: 51315
Summary: The 64-bit webservices:writer test fails in Wine
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 64-bit webservices:writer test fails in Wine:
writer.c:371: Test failed: 2272: got 11 expected 10
writer.c:373: Test failed: 2272: got <t>:E-3</t> expected <t>1E-2</t>
writer.c:371: Test failed: 2272: got 12 expected 11
writer.c:373: Test failed: 2272: got <t>-:E-3</t> expected <t>-1E-2</t>
writer.c:373: Test failed: 2272: got <t>1.7976931348623156E+308</t> expected
<t>1.7976931348623157E+308</t>
writer.c:373: Test failed: 2272: got <t>-1.7976931348623156E+308</t> expected
<t>-1.7976931348623157E+308</t>
Note that these failures are systematic and only happen when running the 64-bit
test in Wine. Also most of these failures also happen on armv7l (but armv7l
has/had two more, see bug 49197).
--
Do not reply 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=38060
Bug ID: 38060
Summary: Apps can't load custom fonts during runtime
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: masterofquebec(a)rocksplash.com
Distribution: Debian
Created attachment 50700
--> https://bugs.winehq.org/attachment.cgi?id=50700
WINEDEBUG=warn+all,fixme+all MTASA
Calls to AddFontResourceEx seems to fails in various games.
San Andreas Multiplayer:
warn:font:new_ft_face Unable to load font
"/home/samuel/.wine/dosdevices/c:/Program Files/Rockstar Games/GTA San
Andreas/gtaweap3.ttf"/(nil) err = 2
Multi Theft Auto:
warn:font:new_ft_face Unable to load font
"/home/samuel/.wine/dosdevices/c:/Program Files/MTA San Andreas
1.4/MTA/cgui/pricedown.ttf"/(nil) err = 2
In both cases the fonts exist and seems to be valid.
What is error 2?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14867
Summary: TrackMouseEvent thinko / valgrind warning?
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
An app I'm looking at is doing
TRACKMOUSEEVENT tme;
tme.cbSize = sizeof(TRACKMOUSEEVENT);
tme.dwFlags = TME_LEAVE;
tme.hwndTrack = my_hWnd;
TrackMouseEvent(&tme);
which causes the following valgrind complaint:
Conditional jump or move depends on uninitialised value(s)
at TrackMouseEvent (input.c:1043)
by MyTrackMouseLeave (in app)
...
Uninitialised value was created by a stack allocation
at MyTrackMouseLeave (in app)
Looking at git blame user32/input.c, I see line 1043 is the if:
hover_time = ptme->dwHoverTime;
if (hover_time == HOVER_DEFAULT || hover_time == 0 ||
!(ptme->dwHoverTime&TME_HOVER))
Squinting at that a bit, it get the feeling the bitmask check is a typo;
shouldn't that be dwFlags, not dwHoverTime?
Also, if TME_HOVER is not set, we probably shouldn't
be looking at dwHoverTime, right?
FWIW, that bitmask check was added by
http://www.winehq.org/pipermail/wine-patches/2006-October/031794.html
Incidentally, while playing around, I noticed that the test
crashes if you get too many events. I'll attach a little patch to
fail more gracefully.
--
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=34342
Bug #: 34342
Summary: Chronic crash of Guild Wars 2(out of memory)
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nob.dir.info(a)gmail.com
Classification: Unclassified
Created attachment 45715
--> http://bugs.winehq.org/attachment.cgi?id=45715
ArenaNet log when crashing
Hello,
Since I'm playing Guild Wars 2 quite often, I have chronic crashes with an Out
of Memory report, although there are still 4+Gb of free RAM(total 8Gb) and 1Gb
of free VRAM(total 2Gb).
As I'm using Wine in 64-bit mode on a 64-bit system, I thought that there
shouldn't be any memory problem, but it doesn't seem to be true. I also tried
out the 4Gb patcher, still no effect.
I think it comes from Wine/the system, because I played sometimes on
Windows(with also 8 Gb of total RAM), and I never crashed.
Cordially.
--
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=47382
Bug ID: 47382
Summary: Nero CoverDesigner doesn't install - hangs at
"checking for the latest version"
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Follow up to bug 47371.
The installer just stalls and doesn't seem to continue, even after I waited
~15min.
"winetricks -q ie8 win7" 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.
https://bugs.winehq.org/show_bug.cgi?id=52718
Bug ID: 52718
Summary: The 32-bit windows.media.speech:speech crashes on
Windows 10 1709
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 32-bit windows.media.speech:speech crashes on Windows 10 1709:
speech.c:614: SpeechRecognizer default language L"en-US".
speech.c:277: iface 0062FDE4, value 0062FD00.
windows.media.speech:speech:05b8 done (-1073740791) in 1s
Test failed: crash (c0000409)
https://test.winehq.org/data/patterns.html#windows.media.speech:speech
Where 0xc0000409 is STATUS_STACK_BUFFER_OVERRUN.
Traces show the crash happens in test_SpeechRecognitionListConstraint() which
was added in the commit below:
commit 954b14348d08c8f9470cf92fccd0b2a3f7db9fff
Author: Bernhard Kölbl <besentv(a)gmail.com>
AuthorDate: Mon Mar 14 11:06:35 2022 +0100
windows.media.speech/tests: Add tests for SpeechRecognitionListConstraint.
Signed-off-by: Bernhard Kölbl <besentv(a)gmail.com>
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
More precisely, traces indicate that it happens on this line:
936 hr =
ISpeechRecognitionListConstraintFactory_CreateWithTag(listconstraint_factory,
&iterable_hstring.IIterable_HSTRING_iface, tag, &listconstraint);
--
Do not reply 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=48852
Bug ID: 48852
Summary: quartz crashes with Magic The Gathering: Online
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: panard(a)inzenet.org
Distribution: ---
Created attachment 66776
--> https://bugs.winehq.org/attachment.cgi?id=66776
WINEDEBUG=+quartz,+wmp
Since the March 25, 2020 update of Magic Online client, quartz regularly
crashes in PullPin_Disconnect, whereas the following configuration is used:
winetricks sound=disabled winegstreamer=disabled
Attached is the backtrace, a +quartz,+wmp trace, and the wav file it was
playing. Relevant errors seem to be around:
0073:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8004020e
0073:warn:quartz:FilterGraph2_Render Unable to connect L"Wave Parser" to
renderer (80040207)
Then the crash occurs within PullPin_Disconnect because This->pAlloc is NULL.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25284
Summary: kernel32: process tests fail on Ubuntu 10.04
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://test.winehq.org/data/9867c39133f260eead2e7a041e
ae1d1fd775dcf1/wine_ae-ub1004/kernel32:process.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
These tests fail every time on my machine:
wine: configuration in '/home/austin/.wine' has been updated.
wine: cannot find L"C:\\windows\\system32\\doesnotexist.exe"
wine: cannot find L"C:\\windows\\system32\\does.exe"
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\austin\\wine-git\\dlls\\kernel32\\tests\\kernel32_test.exe" failed,
status c0000022
process.c:1276: Test failed: StartupInfoA:cb expected 68, but got 0
process.c:1277: Test failed: StartupInfoA:lpDesktop expected '', got '(null)'
process.c:1279: Test failed: expected
'Z:\home\austin\wine-git\dlls\kernel32\tests\kernel32_test.exe.so' or null, got
'(null)'
process.c:1281: Test failed: StartupInfoA:dwX expected 0, but got 1
process.c:1282: Test failed: StartupInfoA:dwY expected 0, but got 1
process.c:1283: Test failed: StartupInfoA:dwXSize expected 0, but got 1
process.c:1284: Test failed: StartupInfoA:dwYSize expected 0, but got 1
process.c:1285: Test failed: StartupInfoA:dwXCountChars expected 0, but got 1
process.c:1286: Test failed: StartupInfoA:dwYCountChars expected 0, but got 1
process.c:1287: Test failed: StartupInfoA:dwFillAttribute expected 0, but got 1
process.c:1288: Test failed: StartupInfoA:dwFlags expected 1, but got 0
process.c:1289: Test failed: StartupInfoA:wShowWindow expected 1, but got 0
process.c:1543: Test failed: ReadProcessMemory error -559038737
process.c:1545: Test failed: wrong read bytes 0
process.c:1623: Test failed: GetProcessVersion error 5
make: *** [process.ok] Error 15
I've tried going back to 1.2, fail there as well, and in gcc-4.4 and gcc from
svn.
austin@midna:~/wine-git/dlls/kernel32/tests$ uname -a
Linux midna 2.6.35-22-generic #34~lucid1-Ubuntu SMP Mon Oct 11 14:34:26 UTC
2010 x86_64 GNU/Linux
--
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=53078
Bug ID: 53078
Summary: Star Stable Online: GameGuard execute error 114 when
launching the game
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dominik(a)greysector.net
Distribution: ---
Created attachment 72498
--> https://bugs.winehq.org/attachment.cgi?id=72498
wine terminal output
Star Stable Online has been working fine for quite some time under Wine. The
only minor annoyance was the
The game did not start properly
Do you want to repair it?
Yes No
dialog box after clicking Play. Despite that, the game worked fine. Also,
clicking "Yes" above would reinstall the game but not make the dialog go away.
However, in the latest update (May 25th, 2.12.2 as far as I can tell), the
developer added GameGuard anti-cheating solution and the game stopped
launching. I can start the launcher, log in (free account required), but after
clicking "Play", in addition to the "did not start properly" dialog box I get
another:
GameGuard execute error 114
GameGuard initialization error. Try rebooting and executing the game again or
close the program considered a cause of collision.
OS: Fedora 36 x86_64
Wine: 7.9 (distribution packages)
Game download link: https://www.starstable.com/en/myaccount/download (needs
User-Agent set to Windows)
--
Do not reply 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=51698
Bug ID: 51698
Summary: ucrt stdio's stdout does not flush
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
Not msvcrt. UCRT does not correctly flush. why?
--
Do not reply 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=49520
Bug ID: 49520
Summary: WIng Commander 4 DVD edition not scaling/displaying
Videos correctly
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 67651
--> https://bugs.winehq.org/attachment.cgi?id=67651
DVD Resize/Rendering error.
Video/Audio decode/playback works, however The video is being rendered as a
square/being clipped off, and is not being scaled correctly. I have also tried
to force the screen resolution into 640x480 which fixed the scale, but did not
fix the square image/cropping problem.
--
Do not reply 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=46083
Bug ID: 46083
Summary: postgresql: "Unable to write inside TEMP environment
variable path"
Product: Wine
Version: 3.19
Hardware: x86
URL: http://www.postgresql.org/download/windows/
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Noticed in 9.3.4-3 and 9.3.24 installers. When starting the installer, there's
an immediate error dialog:
Error
There has been an error.
Unable to write inside TEMP environment variable path.
Terminal shows:
0048:fixme:wscript:set_host_properties ignored L"nologo" switch
0048:fixme:vbscript:VBScript_SetScriptState unimplemented
SCRIPTSTATE_INITIALIZED
0048:fixme:wshom:WshShell3_get_Environment (0x144008 {VT_BSTR: L"PROCESS"}
0x33f748): semi-stub
0048:fixme:wshom:WshEnvironment_QueryInterface Unknown iface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9}
0048:fixme:wscript:Host_Quit (1) semi-stub: no script engine clean up
winetricks -q wsh57 works around 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=45168
Bug ID: 45168
Summary: Visual Novel "The Fruit of Grisaia" has flickering
glitches
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 61370
--> https://bugs.winehq.org/attachment.cgi?id=61370
Error log
The game works fine so far, but the graphics is often glitchy and doesn't seem
to update properly.
It spams the output
> fixme:d3d:wined3d_texture_add_dirty_region Ignoring dirty_region (
I guess this is the problem.
The game uses d3d9 AFAIK, although I couldn't get it to output an apitrace
trace.
I hope this is not a dupe, but I didn't find 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.
https://bugs.winehq.org/show_bug.cgi?id=53410
Bug ID: 53410
Summary: Control panel Regional setting does not stick
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 72802
--> https://bugs.winehq.org/attachment.cgi?id=72802
Before running Hemekonomi
Upon start of Hogia Hemekonomi it checks regional settings and offer to change
them. However the change does not stick and has to be done on every start.
See attachments pre.png/post.png for before and after running Hemekonomi in
Windows XP.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51417
Bug ID: 51417
Summary: msftedit.dll v8.5 for Windows 10 requires
SbSelectProcedure from NTDLL
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sergey.bychkow(a)gmail.com
Wine NTDLL implementation is missing SbSelectProcedure, at least stub.
msftedit.dll v8.5 for Windows 10 imports SbSelectProcedure from NTDLL. This
version is required because of new features implemented - embedded PNG/JPEG
support. Wine implementation of msftedit and riched20, as I can see, has no
embedded PNG/JPEG support nor TOM interfaces, but this is a scope of another
issue.
I have found that function SbSelectProcedure is not well documented, but, may
be, at least some stub can be added to 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.
https://bugs.winehq.org/show_bug.cgi?id=53116
Bug ID: 53116
Summary: Eureka crashes due to odbc error
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: rich.rath(a)gmail.com
Distribution: ---
Created attachment 72570
--> https://bugs.winehq.org/attachment.cgi?id=72570
backtrace output from crash
I am trying to run a 2000-era program called Eureka. You can download a demo
version from archive.org by searching for "Inxight" and "Eureka". Originally
it loaded into a win 2000 container, but would give an odbc error saying that
odbc was not found. It is installed and in the usual place. Then I onstalled
office 2003, which provided a bunch more drivers and now it crashes with the
attached backtrace when I try to load data.
--
Do not reply 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=46381
Bug ID: 46381
Summary: Sysinternals Bginfo 4.21: Text manipulation
(tabulation) does not work - EM_SETPARAFORMAT
Product: Wine
Version: 4.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63136
--> https://bugs.winehq.org/attachment.cgi?id=63136
System info, debug log, executable, 2 screenshots for comparison
Linux: 4.15.0-20-generic x86_64 bits: 64 gcc: 7.3.0
Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-1ubuntu1) dm: lightdm Distro: Linux Mint
19 Tara
Software site: sysinternals.com
sha1sum Bginfo.exe: 687efce8fa372a64b8292aa5293d6128c0d796bb
After running Bginfo in Wine it displays no tabulation for rows regardless of
slider value.
Second startup breaks the saved text formatting.
Similar ReactOS Issue: https://jira.reactos.org/browse/CORE-15510
--
Do not reply 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=42231
Bug ID: 42231
Summary: Bengal hangs upon startup
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
The game Bengal hangs on startup. It shows a split splash screen, then halts.
The game engine is Gplayer.exe by OXXOMedia.
--
Do not reply 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=43989
Bug ID: 43989
Summary: MSI: error for object: pointer being freed was not
allocated
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
The following MSI installer doesn't run properly.
$ wine msiexec /i scalarizr_5.11.5.msi
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:service:QueryServiceConfig2W Level 6 not implemented
---
winedevice.exe(27561,0xb0004000) malloc: *** error for object 0x401c5308:
pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
File URL: http://repo.scalr.net/win/latest/scalarizr_5.11.5.msi
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10502
Summary: Zoundry Blogwriter crashes on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.zoundry.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://justanystuff.blogspot.com/2007/11/running-zoundry-blog-editor-under-…
says that Zoundry BlogWriter runs ok in Wine iff you have IE6
installed, crashes otherwise. I verified that it crashes on vanilla wine
without IE6.
The +relay log looks like it's checking gecko
for a bunch of properties, e.g. browser.visited_color,
image.animation_mode, bidi., unloads gecko when
it can't find them, and then crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46610
Bug ID: 46610
Summary: pdfelement 6 failing to start with error:
typelib_ps_CreateStub Failed to create stub
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: tinywrkbee(a)gmail.com
Distribution: ---
Created attachment 63510
--> https://bugs.winehq.org/attachment.cgi?id=63510
pdfelement output
App: Wondershare PDFElement Pro 6, latest trial version, can be downloaded
freely from https://pdf.wondershare.com/
Wine: version 4.1, WINARCH=win32, Window 7, no change except winetrick
riched20.
Behavior:
Installation finished successfully, application's window failing to load after
installation and the application crashes.
With winetricks dotnet40 the application work (though has other issues).
See full output in the attachment.
003a:fixme:ole:get_param_info unhandled kind 0x4
003a:fixme:ole:write_type_tfs unhandled kind 4
003a:err:ole:typelib_ps_CreateStub Failed to create stub, hr 0x80004001.
003a:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory
for {4d3609d2-1d8a-4e9f-884b-438afddecb86} with error 0x80004001
003a:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004001
003a:err:ole:CoMarshalInterface Failed to marshal the interface
{4d3609d2-1d8a-4e9f-884b-438afddecb86}, 80004001
0045:err:rpc:I_RpcReceive we got fault packet with status 0x80004001
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32967
Bug #: 32967
Summary: jscript: selectors api test does not run
Product: Wine
Version: 1.5.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
Classification: Unclassified
Created attachment 43545
--> http://bugs.winehq.org/attachment.cgi?id=43545
Full jscript log
This Selectors API test does not run
wine iexplore http://ejohn.org/apps/selectortest/
0030:fixme:mshtml:HTMLLocation_put_hash (0x1443f00)->(L"#target")
0030:trace:jscript:enter_bytecode EXCEPTION 80004001
0030:trace:jscript:prop_put L"arguments" = undefined
0030:trace:jscript:jsdisp_free (0x2673e70)
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10000
Summary: The original win32 api is still more popular then wine.
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.winehq.org
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M.B.Lankhorst(a)gmail.com
Microsoft has a majority market share in the new desktop PC marketplace. A lot
of software depends on the win32 api, so wine should eventually have to be the
most popular implementation of it.
This idea came from https://bugs.launchpad.net/ubuntu/+bug/1 ;-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44885
Bug ID: 44885
Summary: IAR Embedded Workbench 7.11 (7.10 also) for MSP430 -
installer crash.
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sm(a)venus.ru
Distribution: ---
Created attachment 60954
--> https://bugs.winehq.org/attachment.cgi?id=60954
backtrace from wine
IAR Embedded Workbench 7.11 (7.10 also) - installer crashes after decompressing
of some temporary files.
Wine version 3.5 on Linux (CentOS 7) with on new ".wine" directory.
Wine's backtace attached.
Link to this installer:
http://netstorage.iar.com/SuppDB/Protected/PRODUPD/012890/EW430-7113-Autoru…
Log from console:
#wine EW430-7113-Autorun.exe
001b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
001b:fixme:process:SetProcessDEPPolicy (1): stub
001b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:exec:SHELL_execute flags ignored: 0x00000180
0073:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f8fc, 0x33f90c
0x33f900
0073:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f8fc 0x33f90c
0x33f900) returning a dummy value (current locale)
0073:fixme:shell:InitNetworkAddressControl stub
0073:fixme:ieframe:PersistStreamInit_InitNew (0x15c3c0)
0073:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f0ec {VT_I4: 0};
TargetFrameName 0x33f0dc {VT_BSTR: (null)})
0073:err:ole:start_rpcss failed to open RpcSs service
0073:fixme:ieframe:handle_navigation_error Navigate to error page
0073:fixme:ieframe:bind_to_object BindToObject failed: 80070715
0073:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f144 {VT_I4: 2};
TargetFrameName 0x33f134 {VT_BSTR: (null)})
0073:err:ole:start_rpcss failed to open RpcSs service
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
wine: Unhandled page fault on write access to 0x00000000 at address 0x6a5c2d04
(thread 0073), starting debugger...
0089:err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file
in module L"xul"
--
Do not reply 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=45441
Bug ID: 45441
Summary: DYO does not unlock next level
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fritz-stuhr(a)web.de
Distribution: ---
Created attachment 61772
--> https://bugs.winehq.org/attachment.cgi?id=61772
Output of "wine DYO.exe 2>&1 | uniq -c"
After finishing the first level the second level is not unlocked.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.