http://bugs.winehq.com/show_bug.cgi?id=666
*** shadow/666 Sat May 11 05:22:25 2002
--- shadow/666.tmp.14966 Sat May 11 05:22:25 2002
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | device not implemented? |
+ +----------------------------------------------------------------------------+
+ | Bug #: 666 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-directx |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: hatky(a)users.sf.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I run carmagedon 2' it has some kind of autodetect at the start and lets you
+ choose direct3d mode then lets you chose a driver and a device and the dedice
+ contains no options it stays blank...
+
+ I am gessing there is some device query that was not yet implemented
+
+ I know it seems trivial to write what was not yet implemented at all but
+ I downloaded the cvs a few days ago and seen the "what is needed" or what
+ ever is lacking on what is to be done
+
+ note: the game did not work not as direct3d and not as direct draw
+ note2: I remember trying another version that the game worked under but I
+ do not remember which I think it was winex cvs (before ver 2)
+
+ well it was tesed with code-wavers wine preview 6 11-4-2002
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=664
*** shadow/664 Sat May 11 03:30:08 2002
--- shadow/664.tmp.14598 Sat May 11 05:12:00 2002
***************
*** 1,18 ****
+============================================================================+
! | Help files |
+----------------------------------------------------------------------------+
| Bug #: 664 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
! | Severity: normal OS/Version: All |
| Priority: P1 Component: wine-help |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: suitangi(a)optushome.com.au |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
In any app, when I choose Help, then help content, it doesn't view the hlp file
--- 1,18 ----
+============================================================================+
! | The help menu functionality inside programs is broken (messaging problem) |
+----------------------------------------------------------------------------+
| Bug #: 664 Product: Wine |
! | Status: ASSIGNED Version: 20020411 |
| Resolution: Platform: |
! | Severity: major OS/Version: All |
| Priority: P1 Component: wine-help |
+----------------------------------------------------------------------------+
! | Assigned To: andi(a)rhlx01.fht-esslingen.de |
| Reported By: suitangi(a)optushome.com.au |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
+ | Dependencies: OtherBugsDependingOnThis: 93[] |
+============================================================================+
| DESCRIPTION |
In any app, when I choose Help, then help content, it doesn't view the hlp file
***************
*** 25,27 ****
--- 25,40 ----
------- Additional Comments From suitangi(a)optushome.com.au 2002-05-11 03:30 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-11 05:12 -------
+ Yep, this is a severe problem.
+ Currently not a single winhelp in programs work, due to interprocess messaging
+ problems.
+
+ See also wine-devel archive ~April 2002, thread "Resent: WM_WINHELP, was: Re:
+ Handling of messages above WM_USER...".
+
+ I tried to find out how exactly Windows does the communication between
+ WinHelpA() and winhlp32.exe, but I wasn't successful so far.
+
+ We really, really need to resolve this now.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=665
*** shadow/665 Sat May 11 04:59:42 2002
--- shadow/665.tmp.14089 Sat May 11 04:59:42 2002
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Simple installation program problems |
+ +----------------------------------------------------------------------------+
+ | Bug #: 665 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: hatky(a)users.sf.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I know some here are aiming at getting at making common installations work so
+ you might want to work on this....
+
+ Well the installation program of the windows version of the game "theme hospital"
+ by bullfrog gets an error at 70% saying: "setup reuires _setup.dll and _isres.dll
+ (located in _setup.lib) in order to operate properly/ Please ensure these diles are
+ located with setup.exe"
+
+ well I see both _setup.dll and _setup.lib in that dir but not _isres.dll anyway
+ it works in windows. There installaion seems like a simple and common one
+
+ Tested on codewaver preview 6 11.4.2002 rpm
+
+ hope this helps
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=664
*** shadow/664 Sat May 11 03:28:08 2002
--- shadow/664.tmp.10634 Sat May 11 03:30:08 2002
***************
*** 2,8 ****
| Help files |
+----------------------------------------------------------------------------+
| Bug #: 664 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-help |
--- 2,8 ----
| Help files |
+----------------------------------------------------------------------------+
| Bug #: 664 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-help |
***************
*** 22,24 ****
--- 22,27 ----
Update: When I for example try to look at the Solitaire help file, it says
Unhandled page fault on read access to 0x00000002 at address 0x0042e0e5. Do you
wish to debug it? When I choose yes, it just freezes.
+
+ ------- Additional Comments From suitangi(a)optushome.com.au 2002-05-11 03:30 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=664
*** shadow/664 Sat May 11 03:18:36 2002
--- shadow/664.tmp.10504 Sat May 11 03:28:08 2002
***************
*** 17,19 ****
--- 17,24 ----
| DESCRIPTION |
In any app, when I choose Help, then help content, it doesn't view the hlp file
made. Instead the program just crashes.
+
+ ------- Additional Comments From suitangi(a)optushome.com.au 2002-05-11 03:28 -------
+ Update: When I for example try to look at the Solitaire help file, it says
+ Unhandled page fault on read access to 0x00000002 at address 0x0042e0e5. Do you
+ wish to debug it? When I choose yes, it just freezes.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Sat May 11 00:22:43 2002
--- shadow/456.tmp.8084 Sat May 11 02:17:57 2002
***************
*** 73,75 ****
--- 73,93 ----
Believe me, I've already tried. Plus telling wine the full path won't work
around the 'won't pass parameters to program file' bug, because it will still
work the same way as without telling it the full path.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-11 02:17 -------
+ Sorry about that.I don't know much about the passed parameters but whenever I
+ want to run a program I always run it with quotes. for example when I want to
+ install a program from my CD I use:
+
+ wine "d:\setup.exe"
+
+ When I open someting in ms word
+
+ wine "f:\program files\ms-office\office\winword.exe" "somedoc.doc"
+
+ That way I don't have to worry about escaping spaces or case sensitivity. note
+ the back slashes. This is what I refer to as the "Windows way" of running wine.
+
+ Anyway so far this is just so much noise if it doesn't solve your problem. I
+ have contacted some of the developers that do know something about this maybe
+ they can help.
http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Fri May 10 22:51:47 2002
--- shadow/456.tmp.2097 Sat May 11 00:22:43 2002
***************
*** 64,66 ****
--- 64,75 ----
+
+
+ ------- Additional Comments From tron(a)ircd-net.org 2002-05-11 00:22 -------
+ You cannot quote an application's file name in wine or else it will state that
+ you didn't input the program's name.
+
+ Believe me, I've already tried. Plus telling wine the full path won't work
+ around the 'won't pass parameters to program file' bug, because it will still
+ work the same way as without telling it the full path.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Fri May 10 18:08:07 2002
--- shadow/456.tmp.31413 Fri May 10 22:51:47 2002
***************
*** 52,54 ****
--- 52,66 ----
manually copyed all files from that sytem over to here. So until wine's
little bug is fixed, I cannot tell if the sockets bugs are fixed for tribes
servers to be able to run or not.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-10 22:51 -------
+ Doh!!!...Yeah they have been working on the command line stuff too. I,ll see if
+ I can track down the changes or at least who made them. In the mean time, as a
+ workaround, try something like this:
+
+ wine "x:\path to tribes\Tribes.exe -dedicated -mod thugwars +exec serverconfig"
+
+ This may work better. Maybe, Maybe not.
+
+
+