http://bugs.winehq.org/show_bug.cgi?id=2646
Summary: LaserSquadNemesis entry needs correction
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=1551
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam.bucket+wine142(a)free.fr
App #1551 has the following problems:
1. The name is wrong. It should be "Laser Squad Nemesis" (with spaces).
2. The category is wrong. It should be "Strategy Games" (Category #57).
--
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=2645
------- Additional Comments From spam.bucket+wine142(a)free.fr 2005-09-01 06:08 -------
Actually, maybe using Wine as the product is wrong? "WineHQ Apps Database" is
probably more suited for such bugs.
--
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=2645
Summary: "Submit new bug link" does not work
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam.bucket+wine142(a)free.fr
The "Submit a new bug in bugzilla" link on individual application entries does
not work. When clicked, the following message is displayed: "The product name
'wine' is invalid or does not exist."
Steps to reproduce:
1. Display an application (I tried with LaserSquadNemesis and Claw)
2. Click on the "Check for bugs in bugzilla" link
3. Click on the "Submit a new bug in bugzilla" link
Explanation: "wine" is used in the URL instead of "Wine". Replace "wine" with
"Wine" and everything is fine.
--
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=2644
------- Additional Comments From m.green(a)computer.org 2005-08-01 17:12 -------
I have tried the simulator for Palm OS 5.2 and 6.1. Neither one really works. I got the 5.2 simulator to
finish its initialization and get to the screen where it begins to calibrate the screen digitizer. It wouldn't
respond to mouse clicks and got some kind of internal error (illegal pointer). On subsequent attempts
to run it, there's an X error before anything is displayed.
--
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=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 14:15 -------
OK, got it nailed!
I was calling the wrong nlnotes.exe!
I don't understand the file structure Lotus installs but its something like...
lotus/
|-- lotus
| `-- notes
| |-- MUI
| |-- data
| | |-- Help
| | |-- IBM_TECHNICAL_SUPPORT
| | |-- Modems
| | `-- W32
| |-- jvm
| | |-- bin
| | | `-- classic
| | `-- lib
| | |-- audio
| | |-- cmm
| | |-- ext
| | |-- fonts
| | |-- images
| | | `-- cursors
| | `-- security
| |-- license
| `-- xmlschemas
`-- notes
|-- MUI
|-- jvm
| |-- bin
| | `-- classic
| `-- lib
| |-- audio
| |-- cmm
| |-- ext
| `-- fonts
|-- license
`-- xmlschemas
And it tricked me to call:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
...instead of...
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/lotus/notes$ wine
nlnotes.exe
The last command like works, but now I go into another problem.
I get a screen with a single messageBox and an OK button wich takes me to end
the programs execution.
The message is:
"You cannot use the Administration program while the Domino Server is running.
Either shut down the Domino Server (but keeps the file server running) or choose
the icon labeled 'Lotus Notes' instead"
Administration program?
Domino Server?
I don't understand, I'm calling the right exe file, right?
Now I'm at a loss! :-(
--
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=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 13:45 -------
I tried to link c: to the fake windows dir.
Now my dosdevices looks like this:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ ll
~/.wine/dosdevices/
total 0
lrwxrwxrwx 1 pviegas pviegas 14 2005-01-07 23:32 a: -> /media/floppy0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 a:: -> /dev/fd0
lrwxrwxrwx 1 pviegas pviegas 33 2005-01-08 19:43 c: ->
/home/pviegas/.wine/fake_windows/
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com1 -> /dev/ttyS0
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com2 -> /dev/ttyS1
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com3 -> /dev/ttyS2
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com4 -> /dev/modem
lrwxrwxrwx 1 pviegas pviegas 13 2005-01-07 23:32 d: -> /media/cdrom0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 d:: -> /dev/hdc
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 lpt1 -> /dev/lp0
lrwxrwxrwx 1 pviegas pviegas 4 2005-01-07 23:32 x: -> /tmp
lrwxrwxrwx 1 pviegas pviegas 9 2005-01-07 23:32 y: -> ../%HOME%
lrwxrwxrwx 1 pviegas pviegas 1 2005-01-07 23:32 z: -> /
When I tried to run Notes again I received less errors, now I get this result...
viegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
err:module:import_dll Library nxmlcommon.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nplugins.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nnotesws.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe" failed, status c0000135
Wine failed with return code 1
Guess we're on the right track... must need a few more lib paths, right?
--
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=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 13:25 -------
Must be really.
I have a Windows installation in another partition witch I mounted in /mnt/windows
Since I wasn't getting any results I switched to a fake windows folder
configuration with the winesetup utility.
My dosdevices look like this:
pviegas@viegas:~/.wine$ ll ~/.wine/dosdevices
total 0
lrwxrwxrwx 1 pviegas pviegas 14 2005-01-07 23:32 a: -> /media/floppy0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 a:: -> /dev/fd0
lrwxrwxrwx 1 pviegas pviegas 12 2005-01-07 23:32 c: -> /mnt/windows
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com1 -> /dev/ttyS0
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com2 -> /dev/ttyS1
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com3 -> /dev/ttyS2
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com4 -> /dev/modem
lrwxrwxrwx 1 pviegas pviegas 13 2005-01-07 23:32 d: -> /media/cdrom0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 d:: -> /dev/hdc
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 lpt1 -> /dev/lp0
lrwxrwxrwx 1 pviegas pviegas 4 2005-01-07 23:32 x: -> /tmp
lrwxrwxrwx 1 pviegas pviegas 9 2005-01-07 23:32 y: -> ../%HOME%
lrwxrwxrwx 1 pviegas pviegas 1 2005-01-07 23:32 z: -> /
c: is still linking to /mnt/windows
Should I try to link it to the fake windows folder?
--
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=2644
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-01 13:22 -------
Have you tried the simulator insted?
http://appdb.winehq.org/appview.php?appId=1629
--
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=2643
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-01 13:14 -------
It may be a problem with you drives set up.
what does your ~/.wine/dosdevices look like.
ls ~/.wine/dosdevices
--
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.