Hi all,
I am a Linux novice and just installed Wine on the following setup:
Ubuntu 14.04.03 LTS "Trusty Tahr"
Wine Version 1.7.55
It looks like another user was able to make this work several years ago, but I am a beginner and may be doing something incorrectly. Here is their page with test results: https://appdb.winehq.org/objectManager. ... &iId=27468
The .exe install file runs normally, and when I open up the client, it begins booting up but then disappears (the lobby does not actually load).
FWIW, I have tested IE Explorer in Wine and it works normally. Below is a logfile when I run the app via terminal (sorry for the length):
(trusty)dparker313@localhost:~$ cd '/home/dparker313/.wine/dosdevices/c:/Program Files (x86)/CarbonPoker'
(trusty)dparker313@localhost:~/.wine/dosdevices/c:/Program Files (x86)/CarbonPok
er$ wine client.exe
11:16:17,068 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:16:17,068 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:16:17,068 |-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]
11:16:17,068 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4f856b0 - URL [jar:file:/C:/Program%20Files%20(x86)/CarbonPoker/win/lib/client-resources.jar!/logback.xml] is not of type file
11:16:17,075 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:16:17,085 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:16:17,085 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [R_FILE]
11:16:17,087 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5028e28 - Will use zip compression
11:16:17,201 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[R_FILE] - Active log file name: pokerclient.log
11:16:17,201 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[R_FILE] - File property is set to [pokerclient.log]
11:16:17,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
11:16:17,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [USER_DATA_TRANSFER]
11:16:17,201 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@29:79 - no applicable action for [rollingPolicy], current ElementPath is [[configuration][appender][rollingPolicy]]
11:16:17,201 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@31:21 - no applicable action for [fileNamePattern], current ElementPath is [[configuration][appender][rollingPolicy][fileNamePattern]]
11:16:17,202 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@32:14 - no applicable action for [minIndex], current ElementPath is [[configuration][appender][rollingPolicy][minIndex]]
11:16:17,202 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@33:14 - no applicable action for [maxIndex], current ElementPath is [[configuration][appender][rollingPolicy][maxIndex]]
11:16:17,202 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@35:83 - no applicable action for [triggeringPolicy], current ElementPath is [[configuration][appender][triggeringPolicy]]
11:16:17,202 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@36:20 - no applicable action for [maxFileSize], current ElementPath is [[configuration][appender][triggeringPolicy][maxFileSize]]
11:16:17,202 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:16:17,202 |-INFO in ch.qos.logback.core.FileAppender[USER_DATA_TRANSFER] - File property is set to [userdatatransfer.log]
11:16:17,203 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.merge.gaming.client.lobby.datatransfer.UserDataTransferMgr] to INFO
11:16:17,203 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_DATA_TRANSFER] to Logger[com.merge.gaming.client.lobby.datatransfer.UserDataTransferMgr]
11:16:17,203 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
11:16:17,203 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [R_FILE] to Logger[ROOT]
11:16:17,203 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:16:17,203 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4fea400 - Registering current configuration as safe fallback point
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
fixme:win:FlashWindowEx 0x32fbe0 - semi-stub
(trusty)dparker313@localhost:~/.wine/dosdevices/c:/Program Files (x86)/CarbonPoker$
I am really hoping I can make this work and avoid needing to do a Virtual Machine. Does anyone mind taking a look? I see the logfile mentions a couple missing resources but don't understand what they are.
Thank you!