Jump to content

tedexx

Members
  • Content Count

    79
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by tedexx


  1. Sorry for reviving the post, but my problem is exactly the same and I already tried the options listed here, but nothing.

     

    I'm trying to add a command on ubuntu 14.04 lts, but im always getting unknow command.

    - No compiling error (make plugins)

    - Already added the command on /conf/plugins.conf/

    - The compilation is generating the .so file in /plugins/

    - No warning/erros starting the emulator

    -- Getting unknow command in game.

     

    Someone knows why?


  2. I've tried multiple time in Linux (Linux Mint 17.2 for myself) to run it with Wine, but it never works perfectly fine. The "best" configuration I found was to use the "PlayOnLinux" interface and installing .NET Framework (I tried several versions), but even then I got some error.

     

    Best workaround is to simply install VirtualBox and run a version of Windows XP inside Linux.

     

    Oh, thats sad :(

     

    Anyway, thanks for the help! I post here if I make any progress.


  3. First of all, sorry for my poor english.
     
    So... I'm trying to run GRF Editor with Wine 1.8 x32, but nothing so far.
     
    I already installed the .net frameworks for wine, some others dlls and now im getting the following error:

     

    wine GRF\ Editor.exe
    
    fixme:thread:SetThreadStackGuarantee (0x33fc04): stub
    fixme:advapi:EventRegister {e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x7932a40c, 0x797293b0, 0x79764880
    fixme:advapi:EventRegister {763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x7932a40c, 0x797292f0, 0x79729998
    fixme:advapi:EventRegister {a669021c-c450-4609-a035-5af59af4df18}, 0x7932a40c, 0x79764890, 0x79764888
    fixme:advapi:EventRegister {cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x7932a40c, 0x797648c0, 0x797292e8
    fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x79140000) stub!
    err:ole:CoGetContextToken apartment not initialised
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:shell:URL_ParseUrl failed to parse L"System"
    fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
    fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
    fixme:shell:URL_ParseUrl failed to parse L"System.Xaml"
    fixme:shell:URL_ParseUrl failed to parse L"System"
    fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
    fixme:shell:URL_ParseUrl failed to parse L"Utilities"
    fixme:nls:LCIDToLocaleName unsupported flags 8000000
    fixme:shell:URL_ParseUrl failed to parse L"System.Core"
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:nls:LCIDToLocaleName unsupported flags 8000000
    fixme:nls:GetUserPreferredUILanguages stub: 0 0x33b05c (nil) 0x33b058
    fixme:thread:GetThreadPreferredUILanguages 0, 0x33b05c, (nil) 0x33b058
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:nls:LocaleNameToLCID unsupported flags 8000000
    fixme:shell:URL_ParseUrl failed to parse L"TokeiLibrary"
    fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
    fixme:shell:URL_ParseUrl failed to parse L"GrfToWpfBridge"
    fixme:shell:URL_ParseUrl failed to parse L"ErrorManager"
    fixme:shell:URL_ParseUrl failed to parse L"GRF"
    fixme:process:FlushProcessWriteBuffers : stub
    fixme:system:SetProcessDPIAware stub!
    fixme:advapi:EventRegister {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0xd304a2, (nil), 0x10815e0
    fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x33d518,(nil)): stub
    err:eventlog:ReportEventW L"Application: GRF Editor.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.TypeInitializationException\nStack:\n   at System.Windows.Application..ctor()\n   at GRFEditor.App..ctor()\n   at GRFEditor.GRFEditorMain.Main(Sys"...
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    
    Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Windows.Application' threw an exception. ---> System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> <CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load during appdomain initialization.
     ---> System.IO.FileNotFoundException: File not found. (Exception from HRESULT: 0x80070002)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at CModuleInitialize.LoadNativeDLLs(CModuleInitialize* )
       at CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
       at ?A0x7914d42b.CreateCModuleInitialize()
       at ?A0x7914d42b.??__E?A0x7914d42b@cmiStartupRunner@@YMXXZ()
       at _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
       at <CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(LanguageSupport* )
       at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport* )
       at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
       --- End of inner exception stack trace ---
       at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
       at .cctor()
       --- End of inner exception stack trace ---
       at System.Windows.Application.ApplicationInit()
       at System.Windows.Application..cctor()
       --- End of inner exception stack trace ---
       at System.Windows.Application..ctor()
       at GRFEditor.App..ctor()
       at GRFEditor.GRFEditorMain.Main(String[] args)
    wine: Unhandled exception 0xe0434352 in thread ca at address 0x7b83c3ae (thread 00ca), starting debugger...
    

     

    I don't know if there's any other way to run this, if so, please help me :)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.