http://bugs.winehq.org/show_bug.cgi?id=23154
Summary: APB: All Points Bulletin crashes on startup
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://eu.apb.com/downloads/eu-installerMS
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=28799)
--> (http://bugs.winehq.org/attachment.cgi?id=28799)
Output with wine-1.2-rc3
The installer/launcher requests that Mono is installed. When this is done with
winetricks, it appears to work fine.
The launcher then patches the game (about 8 GB of downloading at the moment)
and tries to launch it. The splash screen shows up, the screen resolution
changes, but then the game crashes.
The terminal output is attached, plus the following text is shown in a dialogue
box on screen:
"Integer division by zero.
History:"
--
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=43982
Bug ID: 43982
Summary: Pokemon insurgence keeps on crashing once I finish a
battle or catch a pokemon. Plz contact the team that
made the game.
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryanflorio2(a)gmail.com
Pokemon insurgence crashing after every battle or when I receive mystery gift.
--
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=34803
Bug #: 34803
Summary: .NET Framework 2.0 SP2 refuses to install on top of
.NET 2.0 SP1 (SBSDisabled registry key install blocker
detected)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some users reported this in Wine appdb entry for .NET Framework 2.0:
--- quote ---
I can't .NET Framework 2.0 SP2 install
2.0 basic and SP1 its going normally, only have I problem SP2
Log:
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
fixme:imm:ImmDisableIME (-1): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
I searched here this solution, but i find not
my Linux: Ubunt 12.04 LTS
--- quote ---
--- quote ---
I also am getting the same error but on ubuntu 13.10 and using
$ wine --version
wine-1.7.4
--- quote ---
Indeed, .NET Framework 2.0 SP2 installer refuses to install on top of .NET
Framework 2.0 SP1.
Relevant part of trace log:
--- snip ---
...
002f:trace:msi:ACTION_AppSearchReg
L"SearchInstallBlock_____X86.3643236F_FC70_11D3_A536_0090278A1BB8"
...
002f:Call advapi32.RegOpenKeyW(80000002,00187208
L"SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled",007ce548)
ret=7dac04b9
002f:trace:reg:NtOpenKey
(0x18,L"SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled",2000000,0x7ce548)
002f:trace:reg:NtOpenKey <- 0xc8
002f:Ret advapi32.RegOpenKeyW() retval=00000000 ret=7dac04b9
...
002f:Call advapi32.RegQueryValueExW(000000c8,00186ff0
L"Install",00000000,00000000,00000000,007ce544) ret=7dac0574
002f:trace:reg:RegQueryValueExW (0xc8,L"Install",(nil),(nil),(nil),0x7ce544=0)
002f:trace:reg:NtQueryValueKey (0xc8,L"Install",2,0x7ce380,12)
002f:Ret advapi32.RegQueryValueExW() retval=00000000 ret=7dac0574
...
002f:trace:msi:msi_set_property 0x1650c0
L"DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8" L"1" -1
...
002f:trace:msi:MSI_EvaluateConditionW L"( (NOT REMOVE) AND
DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8 )"
...
002f:trace:msi:MSI_EvaluateConditionW 1 <- L"( (NOT REMOVE) AND
DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8 )"
002f:trace:msi:ACTION_PerformAction Performing action
(L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8")
...
002f:trace:msi:ACTION_CustomAction Handling custom action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" (13 (null)
L"Setup cannot continue because this version of the .NET Framework is
incompatible with a previously installed one. For more information, see
http://support.microsoft.com/support/kb/articles/q312/5/00.asp")
...
002f:err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
...
--- snip ---
The "SBSDisabled" -> "Install=1" key prevents this.
There are many MS KB and blog entries about .NET installers/updates refusing to
install/uninstall in certain combinations so this might be even a limitation on
Windows.
Though installing
.NET Framework 2.0 SP2 on top of .NET Framework 2.0
.NET Framework 2.0 SP2 on top of .NET Framework 3.5
works.
The installation can be forced by removing the key:
--- snip ---
$ wine reg delete
"HKLM\\SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled"
--- snip ---
Using the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft)
which checks for proper installation of .NET assemblies and registry entries
one can indeed see the forced installation of SP2 on top of SP1 was not proper:
the test application crashes.
Website and download hereÂ:
http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
.NET 2.0 SP1 and .NET 2.0 SP2 are validated successfully with the tool if they
are installed independently on top of .NET 2.0
So this installer block might be really a valid limitation.
Maybe someone with a pristine Windows 2000/XP install (no .NET service packs)
could try to install this combination: 2.0 SP1 + 2.0 SP2 and check if it
exhibits the same error.
Regards
--
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=37323
Bug ID: 37323
Summary: ToDoList 6.9.b12: opening of dialog windows leads to
loss of mouse control
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off from bug 35019
Prerequisite: 'winetricks -q mfc42'
Any menu item which opens a dialog window leads to loss of mouse control.
There is some "fog" graphics effect covering the whole app user interface
during that time, including the newly created dialog window.
The keyboard still has focus which allows to navigate and close the dialog
eventually, restoring the mouse behaviour to usable state.
$ sha1sum todolist_exe_pre.zip
9d284eea24df6c4291687b06ee9a438125766b5c todolist_exe_pre.zip
$ du -sh todolist_exe_pre.zip
2.5M todolist_exe_pre.zip
$ wine --version
wine-1.7.27-47-g92bcb74
Regards
--
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=42109
Bug ID: 42109
Summary: Hydrophobia prophecy crash or freeze with few second
from start
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
Distribution: ---
Hydrophobia prophecy crash with compiled version of wine, with and without csmt
patch.
See this thread for info: https://forum.winehq.org/viewtopic.php?f=8&t=28249
Because bug is probably time dependant, i can't get the complet log with crash.
When wine is in log mode game is slowdown/unplayable and... do not crash.
--
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=36096
Bug ID: 36096
Summary: valgrind shows leaks in d3d9/visual tests on i965
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: stefan(a)codeweavers.com
Created attachment 48284
--> https://bugs.winehq.org/attachment.cgi?id=48284
valgrind log
==11646== 67 bytes in 4 blocks are definitely lost in loss record 412 of 1,049
==11646== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==11646== by 0x4E8E2B27: strdup (in /usr/lib/libc-2.18.so)
==11646== by 0x65D6C36: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x65DFCD0: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x65E932F: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x6476729: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x61EAC15: shared_dispatch_stub_482 (in
/usr/lib/libglapi.so.0.0.0)
==11646== by 0x4EB2AD5: shader_glsl_compile (glsl_shader.c:330)
==11646== by 0x4EBF8F2: shader_glsl_generate_pshader (glsl_shader.c:4515)
==11646== by 0x4EC0087: find_glsl_pshader (glsl_shader.c:4694)
==11646== by 0x4EC39F4: set_glsl_shader_program (glsl_shader.c:5823)
==11646== by 0x4EC5096: shader_glsl_select (glsl_shader.c:6149)
==11646== by 0x4E85F12: context_apply_draw_state (context.c:2997)
==11646== by 0x4EAF1D6: draw_primitive (drawprim.c:664)
==11646== by 0x4E86685: wined3d_cs_exec_draw (cs.c:291)
==11646== by 0x4E87A33: wined3d_cs_st_submit (cs.c:893)
==11646== by 0x4E866F2: wined3d_cs_emit_draw (cs.c:308)
==11646== by 0x4E95FC3: wined3d_device_draw_primitive (device.c:3265)
==11646== by 0x4E1BB32: d3d8_device_DrawPrimitiveUP (device.c:2021)
==11646== by 0x4984BB2: cnd_test (visual.c:1482)
==11646==
among plenty of others.
I had to rebuild my libdrm with valgrind support for this to work, see
https://bugs.freedesktop.org/show_bug.cgi?id=77863. After that, I can run
glxgears with no valgrind issues in mesa itself (though glxgears leaks..).
--
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=35913
Bug ID: 35913
Summary: Meo Music only shows a white screen
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: filas.f(a)hotmail.com
Well, after installing the app, it only shows a white screen/white window,
nothing more.
Intel i5 2.4
Hd 5650
4 GB ram
Although hardware is not a problem, since this is a music streamer / player.
--
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=33819
Bug #: 33819
Summary: Majesty display only refreshes when mouse moves
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rohan.hart17(a)gmail.com
Classification: Unclassified
Majesty was running fine using Intel integrated graphics however after
installing a Radeon card the display will not refresh unless the mouse is
moving. I'm using the open source radeon r600 driver 6.14.4, Xorg 7.7, Mesa
9.1.3. Same behaviour using wine-1.4.1
--
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=15931
Summary: Photoshop CS4 Crashes while launching
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james2432(a)gmail.com
Created an attachment (id=17105)
--> (http://bugs.winehq.org/attachment.cgi?id=17105)
WINEDEBUG=trace wine Photoshop.exe
While launching Photoshop CS4 it crashes with an unexpected error
--
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.