http://bugs.winehq.org/show_bug.cgi?id=4709
------- Additional Comments From hans(a)it.vu.nl 2006-08-03 13:37 -------
Yes, there's a finite number of them ;-) Only 23 of the Lsa calls
are documented on MSDN, and until now this app wants documented calls...
I'll create a batch of stubs for these but it will not be until next
weekend. Feel free to beat me to it.
--
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=4776
Summary: Visual Basic error when starting ESRI's ArcExplorer
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://www.esri.com/software/arcexplorer/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kimmo.sundqvist(a)mbnet.fi
The program terminates on startup with dialog saying:
Run-time error '458':
Variable uses an Automation type not supported in Visual Basic
On the terminal I see:
[Awful lot of hexadecimals here. Will post them upon request]
err:ole:CoGetClassObject class {00000010-0000-0010-8000-00aa006d2ea4} not regist
ered
err:ole:CoGetClassObject no class object {00000010-0000-0010-8000-00aa006d2ea4}
could be created for for context 0x1
err:ole:CoGetClassObject class {00000010-0000-0010-8000-00aa006d2ea4} not regist
ered
err:ole:CoGetClassObject no class object {00000010-0000-0010-8000-00aa006d2ea4}
could be created for for context 0x1
err:ole:typedescvt_to_variantvt cannot convert type 26 into variant VT
I know there exists a Java version for linux, but I'd rather trust wine than
let the Java version install its custom JRE/JDK when I already have a JDK.
--
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=4772
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-08-03 12:56 -------
| do you know a good way to find out what fonts this wants?
Yes. Now you should remove half of the copied fonts and see if the situation
got worse. If not, copy them back and remove half of the mentioned half. If
yes, then copy them back and remove another half. And so on. You end your
trial, when situation get worse by removing a single font file. This would be
an answer.
This is something like a bisection method in math for finding a root of a given
equation. :))
And of course it doesn't work properly if we have more than one root. (more than
one offending font)
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 12:48 -------
Great, should I start another bug report to request stubbing those functions and
close this one?
--
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=4709
------- Additional Comments From truiken(a)gmail.com 2006-08-03 12:17 -------
There are around 40 Lsa API that are stubs in advapi32.spec. I don't think
anyone would mind if someone started stubbing those out in lsa.c.
--
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=4773
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 12:15 -------
Once again, I will let the mods decide if they want to close this bug since I'm
not sure if it's a wine issue or an application issue but here's a workaround
for the font issue;
- cd ~/.wine/drive_c/program files/M3 Game Manager/Language
- Deleted all language files except eng.lng
- copied and renamed eng.lng to chs.lng (guessing it was pulling this file by
default), japan.lng, and korean.lng
- So now all lng files are the english one (Fixed the wierd font issue)
--
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=4774
------- Additional Comments From tn(a)chambers.no-ip.info 2006-08-03 12:13 -------
I will let the mods decide if this bug needs to be closed or not, however I did
find a work around. Here's what I did;
- cd ~/.wine/drive_c/program files/M3 Game Manager/Language
- Deleted all language files except eng.lng
- copied and renamed eng.lng to chs.lng (guessing it was pulling this file by
default), japan.lng, and korean.lng
- So now all lng files are the english one (Fixed the wierd font issue)
- cd ~/.wine/drive_c/program files/M3 Game Manager/
- wine 'M3 Game Manager.exe'
- In the program, I picked Y:\ out of the left pane
- Click on Write NDS
- Browsed to where my homebrew game was (BUT it defaulted to /home/thom/...) so
I have to make sure to chose Y:\Games\homebrew.nds
- I clicked ok, let it do its thing
- lo and behold it created the NDSSAVE directory AND the save file. So it
worked!
So in conclusion I think it's a way the application behaves and interpretes the
directory structure in wine. Once I specified Y:\ and not the default /
directory it kept trying to go to it worked. So at least we have a work around.
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-08-03 12:07 -------
I tried the new patch, and sure enough, a new function is asked:
LsaEnumerateAccountsWithUserRight.
I know which exe is causing this, and I know that the error originate from a DLL
linked by the exe: wwwnt34i.dll. This is a winbatch dll. Unfortunately, both
files contain no reference to the named functions that errored before. My hunch
is that maybe wwnt34i.dll uses a clever loop to enumerate all the functions in
ADVAPI32.dll for the batch script to use?
Btw, the dll file is compressed with a irreversible method, so I'm not 100% if
some of the symbols actually got compressed.
--
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.