http://bugs.winehq.org/show_bug.cgi?id=14485
Summary: Missing GetNativeSystemInfo implementation Product: Wine Version: 1.1.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: esodan@yahoo.com.mx
One application I need to install requires to call GetNativeSystemInfo but wine calls GetSystemInfo instead, and the app reports an unsopported OS version, even if I upgrade general o particular version of Win.
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2008-07-14 23:05:30 --- What application? Is it (or a demo of it) downloadable somewhere?
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #2 from Daniel Espinosa esodan@yahoo.com.mx 2008-07-15 13:18:16 --- As far as I know the application hasn't a demo or can't be download any where. The application is DIGSI version 4.81 from SIEMENS and is a Protection Relay configuration software.
http://bugs.winehq.org/show_bug.cgi?id=14485
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2008-07-15 13:51:40 --- Hello,
--- quote --- requires to call GetNativeSystemInfo but wine calls GetSystemInfo instead --- quote ---
I guess you saw something like:
"fixme:reg:GetNativeSystemInfo (xxx) using GetSystemInfo()"
in console. That FIXME is harmless and probably not the cause. Lots of installers yield this message.
Run the following commandline from installer directory:
WINEDEBUG=+tid,+seh,+relay wine [installer] >log.txt 2>&1
Replace [installer] with setup/installer filename.
When the error message box appears do 'wineserver -k' from another console. If the logfile gets too large (several megs), use `tail -n 20000 log.txt` to take the 20000 last lines and after bzip2 -9 it attach the archive to this bug.
Regards
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #4 from Daniel Espinosa esodan@yahoo.com.mx 2008-07-15 21:49:19 --- Created an attachment (id=14833) --> (http://bugs.winehq.org/attachment.cgi?id=14833) log file as recommended
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #5 from Anastasius Focht focht@gmx.net 2008-07-16 09:17:37 --- Hello,
unfortunately the last 20000 lines don't contain the relevant information (there is a timer which causes to log to quickly fill up). Please attach the complete output, without truncating with tail.
Regards
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #6 from Daniel Espinosa esodan@yahoo.com.mx 2008-07-18 07:51:07 --- Created an attachment (id=14900) --> (http://bugs.winehq.org/attachment.cgi?id=14900) Log trace with 1.3 million lines (a 3rth or the total becouse the size) as required.
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #7 from Austin English austinenglish@gmail.com 2009-01-21 11:04:10 --- Is this still an issue in current (1.1.13 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=14485
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #8 from Austin English austinenglish@gmail.com 2009-07-21 14:53:15 --- Abandoned. If you still have a problem in current (1.1.26 or newer) wine, and can provide the needed information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=14485
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com 2009-07-21 15:14:22 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=14485
Jaime jskartman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jskartman@gmail.com
--- Comment #10 from Jaime jskartman@gmail.com 2010-03-13 12:51:19 ---
(In reply to comment #8)
Abandoned. If you still have a problem in current (1.1.26 or newer) wine, and can provide the needed information, feel free to reopen.
Yes, it seems to be a problem on kings bounty armored princess demo http://www.bigdownload.com/games/kings-bounty-armored-princess/pc/kings-boun... .
If u need a trace tell me.
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #11 from Jaime jskartman@gmail.com 2010-03-13 12:52:09 --- (In reply to comment #10)
(In reply to comment #8)
Abandoned. If you still have a problem in current (1.1.26 or newer) wine, and can provide the needed information, feel free to reopen.
Yes, it seems to be a problem on kings bounty armored princess demo http://www.bigdownload.com/games/kings-bounty-armored-princess/pc/kings-boun... .
If u need a trace tell me.
wine-1.1.40
http://bugs.winehq.org/show_bug.cgi?id=14485
--- Comment #12 from Juan Lang juan_lang@yahoo.com 2010-03-13 14:50:27 --- (In reply to comment #10)
Yes, it seems to be a problem on kings bounty armored princess demo http://www.bigdownload.com/games/kings-bounty-armored-princess/pc/kings-boun...
Just because it prints this output doesn't mean the fixme message has anything to do with the bug. Open a new bug for this demo, please, as this bug is almost certainly invalid.