http://bugs.winehq.org/show_bug.cgi?id=22414
Summary: Grand Theft Auto: Vice City - Unhandled exception on
startup unless virtual desktop is used
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The game will change your resolution, but won't start, and give an unhandled
exception window (which you can't see, it's all black).
Running it in a virtual desktop, however, almost works. In a virtual desktop,
you'll only see the blue screen until you click inside, at which point the
splash screen appears. Seems fine after that (haven't tested too much).
--
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=22216
Summary: Problem with freopen("CONOUT$", "w", stdout);
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: terra(a)gnome.org
I am having trouble with code that reads...
has_console = FALSE;
{
typedef BOOL (CALLBACK* LPFNATTACHCONSOLE)(DWORD);
LPFNATTACHCONSOLE MyAttachConsole;
HMODULE hmod;
if ((hmod = GetModuleHandle("kernel32.dll"))) {
MyAttachConsole = (LPFNATTACHCONSOLE) GetProcAddress(hmod,
"AttachConsole");
if (MyAttachConsole && MyAttachConsole(ATTACH_PARENT_PROCESS)) {
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
dup2(fileno(stdout), 1);
dup2(fileno(stderr), 2);
has_console = TRUE;
}
}
}
The freopen calls should cause stderr and stdout to be redirected
to the console. Under wine they are not.
The failure occurs in dlls/kernel32/console.c function OpenConsoleW
when it checks creation != OPEN_EXISTING. creation at that point is
CREATE_ALWAYS.
Changing the check to allow CREATE_ALWAYS fixes my problem, but
may not be right.
(The code is from Gnumeric, btw.)
--
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=24259
Summary: Possible race condition
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
FC13 x86_64
wine 1.2 from Fedora repo
GeForce GTS250 with Twinview enabled, using nvidia binary driver from rpmfusion
Compiz disabled
When running World of Warcraft in Windowed/Maximized OpenGL mode, I seem to be
getting 100% CPU usage from Xorg and about 20% from WoW.exe but can't pin down
a certain way to reproduce it, therefore I assume there is a race condition
somewhere, but not sure if it is in Xorg or wine.
It does not result in a complete system hang. I am able to (slowly) get over to
my open terminal window, open a new tab, get top running, see Xorg chewing
through my processor, and then switch back to WoW to open the menu and hit
exit.
Once I get into top, my keyboard stops responding, even outside the terminal
window. Alt+Tab works to bring up the switcher menu, but won't actually switch,
'q' won't quit top, and alt+f4 won't quit wow, but the Escape key will at least
bring up the in-game menu to let me hit Exit Game. Once the menu is up I have
to slowly nudge the mouse toward the exit button since the FPS has dropped to
0.4fps by this point.
I would provide logs, but since I'm not sure what all areas this could touch, I
figured better to ask what you need me to do than provide useless information.
--
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=17723
Summary: Audiosurf: unable to fill textfields
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://store.steampowered.com/news/2220/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitel(a)nomi.cz
Created an attachment (id=19927)
--> (http://bugs.winehq.org/attachment.cgi?id=19927)
This is entered after taping "a" key
When I try to fill any textfield in the game (Audiosruf login, Scrobbler
login), it enters strange characters after every keypress.
--
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=30040
Bug #: 30040
Summary: comctl32/monthcal test fails on leap years?
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
I noticed this failing on buildbot, and my local machine, starting at about the
time that UTC went to Feb 29th :).
Going back to an earlier wine build that didn't fail still fails, so seems
related:
monthcal.c:390: Test failed: Failed to set limits
monthcal.c:391: Test failed: Min limit expected
monthcal.c:393: Test failed: Failed to set limits
monthcal.c:405: Test failed: Expected 2011, got 2013
monthcal.c:406: Test failed: Expected 2, got 7
monthcal.c:407: Test failed: Expected 29, got 20
monthcal.c:416: Test failed: Failed to set limits
monthcal.c:417: Test failed: Min limit expected
monthcal.c:419: Test failed: Failed to set limits
monthcal.c:420: Test failed: Min limit expected
monthcal.c:422: Test failed: Expected 2013, got 0
monthcal.c:423: Test failed: Expected 2, got 0
monthcal.c:424: Test failed: Expected 29, got 0
monthcal.c:425: Test failed: Expected 3, got 0
monthcal.c:426: Test failed: Expected 2, got 0
monthcal.c:427: Test failed: Expected 20, got 0
monthcal.c:428: Test failed: Expected 49, got 0
monthcal.c:429: Test failed: Expected 613, got 0
monthcal.c:431: Test failed: Expected 0, got 2013
monthcal.c:432: Test failed: Expected 0, got 7
monthcal.c:433: Test failed: Expected 0, got 20
monthcal.c:434: Test failed: Expected 0, got 3
monthcal.c:435: Test failed: Expected 0, got 2
monthcal.c:436: Test failed: Expected 0, got 20
monthcal.c:437: Test failed: Expected 0, got 49
monthcal.c:438: Test failed: Expected 0, got 613
Nikolay?
--
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=29949
Bug #: 29949
Summary: PAF (Personal Ancestral File) help viewer unhandled
page fault
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmriches(a)ieee.org
Classification: Unclassified
Created attachment 38982
--> http://bugs.winehq.org/attachment.cgi?id=38982
stdout and stderr from a run that shows the unhandled page fault
This is a regression. This problem does not exist in 1.4-rc3. I plan to run a
regression test to find the exact commit. The application is downloadable.
Start from a fresh WINE prefix area with no pre-existing WINE processes
running.
When starting the application, it presents a 'Welcome ...' dialog. Click on
'New'. Enter any filename, click 'Save'. Click 'Cancel' on the next two
dialogs. This puts you in the family view with no pre-existing data. I get
the same results even if I use pre-existing data, but it's easier to bring up
without pre-existing data.
Click on the yellow question mark in the icon bar near the top of the window.
This brings up the help viewer.
In the left-hand pane of the help viewer, click on chapter titles starting at
the top. Click at least one per second. At some point between about the
seventh entry and the bottom of the list, you will see a dialog saying the
application needs to close. The console will show an unhandled page fault.
I'll attach console output.
The visible symptoms here look very similar to some old bugs seen in
1.3.12-1.3.15, 0.9.57-0.9.60, 0.9.50, 0.9.52, 0.9.39, and 0.9.37. Bug number
25873 is a good example.
--
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=4084
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-02 13:02:25 CST ---
Closing bugs fixed in 1.4-rc6.
--
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=29689
Bug #: 29689
Summary: Crash wincfg on graphics tab with LC_ALL=ja_JP
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunder_8888(a)mail.ru
Classification: Unclassified
Created attachment 38510
--> http://bugs.winehq.org/attachment.cgi?id=38510
log
I tried some japanese apps and wine crashes in them with LANG=ja_JP or
LC_ALL=ja_JP, when i tried fresh winecfg with LANG=ja_JP or LC_ALL=ja_JP and
it's crashes on graphics tab.
--
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=21019
Summary: Igor pro "Help brower" has no window decorations
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mycae(a)yahoo.com
The program "Igor Pro" has missing decorations on its help browser.
To reproduce, download the IGOR demo.
http://www.wavemetrics.net/Downloads/Win/setupIgor6.exe
Install, then run wine '/home/USER/.wine/drive_c/Program Files/WaveMetrics/Igor
Pro Folder/Igor.exe'
Now select Help->Help browser
The window normally has decorations, which allow for the window to be hidden
moved or otherwise controlled. These are missing.
Wine was installed on debian testing
$ aptitude show wine
Package: wine
State: installed
Automatically installed: no
Version: 1.0.1-2
Priority: optional
Section: otherosfs
Maintainer: Debian Wine Party <pkg-wine-party(a)lists.alioth.debian.org>
Uncompressed Size: 65.5k
Depends: wine-bin (= 1.0.1-2), wine-utils (= 1.0.1-2), libwine-alsa (= 1.0.1-2)
| libwine-oss (= 1.0.1-2) | libwine-esd (= 1.0.1-2) | libwine-jack (=
1.0.1-2) | libwine-nas (= 1.0.1-2), libwine-gl (= 1.0.1-2),
libwine-print (= 1.0.1-2), libwine-sane (= 1.0.1-2), libwine-cms (=
1.0.1-2), libwine-gphoto2 (= 1.0.1-2), libwine-ldap (= 1.0.1-2)
Recommends: ttf-liberation
Suggests: wine-doc, binfmt-support, ttf-mscorefonts-installer, winbind, avscan
|
klamav | clamav
--
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=26872
Summary: Cannot create new profile in Dawn of War demo
Product: Wine
Version: 1.3.18
Platform: x86-64
URL: http://download.cnet.com/Warhammer-40-000-Dawn-of-War-
demo/3000-7483_4-10317161.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34255)
--> (http://bugs.winehq.org/attachment.cgi?id=34255)
Screenshot of problem
Load the DoW demo and you are confronted with a "Create profile" window.
Enter a profile name TEST.
Hit create.
Nothing happens. The profile is not created so you cannot continue.
Nothing in the console except
fixme:process:GetProcessWorkingSetSize (0xffffffff,0xacb8f0,0xacb8f4): stub
My last test report in Wine 1.1.18 doesn't mention such a problem, but I cannot
compile this far back for some reason so cannot run a regression test.
--
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=26613
Summary: painkiller redemption steam mouse wheel not working
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rivaldid(a)gmail.com
Created an attachment (id=33883)
--> (http://bugs.winehq.org/attachment.cgi?id=33883)
painkiller redemption steam log
it's a full working game, except the mouse wheel, i remember with wine 1.3.9
the wheel was working i'm sure.
this is a full log, from the start of steam till the end
wishes.
--
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=8166
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-02 13:02:18 CST ---
Closing bugs fixed in 1.4-rc6.
--
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=22359
Summary: Wolfenstein water displays strange rays
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
Created an attachment (id=27359)
--> (http://bugs.winehq.org/attachment.cgi?id=27359)
Screenshot
Wine displays strange "rays" in some places. It is easy to reproduces in the
sewers (right at the beginning) where water splashes from the ceiling: the rays
are displayed in addition to the water effect.
The attached screenshot was made later into the game but shows the same thing.
Running on NVidia Geforce 7950 with drivers 195.36.15
--
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=30053
Bug #: 30053
Summary: [regression] Finale 2012 font spacing is too wide
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
Classification: Unclassified
Created attachment 39156
--> http://bugs.winehq.org/attachment.cgi?id=39156
screenshot of bug
After upgrading from Wine 1.3.28 to 1.3.32 and in all subsequent Wine releases,
the font spacing has become far too wide in Finale 2012. This was not an issue
in Wine 1.3.28 or earlier. Perhaps the new DIB engine changes are responsible?
Unfortunately, I haven't had time to run a regression test to know for sure.
I have attached a screenshot showing the difference in font spacing between
Windows XP and Wine as well as the Finale .MUS file used in the screenshot. To
reproduce the bug, a trial version of Finale 2012 can be downloaded from here:
http://www.finalemusic.com/Downloads/FreeTrial.aspx
** Test System **
OS: Kubuntu 11.10 64-bit w/ KDE SC 4.8.0
Motherboard: ASRock X58 Extreme3 (Intel X58 chipset)
CPU: Intel Core i7 (2.8 GHz quad-core)
RAM: 12GB DDR3
Video: Dell NVIDIA GeForce 7800 GTX w/ 256 MB RAM (PCI Express)
Linux Kernel: 3.1.0-1-generic
NVIDIA video driver: 280.13
Screen Resolution: 1280 x 960
--
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=13792
Summary: Abomination:The Nemesis Project Crashes at startup
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realheadcrusher(a)hotmail.com
Created an attachment (id=13829)
--> (http://bugs.winehq.org/attachment.cgi?id=13829)
Crash dump
Abomination game installs fine but Abomb.exe, the game itself, crashes at
startup.
--
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=25447
Summary: Men of War does not let me select anti-aliasing
options
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Created an attachment (id=32387)
--> (http://bugs.winehq.org/attachment.cgi?id=32387)
Terminal output from run
Men of War works fine, and every setting in the options menu is the same as it
is on Windows 7, with one exception: I cannot set antialiasing options to
anything other than "none". On Windows I can go up to 8x.
I have an NVidia GTS 450 with proprietary drivers (260.19.06) running on Ubuntu
10.10 64 bit.
--
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=12212
Summary: DeusEx: regression - running at big resolutions result
in screen shift&crop
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anton(a)korzh.ru
CC: julliard(a)winehq.org
Running DeusEx since 0.9.56 in resolution different to 640x480, results in
incorrect fullscreen positioning and picture cropping to upper-left quarter of
screen in first main menu view. In 0.9.55 is everything ok.
git bisect helped to find a commit which have introduced the regression:
0.9.55-409
winex11: Re-introduce a separate X11 window for the client area of top-level
windows
--
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=26416
Summary: Fullscreen problems with Phantasy Star Online
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
This applies to the demo version of Phantasy Star Online
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=2170).
Download the demo version from
http://download.cnet.com/Phantasy-Star-Online-demo/3000-7539_4-10243432.html
Bug 1: The game runs in fullscreen mode, but the Ubuntu menu bar and task bar
hide a bit of the game display.
Bug 2: If several programs are running, it is typically possible to switch
between them by pressing Alt-TAB -- but the game won't show up! I only see the
other programs I'm running.
Bug 3: The game changes my screen resolution from 1366x768 to 640x480. If I
start the game, press "enter" at the title screen and then "exit", my screen's
resolution changes back to 1366x768 when I'm exiting the game.
Now try another thing: start the game, press "enter" at the title screen and
then "new game". The stage will load. Now press the "escape" key and then
"exit" (ゲーム終了 if you're using the default Japanese language setting). You
should now be back at the title screen. Now you can repeat: "enter" and then
"exit". This time, the screen resolution *doesn't* change back to 1366x768, and
it is necessary to manually go to the display settings to fix the resolution.
Bug 4: If I Alt-TAB to another program, the game still hides that program,
unless I'm also changing workspace.
Bug 5: The game is a 4:3 game but the image is stretched out on my 16:9
display. When using the same hardware but rebooting into Windows 7, I get a 4:3
image with black bars on the left and right sides. Thus, Wine and Windows
behave differently. Maybe this is because of a setting; I'm not sure.
None of these bugs applies if I'm using the "emulate a desktop" setting in
Wine's configurations. They only apply if this setting is unchecked.
When launching the game, there is first a dialogue box with settings for fonts
and other things. The bugs don't apply to this dialogue box. Press the button
in the dialogue box and the game will start and then the bugs will apply.
--
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=22703
Summary: Running Galcon Fusion demo gives error message
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.galcon.com/fusion/files/GalconFusion_Setup.
exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=27975)
--> (http://bugs.winehq.org/attachment.cgi?id=27975)
terminal log
At the end of the installer a message comes up:
'Microsoft Visual C++ Runtime Library
Runtime error!
...
R6034
An application has made an attempt to load the C runtime library incorrectly'
Works fine with vcrun2008 installed via winetricks
--
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=30038
Bug #: 30038
Summary: Detect CPU speed by using sysctl "hw.clockrate"
instead of "dev.cpu.0.freq"
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
In dlls/ntdll/nt.c cpu speed on FreeBSD is actually taken from sysctl
"dev.cpu.0.freq". If the related value could not be found default value of 1GHz
is used.
Actually FreeBSD does not provide a sysctl variable "dev.cpu.0.freq".
The actual speed of the cpu is stored in sysctl variable "hw.clockrate".
Potential fix:
Change in dlls/ntdll/nt.c (line 1181)
--if (!sysctlbyname("dev.cpu.0.freq", &num, &len, NULL, 0))
+++if (!sysctlbyname("hw.clockrate", &num, &len, NULL, 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.
http://bugs.winehq.org/show_bug.cgi?id=11430
Summary: Applications based on CodeJock Software ToolkitPro fail
with division by zero
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
ToolkitPro from CodeJock software fails during initial UI drawing with:
wine: Unhandled division by zero at address 0x423325 (thread 0009), starting
debugger...
Sample application can be downloaded from:
http://www.codejock.com/public/download/win32/TabbedViewPro.zip
This makes applications like DIALux
(http://www.dial.de/CMS/English/Articles/DIAL/DIAL.html?ID=1) widely used in
lighting industry not usable.
--
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=21984
Summary: Glumbuster crashes on load
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=26698)
--> (http://bugs.winehq.org/attachment.cgi?id=26698)
terminal output + crash
Wine 1.1.40, Ubuntu 8.10, nvidia 195.30 8800GTS.
Glumbuster crashes on start, backtrace attached.
--
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=28598
Bug #: 28598
Summary: ArchiCAD 12: crashes when creating a new file or open
an existing one
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11719&iTestingId=31408
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roymcavoy(a)katamail.com
Classification: Unclassified
When you create a new file to the welcome interface (screencap1.png), the
software fails to finish loading the workspace (screencap2.png) and start
reporting tool bug Graphisoft (screencap3.png)
same problem with versions 14 and 15 of ArchiCAD
content of attachment.tar.gz
last 200 lines of debug report -> bugII.out
last 20 lines of the log -> winearchicad.exe_commandoutput.out
screencaptures -> screencap1.png screencap2.png sceencap3.png
Archicad 15 italian trial version: www.archicad.it
Other info:
linux distro: archlinux 3.0-ARCH
kernel: linux 3.0.6-1
component: atmlib, dotnet20, gdiplus, gecko120, msxml3, vcrun2008
installed: java6, quicktime player
--
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=19106
Summary: (Touhou Fuujinroku ~ Mountain of Faith) Stage
backgrounds aren't always rendered properly
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
Occasionally, the game will render the stage background incorrectly.
For example, on stage 4, the background is supposed to be a raging waterfall
with falling maple leaves, however, sometimes this will be rendered as maple
leaves falling against a plain, crimson red background.
Other levels suffer from this bug in a similar manner except for the color of
the matte background.
The error message associated with this bug is to the best of my knowledge as
follows:
fixme:d3d:buffer_UnLoad >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glDeleteBuffersARB @ buffer.c / 628
--
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=18569
Summary: TeamViewer: App doesn't start, probably heap
corruption
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.teamviewer.com/download/TeamViewer_Setup.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scpan(a)live.fr
Created an attachment (id=21230)
--> (http://bugs.winehq.org/attachment.cgi?id=21230)
Result of WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe &>/tmp/relay.txt
I installed TeamViewer with the default options. At the end the cursor blinks
forever so I ctrl-c it.
I moved to the working directory and tried to launch TeamViewer with: wine
TeamViewer.exe
The app doesn't start and I get an error in terminal (check attach)
I went to #winehq irc to find help, I did steps below :
I removed my .wine directory and re-installed TeamViewer: same error
I did a trace log with WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe
&>/tmp/relay.txt and lzma -9 /tmp/relay.txt
You can find the trace log in attachment
Focht thinks it's because of a heap corruption, I did
WINEDEBUG=+relay,+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt and
TeamViewer launches succesfully but it doesn't lauch with WINEDEBUG=warn+heap
wine ./TeamViewer.exe
So I now use WINEDEBUG=+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt for
a workaround but still looking for a fix.
--
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.