https://bugs.winehq.org/show_bug.cgi?id=46509
Bug ID: 46509
Summary: WinOmega client editor causes Access violation in
module ntdll.dll
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: development(a)winomega.com
Distribution: ---
Created attachment 63359
--> https://bugs.winehq.org/attachment.cgi?id=63359
access violation error
Starting with c9e98034b37f44d505ba406f94031d02e226a176, an Access violation is
caused when trying to access the client editor in WinOmega.
(the client editor is a window that includes some ComboBox objects, and it
appears that one of them is propagating the exception)
See attachment for the error message.
--
Do not reply 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=46209
Bug ID: 46209
Summary: TB_GETBUTTONINFO does not return toolbar text
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
Hi,
Wine failed to return the toolbar text, even if just successfully add it, then
next attempt to get it in a row also failed.
Code:
TBBUTTON tbb;
tbb.idCommand = 123;
tbb.iBitmap = I_IMAGENONE;
tbb.fsState = TBSTATE_ENABLED;
tbb.fsStyle = BTNS_BUTTON;
tbb.dwData = 0;
tbb.iString = int(SendMessage(hwndToolBar, TB_ADDSTRING, 0,
LPARAM(TEXT("TEXT2TEST"))));
SendMessage(hwndToolBar, TB_ADDBUTTONS, 1, LPARAM(&tbb));
int nItem = 0;
tchar szLabel[LSTR];
TBBUTTONINFO tbbi;
tbbi.cbSize = sizeof(TBBUTTONINFO);
tbbi.dwMask = TBIF_BYINDEX | TBIF_TEXT;
tbbi.pszText = szLabel;
tbbi.cchText = LSTR;
SendMessage(hwndToolBar, TB_GETBUTTONINFO, WPARAM(nItem), LPARAM(&tbbi));
tbbi.pszText is empty on wine, but works on windows.
Nik
--
Do not reply 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=40321
Bug ID: 40321
Summary: Install of Huion H610Pro Drawing Tablet fails ...
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dave_m16(a)hotmail.com
Distribution: ---
Created attachment 53973
--> https://bugs.winehq.org/attachment.cgi?id=53973
the show details on serious error
Serious error --- details attached --- thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37227
Bug ID: 37227
Summary: Button clicks are ignored in the application
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dick.kniep(a)lindix.nl
We are using Go-Global for UNIX v2.2.19 to connect to our servers.
(Download from
ftp://ftp.graphon.com/pub/GO-Global-UX/v2.2.19/go_setup_2.2.19.1222.exe)
This used to work pretty good with wine in the past. But with wine 1.7.25, as
soon as a graphical program is started, any mouseclick in the screen is
ignored, rendering the application useless.
You can use one of our servers to verify.
Steps to reproduce:
1. install under wine: works OK
2. choose secure socket as transport
3. connect to demo.cvix.nl
4. login using winetest/winetest as credentials
Then you will get a window with a firefox icon.
You can type in the bar and will get a website. Try a website where a
buttonclick is required and you will notice that this will not work. It simply
ignores the click event.
BTW. There is another problem with the keyboard. We are using a US-intl
keyboard, but it insists in using a Dutch keyboard where the keys are mapped to
different locations.
--
Do not reply 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=41691
Bug ID: 41691
Summary: I am trying to run The Political Machine 2016 on steam
and I am presented with the "this program has
encounted a serious problem and needs to close"
message.
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 99timb(a)gmail.com
Created attachment 56089
--> https://bugs.winehq.org/attachment.cgi?id=56089
The log error report
I am trying to play The Political Machine 2016 on steam with wine and this is
happening. I'm new so I don't know what to do.
--
Do not reply 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=41393
Bug ID: 41393
Summary: Unable to use CTRL-V shortcut to paste in some
applications
Product: Wine
Version: 1.9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michelesr(a)autistici.org
Distribution: ---
This bug is not present in 1.9.18 and older versions of Wine.
How to reproduce: open the application, then try to press CTRL-V key, nothing
happens.
Verified in "World of Warcraft" and "Warcraft III" games.
OS: Arch Linux, Linux 4.7.4-1 x86_64
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36708
Bug ID: 36708
Summary: Crash during attempt to load SecureDownloadManager.exe
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fyejm5(a)gmail.com
Created attachment 48753
--> http://bugs.winehq.org/attachment.cgi?id=48753
Unhandled exception: page fault on read access to 0x00710033 in 32-bit code
Successfully installed a .MSI file for a secure downloader specific to licensed
Windows-related software. When attempting to initiate the .exe for the
downloader and load the .SDX file (URL to location of software), Wine crashed
with the attached dump.
--
Do not reply 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=40449
Bug ID: 40449
Summary: Join.me fails to start
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kamijoutouma648(a)gmail.com
Distribution: ---
WINEPREFIX=~/.wine/join.me wine ~/Downloads/join.me.exe
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
fixme:msvcrt:__clean_type_info_names_internal (0x1000a888) stub
When trying to launch join.me after installing directx9
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29445
Bug #: 29445
Summary: LearningCenter.exe fail to start with mono28 but works
with native .net
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download from http://cetd.sysu.edu.cn/class/NPELSPluginSetup.rar
2. unrar NPELSPluginSetup.rar
3. winetricks -q mono210
4. install setup_v1.1.0.103(101217).exe
5. start LearningCenter.exe
$ cd "~/.wine/drive_c/Program Files/SFLEP/NPELS_LearningCenter_5.0"
$ wine LearningCenter.exe
The application could not start at all, but with native .net2.0 it can start.
Will attach full logs.
--
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.