http://bugs.codeweavers.com/show_bug.cgi?id=565
*** shadow/565 Sat Apr 6 16:44:21 2002
--- shadow/565.tmp.25949 Sun Apr 7 18:18:37 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: ah_duke(a)yahoo.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 25,27 ****
--- 24,38 ----
fixme:win32:SetCriticalSectionSpinCount critsection=0x653cf810: spincount=1000 not supported
the main process waits for the new process. the system hangs.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-07 18:18 -------
+ This is a nasty bug that effects wine when two programs are running. A lot of
+ the time this can cause a crash but if you run with --managed it might work.
+ This is what the command line could look like.
+
+ wine --managed "c:\path to\program.exe"
+
+ Give it a try and report back.
+
+ PS: It looks like this is a duplicate of bug #460
+
http://bugs.codeweavers.com/show_bug.cgi?id=399
*** shadow/399 Sun Jan 13 09:53:36 2002
--- shadow/399.tmp.18671 Sun Apr 7 15:49:57 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-net |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: win(a)huh.org |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-net |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: win(a)huh.org |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 24,26 ****
--- 25,40 ----
quicken99 basic the above happens. Quicken attempts to setup an internet
connection. I am not sure why since the pages for my accounts are all stored
locally. I installed Quicken with as much of the internet off as possible.
+
+ ------- Additional Comments From roz(a)one.net 2002-04-07 15:49 -------
+ I get a similar error, using Quicken 2001 Deluxe with Wine 20011108, if I
+ specify the SHLWAPI.DLL to be loaded natively.
+
+ err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
+ 0x402a9d77
+
+ If I use Wine's SHLWAPI.DLL, I get errors about unimplemented functions (see bug
+ #561).
+
+ Either way, Quicken will crash. If I choose an account via the pull-down list,
+ it works fine. But if I click a link, this error happens.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=557
*** shadow/557 Sat Apr 6 14:02:57 2002
--- shadow/557.tmp.16904 Sun Apr 7 15:18:53 2002
***************
*** 97,99 ****
--- 97,103 ----
It seems that whatever is happening is locking up x pretty tight. It's really
not good when you can't ctrl-alt-F1. Lets start with something simple then. what
happens when you run sol.exe?
+
+ ------- Additional Comments From asus_000(a)hotmail.com 2002-04-07 15:18 -------
+ I can run sol.exe just fine with no problems... i am thinking it has somthing to
+ do with ram... or directx i only have 64meg ram
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=566
*** shadow/566 Sun Apr 7 05:38:15 2002
--- shadow/566.tmp.26569 Sun Apr 7 05:38:15 2002
***************
*** 0 ****
--- 1,48 ----
+ +============================================================================+
+ | Wine crashes in dos_fs.c with Diablo II LoD |
+ +----------------------------------------------------------------------------+
+ | Bug #: 566 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020310 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-files |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: morten(a)rodal.no |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I tried to run Diablo II: Lord of Destruction, as I found some tips and tricks
+ in the apps database. The installation went fine, the game starts up, I can
+ select a character but when the game is loading (after you've selected a
+ character) it changes resolution from 800x600 to 640x480 and a lot of
+ GetTickCount() are called.
+
+ After some time it just prints out:
+
+ 08075c00:Call kernel32.IsBadCodePtr(6ffdbf70) ret=6ff6cec3
+ 08075c00:Ret kernel32.IsBadCodePtr() retval=00000000 ret=6ff6cec3
+ wine: Unhandled exception, starting debugger...
+ err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x281
+ 130e6
+ slurp$ gdb wine wine.core
+
+ [cut away the boring reading symbols]
+
+ #0 0x280b906d in GetLongPathNameA (shortpath=0x283f16e0 "F:\\DIABLOII",
+ longpath=0x283f1ae0 "", longlen=1024) at ./dos_fs.c:1128
+ 1128 }
+ (gdb) bt
+ #0 0x280b906d in GetLongPathNameA (shortpath=0x283f16e0 "F:\\DIABLOII",
+ longpath=0x283f1ae0 "", longlen=1024) at ./dos_fs.c:1128
+ #1 0x280bdf57 in GetCurrentDirectoryA (buflen=512, buf=0x283f2104 "")
+ at drive.c:1551
+ (gdb)
+
+
+ The line numbers in dos_fs.c are probably off by a few lines since I tried to
+ insert some debug functions, but the line it refers to is the GetLongPathNameA's
+ last "}".
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=565
*** shadow/565 Sat Apr 6 16:44:21 2002
--- shadow/565.tmp.2974 Sat Apr 6 16:44:21 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | wine cant catch/execute pointer from other process(example Halflife/Antich |
+ +----------------------------------------------------------------------------+
+ | Bug #: 565 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: test |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: ah_duke(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I tried to get battlecom installed.
+ I recievid the same errors like Halflife produces with anti-cheat program cheating death.
+ It seems to be an generaly problem!
+
+ err:win:WIN_FindWndPtr window 10021 belongs to other process
+ err:win:WIN_FindWndPtr window 10021 belongs to other process
+ fixme:win32:SetCriticalSectionSpinCount critsection=0x653cf7a0: spincount=1000 not supported
+ fixme:win32:SetCriticalSectionSpinCount critsection=0x653cf810: spincount=1000 not supported
+
+ the main process waits for the new process. the system hangs.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=558
*** shadow/558 Sat Apr 6 14:33:57 2002
--- shadow/558.tmp.21294 Sat Apr 6 14:57:18 2002
***************
*** 63,65 ****
--- 63,76 ----
that is the exact problem for the spaces. thanks.
im not exactly a command line god but i can fiddle around with it - that is how
i got word to 'work' for that half second.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-06 14:57 -------
+ If I recall correctly CodeWeavers (and a lot of other rpm's) dont set up the
+ debugger. In order to get a proper trace on this problem you need to set up the
+ debugger.The thing is CodeWeavers rpm is about 6 months old and many changes
+ have been made to wine in the mean time. If you can do without the point and
+ click (which dosen't "really" work) why not uninstall the rpm, ("rpm -e wine"
+ should do the trick) and install from the latest tarball. This is covered here
+ if you are interested. http://www.winehq.com/Docs/wine-user/ If you have any
+ problems/questions I'll try to help.
+