https://bugs.winehq.org/show_bug.cgi?id=38137
Bug ID: 38137
Summary: WBaduk: "Could not obtain OLE control window handle"
regression
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lemonsqueeze(a)gmx.com
Distribution: Ubuntu
Created attachment 50855
--> https://bugs.winehq.org/attachment.cgi?id=50855
wine log
Greetings and a big thanks to the wine team,
WBaduk is a windows client to play the game of go on wbaduk go servers.
It used to work like a charm with wine 1.2 (ubuntu lucid, package version
1.2.2-0ubuntu2~lucid1) except for a harmless "Floating point exception" popup
when logging in.
It's unuseable however with the latest ubuntu dev build (1.7.34, ubuntu
trusty):
We can login no problem, but keep getting
"Could not obtain OLE control window handle"
popups when trying to observe a game.
Here's the steps I used to reproduce:
- Installed wine 1.7.34 on ubuntu trusty from the wine ppa.
- Download wbaduk (21Mb) from www.wbaduk.com using the "download" button on
the top left. Currently it points to:
http://www.wbaduk.com/download/WBaduk_20140410A.exe
- Installed in brand new account (no previous .wine directory)
$ wine WBaduk_20140410A.exe
- And run:
$ wine '.wine/drive_c/Program Files/WBaduk/OrO20.exe'
- Login with test account, username: grumly2, pass: foobar
Pick any server.
- Left click on any of the active games in the list on the left,
and choose "observe after joining" from the menu.
- Wbaduk tries to join the game but we keep getting
"Could not obtain OLE control window handle"
popups forever. Terminal output looks like:
...
fixme:ieframe:PersistStreamInit_InitNew (0x5ea3c28)
fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -701
fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -703
fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -704
fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -702
It's also broken with the default wine ubuntu packages on ubuntu precise and
trusty (wine 1.4)
If there's some useful info missing please let me know.
--
Do not reply 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=40747
Bug ID: 40747
Summary: Microsoft Expression Web 4 crashes on startup, needs
gdiplus.dll.GdipGetImageAttributesAdjustedPalette
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
To reproduce, make a 32-bit prefix, run:
winetricks dotnet40
, and install Expression Web 4 from
https://www.microsoft.com/en-us/download/details.aspx?id=36179
wine: Call from 0x7b43c75c to unimplemented function
gdiplus.dll.GdipGetImageAttributesAdjustedPalette, aborting
--
Do not reply 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=40497
Bug ID: 40497
Summary: "Trainz: A New Era" needs an unimplemented function in
"msvcr120.dll"
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: ---
The game doesn't start and shows an error message saying it cannot start. The
Wine log says the following:
wine: Call from 0x7b456b6a to unimplemented function
msvcr120.dll.?__ExceptionPtrToBool@@YA_NPEBX@Z, aborting
--
Do not reply 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=41132
Bug ID: 41132
Summary: Invalid Font Files Can Cause Wine To Crash
Unexpectedly
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thexzoron(a)riseup.net
Distribution: ---
If wine picks up an invalid font file in /usr/share/fonts it can cause some
programs to crash unexpectedly https://a.desu.sh/quohkg.log (warning opening
this in browser can cause it to crash/hang)
--
Do not reply 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=40389
Bug ID: 40389
Summary: Unimplemented function
KERNEL32.dll.GetConsoleAliasExesLengthW
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 54104
--> https://bugs.winehq.org/attachment.cgi?id=54104
Native cmd.exe from WinXP runs doskey.exe and fails.
Running native cmd.exe from WindowsXP gave me the error:
Call from 0x7b83bb1c to unimplemented function
KERNEL32.dll.GetConsoleAliasExesLengthW
while running the cmd command doskey.exe.
See attached console output.
--
Do not reply 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=40796
Bug ID: 40796
Summary: Python 3.5.1 interpreter crashes when importing
pyqtSlot
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce, execute the following commands:
wget https://www.python.org/ftp/python/3.5.1/python-3.5.1-embed-win32.zip
unzip python-3.5.1-embed-win32.zip
curl https://bootstrap.pypa.io/get-pip.py | wine python.exe
wine python.exe -m pip install pyqt5
wine python.exe -c "from PyQt5.QtCore import pyqtSlot; print('Import
successful')"
I would attach a backtrace, but this import statement actually depends on 6
missing functions in ucrtbase.dll:
_lock_locales
_unlock_locales
_calloc_base
_malloc_base
_free_base
--
Do not reply 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=40659
Bug ID: 40659
Summary: Window with CS_OWNDC style cause DC leak when
GetDC/ReleaseDC is used.
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 54530
--> https://bugs.winehq.org/attachment.cgi?id=54530
testcase
The attached test when run under wine will cause the message to appear.
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
If GetDC/ReleaseDC are removed from the loop then no error occurs.
I've used a parent window, so that the test will run in a acceptable amount of
time but has no effect on the outcome.
--
Do not reply 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=40532
Bug ID: 40532
Summary: Microsoft Word Viewer 11.8 does not show text on file
properties dialog until the text is selected
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Open a document.
2. Click File, Properties, General.
On Windows, the filename, type, location, size, DOS name, creation date,
modification date, and access date, are shown instantly. On Wine they are not
shown until you use the mouse to select the text on each field. After the text
has been selected once, it remains visible even after unselecting.
This is the installer I used:
$ sha1sum wordview_en-us.exe
e6dfdc8a1545d45ef5840ba513a5c4036bf154bc wordview_en-us.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37271
Bug ID: 37271
Summary: Applications get IP address of 127.12.34.56 when lo0
is up
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jere(a)krischel.org
My testing is specifically with Artemis 2.1.1, but it seems to be true for
other applications as well.
When running Artemis 2.1.1 under a standard OSX Mavericks 10.9.4 install, the
application reports an IP address of 127.12.34.56.
If I specifically shut down the loopback interface (lo0), it reports the IP
address of the box properly (192.168.1.104).
This behavior is *not* seen on Ubuntu 14.04.1, which has a loopback interface,
but seems to prioritize it differently than OSX.
I checked the routing table before and after shutting down the loopback
interface, and this is the line that disappears on OSX after lo0 is down:
Destination Gateway Flags Refs Use Netif Expire
localhost localhost UH 0 0 lo0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20977
Summary: Bad hlp table rendering
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=25145)
--> (http://bugs.winehq.org/attachment.cgi?id=25145)
Help file
Terrible rendering on attached HLP file. Refer to screenshots.
--
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.