Yes, I think we can correct that for final and will look in all applications
for similar situations...
Greetings.
Alfred
From: "Kanji NIWA" <niwa@xxxxxxxxxxxxxxxxx>
Reply-To: enhydra@xxxxxxxxxxx
To: <enhydra@xxxxxxxxxxx>
Subject: Re: Enhydra: Enhydra5.1beta8 doesn't start up
Date: Wed, 2 Jul 2003 14:30:38 +0900
Well, to answer my own question,
---
I found out that this problem is because of the character codeset contained
in the application setting files "discRack.conf" and "Poker.conf".
These files contain the following lines.
DatabaseManager.DB.User.userWildcard = "*"
DatabaseManager.DB.User.userSingleWildcard = "_"
DatabaseManager.DB.User.userSingleWildcardEscape = "<<section_sign>>"
DatabaseManager.DB.User.userWildcardEscape = "<<section_sign>>"
Since this "section sign" was not able to be recognized in Japanese
character codeset , the error had occurred.
(Probably, this phenomenon occur in other multibyte-LOCALE domain.)
If it corrects as follows so that Unicode may be described directly,
it will operate correctly.
DatabaseManager.DB.User.userWildcard = "*"
DatabaseManager.DB.User.userSingleWildcard = "_"
DatabaseManager.DB.User.userSingleWildcardEscape = "\u00A7"
DatabaseManager.DB.User.userWildcardEscape = "\u00A7"
afterall Beta8 started up on Japanese Machine.
sorry for the bother,
P.S.
To: Alfred,
Is this correction in time for Final Release?
|
| Kanji NIWA
| NEC Soft, Ltd.---------------------------
----- Original Message -----
From: "Kanji NIWA" <niwa@xxxxxxxxxxxxxxxxx>
To: <enhydra@xxxxxxxxxxx>
Sent: Friday, June 20, 2003 10:52 AM
Subject: Enhydra: Enhydra5.1beta8 doesn't start up
> Hello all,
>
> I encountered the following problem in the basic checking of Enhydra5.1
beta8.
> The error in the attached multiserver.log occurred after the multiserver
started
> and it terminated abnormally.
> I suppose that the sample applications "discRack" and "Poker" cause the
problem.
> The multiserver works fine if these samples don't be activated during
the multiserver
> starts up. This problem occurs with either the provided .exe file or the
new build file.
> Have you already recognized this problem?
> Please let me know the solution if possible or some advices to
investigate/resolve the
> problem.
>
> Best regards,
>
> |
> |
> |Thanks,
> Best regards,
> K.NIWA.
> NEC Soft, Ltd.---------------------------
_______________________________________________
Enhydra mailing list
Enhydra@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/enhydra
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
|