http://bugs.winehq.org/show_bug.cgi?id=35405
Bug ID: 35405
Summary: NoLimits Coaster 2, Direct3D not supported
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)truthiness.biz
Classification: Unclassified
NoLimits Coaster 2 was recently released. When attempting to open the
application, it gives the message: "windowed Direct3D rendering not supported
in current display mode"
A demo can be downloaded and tested here:
http://www.maddata.com/nolimits2/download03/NoLimits_2000_Demo_Install.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22929
Summary: "Path not found" error prevents NCLauncher from
updating itself to latest
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killzenator(a)gmail.com
Created an attachment (id=28376)
--> (http://bugs.winehq.org/attachment.cgi?id=28376)
compressed log
The Launcher can successfully start and download the patch but when it tries to
apply it (im guessing at least thats what its trying to do) an error window
pops up with "Path not found" and the application closes
--
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=23736
Summary: Kingdom Heroes requires MSVCP80.dll
Product: Wine
Version: 1.2
Platform: x86
URL: http://kingdomheroes.aeriagames.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing the game goes fine, but running Loader.exe fails immediately with
err:module:import_dll Library MSVCP80.dll (which is needed by
L"C:\\AeriaGames\\KingdomHeroes\\Loader.exe") not found
winetricks vcrun2005 works around this, and gets you further.
--
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=36167
Bug ID: 36167
Summary: valgrind shows a leak in mshtml/tests/activex.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==2469== 132 bytes in 1 blocks are definitely lost in loss record 5,572 of
7,067
==2469== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2469== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2469== by 0x661486A: heap_alloc_zero (urlmon_main.h:241)
==2469== by 0x6623917: Uri_Construct (uri.c:5654)
==2469== by 0x6623B2F: CreateUri (uri.c:5727)
==2469== by 0x6612C77: CreateURLMonikerEx (umon.c:651)
==2469== by 0x6612F8F: CreateURLMoniker (umon.c:734)
==2469== by 0x7377856: PersistStreamInit_Load (persist.c:885)
==2469== by 0x4E6DDEE: doc_load_string (ocidl.h:5115)
==2469== by 0x4E6E33D: create_doc (activex.c:2331)
==2469== by 0x4E6EA12: test_flash_ax (activex.c:2418)
==2469== by 0x4E706A4: func_activex (activex.c:2726)
==2469== by 0x4EEF686: run_test (test.h:584)
==2469== by 0x4EEFA75: main (test.h:654)
==2469==
--
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=24257
Summary: wrong wow64 installation path for debian
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
commit b32653235a03d1edca3d5698a1dcbd6ea56e2fb0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 21 12:28:22 2010 +0200
configure: Default to /lib64 as libdir for 64-bit builds, and use plain
/lib for 32-bit builds.
diff --git a/configure.ac b/configure.ac
index 4aa7cfd..83b3240 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,7 +192,9 @@ then
enable_fonts=${enable_fonts:-no}
enable_server=${enable_server:-no}
enable_tools=${enable_tools:-no}
- test "x$libdir" != "x\${exec_prefix}/lib" ||
libdir="\${exec_prefix}/lib32"
+elif test "x$enable_win64" = "xyes"
+then
+ test "x$libdir" != "x\${exec_prefix}/lib" ||
libdir="\${exec_prefix}/lib64"
This commit change configure and configure.ac, however for debian, /lib is for
64-bit,
and /lib64 is a just a symlink to /lib. The net effect of this patch will
effectively.
install and overwrite wine64 files in /usr/lib when install files for wine
wow64.
workaround: add back the deleted line for debian.
--
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=35064
Bug #: 35064
Summary: The app is called Daemon Tools
Product: Wine
Version: 1.4-rc1
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicolasmartin1(a)hotmail.es
Classification: Unclassified
I try to open it with wine and the program opens for a second and then a
message appears telling me there has been a problem and the program needs to
close.
--
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=9958
Summary: Albatross18 returns to the console immediately
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download2.gamershell.com/cgi-
bin/fhx.pl?auth=dJulWPE62z3m6&id=21281&ts=1191871805&cat
=demo&filename=albatross18_setup.zip
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I 've been seeing people sending in test reports for this app every now and
then , so i decided to give it a go myself. The only thing it does is spit out
a few fixme's (shdocvw) and then exits. With native shdocvw (and shlwapi) the
update screen comes up fine and the update process goes fine. However , while
trying to start the game it just hangs. (This bugreport is only for the first
part)
--
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=35147
Bug ID: 35147
Summary: Audiosurf: Quest3D error on startup
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex(a)fruitbat.org
Classification: Unclassified
Since most issues that are related to Audiosurf not loading are closed, except
for the one that's unconfirmed, I'll submit a new one. Whenever I try to load
Audiosurf from Steam, I get this error that says "Unable to load startup
channelgroup". The file in question is "start - project loader.cgr". This
appeared when I upgraded to wine 1.7.8 from 1.7.7 because of Steam. I also
tried running the game under a clean wine prefix (The one I use often isn't so
clean.), but I reach the same error. Reverting to Wine 1.6 lets the game loader
to start, but Steam is needed to play the game. Let me know if I need to do
anythig else, like regression tests.
Wine Version: 1.7.8
Operating System: Kubuntu 12.04.3
--
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=32207
Bug #: 32207
Summary: Planetside 2 (Beta) Crash when opening ingame Menus
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: privat(a)cirk2.de
Classification: Unclassified
Created attachment 42483
--> http://bugs.winehq.org/attachment.cgi?id=42483
Console log of crash
Plnetside 2 Crashes upon opening any of the fullscreen menus (ESC-Menu, Map,
Any terminal). This started to appear with the 11.02.2012 patch (added Amerish
Continent). Beforehand it worked fine.
Meanwhile there has been an new Patch which didn't fix it.
According to the Comments on the AppDB page for the Game this issue occurs with
Nvidia driver 304.64/60 and 310.14.
I tested with all combinations of Windowed/Full screen/Full screen Window and
Emulated Desktop On/Off with no change. Game Graphics setting also make no
Difference.
I tested it on Git Builds of Wine (self compiled), I did not change the Build
over the patch (same build before and after the patch), and any newer build did
not fix it.
Installed winetricks: d3dx9_43 dinput8 physx vcrun2005 vcrun2008
Attached is the Console Crashlog, notable thing I've seen is that it is always
a Unhandled page fault on write access to 0x00000014.
--
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=25110
Summary: "PDF Password Cracker 3.2 Enterprise" immediately page
faults (downloadable)
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranguvar(a)archlinux.us
Created an attachment (id=31843)
--> (http://bugs.winehq.org/attachment.cgi?id=31843)
Log of attempted start
PDF Password Cracker 3.2 Enterprise immediately page faults upon open.
This is reproducible with the trial version -- go to http://crackpdf.com/ , and
click "Free Download" under "PDF Password Cracker Ent v3.2". Install in a new
prefix, and run the program after.
Wine output attached, let me know if you want a gdb backtrace (and if so, how
you would like this backtrace obtained).
The problem, prematurely, appears to be in GetSysColor() of user32.dll.
Is the application trying to skin itself? I see a reference to "skinmagic",
which I would guess is http://www.appspeed.com/html/products.html 's "SkinMagic
C/C++ Toolkit".
--
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=10182
Summary: Hapedit doesn't launch web browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://hapedit.free.fr
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I stumbled across
http://slashdot.org/~Spy+der+Mann/journal/185683
which complains that his favorite html editor, Hapedit,
doesn't work well ("the font's all messed up").
I downloaded and launched hapedit. Font seems fine to
me, but clicking on the "Browser" button fails to
launch a browser to preview the current document.
I peered at +reg traces but didn't see how it's trying
to detect the default browser. On Windows it brought
up Firefox fine for me.
--
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=28465
Summary: shlwapi/path.c test crashes if
CFLAGS="-fstack-protector-all" is used
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://wiki.debian.org/Hardening
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=36503)
--> (http://bugs.winehq.org/attachment.cgi?id=36503)
backtraces
make test passes for me fine if I use -fstack-protector, but if I use
fstack-protector-all, some tests fail. Next up, shlwapi/path.c:
austin@aw25 ~/wine-git/dlls/shlwapi/tests $ make path.ok
../../../tools/runtest -q -P wine -M shlwapi.dll -T ../../.. -p
shlwapi_test.exe.so path.c && touch path.ok
*** stack smashing detected ***: shlwapi_test.exe.so terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x50)[0x68278a50]
/lib/libc.so.6(+0xe39fa)[0x682789fa]
/home/austin/wine-git/dlls/shlwapi/shlwapi.dll.so(+0x50404)[0x6858f404]
/home/austin/wine-git/dlls/shlwapi/shlwapi.dll.so(+0x35d82)[0x68574d82]
/home/austin/wine-git/dlls/shlwapi/shlwapi.dll.so(PathCombineA+0x103)[0x68574fa3]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(+0x2a41d)[0x6851841d]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(func_path+0x754)[0x6851d4a4]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(+0x3d9ac)[0x6852b9ac]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(main+0x162)[0x6852bbc2]
/home/austin/.wine/dosdevices/z:/home/austin/wine-git/dlls/shlwapi/tests/shlwapi_test.exe.so(+0x3e8cc)[0x6852c8cc]
/home/austin/wine-git/dlls/kernel32/kernel32.dll.so[0x7b85f91c]
/home/austin/wine-git/dlls/kernel32/kernel32.dll.so[0x7b86361a]
/home/austin/wine-git/dlls/ntdll/ntdll.dll.so[0x7bc77df8]
/home/austin/wine-git/dlls/ntdll/ntdll.dll.so[0x7bc78061]
/home/austin/wine-git/dlls/ntdll/ntdll.dll.so[0x7bc4ecd9]
/home/austin/wine-git/libs/wine/libwine.so.1(+0x984d)[0x6802884d]
Disabling the tests:
/* try a directory longer than MAX_PATH */
/* pszPath is too long */
allows it to pass.
testing this when I noticed that Debian is planning to harden packages by
default:
http://wiki.debian.org/Hardeninghttp://lists.debian.org/debian-devel/2011/09/msg00054.html
--
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=22698
Summary: mshtml: iexplore crash after click "Install" at
www.browserchoice.eu
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.browserchoice.eu
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
After opening the browserlist with
wine iexplore www.browserchoice.eu
and click an "Install" butten, wine crashed in mshtml
(I tested with Safari, Firefox and SlimBrowser)
wine: Unhandled page fault on read access to 0x00000064 at address 0x78af9cee
(thread 0028), starting debugger...
Backtrace:
=>0 0x78af9cee on_start_uri_open+0x6e(nscontainer=0x244d3f8, uri=0x22f46b0,
_retval=0x33f158) [/home/detlef/wine-git/src/dlls/mshtml/nsio.c:231] in mshtml
(0x0033f098)
--
By by ... Detlef
--
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=34015
Bug #: 34015
Summary: crash problem planetside 2
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baticta1(a)walla.com
Classification: Unclassified
i don't know the game planetside 2 crash when i'm in the server ready to play
and it stop and i can't play anymore
someone help me
Thanks.
--
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=29159
Bug #: 29159
Summary: HTTP_HttpOpenRequestW Unable to escape string
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiri.humpolicek(a)seznam.cz
Classification: Unclassified
Created attachment 37613
--> http://bugs.winehq.org/attachment.cgi?id=37613
Binary and sources of test application
It seems that HTTP_HttpOpenRequestW has problems with escaping some characters.
In attachment there are simple application and its sources which tries to
download data from URL: "http://mapview.dyndns.org/Czech Republic - Ceska
Republika/CR-Mapy KCT/77_77 jihlavske vrchy/coordinates_list", but in wine we
get 404 because spaces is not escaped. There is error message on terminal which
informs us about escaping problems.
--
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=30416
Bug #: 30416
Summary: Cannot run LiveBaduk.exe after installing
http://download.eweiqi.com/service/eweiqi.exe
Product: Wine
Version: 1.4
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: czsq888(a)163.com
Classification: Unclassified
$truss -o truss.log wine "c:/Program Files/eweiqi/LiveBaduk.exe"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
wine: Unhandled page fault on read access to 0x6c6e7763 at address 0x6c0f3922
(thread 0009), starting debugger...
Can't attach process 0008: error 5
then Wine program crash with message "Internal errors - invalid parameters
received"
--
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=30258
Bug #: 30258
Summary: Unhandled exception: unimplemented function
rpcrt4.dll.RpcSsDontSerializeContext called in 32-bit
code (0x7b839cf2).
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f_nietsje(a)hotmail.com
Classification: Unclassified
Created attachment 39529
--> http://bugs.winehq.org/attachment.cgi?id=39529
backtrace from wine error msg
Wine prompt 'unimplemented' mgs after starting NIPO Odin Developer, then shuts
down
--
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=31559
Bug #: 31559
Summary: Planetside 2 (Beta), extremely low FPS
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: barret(a)markmcb.com
Classification: Unclassified
Created attachment 41504
--> http://bugs.winehq.org/attachment.cgi?id=41504
Console output (edited)
Planetside 2 (Beta) is unplayably slow on my system, probably 0.5 FPS. The
character selection screens are a little slow as well, but manageable.
My system: AMD Phenom(tm) II X4 965 Processor, ATI RV770 [Radeon HD 4850], with
12.4 ati-drivers (fglrx), 3.4.0-gentoo.
I attached my console output (ps2-slow_fps-fglrx-console.txt). Notable errors
include:
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 0 for
context 0x158d28, last error 0x591
and
err:winediag:shader_generate_glsl_declarations The hardware does not support
enough uniform components to run this shader, it may not render correctly.
I tried with the radeon driver, but the game pagefaults once you try to Play
(will attach as ps2-radeon-backtrace.txt).
I tried playing with the Direct3D registry settings, just to see if it's
something easy. When setting OffscreenRenderingMode to backbuffer, or when
setting PixelShaderMode to disabled, the game pagefaults when you hit Play
(attached as ps2-backbuffer-pagefault.txt, it's the same place for either
registry setting).
Any advice on things to try?
Thanks.
--
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=30865
Bug #: 30865
Summary: Can't install Flash Player 11
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbrana(a)gmail.com
Classification: Unclassified
Created attachment 40428
--> http://bugs.winehq.org/attachment.cgi?id=40428
log
wine install_flashplayer11x32_mssd_aih.exe hangs
--
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=19838
Summary: Treeview 'access violation' in ImgBurn v2.5.0.0's Disc
Layout Editor window
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://www.imgburn.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning_uk(a)imgburn.com
v2.5.0.0 of ImgBurn has a new Advanced build mode interface known as the 'Disc
Layout Editor'.
If you right click an entry in the treeview on the left side of that window and
select 'New Folder' it'll crash with an access violation.
I'm unable to reproduce this issue on any real installation of Windows
(from Windows 95 -> Windows 7) so I can only assume it's something in Wine
(sorry!).
--
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=15520
Summary: DVD version of Riven fails to start.
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paul(a)pmarks.net
Created an attachment (id=16473)
--> (http://bugs.winehq.org/attachment.cgi?id=16473)
WINEDEBUG=+relay,+seh wine Riven.exe 2> riven.txt
I have the "10th Anniversary DVD Edition" of Riven. I'm able to install it,
but when I run "wine Riven.exe" it returns to the console almost immediately
without printing anything.
At the request of <scguy318> on IRC, I've attached the output of the following
command:
WINEDEBUG=+relay,+seh wine Riven.exe
Let me know if any further info is needed. I haven't managed to play this game
yet, as it won't run natively on OS X or Vista either.
--
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=31966
Bug #: 31966
Summary: Babylon 9 does not install (page fault on read access
to 0x00000000 in 32-bit code (0x7cbb5bdd))
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gm89(a)hotmail.it
Classification: Unclassified
Babylon 9 installer crashes with the above error, I'm including the backtrace.
This is reproduceable so I can make further testing.
--
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=24904
Summary: No$Zoomer.exe crashes when run.
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c0rphan(a)gmail.com
Created an attachment (id=31537)
--> (http://bugs.winehq.org/attachment.cgi?id=31537)
log
No$Zoomer.exe crashes with a page fault. It does launch the NO$GBA.exe process,
but that hangs as well.
--
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=15353
Summary: Crash when clicking on tab in Safari
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zdenek.zikan(a)gmail.com
Created an attachment (id=16188)
--> (http://bugs.winehq.org/attachment.cgi?id=16188)
Safari crash backtrace
In Windows version of Safari 3.1.2 installed on Kubuntu 8.04.1 I am browsing
web, I middle-click on one of the links in bookmarks panel and then left-click
on the newly opened tab. In that moment, Safari crashes with backtrace which I
include in the 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=35703
Bug ID: 35703
Summary: Lingea Lexicon 5 crashes on start up
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukaschmela(a)gmail.com
The Lingea Lexicon 5 dictionary crashes on start up with all new wine versions
including the wine 1.7.13. The last working version was 1.5.8.
This issue was probably discussed in an already closed report
(http://bugs.winehq.org/show_bug.cgi?id=31446), though I do not understand why
it has been marked invalid.
A backtrace is attached.
--
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=34456
Bug #: 34456
Summary: rift-install.exe is erroring out during installation,
saying rift-install.exe has encountered a serious
problem and needs to close.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattkral3(a)gmail.com
Classification: Unclassified
Created attachment 45873
--> http://bugs.winehq.org/attachment.cgi?id=45873
this is the backtrace bug report that it gives when it errors out.
rift-install.exe is failing to install properly do to it encountering a serious
error and needs to close. I am running Ubuntu 13.04 and want to play rift
which is fortunately a windows only 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=29408
Bug #: 29408
Summary: Call to Power 1.2 produces: Unhandled page fault on
read access to 0x00000000 at address 0x4a6423
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Classification: Unclassified
Created attachment 38067
--> http://bugs.winehq.org/attachment.cgi?id=38067
crash log
I've retested the game in Windows NT mode (it's not designed to run under
Windows XP).
see 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=27487
Summary: Rift crashes on exit in winebrowser
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Had to do
winetricks vcrun2008
to make patcher happy, and
winetricks d3dx9_36
to see anything but colored rectangles.
Then it ran fine, albeit at 10fps, on my gt 220 / e8400.
Switching to the old renderer in the game's video settings doubled fps,
and the game seems to run reasonably well.
But when you quit, you get a game crash dialog, and then wine's crash dialog.
The log shows
fixme:ole:CoCreateInstance no instance created for interface
{ea1afb91-9e28-4b86-90e9-9e9f8a5eefaf} of class
{56fdf344-fd6d-11d0-958a-006097c9a090}, hres is 0x80004002
immediately before the crash. Wine's crash dialog says the crash is in
winebrowser.
--
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=30829
Bug #: 30829
Summary: Sound cuts off while in game
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarrodmp(a)gmail.com
Classification: Unclassified
Created attachment 40373
--> http://bugs.winehq.org/attachment.cgi?id=40373
Fallout3 Bug
See attached backtrack trace 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=10480
Summary: Safari refuses to load secure URLs
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)pajamian.dhs.org
Created an attachment (id=9213)
--> (http://bugs.winehq.org/attachment.cgi?id=9213)
Error message from Safari
Attempting to load secure (https) urls in Safari results in an error message
similar to the following:
Safari can’t open the page.
Safari can’t open the page “https://www.apple.com/” because it couldn’t
establish a secure connection to the server “www.apple.com”.
--
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=31224
Bug #: 31224
Summary: Wine and software rendering
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: couchpo8oe(a)gmail.com
Classification: Unclassified
Created attachment 41006
--> http://bugs.winehq.org/attachment.cgi?id=41006
Toribash works!
Arch Linux (up to date), I have tryed the latest git version and the version
from 1.5.6-1.5.8. As long as the program uses OpenGL (Possibly Direct X as
well), if you have your hardware acceleration off, the program crashes on start
up. In my case: nouveau nofbaccel=1 noaccel=1 in modprobe.d/noveau.conf will
prevent all my wine programs from launching other than steam (It is ran on
another computer and X forwarded to this one). But for all my games, the Linux
ports of them run just fine, but in wine they crash instantly on there first
render (Some games will still play audio). See attachments of toribash 3.5
(linux version) running fine, and Toribash 3.98 (Full up to date Windows
version).
--
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=27878
Summary: Picasa 3.8 in Fedora 15 just displays a black window
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danieljamesscott(a)gmail.com
When starting Picasa 3.8 on Fedora 15. All that is shown is a black window. The
mouse pointer changes as I hover over different locations on the screen, but
the display remains completely black within the window.
This may be related to:
http://bugs.winehq.org/show_bug.cgi?id=27713
However the user never actually states what the problem is.
--
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=22829
Summary: Systinternals RAMMap crashes
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://download.sysinternals.com/Files/RAMMap.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
Created an attachment (id=28189)
--> (http://bugs.winehq.org/attachment.cgi?id=28189)
Crash log
RAMMap.exe (new tool from SysInternals) crashes when run. You need to change
the version to Vista or higher btw.
The crash in SysAllocString looks like reported as well in bug 3756.
--
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=36021
Bug ID: 36021
Summary: In the KDE Plasma desktop the mousepointer disappears
in wine windows
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: af(a)muc.de
When starting whatever wine program under KDE Plasma desktop (Fedora-20 in this
case) e.g. winefile or winecfg or notepad.exe, the window comes up and shows
the normal content, but when moving the mouse into it, the mousepointer
disappears and there is neither a chance to handle any widgets within the
window "blindly".
The problem does not show up under gnome or xfce.
With iTunes.exe the first usual popups appear the same way. They can be closed
using the window manager's controls, but not by pressing the buttons inside.
The final iTunes window remains black.
Additional infos:
i use a self compiled wine in 32 bit version on a x86_64 system. (reason:
installing only the 32 bit packages on Fedora 20 does not work - wineserver is
not found - i'll file a bug against Fedora-20, too).
The same thing happened under Fedora-19.
Switching off the desktop effects of the KDE plasma does not help.
When running it in a VNC server / viewer also with KDE plasma the problem is
absent and everything looks normal
--
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=31048
Bug #: 31048
Summary: Dolphin XPS Viewer crashes on load
Product: Wine
Version: 1.5.7
Platform: x86-64
URL: http://www.xpsviewer.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 40764
--> http://bugs.winehq.org/attachment.cgi?id=40764
wine-1.5.7-158-g4a367c5 console output
Dolphin XPS Viewer crashes immediately after install but the debugger doesn't
run.
On attempt two the app crashes out with a page fault.
--
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=27259
Summary: winemenubuilder hangs sometimes
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(This problem was also mentioned in bug 14026.)
Every now and then, winemenubuilder seems to hang.
It happened to me just now installing progecad 2010 trial.
winedbg btall (see attachment) shows that winemenubuilder was started with -w,
which is described in the source like this:
* If the -w parameter is passed, and the shortcut cannot be created,
* this program will wait for the parent process to finish and then try
* again. This covers the case when a ShortCut is created before the
* executable containing its icon.
It hung in WaitForParentProcess().
--
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=27249
Summary: Edcast unable to start up
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.baus86(a)gmx.net
Edcast can not be started, due to an error. It just crashes and then wine says
me, that if this happens I should send a bug report.
Edcast is available free in the internet, for example here:
http://www.mpex.net/software/details/edcast.html
The log of Edcast says nothing special, so I don't append it. If you need it,
please take contact with me ;)!
--
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=16648
Summary: Defense Grid, the Awakening: Fails to load,
X3DAudio1_4.dll
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolfwings(a)gmail.com
Trying to load the game complains about the dll X3DAudio1_4.dll being missing.
Loading that dll into the game directory manually allows it to get as far as
changing the screen resolution before dropping a game-propietary crash-dump
into the game directory.
Contacting the developer, they were helpful enough to stage that the crash was
occuring in Microsoft's DirectX audio engine (the X3DAudio1_4.dll file) from
the crash-dumps the game itself generated, so we're basically back at square
one in that regard.
--
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=32912
Bug #: 32912
Summary: Wine Crash following champion select
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paullylewis(a)ymail.com
Classification: Unclassified
Created attachment 43471
--> http://bugs.winehq.org/attachment.cgi?id=43471
Logs from crash
Wine crashes shortly following Champion select on league of legends. Persistent
problem, no known solutions on this site.
--
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=13075
Summary: Planetside crashes Character selection screen
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=12838)
--> (http://bugs.winehq.org/attachment.cgi?id=12838)
Planetside crash output from WinXP trial
If you run Planetside, it will function until the Character selection screen.
Specifically right about when it would load the graphics for the characters
themselves. Additionally you can bypass this screen by selecting your
character from the Sony Launchpad. The game will load up like you are in game
but right as your should see in game graphics - it again crashes.
I've tested in with a clean install of Wine 0.9.61 on NT4, Win2k, WinXP &
Win2K8. All of them crash with no differences in behavior.
Attached is the output from wine when launching Planetside. There are two
dumps. The first (~line 202) is actually from the Launchpad - it seems to have
no effect though. The second crash (~line 910) is what kicks you out of the
game. Just as an additional note, where the bash prompt shows up in the middle
of the output is when it switched from Launchpad to Planetside proper.
--
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=28469
Summary: Unhandeled page fault on read access - Inhouse
Application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aga.hamid(a)gmail.com
Dear Concern,
I have been recently shifted from Windows platform to Ubuntu 11.4. In order to
run in house built application which runs perfectly on Windows i have installed
wine on my machine. Actually it is a trading software and i am able to run it
in view only mode but when i try to perform buying and selling funtion by F4
and F5 function it prompts attached wine application error. I also find few
lines in the wine application debugging which i enabled for troubleshooting
purposes. I am attaching them as well for reference.
Kindly help me resolve this issue, as it is one of the big hurdles in my way
for smooth switchover to Linux.
I look forward hearing from you soon.
Thanks,
Agha Hamid
--
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=23210
Summary: REDCINE v20.0.0 silently exits during startup
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.red.com/support/download/127
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.2-rc3-57-gb3f0425, launching REDCINE briefly shows the splash
screen before the application silently terminates. The only observed output is:
fixme:win:EnumDisplayDevicesW ((null),0,0x107e3c4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x107e3c4,0x00000000), stub!
fixme:keyboard:RegisterHotKey (0x20044,4097,0x00000001,70): stub
fixme:win:GetMouseMovePointsEx (16 0x107e4dc 0x107e4ec 1 2) stub
fixme:wgl:X11DRV_wglGetSwapIntervalEXT (),stub!
fixme:win:GetMouseMovePointsEx (16 0x107e4dc 0x107e4ec 1 2) stub
--
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=33529
Bug #: 33529
Summary: Planetside 2 0.608.21.21306 crashed ingame
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 44378
--> http://bugs.winehq.org/attachment.cgi?id=44378
backtrace
So I installed Planetside 2 on fresh wineprefix, without a problem
when the game is in main menu I see slight graphical problems, it can be
described as, if you know when graphics card starts overheating and screen gets
artifacts, if you do now that then it looks like that
but when the game launches I can make 2 steps or less and then the game
crashes
--
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=10264
Summary: The Witcher fails to run
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zbigniew.braniecki(a)gmail.com
Steps:
1) wine launcher.exe
2) crash
--
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=31269
Bug #: 31269
Summary: System.OverflowException in .NET application using
Decimal data type
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elgonzo(a)gmx.net
Classification: Unclassified
I tried to run a .NET 2.0 application with Wine 1.5. Its GUI uses
System.Windows.Forms.NumericUpDown controls.
When setting the NumericUpDown's Value property (data type is Decimal), it may
raise the following unhandled exception:
System.OverflowException: Value was either too large or too small for a
Decimal.
at System.Decimal.Compare(Decimal d1, Decimal d2)
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at FootprintCreator.GUI.NumericInputMIL.OnActiveUnitChanged(Object sender,
UnitEventArgs e)
at FootprintCreator.Data.UnitManager.UnitChangedHandler.Invoke(Object
sender, UnitEventArgs e)
at FootprintCreator.Data.UnitManager.set_ActiveUnit(Unit value)
Apparently, the NumericUpDown control wants to compare the new value with the
existing one (to determine if an update is necessary, i guess), which results
in throwing the exception.
The application works fine in MS Windows (using the native .NET framework).
With Ubuntu 12.04 as host OS, the problem occurred with Wine 1.5 as well as
Wine 1.4, and with either dotnet20 or dotnet20sp2 package being installed.
This issue might be related to bug #18709.
--
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=32700
Bug #: 32700
Summary: Multi Theft Auto crashes on launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kuna(a)outlook.com
Classification: Unclassified
Created attachment 43143
--> http://bugs.winehq.org/attachment.cgi?id=43143
Log from PlayOnMac
Multi Theft Auto installed via PlayOnMac crashes on launch, shortly after a
white space is displayed ( normaly where an image is located ). Grand Theft
Auto ( the original game, MTA is a mode ) works perfectly fine.
--
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=26270
Summary: Rift Live: Not showing character models
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lars.ottesen(a)gmail.com
Created an attachment (id=33492)
--> (http://bugs.winehq.org/attachment.cgi?id=33492)
Console messages
Character models invisible, please assist.
--
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.