Appplication starts, disappears.

Questions about Wine on Linux
Locked
jog267
Newbie
Newbie
Posts: 1
Joined: Fri Oct 10, 2014 10:17 am

Appplication starts, disappears.

Post by jog267 »

Applications starts, tries connecting to server, then disappears.

os - Linux mint 17 64-bit
wine: 1.6.2
app: Carbon Poker

Log file:
16:22:57,709 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
16:22:57,709 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
16:22:57,709 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/Program%20Files%20(x86)/CarbonPoker/win/lib/client-resources.jar!/logback.xml]
16:22:57,709 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@3cdc6f0 - URL [jar:file:/C:/Program%20Files%20(x86)/CarbonPoker/win/lib/client-resources.jar!/logback.xml] is not of type file
16:22:57,720 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
16:22:57,728 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
16:22:57,729 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [R_FILE]
16:22:57,732 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3d30b58 - Will use zip compression
16:22:57,856 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[R_FILE] - Active log file name: pokerclient.log
16:22:57,856 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[R_FILE] - File property is set to [pokerclient.log]
16:22:57,857 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
16:22:57,857 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [USER_DATA_TRANSFER]
16:22:57,857 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@29:79 - no applicable action for [rollingPolicy], current ElementPath is [[configuration][appender][rollingPolicy]]
16:22:57,857 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@31:21 - no applicable action for [fileNamePattern], current ElementPath is [[configuration][appender][rollingPolicy][fileNamePattern]]
16:22:57,857 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@32:14 - no applicable action for [minIndex], current ElementPath is [[configuration][appender][rollingPolicy][minIndex]]
16:22:57,857 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@33:14 - no applicable action for [maxIndex], current ElementPath is [[configuration][appender][rollingPolicy][maxIndex]]
16:22:57,857 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@35:83 - no applicable action for [triggeringPolicy], current ElementPath is [[configuration][appender][triggeringPolicy]]
16:22:57,857 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@36:20 - no applicable action for [maxFileSize], current ElementPath is [[configuration][appender][triggeringPolicy][maxFileSize]]
16:22:57,857 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
16:22:57,858 |-INFO in ch.qos.logback.core.FileAppender[USER_DATA_TRANSFER] - File property is set to [userdatatransfer.log]
16:22:57,858 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.merge.gaming.client.lobby.datatransfer.UserDataTransferMgr] to INFO
16:22:57,858 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_DATA_TRANSFER] to Logger[com.merge.gaming.client.lobby.datatransfer.UserDataTransferMgr]
16:22:57,858 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
16:22:57,858 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [R_FILE] to Logger[ROOT]
16:22:57,858 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
16:22:57,858 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ca2340 - Registering current configuration as safe fallback point

fixme:system:SetProcessDPIAware stub!
fixme:uxtheme:BufferedPaintInit Stub ()
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
fixme:win:FlashWindowEx 0x32fbe8
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x1612e058, L"C:\\Program Files (x86)\\CarbonPoker\\resources\\font1B.ttf"
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x1612e058, L"C:\\Program Files (x86)\\CarbonPoker\\resources\\font1.ttf"
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x1612e058, L"C:\\Program Files (x86)\\CarbonPoker\\resources\\font1.ttf"
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x1612e058, L"C:\\Program Files (x86)\\CarbonPoker\\resources\\font1B.ttf"
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x1612e058, L"C:\\Program Files (x86)\\CarbonPoker\\resources\\font1.ttf"
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x1612e058, L"C:\\Program Files (x86)\\CarbonPoker\\resources\\font1.ttf"
fixme:win:FlashWindowEx 0x32fbe8

Any help on this would be greatly apprecited. Thanks for reading this.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Appplication starts, disappears.

Post by dimesio »

Try upgrading Wine to the latest development release.
Locked