http://bugs.winehq.org/show_bug.cgi?id=19975
Summary: runasdate: child processes do not receive (adjusted)
time
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.nirsoft.net/utils/run_as_date.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
RunAsDate is a nifty program to run a program with a different date. In this
case, I wanted to run Microsoft Money 2001 (bug 6189) without changing my
system clock.
A simple testcase with notepad shows it doesn't work though:
$ wine RunAsDate.exe /immediate 01/01/2001 "C:\windows\notepad.exe"
In notepad, press F5. Should see your arbitrary date. Instead, you get the
'real' time.
No terminal output.
--
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=33733
Bug #: 33733
Summary: Maximization of Word 2007 is broken on dual screen
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 44669
--> http://bugs.winehq.org/attachment.cgi?id=44669
Screenshot
See screenshot. When I set xfce4-panel on right screen, fixed position, and try
to maximize Word 2007 window on left screen, the window gets cropped just where
the panel ends in height. (under the window you can see LibreOffice window,
which works correctly).
If I kill xfce4-panel and restart Word, it maximizes correctly.
--
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=40341
Bug ID: 40341
Summary: Nosgoth installer fails: err:rpc:I_RpcReceive we got
fault packet with status 0x3e6
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthiaspeterw(a)aol.com
Distribution: ---
Created attachment 54023
--> https://bugs.winehq.org/attachment.cgi?id=54023
Graphical error message and wine stack trace
Hello,
this is my first bugreport here, so please don't be too judgemental.
I tried to install the standalone version of the free to play game “Nosgoth”,
which fails. The game is downloadable at nosgoth.com after registration. The
page doesn't accept Linux user agents, so switch it to something with windows.
The new version is standalone from Steam. So it might be easier to make it
runnable.
The installation fails with an error message. I attached it together with the
stack trace from wine.
Please help me how to find the reason of the fail, probably my bug report is
way too general.
Regards,
Matthias
--
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=38881
Bug ID: 38881
Summary: listview control sends messages before updating items
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: aeikum(a)codeweavers.com
Distribution: ---
Wine's listview control sends LVN_ITEMCHANGED notifications as items are
updated. For example, when changing the selected item, it sends a notification
that the old item was deselected, and then sends a notification that the new
item has been selected. If an application queries the current selection during
the first notification, it will appear that no items are selected. This is
different from how Windows behaves, which appears to send notifications only
after updating all item states.
This breaks the Ancestral Quest program's Changelog feature, though this
requires the program to be purchased. It shouldn't be too hard to write tests
demonstrating this, either.
--
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=39921
Bug ID: 39921
Summary: [REGRESSION] in Nanocad 5.0 icons in menu panel have
black background
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: andrej.skvortzov(a)gmail.com
Regression SHA1: b81a7d976e3c3de36a01401d125871d3014e6c67
Distribution: ---
Created attachment 53315
--> https://bugs.winehq.org/attachment.cgi?id=53315
good looking icons in wine-1.4.1
Nanocad 5.0 works ok with wine 1.4.1, but in wine 1.9.0.37 icons on toolbars
have black background. Screenshots are attached.
I bisected the problem. The first bad commit is:
[ b81a7d976e3c3de36a01401d125871d3014e6c67 ]
gdi32: Always use the DIB engine for monochrome bitmap rendering.
Nanocad 5.0 is free and can be downloaded here:
ftp://ftp.nanocad.com/nanocad/nanoCAD50(2000).ZIP
or here
http://nanocad.com/page/DownloadNanoCAD
It can be used without registration/activation in Demo mode. This is enough to
reproduce the bug.
Steps to reproduce the problem:
1. Unpack zip archive into ~/nanocad5
2. Install prerequirements
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/nanocad5/PreReq/vcredist_x86.exe
3. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
4. Install nanoCad
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i
~/nanocad5/nanoCAD.msi
5. Run nanoCad. Select Demo mode.
WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine
~/.wine/wine-test/drive_c/Program\ Files/Nanosoft/nanoCAD\ en\ 5.0/nCad.exe
6. See icons with black background on toolbars
--
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=39604
Bug ID: 39604
Summary: GTA2 Crashing bug during gameplay reappeared
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jaka(a)imago.si
Distribution: ---
Created attachment 52769
--> https://bugs.winehq.org/attachment.cgi?id=52769
Game freezes and needs to be terminated by kill command
Not entirely sure if this bug resurfaced due to regression or not.
I installed the game using installer provided on http://gtamp.com/gta2/ .
Based on a few observations and comparison to playing the same game in wine
1.6., it seems that bug is somewhat less frequent, but still occurring,
probably when changes are made to player's inventory (power-up, mission
status...).
--
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=23724
Summary: Entropia Universe: Most textures are missing from
ingame, and game crashes very often while playing
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 13964791(a)student.curtin.edu.au
When running Entropia
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=20449), we have
got to the stage where Entropia can start up and run, but most of the textures
are missing from avatars/objects
(http://img710.imageshack.us/img710/7278/gameplaytwo.png)
Also, if you move the camera, or move around at all really, then the game
crashes.
in Wine1.1.42, entropia starts. i was not able to get entropia to start in
wine1.2
!!!i am using winetricks d3dx9_36.dll override!!!, without this overridded,
entropia does not run.
a crash log (with d3dx9_36.dll override) is here: http://pastebin.com/8svCEFdB
the crash log without the override, is here: http://pastebin.com/6ugDu0VF
thank you =)
--
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=17368
Summary: windows zip management
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://home.scarlet.be/linux/compteco/testzip.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Windows zip management don't work with wine.
I think it's important, especially for windows apps that manage OpenDocument
files.
My little test program (with delphi source) try to extract content.xml file
from newods.zip file (in fact a OpenOffice file renamed).
--
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=36954
Bug ID: 36954
Summary: DVDFab 9.x fails to convert video files
Product: Wine
Version: 1.7.18
Hardware: x86
URL: http://www.dvdfab.cn/
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: piotr(a)codeweavers.com
Regression SHA1: d48314c8a50a69538985a8ce273fba1611585fbe
Created attachment 49066
--> http://bugs.winehq.org/attachment.cgi?id=49066
terminal output
To reproduce the problem you'll need a video file to convert, here's a small
sample video file:
http://techslides.com/demos/sample-videos/small.flv
To reproduce the problem:
1. install and start DVDFab.exe
2. switch to the Converter tab, if you see garbage in the main window switch to
another tab then switch back to Converter
3. add 'small.flv' and click on the green Start button in the lower right
corner
4. DVDFab informs you that the conversion process failed
The application comoes with native msvcr90/msvcp90, the problem doesn't exist
when you override msvcr90 to native.
Conversion used to work with the built-in msvcr90 up to this commit:
d48314c8a50a69538985a8ce273fba1611585fbe is the first bad commit
commit d48314c8a50a69538985a8ce273fba1611585fbe
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Apr 22 14:38:47 2014 +0200
msvcrt: Don't use default process heap.
:040000 040000 de514deebdd931222a2ac6135cf6187057138825
a967aeb9bad7eba0029e1b53c436a47bf39affa2 M dlls
wine-1.7.22-88-g1f6073c
DVDFab9157.exe
md5sum: 78409d2bef283d4f2136e7a2daa90a80
--
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=27122
Summary: NotaBene initial installer window has wrong title:
(null)
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Created an attachment (id=34589)
--> (http://bugs.winehq.org/attachment.cgi?id=34589)
Screenshot in w2k
...instead of "Nota Bene Trial Version - Welcome".
Additionally, "Nota Bene Trial Version" in the text box should be in bold.
See 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.