https://bugs.winehq.org/show_bug.cgi?id=46266
Bug ID: 46266
Summary: tzres is constantly being loaded/unloaded when
TimeZone information is queried.
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Function GetDynamicTimeZoneInformation is causing tzres.dll to be
loaded/unloaded multiple times. Cause by the registry lookup of MUI_Std, and
MUT_Dlt
Other functions are a affected
kernel32.FileTimeToLocalFileTime
msvcrt._ftime64
Removing the MUI_Std, and MUT_Dlt entries for my timezone, works around 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=46353
Bug ID: 46353
Summary: Horizontal Ruler/Scale Is Skewed in Article Pane for
TreePad X Enterprise 12GB (single user) v7.17.0
Product: Wine
Version: 4.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugrpt18356(a)fastmail.jp
Distribution: ---
The horizontal ruler/scale in the article window (right pane) is skewed under
WINE 4.0-rc1 and 4.0-rc2.
No database opened (WINE version 4.0-rc2):
https://i.postimg.cc/qMw2MFgn/2018-12-20-1545291398-1920x1080-scrot.png
Database opened with article displayed (WINE version 4.0-rc2):
https://i.postimg.cc/8znWLrRz/2018-12-20-1545291515-1920x1080-scrot.png
No database opened (WINE version 3.0.4-1):
https://i.postimg.cc/DwzLWcbN/2018-12-20-1545293959-1920x1080-scrot.png
Database opened with article displayed (WINE version 3.0.4-1):
https://i.postimg.cc/k56SsXsF/2018-12-20-1545293999-1920x1080-scrot.png
Link to TreePad X Enterprie 12GB (single user) download (21-day evaluation):
http://www.treepad.com/download/tpxsu1.html
TreePad installation and run instructions:
01) Download one of the *.zip files from the above link
02) Navigate to ~/.wine/drive_c/Program Files (x86)
03) Create a folder called TreePadXSU
04) Extract the *.zip file to the TreePadXSU folder
05) From the command line, run one of the following to start TreePad
wine start 'C:\Program Files (x86)\TreePadXSU\TreePadXEnterprise.exe'
wine "C:\\Program Files (x86)\\TreePadXSU\\TreePadXEnterprise.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=9154
mrdeathjr28(a)yahoo.es changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrdeathjr28(a)yahoo.es
--
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=46407
Bug ID: 46407
Summary: mCtrl: example-imgview test program crashes
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
This is split up from bug 41203 to target specific issue.
Copied of relevant comment:
---
I think that I found the bug that makes the imgview control crashing.
When the WM_NCCREATE message is sent to the control, the lpszName field of
CREATESTRUCT contains a wrong value.
On WINE, this pointer is set to the resource ID.
On Windows, this pointer is set to a string with first character set to 0xFFFF
and the second character is set to the resource ID.
The mCtrl code of imgview control checks if lpszName is not NULL and test for
the first character:
https://github.com/mity/mctrl/blob/master/mctrl/imgview.c#L290
but since the pointer is set to the resource value rather than a valid pointer,
it crashes. This is the reason.
Evidently, there is a bug here into DIALOG_CreateIndirect:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/user32/dialog.c#l610
The code should create the string properly formatted here if it is a resource,
for both the class and the caption.
---
--
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=46409
Bug ID: 46409
Summary: mCtrl: example-menubar test program shows rendering
issues
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Split up from bug 41203.
Potentially relevant comment from original report:
---
I think that I found the cause of the problem for menubar control.
WINE comctl32 has this unimplemented feature:
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/comctl32/toolbar.c#l4…
and the control sends (0,-2) with TB_SETBITMAPSIZE to its toolbar.
Although I do not know how negative values are handled, this is the cause of
this 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=46408
Bug ID: 46408
Summary: mCtrl: example-mditab test program crashes when
running in Direct2D mode
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
This is split up from bug 41203.
Program crashes when "New tab" is pressed. Works correctly with disabled
d2d1.dll.
--
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=45190
Bug ID: 45190
Summary: Test report
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
This is a test report.
--
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=42613
Bug ID: 42613
Summary: PowerPoint 2016 crashes at start screen
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: Ubuntu
Created attachment 57558
--> https://bugs.winehq.org/attachment.cgi?id=57558
Backtrace from PowerPoint 2016
PowerPoint tends to crash at the start screen with the attached error message.
However, sometimes it will load normally after running it again.
--
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=46399
Bug ID: 46399
Summary: meditations needs ThreadIsIoPending info class
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: madebr(a)gmail.com
Distribution: ---
Created attachment 63157
--> https://bugs.winehq.org/attachment.cgi?id=63157
Screenshot of window saying 'ERROR: Connection to the server failed'
When launching meditations, downloading the required files for the month fails.
The gui displays:
'ERROR: Connection to the server failed'
Every 10 seconds, the following message is printed to the console:
fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
url: http://meditations.games/
download url: http://meditations.games/bin/Meditations-WIN.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=46393
Bug ID: 46393
Summary: vst plugin and exe of BlueCat Axiom, Destructor, Late
Replies, AxePack won't install/scan properly
Product: Wine
Version: 4.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: elecktroguild(a)gmail.com
Distribution: Mint
Created attachment 63155
--> https://bugs.winehq.org/attachment.cgi?id=63155
terminal output of BlueCat Axiom installer
Demos of BlueCat commercial vst plugins work, but running separate
commercial installers which include registration code
won't properly install, vst scanning fails, or the standalone
version won't open.
--
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.