http://bugs.winehq.org/show_bug.cgi?id=14087
Summary: Shell32.dll needs new icons
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
Hi,
Where can I find the guidelines for designing and/or contributing icons for
Wine, particularly for shell32? Since I know very little C/C++ this might be
one area where I can contribute.
I would have suggested this before, but I knew that everyone's busy getting the
basics done in time for Wine 1.0, and of course, functionality and bug fixes is
understandably more important than artwork. Now that a stable version has been
released, I think this might be a good time to work on the look and feel.
Regards,
Bamm
--
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=10892
Summary: Unable to refocus after opening url link in Warcraft III
[The Frozen Throne]
Product: Wine
Version: 0.9.51.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3126
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)gmail.com
Created an attachment (id=9796)
--> (http://bugs.winehq.org/attachment.cgi?id=9796)
The oblong next to the firefox icon is warcraft 3x selected
Unable to refocus after opening url link in warcraft III [The Frozen Throne].
Battle.net > login > profile > view web profile.
It opens click on the Warcraft 3x tab and you see [warcraft3x_focus_loss],
after 25 minutes or so we get [error_war3x].
You can never refocus the game, the only way to stop is killing it.
This bug is in version 0.9.41, 0.9.51 and probably in the versions between.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12888
Summary: Settlers VI: Requires administrator privileges
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdb(a)tdb.fi
When trying to start Settlers VI: Rise of an Empire, I am greeted with a
message box saying "Insufficient privileges: you must be administrator when you
run this application for the first time." I am not quite sure how it checks
for having those, it appears to communicate with a driver related to the Tages
copyprotection just before presenting this error.
The game version is 1.5.
--
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=10179
Summary: Heap corruption in tiny example program
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The call to GlobalHandle in the following program causes the warning
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic for
0x110810
To reproduce, copy the following program to dlls/kernel32/tests/bug.c
and compile with
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole
-I../../../include bug.c ../../../libs/port/libwine_port.a -ladvapi32
-lkernel32
then run with
WINEDEBUG=warn+heap ./a.out
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <assert.h>
int main(int argc, char **argv)
{
HGLOBAL hmem,hmem2;
UCHAR *pmem;
SetLastError(NO_ERROR);
hmem=GlobalAlloc(0, 1);
assert(hmem != NULL);
hmem=GlobalReAlloc(hmem,0,GMEM_MODIFY | GMEM_MOVEABLE);
pmem=GlobalLock(hmem);
hmem2=GlobalHandle(pmem); // Here's the line that causes the warning
assert(hmem2==hmem);
assert(pmem!=NULL && !GlobalUnlock(hmem) && GetLastError()==NO_ERROR);
assert(!GlobalFree(hmem));
assert(HeapValidate(GetProcessHeap(), 0, 0));
return 0;
}
This was boiled down from alloc.c (which has a similar warning).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15135
Summary: WineHQ site experience
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Pirard(a)ulg.ac.be
My experience of some walks through WineHQ :
1) openid should be used to subscribe to open software (fed up with managing
tens and tens of subscriptions)
2) Bugzilla might be translated to the English "Bugs search & report"
3) that page might have a "Reporting a bug" in addition to "Before reporting a
bug".
4) links should be added next to the fields of forms to explain them; for
example : which of P1-P5 priority is high?
Hoping this will help, André.
--
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=14496
Summary: NVIDIA Dusk Demo Fails to run
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.nzone.com/object/nzone_duskdemo_home.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cwadge(a)gmail.com
Created an attachment (id=14821)
--> (http://bugs.winehq.org/attachment.cgi?id=14821)
Verbose debugging
The NVIDIA "Dusk" graphical demo crashes on execution with the following error:
wine: Unhandled page fault on read access to 0x00000044 at address 0x40a529
(thread 0009), starting debugger...
More verbose debugging 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=10034
Summary: SPSS 15: missing disk ID for authorization
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiu-d97c(a)myamail.com
Created an attachment (id=8572)
--> (http://bugs.winehq.org/attachment.cgi?id=8572)
Log of the session
In SPSS 15, you must activate your license using a licence authorization wizard
(from help menu). When I select "I obtained a license from SPSS" and click
"Next", there is an error message with code 30200 (from SPSS) saying that disk
ID is missing.
Nothing seems to happen in the Log (included below).
Using Wine 0.9.46 in Ubuntu 7.04 and the French version of SPSS 15.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10512
Summary: Project Visitor: Installs OK but crashes when run
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://projectvisitor.com/site/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilcox.kyle(a)gmail.com
Created an attachment (id=9258)
--> (http://bugs.winehq.org/attachment.cgi?id=9258)
Command line error log from running ProjectVisitor
Project Visitor crashes when trying to run the program through Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15398
Summary: The Journeyman project 3 crashes on exit
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Created an attachment (id=16250)
--> (http://bugs.winehq.org/attachment.cgi?id=16250)
Relay log from crash
When exiting The Journeyman Project 3: Legacy of time, the game will crash. In
the relay log, it looks like it crashes after calling OpenDesktopA() and
getting a negative reply. Strangely enough, it doesn't seem to make any
problems for the game in itself.
--
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=15282
Summary: Microsoft Office Excel 2007: Recording Macros doesn't
work
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16085)
--> (http://bugs.winehq.org/attachment.cgi?id=16085)
WINEDEBUG=-hook,-richedit,-msxml,+ole wine EXCEL.EXE
One of Excel's most often used features is useless in Wine:
fixme:ole:GetHGlobalFromILockBytes cbSize is 0
fixme:ole:GetHGlobalFromILockBytes 0x2ecfcb8->ReadAt failed with 80030009
fixme:storage:BIGBLOCKFILE_MemInit May not be an ILockBytes on HGLOBAL
fixme:advapi:CheckTokenMembership ((nil) 0x1dcf48 0x32d8e8) stub!
Then a generic error box saying 'unable to record'.
Attaching a +ole trace.
--
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=15122
Summary: Clipboard functions don't work in console applications
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)zend.com
Created an attachment (id=15827)
--> (http://bugs.winehq.org/attachment.cgi?id=15827)
proposed patch
My favorite console file manager FAR (http://www.farmanager.com/) almost work
under wineconsole except for clipboard operations (<Ctrl-Ins>, <Shift-Ins> in
FAR's internal editor and command line).
I run it with the following command on Fedora-8/x86.
$ wineconsole --backend=user ~/.wine/drive_c/Program\ Files/FAR/Far.exe
The reason of the problem is loss of SelectionRequest/SelectionClear X11
events.
I've attached a patch which fixes the problem.
May be it looks like a hack, but anyway it can help to fix the problem in
better way.
It would be nice to have the problem fixed in next Wine release.
--
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=15048
Summary: BabasChess requires
gdiplus.dll.GdipCreateAdjustableArrowCap implementation
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.babaschess.net/download/SetupBabasChess_4_0_X
P.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=15704)
--> (http://bugs.winehq.org/attachment.cgi?id=15704)
BabasChess standard error messages
While trying to determine the status of bug 12285, I encountered an
unimplemented gdiplus function while trying to start the application:
wine: Call from 0x7b844e40 to unimplemented function
gdiplus.dll.GdipCreateAdjustableArrowCap, aborting
--
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=14610
Summary: Stata crashes when trying to start help (window)
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sm666(a)gmx.at
CC: julliard(a)winehq.org
Created an attachment (id=15003)
--> (http://bugs.winehq.org/attachment.cgi?id=15003)
text file with git output of "first bad commit"
in Stata (Program for Statistical Regressions) one types "help" to get an
additional window (no standard help!); the whole application crashes when
typing help (worked in earlier versions).
First bad commit in ATTACHMENT
--
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=14223
Summary: Homeworld 2 fails to start
Product: Wine
Version: 1.1.0
Platform: Other
URL: http://homeworld2.com/downloads.jsp
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
Created an attachment (id=14509)
--> (http://bugs.winehq.org/attachment.cgi?id=14509)
Homeworld 2 Console Log
With an without a no-cd patch(as in, probably not SecuROM related), a clean 1.1
installation of Homeworld 2 does not run at all. It will get far enough to
change the resolution, then crash.
The URL given links to the demo you can download to try it out.
--
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=14004
Summary: Flickering/Flashing Menu Screen in Steam games
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leviwins(a)aim.com
I am experiencing issues with all Steam games that involves the menu screen to
flicker and appear every second for a split second during gameplay. The game
loads up and runs perfectly fine, but the menu screen flashes over the gameplay
ever second, making it hard to play. At first I figured it was my refresh rate,
so I set it to 60 in the game and the game launchers command line, but the
problem still persisted. I tried running the game in a virtual desktop, but
that caused my computer to freeze. I then tried running it windowed, but the
problem still proceeds.
I am using wine-1.0.0 and Ubuntu 8.04. I've had this problem with DOD: Source,
Half-Life, and Deathmatch Classic. I haven't ever experienced this problem
before, so I'm quite sure that it is Wine.
I have:
1 gig of ram
1.8 Ghz Processor
ATI All-In-Wonder 9800 128 MB graphics card
--
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=13993
Summary: MathCAD 2001: crashes while installing
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)kuksa.ru
Created an attachment (id=14182)
--> (http://bugs.winehq.org/attachment.cgi?id=14182)
stderr
I'm trying to install mathcad on ubuntu 8.10 with wine-1.0
There are some installing activity in some seconds and then setup crashes.
Tryed on wine-0.9x and all 1.0RCs. The same.
Stderr begins with
fixme:advapi:LookupAccountNameW (null) L"username" (nil) 0x33f7fc (nil)
0x33f800 0x33f7f4 - stub
I don't use any native dlls, but cat try to install something with winetools or
copy any from my notebook's windows. I think, it's not any kind of crime, couse
I have windows logo on the bottom of notebook and some junk cdroms from
notebook vendor.
P.S.
MathCAD is not a free application, so I can't give download URL here.
I can make an archive with all setup files and put it on any file-share server.
But without any serial numbers. :-/
--
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=13867
Summary: WinSCP: Background transfer queue doesn't refresh/update
automatically
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: audiocheese(a)gmail.com
When using the "Transfer on background by default" option in the "Preferences
-> Transfer -> Background" page, the background transfer box does not
automatically refresh itself as it should.
To get the box to update you must manually click one of the current downloads
to get updated information on the transfer. This information will remain static
until the next time you click an entry again.
I have experienced this behavior on Xubuntu 8.04 i386 and Ubuntu 8.04 x86_64.
You can download WinSCP for free at the following URL:
http://winscp.net/eng/download.php
--
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=13857
Summary: winword 100% cpu in splash
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iugamarian(a)yahoo.com
winword.exe from Office 97 shows the splash screen, uses 100% processor and
does not get out of the splash screen. It has to be killed with a special tool
like gnome-system-monitor.
--
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=13562
Summary: rpg maker vx crashing when the menu is clicked
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: BerlinerPaul(a)web.de
Created an attachment (id=13503)
--> (http://bugs.winehq.org/attachment.cgi?id=13503)
stdout log from the program
the program "rpg maker vx" is crashing when clicking on a menu entry on the
top.
--
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=13449
Summary: Art is Dead crashes when loading the first level
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.smallrockets.com/pc/artisdead/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Art is Dead crashes at 35% on the loading screen of the Gunflowers level.
--
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=13350
Summary: Dogfood: Vim menu text overlaps itself
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.vim.org/pub/vim/pc/gvim71.exe
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Vim has menus that are split into two columns. The first column is a verbal
description of a menu item, and the second column is the vim command that
accomplishes the same thing. Running the Windows version of gvim has both
columns begin at the same x-position, resulting in them overlapping each other.
Unfortunately I haven't figured out how to grab a screenshot of a menu, as
pressing print screen cancels the menu.
--
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=13316
Summary: Strong DC++ does not auto scroll chat window
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://dc.netbynet.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=13189)
--> (http://bugs.winehq.org/attachment.cgi?id=13189)
Screenshot of the bug
Strong DC++ does not auto scroll the main chat window when new messages appear
even if this option explicitly enabled.
A screenshot illustrates the bug.
The client can be downloaded from the site of my internet provider.
--
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=13288
Summary: Ventrilo is dont work.
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
Created an attachment (id=13139)
--> (http://bugs.winehq.org/attachment.cgi?id=13139)
this is the text say in the console sorry my english is to bad
Hiyas we have test the ventrilo with wine in ubuntu hardy heron and there send
to my the follow error in test GSM 6.10 say: codec initialitation failed:
unable to find the specified codec. :(
Sorry i speak spanish my english is to bad
--
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=13279
Summary: TrendyFlash Site Builder 1.0 requires urlmon stubs
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.trendyflash.com/tdcsb/tdcsbtrialdownload.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13128)
--> (http://bugs.winehq.org/attachment.cgi?id=13128)
TrendyFlash Site Builder 1.0 stderr output
With today's Git (wine-1.0-rc1-104-g2470b0b), when pressing the Help button in
the Flash window, a fatal exception is incurred due to missing
urlmon.dll.HlinkSimpleNavigateToMoniker, urlmon.dll.IsLoggingEnabledA, and
urlmon.dll.IsLoggingEnabledW functions. Relevant traces are 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=12980
Summary: Bioshock 1.0 crash on startup with "unhandled exception"
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chourmovs(a)gmail.com
Created an attachment (id=12730)
--> (http://bugs.winehq.org/attachment.cgi?id=12730)
console output
Hi
Bioshock installed with windows anti securom trick (see Appdb :
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9320&iTestingI…)
missing Dll copied to windows system32 with directx simple installation (no dll
override)
vcrun2008 installed with winetricks
No missing files left but the game crash on 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.