http://bugs.winehq.org/show_bug.cgi?id=24273
Summary: Some objects in Source games are black
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.monreal+wine(a)gmail.com
Some objects in games based on Valve's Source engine are displayed all black:
- Half-Life 2: the airboat, the (drivable) car
- Left 4 Dead: weapons, pickup items and player models
Running on a GeForce 7950. I tried various graphics settings but they all lead
to the same black textures in both games.
--
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=25775
Summary: World of Warcraft: crashes several seconds after
logging in to a character.
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geekgymnast(a)gmail.com
Created an attachment (id=32847)
--> (http://bugs.winehq.org/attachment.cgi?id=32847)
log of console text for running world of warcraft
World of Warcraft successfully loads and allows me to log in. After selecting a
character on the character select screen, it successfully loads and enters the
game world for a few seconds before crashing. The sound continues to run even
after crashing.
--
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=22687
Summary: Bonzai3D crashes and wine freezes when project window
is moved
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://formz.com/products/bonzai3d/bonzai3dDownloadTri
al.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lasventajas.com
Bonzai3D is a 3D drawing application.
Running Bonzai opens several application windows including menu palettes and
the main project window, which contains the 3D view of our drawing. If you left
click and grab the project window bar to move it then Bonzai encounters a
serious error and crashes. On my installation the OS also becomes unresponsive
to keyboard and mouse and I have to Alt F2, wineserver -k to get back my
desktop.
None of the other Bonzai windows produce this crash and all windows, including
the project window, can be resized.
--
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=34914
Bug #: 34914
Summary: mshtml:htmldoc fails on most Windows systems
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
mshtml:htmldoc fails on most Windows systems. There appears to be more than one
failure mode though.
http://test.winehq.org/data/tests/mshtml:htmldoc.html
* The first failure mode is a right crash after NavigateWithBindCtx2 on Vista
and Windows 7:
htmldoc.c:4351: NavigateWithBindCtx2
test failed: crash
* The second failure mode is two sets of 13 mostly identical failures that
happen on Windows XP, Vista and Windows 7:
htmldoc.c:3172: Test failed: unexpected state L"uninitialized", expected 1
htmldoc.c:3172: Test failed: VT_I4(out)=0, expected 1
htmldoc.c:3187: Test failed: unexpected call Invoke_AMBIENT_SILENT
htmldoc.c:3172: Test failed: unexpected state L"uninitialized", expected 1
htmldoc.c:3172: Test failed: VT_I4(out)=0, expected 1
htmldoc.c:3184: Test failed: unexpected call
htmldoc.c:3255: Test failed: unexpected call
Invoke_OnReadyStateChange_Loading
htmldoc.c:2898: Test failed: mon(00506868) != exmon(005061E8)
htmldoc.c:2494: Test failed: unexpected call GetHostInfo
htmldoc.c:2541: Test failed: unexpected call UpdateUI
htmldoc.c:2846: Test failed: unexpected call Exec_UPDATECOMMANDS
htmldoc.c:3471: Test failed: dwFlags = 8
htmldoc.c:7601: Test failed: mon(00506868) != exmon(005061E8)
htmldoc.c:5978: Test failed: mon(00506868) != exmon(005061E8)
* The last failure mode is a timeout which happens on a couple of old TestBot
Windows XP SP3 VMs that all happen after the same check:
htmldoc.c:7704: Testing submit...
test failed: timed 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=26101
Summary: riched20/editor tests show a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33289)
--> (http://bugs.winehq.org/attachment.cgi?id=33289)
valgrind log
Most seem related to:
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (editor.h:30)
by ME_MakeStringB (string.c:35)
by ME_MakeStringN (string.c:46)
by ME_InsertTextFromCursor (caret.c:576)
by ME_HandleMessage (editor.c:3557)
by RichEditWndProc_common (editor.c:4491)
by RichEditWndProcA (editor.c:4516)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_scrollbar_visibility (editor.c:2752)
by func_editor (editor.c:7112)
by run_test (test.h:556)
by main (test.h:624)
there's also:
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (editor.h:30)
by ME_MakeStringB (string.c:35)
by ME_MakeStringN (string.c:46)
by ME_InsertTextFromCursor (caret.c:576)
by RTFFlushUnicodeOutputBuffer (reader.c:2558)
by RTFFlushOutputBuffer (reader.c:2603)
by ME_RTFParAttrHook (editor.c:826)
by ControlClass (reader.c:2364)
by RTFRouteToken (reader.c:342)
by RTFRead (reader.c:310)
by ME_StreamIn (editor.c:1488)
by ME_Paste (editor.c:1998)
by ME_KeyDown (editor.c:2305)
by ME_HandleMessage (editor.c:4020)
by RichEditWndProc_common (editor.c:4491)
by RichEditWndProcA (editor.c:4516)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
...
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:386)
by set_dataobject_format (clipboard.c:2071)
by OleSetClipboard (clipboard.c:2134)
by ME_Copy (editor.c:2022)
by ME_KeyDown (editor.c:2317)
by ME_HandleMessage (editor.c:4020)
by RichEditWndProc_common (editor.c:4491)
by RichEditWndProcA (editor.c:4516)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_WM_PASTE (editor.c:4805)
by func_editor (editor.c:7131)
by run_test (test.h:556)
and more. I'll attach the full log.
--
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=13934
Summary: thief deadly shadows crashes immediately
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jlayton(a)poochiereds.net
Created an attachment (id=14073)
--> (http://bugs.winehq.org/attachment.cgi?id=14073)
log from crash
Thief: Deadly Shadows consistently crashes immediately for me when starting it.
Log from startup attached with WINEDEBUG set to +relay.
This is using a cracked copy of t3.exe, but I get similar results when I use
the copy-protected binary as well with the CD in the drive.
Happy to get any logs you wish from running it if they'll be helpful...
--
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=28823
Bug #: 28823
Summary: riched20/tests/editor.ok: TRACE() of uninitialized
value triggered by test_word_movement()?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at _itoa_word (_itoa.c:196)
by vfprintf (vfprintf.c:1619)
by vsprintf (iovsprintf.c:43)
by sprintf (sprintf.c:34)
by default_dbgstr_wn (debug.c:374)
by NTDLL_dbgstr_wn (debugtools.c:107)
by wine_dbgstr_wn (debug.c:421)
by debugstr_wn (debug.h:257)
by ME_WordBreakProc (string.c:183)
by ME_CallWordBreakProc (string.c:214)
by ME_MoveCursorWords (caret.c:741)
by ME_ArrowKey (caret.c:1579)
by ME_KeyDown (editor.c:2110)
by ME_HandleMessage (editor.c:4028)
by RichEditWndProc_common (editor.c:4499)
by RichEditWndProcA (editor.c:4524)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2211)
by send_message (message.c:3084)
by SendMessageA (message.c:3286)
by send_ctrl_key (editor.c:4665)
by test_word_movement (editor.c:5952)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1703)
by heap_alloc (editor.h:30)
by ME_MakeStringB (string.c:39)
by ME_MakeStringN (string.c:46)
by ME_InsertRunAtCursor (run.c:372)
by ME_InternalInsertTextFromCursor (caret.c:467)
by ME_InsertTextFromCursor (caret.c:541)
by ME_HandleMessage (editor.c:3565)
by RichEditWndProc_common (editor.c:4499)
by RichEditWndProcA (editor.c:4524)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2211)
by send_message (message.c:3084)
by SendMessageA (message.c:3286)
by test_word_movement (editor.c:5947)
--
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=31462
Bug #: 31462
Summary: Open General: corrupted tiles on the map
Product: Wine
Version: 1.5.10
Platform: x86
URL: http://sourceforge.net/projects/opengeneral/files/Dail
yBuild/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 41359
--> http://bugs.winehq.org/attachment.cgi?id=41359
terminal output
The game starts fine except that intro video and music don't play. When I load
a scenario or campaign map, the map is loaded, but the hexagonal tiles on the
map are corrupted (see attached screenshot). If you select a unit, all the
surrounding tiles become corrupted.
Another occurrence of the problem is when I load a campaign where the weather
is snowy: the map is all red and I can only see small white dots moving across
the screen (representing the snowflakes).
I can reproduce the problem with Wine 1.2.3, 1.4.1, 1.5.10. Tried the game with
the open source Nouveau as well as with the proprietary Nvidia driver (304.32):
both display tiles incorrectly.
Steps to reproduce the problem:
1. download and install the game
2. start the game and select <Play Scenario> in the menu (second button from
the left). Choose a map (it can take some time until the map is downloaded)
3. when the map is loaded you should see that tiles (hexes) are drawn
incorrectly
--
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=26097
Summary: Mario Forever 5.0.1: fails to start
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.gamershell.com/download_69382.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Gives two error dialogs on startup:
Error
Cannot use control \\\"ControlName\\\" registered at
{8856F961-340A-11D0-A96B-00C04FD705A2} in this computer registry :
Unable to find any programming interface.
Terminal shows:
fixme:shdocvw:PersistStreamInit_InitNew (0x49e968)
fixme:shdocvw:ProvideClassInfo_GetClassInfo (0x49e968)->(0x33fbd4)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x49e968)
fixme:shdocvw:OleObject_Close (0x49e968)->(1)
fixme:shdocvw:PersistStreamInit_InitNew (0x4a0600)
fixme:shdocvw:ProvideClassInfo_GetClassInfo (0x4a0600)->(0x33fc10)
fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x4a0600)
fixme:shdocvw:OleObject_Close (0x4a0600)->(1)
so I tried 'winetricks -q ie7', which gives me the game splash screen.
Game is a free download.
--
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=12926
Summary: Installation of Microsoft Zune Software fails
Product: Wine
Version: unspecified
Platform: All
URL: http://www.zune.net/en-
us/products/zunesoftware/download.htm
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)brokencrystal.com
Download the software free here:
http://www.zune.net/en-us/products/zunesoftware/download.htm
The software crashes during install.
--
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=33974
Bug #: 33974
Summary: The Last Remnant crashes frequently
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.blumenkrantz(a)gmail.com
Classification: Unclassified
When playing TLR, the game is guaranteed to crash at certain points; one such
example is when entering the Sacred Lands in the game.
Additionally, the game crashes repeatedly during fights when displaying certain
enemy attacks from certain angles; these crashes do not leave any useful info
that I have been able to find, though I am willing to provide any logs on
demand.
--
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=17261
Summary: CheckPoint SmartConsole R65 (FirewallManagement tool)
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andre.kjellstrup(a)gmail.com
SmartConsole, consists of SmartDashboard, SmartView Tracker SmartMonitor (+some
minor tools)
Most of it works well, but some functionality is reduced.
-This tool has a internal demo-database, that can easily be used for testing.
-I will provide the software to you on request.
SmartView Tracker; should be able to filter on any column (right-click on top
of column) But only on the leftmost column works as expected.
In order to filter the correct column I have to hide the other columns making
the filter column the left one.
SmartDashboard; when adding a network og node object, you see a list,
(scroll-list) it should be possible to type inside the list in order to make it
scroll to the wanted object, but instead, when typing, many objects are
selected, (as if shift were held down)
Fixing those two problems would make this application much more usable.
-please feel free to contact me if you need any software/information about this
application.
--
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=19258
Summary: BBC iPlayer Desktop fails to download Adobe AIR
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.bbc.co.uk/iplayer/install/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22299)
--> (http://bugs.winehq.org/attachment.cgi?id=22299)
Wine 1.1.25 +cryptasn +wintrust
The BBC iPlayer tries to download Adobe AIR through Flash.
http://www.bbc.co.uk/iplayer/install/
Flash appears to successfully download the file, but reports it unsuccessful.
Installing AIR beforehand makes no difference.
http://airdownload.adobe.com/air/win/download/1.5/AdobeAIRInstaller.exe
A similar problem was related to wintrust, but I can not say that this is the
problem.
Tried a +cryptasn,+wintrust trace, only +cryptasn gives any output (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=32761
Bug #: 32761
Summary: SafeDisc v4 fails to properly install on a 64-bit
system
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muzerakascooby(a)gmail.com
Classification: Unclassified
Installing Worms Forts Under Siege, it installs a SecDrv.sys into
system32/drivers or syswow64/drivers. However, in the registry key
(HKLM/System/CurrentControlSet/Services/SecDrv), it installs a value with data
that always has the system32 path, thus meaning that the driver fails to load
on wine startup and copy-protected games will just flat out refuse to run. I
would have thought wine would have been coded to catch this sort of thing...
evidently something was missed. Fixing this I would imagine would greatly
reduce the frequency of SafeDisc-related problems on 64-bit systems, unless
it's just peculiar to this one game.
--
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=23328
Summary: Medal of Honor MOHAA and MOHPA: messed autorun
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
I´m using ubuntu lucid lynx with NVIDIA 9500 GT video card.
What happens is which the autorun image is show smaller than it is, it gains
some scroll bars, and also, none of the buttons work.
I will try to post some kind of log later
--
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=18943
Summary: Winedbg prints "illegal address" a lot during
backtraces of chromium unit test crashes
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: eric.pouech(a)orange.fr
In bug 15206, I mentioned that windbg output "illegal address" often during
backtraces of chromium unit tests when getting symbols from .pdb's, e.g.
Backtrace:
=>0 0x02e49c03 DebugUtil::BreakDebugger+0x3()
[c:\users\dank\documents\chromium\src\base\debug_util_win.cc:103] in chrome
(0x0148e17c)
1 0x01d280e8 SilentRuntimeAssertHandler+0x8(str=*** Invalid address
0x0148e18c ***
) [c:\users\dank\documents\chromium\src\chrome\common\logging_chrome.cc:41] in
chrome (0x0148e184)
2 0x02e1f1e6 logging::LogMessage::~LogMessage+0x2f6()
[c:\users\dank\documents\chromium\src\base\logging.cc:538] in chrome
(0x0148e2f0)
3 0x025135fa ExtensionMessageService::RendererShutdown+0xea(renderer=***
Invalid address 0x0148e410 ***
This seems wrong, and is fairly annoying.
--
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=24042
Summary: Heat Online won't start if using mono26 instead of
dotnet20
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://head-online.net
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Probably a mono problem, but needs to be triaged by somebody who knows both
mono and wine before reporting to them?]
Do 'winetricks mono', then install and start the app.
(You can bypass the patcher after the first run by running Heat.bin instead of
Heat.exe.)
Press 'Start'. It crashes quickly; the log shows
...
** Message: Unknown heap type: {smartassembly}
** (heat.bin:8): WARNING **: The following assembly referenced from C:\Program
Files\HeatOnline\heat.bin could not be loaded:
Assembly: CRC_ReleaseNoDebug (assemblyref_index=0)
Version: 0.0.0.0
Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(C:\Program Files\HeatOnline\).
** (heat.bin:8): WARNING **: Could not load file or assembly
'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
File name: 'CRC_ReleaseNoDebug, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
--
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=30216
Bug #: 30216
Summary: Audition Online VN: crashes when start game after the
patcher
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kids_lt(a)hotmail.com
Classification: Unclassified
Created attachment 39452
--> http://bugs.winehq.org/attachment.cgi?id=39452
program error detail
wine crashes when I click start game after patcher
--
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=23333
Summary: "Microsoft Math does not work.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_metal_20(a)hotmail.com
The scientific calculator "Microsoft Math does not work. Please a solution to
this.
--
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=16862
Summary: Sony Image Data Lightbox SR crashes and makes the whole
user session freeze
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julien(a)kirya.net
Created an attachment (id=18607)
--> (http://bugs.winehq.org/attachment.cgi?id=18607)
Image Data Lightbox SR crash backtrace
Hi,
When selecting a submenu in the Image Data Lightbox SR UI (eg. right click,
select one menu which has subentries), the application crashes (see attached
backtrace) and makes the whole user session freeze.
The process is stated as "defunct" (using ps) and can still be killed.
Cheers,
Julien
--
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=23590
Summary: Wine cannot start an application from a iso mounted
using gvfs (gnome archive mounter)
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.il(a)doom.co.il
Created an attachment (id=29486)
--> (http://bugs.winehq.org/attachment.cgi?id=29486)
backtrace of the crash
If you try to install a game from a iso file, you need to mount the iso. the
easy way is to use archive mounter, which also doesn't need root permissions.
for example, i tested it with BLUR (racing game) installation:
mount using archive mounter - run wine setup.exe - the application crash
instantly (attached backtrace)
but if you mount using mount isofile -o loop /mnt, run wine setup.exe - the
installer starts without any problem!
BLUR isn't the only app effected. try any app and see for yourself.
it is possible that this is a bug in gvfs and not in wine.
--
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=36442
Bug ID: 36442
Summary: The game runs smoothly but sometimes crash
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trvufe(a)jadamspam.pl
Created attachment 48465
--> http://bugs.winehq.org/attachment.cgi?id=48465
backtrace after hangs
Heroes of Might and Magic 3 sometimes hangs.
--
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=35725
Bug ID: 35725
Summary: Diablo III: Crash on installing
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Created attachment 47713
--> http://bugs.winehq.org/attachment.cgi?id=47713
Terminal output
I wanted to install Diablo 3 from the CD but after clicking on Install,
selecting a path for the installation and agreeing the text a subwindow appears
which contains the following text:
"An unexpected decryption error occurred.
Please contact Customer Support."
After clicking on OK the launcher closes immediately. In the attachments is the
output from the terminal.
--
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=30457
Bug #: 30457
Summary: Gimp,miro and other gtk+ base application crash on
startup
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download Gimp installer from
http://downloads.sourceforge.net/project/gimp-win/GIMP%20%2B%20GTK%2B%20%28…
2. install gimp
3. start gimp
Actual result:
Crash
I remember it didn't crash in the pass, according to
http://bugs.winehq.org/show_bug.cgi?id=27285#c1
It didn't crash with wine-1.4-rc1
However, after tried several older version of Wine, I find gimp/miro and some
other gtk+ based applications crash all the time, even with wine-1.4-rc1
Could somebody double check?
I tried to cross-compile gtk+ win32 to get a full debugging symbols but failed
with some link errors.
--
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.