http://bugs.winehq.org/show_bug.cgi?id=8491
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Component|wine-winelib |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-24-05 20:16 -------
What distro?
If you can't read, here it is for you again:
*Additional Comments*: Please *do not PASTE* logs and back traces, (attach them
instead).
Remove ~/.wine dir and run 'winecfg'.
Not major.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From stfan4cjk(a)gmail.com 2007-24-05 20:00 -------
yea crossover seems to run CSS without this crash. So whatever crossover has is
what wine needs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5758
------- Additional Comments From scott(a)open-vote.org 2007-24-05 19:27 -------
Is this still an issue, or has the fix been committed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8491
matthaeus123(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.7. |0.9.37.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8491
------- Additional Comments From matthaeus123(a)gmail.com 2007-24-05 18:59 -------
Oh, sorry! I didn't mean 0.9.7, I meant 0.9.37. And I got mine from this site.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8466
------- Additional Comments From truiken(a)gmail.com 2007-24-05 18:58 -------
The installer tries to start the C-Dilla service, and that fails, so it pops up
the message box about insufficient rights. StartServiceW sees that the service
process is not running, so we call service_start_process. We get down to line
1540 and call CreateProcess to load the service process, then wait on the event
handle and the process. The wait times out and we bail out. The problem is
that we create an event that needs to be signaled by the service process, but
the names of the two events differ in the first character position:
hsvc->name: L"\00c7-DillaSrv"
name: L"__wineservice_\00c7-DillaSrv"
CreateEvent: L"__wineservice_\00c7-DillaSrv" 0xb8
creating event: 0xb8
we're waiting on 0xb8
path: L"c:\\windows\\system32\\DRIVERS\\CDANTSRV.EXE"
CreateProcess worked
name: C-DillaSrv
service->name at this point: L"C-DillaSrv"
service->name: L"C-DillaSrv"
name: L"__wineservice_C-DillaSrv"
CreateEvent: L"__wineservice_C-DillaSrv" 0x3c
creating event: 0x3c
calling setevent: 0x3c
SetEvent: 0x3c
ret: 258
IO_PENDING
C-DillaSrv is the name of the service according to the service process. The
registry entry for the service name is "\00c7-DillaSrv", so my guess is that the
service process has C-DillaSrv hard-coded.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8490
------- Additional Comments From thestig(a)google.com 2007-24-05 18:08 -------
The browse for folder dialog porbably just need to be made bigger. I can do this
in the next couple days. I'm trying to put in the missing "make new folder"
button anyway.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1744
------- Additional Comments From kent.olsson(a)chello.se 2007-24-05 18:07 -------
I have attached a file showing the errors occurring when installing SPCS without
any particular options->pure install
Can anyone help me getting this corrected so the software can be isntalled?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8491
------- Additional Comments From dank(a)kegel.com 2007-24-05 17:32 -------
wine-0.9.7 is pretty old. Can you try with current Wine (0.9.37)?
Also, where did you get your copy of Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.