https://bugs.winehq.org/show_bug.cgi?id=39361
Bug ID: 39361
Summary: WildStar Launcher2 crashes immediately after startup
Product: Wine-staging
Version: 1.7.51
Hardware: x86
URL: http://wildstar.patcher.ncsoft.com/Wildstar.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xomachiner(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ArchLinux
Created attachment 52461
--> https://bugs.winehq.org/attachment.cgi?id=52461
Application calls
WildStar Launcher2 crashes without any error message right after start. The
problem probably in shell32.dll component. There is some results of
investigation:
1. System calls
The application before being crashed done two important calls (application
related call log attached below):
CreateActCtxW(structure) and GetLastError()
The first of them returns 0xffffffff (-1) and the second returns 0x715
The mentioned "structure" have following data:
typedef struct tagACTCTX {
ULONG cbSize = 0x20;
DWORD dwFlags = ACTCTX_FLAG_SET_PROCESS_DEFAULT |
ACTCTX_FLAG_RESOURCE_NAME_VALID | ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID;
LPCWSTR lpSource = (by pointer) "shell32.dll";
USHORT wProcessorArchitecture = 0x0;
LANGID wLangId = 0x0;
LPCTSTR lpAssemblyDirectory = (by pointer) "c:\windows\system32";
LPCTSTR lpResourceName = (instead of pointer) 0x0000007c;
LPCTSTR lpApplicationName = NULL;
HMODULE hModule = NULL;
}
A quick check of MSDN showed that return value -1(INVALID_HANDLE_VALUE) from
first call means that function failed to create a handle, and errorcode
obtained from GetLastError function related to resource problem
(ERROR_RESOURCE_TYPE_NOT_FOUND)
2. Dirty hack
Moreover if the returnvalue of CreateActCtxW will be replaced on the fly (using
winedbg), the application runs further and shows launcher window. (Not always,
there are some other problems which can crash application before window
drawing)
If shell32.dll will be replaced by original one from WinXP, the application
also passes this call but crashes in another place.
--
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=9009
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #27 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.52.
--
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=36732
Bug ID: 36732
Summary: mscoree PATH environment setup contains a potential
stack buffer overflow
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off, see bug 36731 for details.
http://source.winehq.org/git/wine.git/blob/8cdcf470016f0655dfc8810f9d4d2f2d…
Found by code review, I don't have an actual app that suffers from this.
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.
http://bugs.winehq.org/show_bug.cgi?id=21670
Summary: FMS: Error Dialogue - Interface Not Found
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.n.ethz.ch/student/mmoeller/fms/alpha/fms2al
pha85.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26173)
--> (http://bugs.winehq.org/attachment.cgi?id=26173)
err:d3drm:IDirect3DRMImpl_QueryInterface... and more...
This error occurs on Flying Model Simulator, a free R/C app. It installs fine
but hangs at graphics card detection and only support Wine's HAL, no other
options making the screen black and flooded with detection error dialogues.
--
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=30180
Bug #: 30180
Summary: winecfg hangs on drive actions
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: sworddragon2(a)aol.com
Classification: Unclassified
If I'm opening winecfg and going to the Drives register winecfg has some
problems if there is for example a burning process on a drive which is listed
there. In this case I don't get a list of drives and winecfg is hanging until
the related drive gets unlocked.
Maybe the drive list could be something like a sandbox so if winecfg can't
access a drive it is still possible to go through the menu and make some
actions/close winecfg.
--
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=36237
Bug ID: 36237
Summary: valgrind shows a leak in comctl32/tests/subclass.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==25345== 16 bytes in 1 blocks are definitely lost in loss record 135 of 690
==25345== at 0x7BC4C735: notify_alloc (heap.c:255)
==25345== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==25345== by 0x7B84586B: HeapAlloc (heap.c:271)
==25345== by 0x7B845A92: GlobalAlloc (heap.c:364)
==25345== by 0x7B846ECF: LocalAlloc (heap.c:967)
==25345== by 0x4C64A16: Alloc (comctl32undoc.c:74)
==25345== by 0x4C68824: SetWindowSubclass (commctrl.c:1030)
==25345== by 0x49B8014: test_subclass (subclass.c:236)
==25345== by 0x49B8571: func_subclass (subclass.c:330)
==25345== by 0x49F4A1C: run_test (test.h:584)
==25345== by 0x49F4E0B: main (test.h:654)
==25345==
--
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=39333
Bug ID: 39333
Summary: Tera: Unimplemented function
bcrypt.dll.BCryptCreateHash
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: skotlex(a)mailforce.net
Distribution: ---
Ever since today's (2015.09.24) update to Tera, the client crashes every half
an hour or so due to this missing function.
The console prints out:
fixme:bcrypt:BCryptOpenAlgorithmProvider 0x1598e22c, L"SHA256", L"Microsoft
Primitive Provider", 00000000 - stub
wine: Call from 0x7edcaf66 to unimplemented function
bcrypt.dll.BCryptCreateHash, aborting
wine: Unimplemented function bcrypt.dll.BCryptCreateHash called at address
0x7edcaf66 (thread 0091), starting debugger...
Is there anything that can be done here? I imagine a stub won't do for the
missing create hash function?
--
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=39205
Bug ID: 39205
Summary: wordpad: paragraph didn't be repaint after undo
setting of alignment
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
reproduce:
1. $ wine wordpad;
2. Type a line of text in wordpad and enter Ctrl+e to change it's alignment
format;
3. Enter Ctrl+z, you will find nothing happen in the editor;
4. Enter Ctrl+z again, you will find text we typed is backout.
--
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=38728
Bug ID: 38728
Summary: valgrind shows uninitialized memory in
dlls/user32/clipboard.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p
user32_test.exe.so clipboard && touch clipboard.ok
clipboard.c:172: Test failed: SetClipboardData succeeded
clipboard.c:173: Test failed: wrong error 0
==4874== Thread 2:
==4874== Conditional jump or move depends on uninitialised value(s)
==4874== at 0x7B84A38C: strlenW (unicode.h:200)
==4874== by 0x7B84E1A2: WideCharToMultiByte (locale.c:2343)
==4874== by 0x56A9169: intern_atoms (clipboard.c:371)
==4874== by 0x56AF69C: X11DRV_SelectionRequest_TARGETS (clipboard.c:3256)
==4874== by 0x56AFDAF: X11DRV_HandleSelectionRequest (clipboard.c:3453)
==4874== by 0x56B0032: X11DRV_SelectionRequest (clipboard.c:3527)
==4874== by 0x56B164F: call_event_handler (event.c:395)
==4874== by 0x56B185A: process_events (event.c:462)
==4874== by 0x56B1978: X11DRV_MsgWaitForMultipleObjectsEx (event.c:488)
==4874== by 0x4ACEAB5: wait_message (winproc.c:1128)
==4874== by 0x4A93D63: wait_objects (message.c:3068)
==4874== by 0x4A961A3: MsgWaitForMultipleObjectsEx (message.c:4148)
==4874== by 0x56AEB3A: selection_thread_proc (clipboard.c:2920)
==4874== by 0x7BC81BB7: ??? (signal_i386.c:2682)
==4874== by 0x7BC81BFE: call_thread_func (signal_i386.c:2741)
==4874== by 0x7BC81B95: ??? (signal_i386.c:2682)
==4874== by 0x7BC88D78: start_thread (thread.c:443)
==4874== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so)
==4874== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so)
==4874== Uninitialised value was created by a stack allocation
==4874== at 0x56A9064: intern_atoms (clipboard.c:349)
==4874==
--
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.