http://bugs.winehq.org/show_bug.cgi?id=30422
Bug #: 30422
Summary: IWebBrowser2 ServiceProvider SID_SShellBrowser not
supported
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Classification: Unclassified
this is for running pyjamas-desktop using wine's native (gecko) MSHTML.DLL
the relevant code is here:
http://pyjs.org/pygit/#file=pyjd/mshtml.py&id=0d4b6787d01c3d90f2c8801c5c4c4…
but the convenient sections which fail (ending with the line that fails) are
replicated here:
SID_SShellBrowser = GUID("{000214E2-0000-0000-C000-000000000046}")
# http://msdn.microsoft.com/en-us/library/aa752126%28VS.85%29.aspx
wba = self.pBrowser.QueryInterface(IServiceProvider)
wn = wrap(wba.QueryService(SID_SShellBrowser, IOleWindow))
#
http://www.mail-archive.com/comtypes-users@lists.sourceforge.net/msg00439.h…
class IServiceProvider(IUnknown):
_iid_ = GUID('{6D5140C1-7436-11CE-8034-00AA006009FA}')
# Overridden QueryService to make it nicer to use (passing it an
# interface and it returns a pointer to that interface)
def QueryService(self, serviceIID, interface):
p = POINTER(interface)()
self._QueryService(byref(serviceIID), byref(interface._iid_), byref(p))
the line that fails is the _QueryService, looking up the IOleWindow interface
on SID_SShellBrowser, as can be seen below by
"fixme:ieframe:WebBrowser_QueryInterface".
fixme:atl:OleInPlaceFrame_SetStatusText (0x133280, L"Downloading about:blank")
- stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x61ce8fc, overlapped 0x61ce8e0): stub
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject no class object {591209c7-767b-42b2-9fba-44ee4615f2c7}
could be created for context 0x3
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x132ff4)->((null) 1 0x42a220
(nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ieframe:ClientSite_GetContainer (0x132ff4)->(0x42a230)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:atl:OleInPlaceFrame_SetStatusText (0x133280, L"") - stub
fixme:atl:OleInPlaceFrame_EnableModeless (0x133280, 1) - stub
fixme:ieframe:ClientSite_GetContainer (0x132ff4)->(0x42d070)
fixme:imm:ImmReleaseContext (0x1006e, 0x515df48): stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ProvideClassInfo_GetClassInfo (0x132f40)->(0x30a7af8)
fixme:ieframe:WebBrowser_QueryInterface
(0x132f40)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x42f2fc) interface not
supported
fixme:ieframe:WebBrowser_put_RegisterAsBrowser (0x132f40)->(ffffffff)
fixme:win:EnumDisplayDevicesW ((null),0,0x42e410,0x00000000), stub!
fixme:ieframe:WBServiceProvider_QueryService
(0x132f40)->({000214e2-0000-0000-c000-000000000046},
{00000114-0000-0000-c000-000000000046} 0x30db0f8)
fixme:ieframe:WebBrowser_QueryInterface
(0x132f40)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x42f60c) interface not
supported
Traceback (most recent call last):
File "Hello.py", line 15, in <module>
pyjd.setup("public/Hello.html?fred=foo#me")
File "C:\python26\lib\site-packages\pyjd\__init__.py", line 76, in setup
_setup(*args, **kwargs)
File "C:\python26\lib\site-packages\pyjd\mshtml.py", line 472, in setup
wv.load_app()
File "C:\python26\lib\site-packages\pyjd\mshtml.py", line 293, in load_app
wn = wrap(wba.QueryService(SID_SShellBrowser, IOleWindow))
File "C:\python26\lib\site-packages\pyjd\mshtml.py", line 113, in
QueryService
self._QueryService(byref(serviceIID), byref(interface._iid_), byref(p))
_ctypes.COMError: (-2147467262, None, (None, None, None, 0, None))
--
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=22458
Summary: Word 2007: Impossible to insert symbol by clicking on
its center
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27508)
--> (http://bugs.winehq.org/attachment.cgi?id=27508)
Image showing the problem
Steps to reproduce:
1) Start Word 2007
2) Insert->Equation
Try to insert "less than" symbol by clicking on its center. Symbol will get
bigger as you hover over it but when you click on it, it won't be inserted in
the page.
To insert symbol you have to click on it's border like I showed in attachment
(lower image).
On upper image in attachment I also showed situation where symbol should be
inserted but it isn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47821
Bug ID: 47821
Summary: commit 22795243b2d21e1a667215f54c3a15634735749c cause
a regression
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
commit 22795243b2d21e1a667215f54c3a15634735749c causing gcin is not working in
wine 4.17. I was unable to input Chinese after this commit.
My solution now is to revert this commit.
This can be test on gcin by notepad. I think ibus also could re-produce.
--
Do not reply 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=48297
Bug ID: 48297
Summary: Wineboot crashes on 64bit prefix creation (macOS wine
built without mingw)
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Created attachment 66004
--> https://bugs.winehq.org/attachment.cgi?id=66004
backtrace
Only happens when creating a 64bit prefix.
Attached is the backtrace, there was no other output aside from the regular
output when creating a prefix.
I'll try to do a regression test ASAP.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23249
Summary: Fallout 3: Most sound effects missing.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik.weatherwax(a)gmail.com
CC: eric.pouech(a)orange.fr
See bug #21609. A purported fix for this bug was committed to the source tree
as commit 258d42982cf526b3d9c59ccb522b27db3f519541, and included in release
1.2-rc4.
However, I am experiencing the same issue (no sound effects with the exception
of dialogue) as named in that bug report with a clean build of 1.2-rc4. Not
surprisingly, regression testing leads back to the same bad commit:
c62cf2e049ad37d9561957c47d23fc7ba13adc90 is first bad commit
commit c62cf2e049ad37d9561957c47d23fc7ba13adc90
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Sat Jan 23 18:56:45 2010 +0100
winmm: In mmio manipulation, always ensure that we use a HFILE for mmio
internal handlers (and not a HANDLE).
:040000 040000 34f94674da252fbcf201217dddb31973ead906ca
59d18475ffc5e5e76df8b5277fb3250ef091721e M dlls
named in 21609.
--
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=47560
Bug ID: 47560
Summary: ws2_32:WS_getpeername behavior for on non-blocking tcp
sockets during handshake
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: oysstu(a)gmail.com
Distribution: ---
Created attachment 64948
--> https://bugs.winehq.org/attachment.cgi?id=64948
Winedebug output
This bug report deals with a difference in behavior of ws2_32:getpeername. It
was discovered in the game Titan Quest Anniversary Edition when connection to a
multiplayer lobby, but can be reproduced quite easily elsewhere.
Once a non-blocking socket is connected to using ws2_32:WS_connect, and
ws2_32:getpeername is called before the TCP handshake is completed, the
resulting behavior is different on Windows and Linux.
On Linux; before the TCP handshake is completed WSAENOTCONN is returned by
ws2_32:getpeername. I.e. a socket is not connected before the handshake
succeeds, hence one cannot get the peer name
On Windows; from msdn the documentation clearly states that "The getpeername
function can be used only on a connected socket.". Apparently, once the
ws2_32:connect call has been made, it's defined as "connected" until the
handshake times out because Windows returns successfully without an error and
gives the peer info of the remote address it's trying to connect to. The error
can be reproduced by using connect to an IP/port that does not reply followed
by the call to getpeername
Now, what happens in Titan Quest is that the developers has handled the
WSAENOTCONN error by recreating the socket and doing the exact thing again
instead of waiting for the socket to connect. Obviously, that's an error on
their part, but it does work consistently on Windows.
During the handshake, the tcpi_state field of TCP_INFO will show as
TCP_SYN_SENT/TCP_SYN_RECV, which can be used to detect when this happens. I
don't know the best way to get the peer name without calling getpeername
though. I suppose it can be retrieved by re-implementing af_inet:inetgetname()
without the check for TCP_SYN_SENT, but this probably affects portability (?).
Another more portable way is to cache the address/port in wine, which obviously
only works for outgoing connections (don't see why the behavior has to change
for incoming connections anyway).
af_inet:inetgetname():
https://github.com/torvalds/linux/blob/master/net/ipv4/af_inet.c#L760
I've attached a wine debug log, which shows the connect() call followed by a
getpeername() that fails and raises an exception.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30808
Bug #: 30808
Summary: ConEmu: Fails to find console font
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://code.google.com/p/conemu-maximus5/downloads/det
ail?name=ConEmu.120527a.7z&can=2&q=
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: techtonik(a)gmail.com
Classification: Unclassified
When started, ConEmu fails with the error:
Failed to create main font!
Requested: Lucida Console
Created: Arial
Failed to create border font!
Requested: Lucida Console
Created:
The message in stdout:
$ wine ConEmu.exe
fixme:uxtheme:BufferedPaintInit Stub ()
fixme:win:RegisterShellHookWindow (0x10072): stub
err:rebar:REBAR_WindowProc unknown msg 200b wp=00000000 lp=00495520
It looks like Wine should register default console font by default. See
upstream issue:
http://code.google.com/p/conemu-maximus5/issues/detail?id=515
--
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=33474
Bug #: 33474
Summary: Microsoft Project 2007 cannot load Turn On Project
Guide on View>Turn On Project Guide. Other
functionalities also not available.
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matahari_random(a)hushmail.com
Classification: Unclassified
Created attachment 44309
--> http://bugs.winehq.org/attachment.cgi?id=44309
Desktop Screenshot showing the bug.
1. Open Microsoft Project 2007
2. Click on View > Turn On Project Guide
3. Project Guide does not load due to errors in jscript.dll and srchui.dll
Currently running WINE 1.5.29 on a 32-bit distribution of Ubuntu 12.04 LTS
logged on Unity3d Desktop.
Hardware ACER 4755G with 750GiB Hard Disk, 2GiB RAM, Intel Core i5-2430M
Processor.
This bug also affected previous WINE Versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48481
Bug ID: 48481
Summary: Settings for Templates and Downloads locations aren't
exposed in winecfg
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Currently winecfg has settings for symlinking or not for a bunch of standard
locations, but Templates and Downloads aren't exposed so they are always
symlinked.
Please add them to the current list.
--
Do not reply 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=44253
Bug ID: 44253
Summary: Access violation in multiple cases
Product: Wine
Version: 3.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ihormcd+wine(a)gmail.com
Distribution: ---
Created attachment 60052
--> https://bugs.winehq.org/attachment.cgi?id=60052
crash
Access violation exception due to access by 0x0000 address in multiple use
cases while using Far3.
>From Far app try to:
1) on lunch of EXE file (Far.exe, WinMergeU.exe, others)
2) switch drive for the pane (Alt+F1/F2)
3) switch to Quick view mode for a file (Ctrl+Q)
*) few other cases
App: Far Manager 3.0 build 5100 x64
Wine details: wine-3.0-rc3, the app runs using wineconsole
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14949
Summary: ABBYY FineReader Pro 7.0 Scrolling Problem
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbrells(a)yahoo.com
With WINE under UBUNTU 8.04 horizontal scrolling does not work in the right
hand (text editing) window of FineReader 7.0 Pro. Vertical scrolling works fine
as does horizontal scrolling in all other windows. The only workaround is to
Zoom out and/or enlarge the size of the "problem" window so all text is
visible.
--
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=48689
Bug ID: 48689
Summary: Wine 5.3 on Mac OS X 10.13.6 High Sierra: Segmentation
fault
Product: Wine
Version: 5.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
Since updating to Wine 5.3, I keep getting a segmentation fault when starting
any kind of program. The issue is reproducible with a new wine prefix as well
(so my prefix is not the culprit).
$ wine --version
wine-5.3
My lldb doesn't really give any verbose information.
$ lldb wine explorer
(lldb) target create "wine"
Current executable set to 'wine' (i386).
(lldb) settings set -- target.run-args "explorer"
(lldb) r
Process 15164 launched: '/Applications/Wine
Devel.app/Contents/Resources/wine/bin/wine' (i386)
Process 15164 stopped
* thread #2, stop reason = exec
frame #0: 0x7c405230 dyld`_dyld_start
dyld`_dyld_start:
-> 0x7c405230 <+0>: popl %edx
0x7c405231 <+1>: pushl $0x0
0x7c405233 <+3>: movl %esp, %ebp
0x7c405235 <+5>: andl $-0x10, %esp
Target 0: (wine-preloader) stopped.
(lldb) bt
* thread #2, stop reason = exec
* frame #0: 0x7c405230 dyld`_dyld_start
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28141
Summary: Twain interface doesn't work
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Source: http://delphitwain.sourceforge.net/
Simple example: http://delphitwain.sourceforge.net/simpleexample.zip
Run simpleexample.exe and click "aguire" -> Nothing happens.
Looking at the source, it should give error, if library can't be loaded. And
show empty "select source" box, if there is no device.
Same example and scanner works fine in Windows.
Component would be twain_32
--
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=29330
Bug #: 29330
Summary: 8BallClub can't enter login details
Product: Wine
Version: 1.3.34
Platform: x86
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Install -> run -> try to enter username. You can't do that.
Workaround: winetricks gdiplus
--
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=18013
Summary: Foxit Reader: Sidebar Search Window not
accessible/usable.
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.foxitsoftware.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hufux(a)gmx.de
If using the advanced search in Foxit Reader 3.0 build 1506 the sidebar window
which appears when using the "advanced search" mode isn't accessible.
It is possible to do a search within the document, but you cannot click the
displayed results and therefore you cannot jump to the location the word was
found. Also it is not possible for longer search results to scroll in
horizontal direction despite there is a scrollbar.
The only fields that are working are the search entry field, the search button
and the close button (cross in the upper right corner). The fact that you
cannot access the search results makes this part of the program totally
unusable.
Download:
http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/win/3.x/3.0/enu/F…
Usage:
Unizip - Run - Open PDF document - try the advanced search function
[Strg+Shift+F]
--
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=43620
Bug ID: 43620
Summary: NieR: Automata (Steam) crashes on startup
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pe.retzlaff+winehq(a)gmail.com
Distribution: ---
Created attachment 59040
--> https://bugs.winehq.org/attachment.cgi?id=59040
crash stacktrace
Trying to start NieR: Automata via Steam results in a crash with the attached
stacktrace in Wine 2.15, Wine 2.13-staging and Wine 2.15-staging.
--
Do not reply 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=48315
Bug ID: 48315
Summary: RPG Tkool (RPG Maker) 2k/2k3/XP: MP3 playback doesn't
loop
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
URL: https://www.vector.co.jp/soft/dl/win95/game/se509140.h
tml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
Distribution: Ubuntu
Created attachment 66026
--> https://bugs.winehq.org/attachment.cgi?id=66026
A short (1 second) MP3 file for testing
Expected behavior:
When it reaches end of file, it plays the same file again.
Actual behavior:
When it reaches end of file, playback stops.
* 2k/2k3: Crashes with OLE error dialog
* XP: Playback stops but doesn't crash
Steps to reproduce (RPG2k game):
1. Download "Mystic Star" from
https://www.vector.co.jp/soft/dl/win95/game/se509140.html
2. Set locale to "ja_JP.UTF-8"
3. unar MysticStar.zip
4. Run RPG_RT.exe
5. Press "Enter" (Start new game)
6. Wait until it reaches end of "MysticStar/Music/NR_brave2.mp3" file
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47626
Bug ID: 47626
Summary: Visual studio community 2019 installer not opening
Product: Wine
Version: 4.13
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: ---
Created attachment 65060
--> https://bugs.winehq.org/attachment.cgi?id=65060
Log with dotnet461 installed
The installer opens a small windows with a progress bar, once that is full it
closes and nothing happens anymore.
--
Do not reply 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=43696
Bug ID: 43696
Summary: SanctuaryRPG: Black Edition hangs on exit
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Distribution: ---
Created attachment 59157
--> https://bugs.winehq.org/attachment.cgi?id=59157
terminal output & manual bt
SanctuaryRPG: Black Edition hangs on exit (GOG version). The Black Edition is
specifically the paid version. Seems to be using a SDL based engine. Force quit
via your WM or wineserver -k also works.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43660
Bug ID: 43660
Summary: Divinity Original Sin 2 preview crash
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: abi(a)abinet.ru
Distribution: ---
Created attachment 59100
--> https://bugs.winehq.org/attachment.cgi?id=59100
logs
I tried preview version of Divinity Original Sin II and it crash on startup
almost immediately if sound is enabled in wineprefix. I tried pulse and alsa
without any luck.
I observed nothing obvious in logs (attached)
The game itself creates dump, I attached it as well, it's rather small for a
crash dump
It dies here:
AL lib: (EE) ReleaseThreadCtx: Context 0x7e0244b0 current for thread being
destroyed, possible leak!
--
Do not reply 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=40606
Bug ID: 40606
Summary: exe not loading
Product: Wine
Version: 1.6.1
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jasonthecake(a)gmail.com
Created attachment 54461
--> https://bugs.winehq.org/attachment.cgi?id=54461
Exe not loading
When ever I launch ANY exe it comes up with is error as below.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24013
Summary: D3D10 : Missing function D3D10CompileShader
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Assassin's creed requires this function to start the game.
wine: Call from 0x7ed877d2 to unimplemented function
d3d10.dll.D3D10CompileShader, aborting
Current git wine 1.3.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.
https://bugs.winehq.org/show_bug.cgi?id=40024
Bug ID: 40024
Summary: Prosound crashes with ntvdm
Product: Wine
Version: 1.9.1
Hardware: x86-64
URL: http://www.gaby.de/ftp/pub/win3x/prosound.zip
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sdoom4(a)gmail.com
Created attachment 53473
--> https://bugs.winehq.org/attachment.cgi?id=53473
Backtrace of program crash
Prosound is a midi sequencer that I have used in Windows 9x for many years. I
attempted to run it on Wine, and got a crash upon loading.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.